@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --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:#ff4081;
  --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:#f44336;
  --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);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --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-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --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-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --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-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --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-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --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-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --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;
  --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);
  --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);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --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:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
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;
  --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:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --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:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(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:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 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:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --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:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 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:#f44336;
  --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:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --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;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --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;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --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(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: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(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: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(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --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-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color:#000;
  --mdc-dialog-container-shape:4px;
  --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:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --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-family:rounded;
  --mdc-chip-container-shape-radius:16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family:rounded;
  --mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-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-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:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --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-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:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --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-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:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --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-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:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --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-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:Roboto, sans-serif;
  --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;
  --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-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --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:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-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 {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.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-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:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.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-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:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.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-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:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
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%);
  --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;
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --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;
  --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);
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --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;
}
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:Roboto, sans-serif;
  --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;
  --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-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:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.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-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:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.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-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:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.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:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --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-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --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:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --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:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: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--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}
.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;
  --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:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
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;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --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:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --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:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --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:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --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:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(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:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --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:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --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:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
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:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --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-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox {
  --mdc-form-field-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:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --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-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --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:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-keep-touch-target:false;
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --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;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --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);
  --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;
  --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);
  --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;
  --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);
  --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);
  --mdc-protected-button-container-shadow-color:#000;
  --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;
  --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);
  --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:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --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:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --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:#f44336;
  --mdc-filled-button-label-text-color:white;
  --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:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --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:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --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:#f44336;
  --mdc-protected-button-label-text-color:white;
  --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:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-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);
  --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:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 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-icon-size:24px;
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-icon-size:24px;
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
}
html {
  --mdc-fab-container-color:white;
  --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);
  --mdc-fab-container-shadow-color:#000;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --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);
  --mdc-fab-small-container-shadow-color:#000;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --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);
  --mdc-extended-fab-container-shadow-color:#000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --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:#ff4081;
  --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:#f44336;
  --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:#3f51b5;
  --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:#ff4081;
  --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:#f44336;
  --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;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --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:Roboto, sans-serif;
  --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:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
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:#3f51b5;
  --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:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
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:Roboto, sans-serif;
  --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;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --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;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --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:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 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:#46a35e;
  --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:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 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:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 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:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.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:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --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:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
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:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --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:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
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:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* node_modules/slick-carousel/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("./media/ajax-loader-BOAPMZMT.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./media/slick-EVLS6IWX.eot");
  src:
    url("./media/slick-EVLS6IWX.eot?#iefix") format("embedded-opentype"),
    url("./media/slick-MU5EZO5G.woff") format("woff"),
    url("./media/slick-NKQ64RRA.ttf") format("truetype"),
    url("./media/slick-7CK47X3J.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* src/assets/fonts/fonts.css */
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Medium-IZ3XE266.woff2") format("woff2"), url("./media/Urbanist-Medium-SBESRWOL.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-LightItalic-2T5Z7663.woff2") format("woff2"), url("./media/Urbanist-LightItalic-ENVY3SEM.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Light-Q5KGINDY.woff2") format("woff2"), url("./media/Urbanist-Light-G5WTQPOI.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Regular-GQ24RYRI.woff2") format("woff2"), url("./media/Urbanist-Regular-66R5QC3Y.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-MediumItalic-FWZSUVBS.woff2") format("woff2"), url("./media/Urbanist-MediumItalic-N4JRTUZQ.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-SemiBold-DT7KOB4N.woff2") format("woff2"), url("./media/Urbanist-SemiBold-G5HMU37H.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-ThinItalic-OTLRN7VE.woff2") format("woff2"), url("./media/Urbanist-ThinItalic-2SZ3ZWSU.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Thin-BYAKJZ33.woff2") format("woff2"), url("./media/Urbanist-Thin-PQRUILCY.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-SemiBoldItalic-USJLGW7W.woff2") format("woff2"), url("./media/Urbanist-SemiBoldItalic-HSXZLNXY.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Black-3M6VYWZN.woff2") format("woff2"), url("./media/Urbanist-Black-WDGOYATW.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-ExtraBoldItalic-SXBZND6Y.woff2") format("woff2"), url("./media/Urbanist-ExtraBoldItalic-ZTMOAPGO.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-BoldItalic-MZLN3A6Z.woff2") format("woff2"), url("./media/Urbanist-BoldItalic-EFTMNU4O.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Bold-XXVWZ2JO.woff2") format("woff2"), url("./media/Urbanist-Bold-XGUGSH5O.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-BlackItalic-SEZG6T77.woff2") format("woff2"), url("./media/Urbanist-BlackItalic-UICEQQJD.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-ExtraBold-MLHALTUZ.woff2") format("woff2"), url("./media/Urbanist-ExtraBold-KEIVJOKB.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-ExtraLight-DQ6FNRLO.woff2") format("woff2"), url("./media/Urbanist-ExtraLight-QRKFDPGD.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-Italic-XIYLFVOA.woff2") format("woff2"), url("./media/Urbanist-Italic-XQZ3DZR6.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("./media/Urbanist-ExtraLightItalic-5DGYIAYJ.woff2") format("woff2"), url("./media/Urbanist-ExtraLightItalic-MJYS3UXK.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* src/styles.scss */
:root {
  --card-radius: 10px;
  --card-bg: #121214;
  --card-min-height: 270px;
  --card-shadow: none;
  --card-scrim-from: rgba(0, 0, 0, 0);
  --card-scrim-start: 29.336%;
  --card-scrim-to: rgba(0, 0, 0, 0.4);
  --card-scrim-end: 73.616%;
  --card-panel-bg: rgba(13, 15, 20, 0.5);
  --card-panel-border: rgba(255, 255, 255, 0.12);
  --card-panel-blur: 9px;
  --card-panel-radius: 14px;
  --card-panel-inset: 7px;
  --card-panel-pad-block-start: 13px;
  --card-panel-pad-block-end: 6px;
  --card-panel-pad-inline: 10px;
  --card-title-size: 15px;
  --card-title-weight: 700;
  --card-title-color: #ffffff;
  --card-location-size: 11.5px;
  --card-location-color: rgba(255, 255, 255, 0.8);
  --card-location-pin-w: 11px;
  --card-location-pin-h: 14px;
  --card-gap-pin-text: 3px;
  --card-line-height: 1.2;
  --card-gap-title-location: 2px;
  --card-gap-location-price: 5px;
  --card-price-size: 15px;
  --card-price-color: #ffffff;
  --card-currency-size: 13px;
  --card-currency-color: #d8b45c;
  --card-currency-tracking: 0.3px;
  --card-fav-size: 37px;
  --card-fav-top: 16px;
  --card-fav-right: 14px;
  --card-fav-radius: 10px;
  --card-fav-bg: rgba(13, 15, 20, 0.5);
  --card-fav-blur: 5px;
  --card-fav-icon: #ffffff;
  --card-hover-lift: -4px;
}
.new_area {
  --card-min-height: 465px;
  --card-radius: 20px;
  --card-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  --card-scrim-start: 64.409%;
  --card-scrim-to: rgba(0, 0, 0, 0.9);
  --card-scrim-end: 100%;
}
@media (max-width: 767px) {
  .new_area {
    --card-min-height: 300px;
  }
}
@media (max-width: 575px) {
  .new_area {
    --card-min-height: 250px;
  }
}
:root {
  --cat-card-w: 240px;
  --cat-card-h: 200px;
  --cat-card-radius: 16px;
  --cat-card-gutter: 30px;
  --cat-scrim-from: rgba(0, 0, 0, 0);
  --cat-scrim-via: rgba(0, 0, 0, 0.08);
  --cat-scrim-via-stop: 45%;
  --cat-scrim-to: rgba(0, 0, 0, 0.78);
  --cat-scrim-via-hover: rgba(0, 0, 0, 0.15);
  --cat-scrim-via-stop-hover: 35%;
  --cat-scrim-to-hover: rgba(0, 0, 0, 0.92);
  --cat-plate-bg: rgba(13, 15, 20, 0.5);
  --cat-plate-border: rgba(255, 255, 255, 0.28);
  --cat-plate-border-w: 0.5px;
  --cat-plate-bg-hover: rgba(13, 15, 20, 0.8);
  --cat-bar-h: 36px;
  --cat-title-size: 17px;
  --cat-title-weight: 700;
  --cat-title-color: #ffffff;
  --cat-title-pad-inline: 14px;
  --cat-title-bottom: 16px;
  --cat-title-bottom-hover: 22px;
  --cat-pill-w: 88px;
  --cat-pill-h: 26px;
  --cat-pill-radius: 13px;
  --cat-pill-top: 12px;
  --cat-pill-right: 10px;
  --cat-pill-size: 10px;
  --cat-pill-weight: 600;
  --cat-pill-color: #ffffff;
  --cat-nav-size: 40px;
  --cat-nav-gap: 10px;
  --cat-nav-offset: 17px;
  --cat-nav-prev-border: #e0e0e6;
  --cat-nav-prev-glyph: #000000;
  --cat-nav-next-bg: #121726;
  --cat-heading-color: #121726;
  --cat-heading-size: 38px;
  --cat-hover-transition: 200ms ease-in-out;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 250px;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-header {
  grid-column: 1/2;
  grid-row: 1;
  margin-inline: 0;
  position: relative;
  top: 23px;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-labels {
  width: 100%;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab {
  min-width: 0;
  width: 50%;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  grid-column: 2/3;
  grid-row: 1;
  overflow-y: visible;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-body-wrapper .mat-mdc-tab-body-content {
  margin-left: 20px;
}
real-estate-website-fillcontract-b .mat-mdc-tab-group .mat-mdc-tab-body-wrapper .tab_content {
  margin: 0;
  display: flex;
  gap: 20px;
  min-width: 100%;
  min-height: 0;
}
real-estate-website-post-property-form .cdk-overlay-container .mdc-tooltip .mdc-tooltip__surface {
  background-color: white;
  color: red;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 12px;
}
.cdk-overlay-container .cdk-overlay-pane.mat-mdc-tooltip-panel {
  width: 400px;
}
.cdk-overlay-container .cdk-overlay-pane.mat-mdc-tooltip-panel * {
  width: 100%;
}
.cdk-overlay-container .mdc-tooltip {
  width: 100%;
}
.cdk-overlay-container .mdc-tooltip .mdc-tooltip__surface {
  min-width: 100%;
  background-color: white;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
html {
  --mdc-checkbox-selected-focus-icon-color: #1d1d1d;
  --mdc-checkbox-selected-hover-icon-color: #1d1d1d;
  --mdc-checkbox-selected-icon-color: #1d1d1d;
  --mdc-checkbox-selected-pressed-icon-color: #1d1d1d;
  --mdc-checkbox-selected-focus-state-layer-color: #1d1d1d;
  --mdc-checkbox-selected-hover-state-layer-color: #1d1d1d;
  --mdc-checkbox-selected-pressed-state-layer-color: #1d1d1d;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #000;
  --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-minimal-pseudo-checkbox-selected-checkmark-color: #000;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-mdc-slider .mdc-slider__thumb-knob {
  background-color: #000 !important;
  border-color: #000 !important;
}
.mat-mdc-slider .mdc-slider__value-indicator-container {
  width: max-content;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: #000 !important;
}
.mat-mdc-slider .mat-ripple {
  display: none !important;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-focus-icon-color: #1d1d1d;
  --mdc-radio-selected-hover-icon-color: #1d1d1d;
  --mdc-radio-selected-icon-color: #1d1d1d;
  --mdc-radio-selected-pressed-icon-color: #1d1d1d;
  --mat-radio-checked-ripple-color: #1d1d1d;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body {
  font-weight: 400;
  font-size: 16px;
  color: #3C4142;
}
body.mat-typography *:not(.mat-icon, i) {
  font-family: "Urbanist" !important;
  word-break: break-word;
}
body.mat-typography {
  font-size: 16px;
  color: #3C4142;
  line-height: 1.25;
}
.conta_iner {
  max-width: 1170px;
  margin-inline: auto;
  width: 90%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mat-mdc-menu-content {
  background: rgb(238, 238, 238);
}
.mat-mdc-menu-content .mat-mdc-menu-item-text {
  display: flex;
}
.mat-mdc-menu-content .update-image mat-icon svg {
  fill: blue;
}
.mat-mdc-menu-content .remove-image span {
  color: red;
}
.mat-mdc-menu-content .remove-image mat-icon svg path {
  fill: red;
}
.mat-typography .c_primary {
  color: #1D1D1D;
}
.mat-typography .c_green {
  color: #2ba630;
}
.mat-typography .text_white {
  color: #fff !important;
}
.mat-typography .text_white *:not(.btnn, mat-icon) {
  color: #fff;
}
.mat-typography .c_danger {
  color: #ff3333;
}
.mat-typography .cursor_pointer,
.mat-typography [routerLink],
.mat-typography a,
.mat-typography button {
  cursor: pointer;
}
.mat-typography a {
  text-decoration: none;
  color: #3C4142;
}
.mat-typography .d_block {
  display: block;
}
@media (max-width: 767px) {
  .mat-typography .d_block {
    display: inline;
  }
}
.mat-typography .d_none {
  display: none;
}
.mat-typography .u_spc,
.mat-typography .ut_spc {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .mat-typography .u_spc,
  .mat-typography .ut_spc {
    padding-top: 40px;
  }
}
.mat-typography .u_spc,
.mat-typography .ub_spc {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .mat-typography .u_spc,
  .mat-typography .ub_spc {
    padding-bottom: 40px;
  }
}
.mat-typography .mb_30,
.mat-typography .my_30 {
  margin-bottom: 30px;
}
.mat-typography .mt_30,
.mat-typography .my_30 {
  margin-top: 30px;
}
.mat-typography .mt_60,
.mat-typography .my_60 {
  margin-top: 60px;
}
.mat-typography .mb_60,
.mat-typography .my_60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mat-typography .mb_60,
  .mat-typography .my_60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .mat-typography .mb_60,
  .mat-typography .my_60 {
    margin-bottom: 24px;
  }
}
.mat-typography ul,
.mat-typography ol {
  list-style: none;
}
.mat-typography .mdc-radio__outer-circle {
  border-width: 1px;
}
.mat-typography .mdc-checkbox,
.mat-typography .mat-mdc-radio-button .mdc-radio {
  margin: -10px;
}
.mat-typography .mat-mdc-radio-button.mat-accent label {
  cursor: pointer;
}
.mat-typography ins {
  text-decoration: none;
}
.mat-typography img[src*=trash] {
  transition: all 0.5s ease-in-out 0s;
}
.mat-typography img[src*=fav],
.mat-typography img[src*=fill] {
  cursor: pointer;
}
.mat-typography .mdc-checkbox {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.mat-typography .featured_text,
.mat-typography .doc_head p,
.doc_head .mat-typography p {
  position: relative;
  min-height: 40px;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 40px 5px 10px;
  justify-content: center;
  background-color: #000000;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  font-size: 20px;
  font-weight: 600;
}
.mat-typography .featured_text.feature_bg,
.mat-typography .doc_head p.feature_bg,
.doc_head .mat-typography p.feature_bg {
  background:
    linear-gradient(
      90deg,
      #916529 0%,
      #f2e996 48.5%,
      #906126 100%);
  color: #000000;
}
.main_wrapper {
  min-height: calc(100vh - 270px);
}
img {
  max-width: 100%;
}
.required:after {
  content: "*";
  color: #ff3333;
}
.mat-typography :is(ul, ol, li, p) {
  margin: 0;
}
.mat-typography :is(ul, ol, li, p):not(:last-child) {
  margin-bottom: 16px;
}
.mat-typography :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}
.mat-typography :is(h1, h2, h3, h4, h5, h6):not(:last-child) {
  margin-bottom: 16px;
}
.mat-typography label.mdc-label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #070707;
}
figure {
  margin: 0;
  line-height: 1;
}
.position_relative {
  position: relative;
}
.text_center {
  text-align: center;
}
.gap_m .form_group {
  width: calc(100% - var(--gap_left));
}
.gap_m .form_group.w_50 {
  width: calc(50% - var(--gap_left));
}
.form_group {
  position: relative;
}
.form_group .form_control,
.form_group .mat-input-element,
.form_group ngx-mat-intl-tel-input input {
  margin: 0;
  width: 100%;
  font-size: 16px !important;
  border: 1px solid rgba(29, 29, 29, 0.1254901961) !important;
  color: #3C4142 !important;
  padding: 2px 20px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  min-height: 45px;
  resize: none;
}
@media (max-width: 767px) {
  .form_group .form_control,
  .form_group .mat-input-element,
  .form_group ngx-mat-intl-tel-input input {
    border-radius: 10px;
  }
}
.form_group .form_control:focus,
.form_group .mat-input-element:focus,
.form_group ngx-mat-intl-tel-input input:focus {
  border-color: #1D1D1D !important;
}
.form_group .form_control::placeholder,
.form_group .mat-input-element::placeholder,
.form_group ngx-mat-intl-tel-input input::placeholder {
  color: #1D1D1D !important;
  opacity: 0.7 !important;
}
.form_group .form_control.time_input,
.form_group .mat-input-element.time_input,
.form_group ngx-mat-intl-tel-input input.time_input {
  display: block;
}
.form_group .mdc-text-field--filled {
  border-radius: 0 !important;
}
.form_group .mat-mdc-select-value,
.form_group .mat-mdc-select-placeholder {
  color: #1D1D1D;
}
.form_group .mat-mdc-select-arrow {
  color: #1D1D1D;
}
.form_group .mdc-list-item__primary-text {
  font-size: 14px;
  letter-spacing: 0;
}
.form_group .mat-mdc-form-field-focus-overlay {
  background: transparent !important;
}
.form_group .mdc-text-field {
  padding: 0;
  background: transparent !important;
}
.form_group .mdc-line-ripple,
.form_group .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.form_group .mat-mdc-form-field-infix {
  width: 100%;
  padding: 0 !important;
  min-height: 1px;
}
.form_group textarea.form_control {
  padding: 10px 35px;
  min-height: 90px;
}
.form_group .mat-mdc-form-field {
  width: 100%;
}
.form_group > mat-label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #000000;
}
.form_group > mat-label.c_primary {
  color: #1D1D1D;
}
.form_group > mat-label.c_danger {
  color: #ff3333;
}
.form_group .mat-select-value {
  color: #1D1D1D;
}
.form_group.icon_field .form_control {
  padding-right: 40px;
}
.form_group .country-selector {
  opacity: 1 !important;
}
.form_group .mat-mdc-icon-button svg {
  color: #1D1D1D;
}
.form_group .ngx-mat-intl-tel-input,
.form_group ngx-mat-intl-tel-input {
  position: relative;
}
.form_group .ngx-mat-intl-tel-input input,
.form_group ngx-mat-intl-tel-input input {
  padding-left: 90px;
}
.form_group .country-selector-code {
  color: #1D1D1D;
}
.form_group .ngx-mat-tel-input-container {
  position: relative;
}
.form_group .pass_ico {
  position: absolute;
  inset: 11px 16px 0 auto;
  cursor: pointer;
}
.form_group .ng-otp-input-wrapper.wrapper {
  display: flex;
}
.form_group .ng-otp-input-wrapper.wrapper .otp-input {
  min-width: 88px;
  flex-grow: 1;
  height: 112px;
  border-radius: 21px;
  border: 1px solid rgba(29, 29, 29, 0.1254901961);
  margin: 0 30px 0 0 !important;
}
@media (max-width: 575px) {
  .form_group .ng-otp-input-wrapper.wrapper .otp-input {
    min-width: 60px;
    height: 80px;
    margin-right: 10px !important;
  }
}
.form_group .mat-mdc-form-field-icon-suffix {
  position: absolute;
  right: 10px;
  top: 7px;
}
.form_group .verify_badge {
  position: absolute;
  top: 14px;
  right: 20px;
  max-width: 15px;
  width: 15px;
}
.form_group .verify {
  color: #ff3333;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}
.form_group .verify.verified {
  color: #27ae60;
  cursor: default;
}
.form_group:has(.verify_badge, .verify) .form_control,
.form_group:has(.verify_badge, .verify) input {
  padding-right: 40px !important;
}
.form_group.date_field .form_control {
  display: block;
}
.ngx-mat-tel-input-mat-menu-panel {
  height: 350px;
  overflow: auto;
}
.ngx-mat-tel-input-mat-menu-panel .mat-mdc-menu-item {
  padding: 5px 10px !important;
  font-size: 13px !important;
  min-height: unset !important;
}
.badge {
  position: relative;
}
.badge::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
}
.mat-typography :is(h1, h2, h3, h4, h5, h6) {
  color: #000000;
  line-height: normal;
  font-weight: 700;
}
.mat-typography .hd_1 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h1 {
  font-size: 64px;
  line-height: 1;
}
.mat-typography .hd_2 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h2 {
  font-size: 36px;
}
.mat-typography .hd_2_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 30px;
}
.mat-typography .hd_3 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h3 {
  font-size: 24px;
}
.mat-typography .hd_3_1 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 26px;
}
.mat-typography .hd_4 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h4 {
  font-size: 20px;
  font-weight: 700;
}
.mat-typography .hd_4_1 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h4 {
  font-size: 22px;
}
.mat-typography .hd_5 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 18px;
}
.mat-typography .hd_6 :where(h1, h2, h3, h4, h5, h6),
.mat-typography h6 {
  font-size: 16px;
}
.mat-typography .hd_7 :where(h1, h2, h3, h4, h5, h6) {
  font-size: 14px;
}
button {
  background: transparent;
  border: 0;
}
.btnn {
  line-height: 1;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  min-height: 50px;
  transition: all 0.5s ease-in-out 0s;
  padding: 8px 15px;
  min-width: 120px;
  width: fit-content;
  text-transform: capitalize;
  letter-spacing: 0;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #070707;
}
@media (max-width: 767px) {
  .btnn {
    border-radius: 10px;
  }
}
.btnn.wwidth {
  min-width: unset;
  padding: 5px 10px;
}
.btnn.btn_primary {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.btnn.btn_primary:disabled {
  background: #929292;
  border-color: #929292;
  cursor: default;
}
.btnn.btn_primary.disable_btn {
  background: rgba(0, 0, 100, 0.1254901961);
  border-color: transparent;
}
.btnn.btn_primary.br {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
}
.btnn.btn_primary.br:hover {
  color: #fff;
  background: #000000;
}
.btnn.btn_white {
  background: #fff;
  color: #1D1D1D;
  border: 1px solid #fff;
}
.btnn.btn_white:hover {
  background: white;
}
.btnn.btn_secondary {
  color: #1D1D1D;
  background: #fff;
  border: 1px solid #1D1D1D;
}
.btnn.btn_secondary:hover {
  color: #1D1D1D;
  background: #e4e4fc;
  border: 1px solid #1D1D1D;
}
.btnn.reset_btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.btnn.close_btn {
  min-width: 30px;
  min-height: 30px;
  padding: 5px;
}
.btnn.sm_btn {
  min-height: 34px;
}
.btnn.btn_outline {
  border: 1px solid rgba(29, 29, 29, 0.1254901961);
}
.btnn.btn_outline:hover {
  background: #000000;
  color: #fff;
}
.btnn figure {
  display: inline-flex;
}
.btnn.w_100 {
  width: 100%;
}
.btnn.btn_center {
  margin-inline: auto;
}
.gap_p,
.gap_m {
  display: flex;
  flex-wrap: wrap;
  --gap_top: 20px;
  --gap_left: 20px;
  margin-top: calc(var(--gap_top) * -1);
  margin-left: calc(var(--gap_left) * -1);
}
@media (max-width: 575px) {
  .gap_p,
  .gap_m {
    --gap_top: 15px;
    --gap_left: 15px;
  }
}
.gap_p > *,
.gap_m > * {
  margin-top: var(--gap_top);
}
.gap_p .w_100,
.gap_m .w_100 {
  width: 100%;
}
.gap_p .w_50,
.gap_m .w_50 {
  width: 50%;
}
.gap_p .w_33,
.gap_m .w_33 {
  width: 33.3333333333%;
}
.gap_p > * {
  padding-left: var(--gap_left);
}
.gap_m > * {
  margin-left: var(--gap_left);
}
.gap_m .w_33 {
  width: calc(33.3333333333% - var(--gap_left));
}
.gap_m .w_50 {
  width: calc(50% - var(--gap_left));
}
.banner {
  min-height: 410px;
  background: #000 url("./media/banner_img-6WBLJOUT.jpg") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background-size: cover !important;
  position: relative;
}
.banner .conta_iner {
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      78.29deg,
      rgba(0, 0, 0, 0.6) 21.5%,
      rgba(0, 0, 0, 0) 67.41%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 56.04%,
      #000000 100%);
  pointer-events: none;
}
.banner h1 {
  text-align: center;
  font-weight: 500;
}
.banner.home_banner {
  background: #000 url("./media/home_banner-22EM7MBX.jpg") no-repeat center;
  min-height: 800px;
  display: block;
  padding-top: 200px;
  background-size: cover;
}
.banner.home_banner .hm_bnr_cnt {
  max-width: 700px;
  position: relative;
}
.banner.home_banner h1 {
  text-align: left;
}
.banner .form_group {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .banner .form_group {
    margin-top: 30px;
  }
}
.banner .form_group .form_control {
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.banner .form_group .form_control::placeholder {
  color: #fff !important;
}
.banner .form_group figure {
  filter: brightness(0) invert(1);
}
.banner .form_group .btnn,
.banner .form_group .material-icons {
  color: #fff;
}
.cat_list_wrp .slick-list {
  margin-inline: -8px;
}
.cat_list_wrp .slick-slide {
  margin-inline: 8px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.cat_list_wrp .slick-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.cat_list_wrp .slick-slide:hover {
  transform: translateY(-4px);
}
.modall {
  width: 100%;
  position: relative !important;
  max-height: 95vh;
  overflow: auto;
  display: block;
  border-radius: 10px;
}
.modall::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modall::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modall::-webkit-scrollbar-thumb {
  background: #888;
}
.modall::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface {
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface::-webkit-scrollbar-thumb {
  background: #888;
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modall .close_btn {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 3;
}
.modall .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 40px 20px;
}
.modall.accept_terms {
  max-width: 375px !important;
}
.modall.digital_sign_mdl {
  max-width: 665px !important;
  width: 95%;
}
.modall.digital_sign_mdl .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 45px 35px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .modall.digital_sign_mdl .mat-mdc-dialog-container .mdc-dialog__surface {
    padding: 24px 16px;
  }
}
.modall.offerDecline {
  max-width: 665px !important;
}
.wishlist_wrap .prdct_list {
  --gap_left: 70px;
}
.wishlist_wrap .prdct_list .prdct_bx {
  width: calc(25% - var(--gap_left));
}
.cms_flx {
  align-items: flex-start;
  --gap_left: 55px;
}
.cms_flx .about_lft {
  width: calc(45% - var(--gap_left));
  position: sticky;
  top: 90px;
  background: #000000;
  border-radius: 18px;
  padding: 50px 45px;
}
.mat-typography .cms_box {
  width: calc(55% - var(--gap_left));
}
.mat-typography .cms_box p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .mat-typography .cms_box p {
    font-size: 14px;
  }
}
.mat-typography .cms_box h3 {
  font-weight: 700;
}
.mat-typography .cms_box h3:not(:first-child) {
  margin-top: 30px;
}
.mat-typography .mdc-checkbox .mdc-checkbox__background {
  border: 1px solid #e0e0e0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px !important;
}
.mat-typography .mdc-form-field > label {
  padding-left: 10px;
}
.mat-typography .mat-mdc-checkbox-ripple,
.mat-typography .mdc-checkbox__ripple {
  display: none;
}
.mat-typography .mt_80 {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .mat-typography .mt_80 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mat-typography .mt_80 {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .mat-typography .mt_80 {
    margin-top: 24px;
  }
}
.contact_flx .cntct_lft {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .contact_flx .cntct_lft {
    width: 100%;
  }
}
.contact_flx .cntct_rht {
  width: 50%;
}
@media (max-width: 767px) {
  .contact_flx .cntct_rht {
    width: 100%;
  }
}
.contact_flx .cntct_rht h2 {
  margin-bottom: 12px;
}
.contact_flx .cntct_rht .cntct_list {
  margin: 0 0 0 auto;
  max-width: 500px;
}
.contact_flx .cntct_rht .cntct_list figure {
  width: 30px;
  height: 30px;
}
.contact_flx .cntct_rht .cntct_list figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_flx .cntct_rht .cntct_list li {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_flx .cntct_rht .cntct_list li a:hover {
  color: #1D1D1D;
}
.contact_flx .cntct_rht .cntct_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cust_tabs .mat-mdc-tab-body,
.cust_tabs .mat-mdc-tab-body-content {
  overflow: visible !important;
}
.cust_tabs .mat-mdc-tab-header {
  margin-inline: -40px;
}
@media (max-width: 992px) {
  .cust_tabs .mat-mdc-tab-header {
    margin: 0;
  }
}
.cust_tabs .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-top-width: 6px;
  border-color: #070707 !important;
}
.cust_tabs .mat-mdc-tab-labels {
  border-bottom: 1px solid rgba(29, 29, 29, 0.1254901961);
  display: flex;
  justify-content: center;
}
.cust_tabs .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab {
  height: auto;
  padding: 10px 0 20px;
  min-width: 200px;
  border-radius: 50px;
}
.cust_tabs .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
  color: rgba(7, 7, 7, 0.2509803922);
  font-size: 24px;
  letter-spacing: 0;
}
.cust_tabs .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #070707;
}
.cust_tabs.cust_tabs2 .mat-mdc-tab-labels {
  gap: 0px;
  border: 0;
  display: inline-flex;
  background: #f4f4f4;
  border-radius: 50px;
}
.cust_tabs.cust_tabs2 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab {
  border: 1px solid transparent;
  min-width: 205px;
  min-height: 45px;
  padding: 5px 15px;
}
.cust_tabs.cust_tabs2 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
  color: #000000;
  font-size: 14px;
}
.cust_tabs.cust_tabs2 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab.mdc-tab--active {
  border: 1px solid #1D1D1D;
  background: #1D1D1D;
}
.cust_tabs.cust_tabs2 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #fff;
}
.cust_tabs.cust_tabs2 .mdc-tab-indicator .mdc-tab-indicator__content {
  display: none;
}
.cust_tabs.cust_tabs3 .mat-mdc-tab-labels {
  gap: 0px;
  display: flex;
  border: 0;
}
.cust_tabs.cust_tabs3 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab {
  border: 0;
  min-width: 25%;
  min-height: 50px;
}
.cust_tabs.cust_tabs3 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
  color: #000000;
  font-size: 16px;
}
.cust_tabs.cust_tabs3 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab.mdc-tab--active {
  font-weight: 600;
  background: rgba(29, 29, 29, 0.1254901961);
}
.cust_tabs.cust_tabs3 .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab .mdc-tab-indicator {
  display: none;
}
.cust_tabs .tab_content {
  margin-top: 30px;
}
.accord .mat-expansion-panel-header {
  background: transparent !important;
  padding: 0 5px 0 0;
  height: auto !important;
  min-height: 24px;
}
.accord .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #3c3c3c;
}
.accord .mat-expansion-panel {
  box-shadow: unset !important;
}
.accord .mat-expansion-panel:not(:last-child) {
  margin-bottom: 20px;
}
.accord .mat-expansion-panel-body {
  padding: 24px 0 0;
}
.accord .mat-expansion-panel-body p {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #3c3c3c;
  line-height: 1.7;
}
.accord.filter_list .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.accord.filter_list .nest_accord {
  padding-left: 12px;
}
.accord.filter_list .nest_accord .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.accord.filter_list .mat-mdc-checkbox {
  width: 100%;
}
.accord.filter_list .mat-mdc-checkbox .mat-internal-form-field {
  flex-direction: row-reverse;
  width: 100%;
}
.accord.filter_list .mat-mdc-checkbox .mat-internal-form-field label.mdc-label {
  font-size: 12px !important;
  color: rgba(0, 0, 100, 0.5019607843);
}
.accord.filter_list .mat-mdc-checkbox .mdc-checkbox {
  margin-right: -8px;
}
.accord.filter_list > .mat-accordion > .mat-expansion-panel {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1254901961);
}
.mat-mdc-option.mdc-list-item {
  font-size: 14px;
  padding: 5px 10px;
  min-height: 30px;
  line-height: normal;
}
.mat-mdc-option.mdc-list-item:not(:last-child) {
  margin-bottom: 5px;
}
.mat-mdc-option.mdc-list-item .mat-pseudo-checkbox-minimal {
  margin-left: 8px;
  width: 15px;
  height: 15px;
}
.filter_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1254901961);
}
.filter_head figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.filter_head figure img {
  width: 16px;
}
.filter_head figure figcaption {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.filter_head a {
  color: rgba(27, 27, 27, 0.6);
  font-size: 18px;
  transition: all 0.5s ease-in-out 0s;
}
.filter_head a:hover {
  color: #1D1D1D;
  text-decoration: underline;
}
.filter_list {
  margin-top: 50px;
}
.filter_list .filter_list_item {
  height: 200px;
  overflow: auto;
}
.filter_list .filter_list_item::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
.add_card {
  padding: 18px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(29, 29, 29, 0.1254901961);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1254901961);
}
.add_card p {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}
.card_list li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  cursor: pointer;
}
.card_list li figure {
  display: flex;
  gap: 24px;
  align-items: center;
}
.card_list li figure figcaption {
  font-weight: 700;
}
.tag {
  background: #e4e4fc;
  font-size: 14px;
  min-width: 50px;
  padding: 6px 12px;
}
.add_list .add_bx h3 {
  font-weight: 500;
}
.add_list .add_bx:not(:first-child) {
  margin-top: 30px;
}
.add_list .add_bx .mat-mdc-checkbox {
  margin-bottom: 16px;
}
.add_list .add_bx_add {
  position: relative;
  padding: 16px 12px;
  background: #efefef;
}
.add_list .add_bx_add h4 {
  font-size: 14px;
  letter-spacing: -0.2px;
}
.add_list .add_bx_add p {
  max-width: 320px;
  margin-bottom: 5px;
}
.add_list .add_bx_add p,
.add_list .add_bx_add a {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: rgba(27, 27, 27, 0.6);
}
.add_list .add_bx_add .dlt_edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
.add_list .add_bx_add .dlt_edit figure {
  cursor: pointer;
}
.add_list .add_bx_add .dlt_edit p {
  margin: 0;
  max-width: 100%;
  color: #000000;
}
.add_list .add_bx_add label.mdc-label {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: rgba(27, 27, 27, 0.6);
}
.add_list .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}
.check_wrap .stepper_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
  padding-top: 90px;
}
.check_wrap .stepper_count p {
  font-size: 12px;
  letter-spacing: -0.2px;
  margin: 0;
}
.check_wrap .stepper_count p span {
  font-size: 15px;
  font-weight: 600;
}
.check_wrap .stepper_count button {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
}
.upload_video {
  position: relative;
  width: 160px;
  height: 90px;
  border: 2px dashed rgba(29, 29, 29, 0.1254901961);
  padding: 5px;
}
.upload_video input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  text-indent: -99px;
}
.upload_video .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload_video .content span {
  font-weight: 500;
  font-size: 14px;
  margin-top: 12px;
}
.mat-horizontal-stepper-header-container {
  gap: 3px;
  justify-content: center;
}
.mat-horizontal-stepper-header-container .mat-step-label {
  min-width: 15px;
}
.mat-horizontal-stepper-header-container .mat-step-label.mat-step-label-selected {
  min-width: 45px;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header {
  height: auto;
  min-height: 20px;
  width: auto;
  padding-inline: 0;
}
.mat-horizontal-stepper-wrapper .mat-step-label::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 6px solid #1D1D1D;
  left: 0;
  border-radius: 5px;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-label::before {
  border-color: #d9d9d9 !important;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-label-selected::before {
  border-color: #1D1D1D !important;
}
.mat-horizontal-stepper-wrapper .mat-step-icon,
.mat-horizontal-stepper-wrapper .mat-stepper-horizontal-line,
.mat-horizontal-stepper-wrapper .mat-step-header-ripple {
  display: none !important;
}
.mat-horizontal-stepper-wrapper .mat-step-header:hover:not([aria-disabled]),
.mat-horizontal-stepper-wrapper .mat-step-header:hover {
  background: transparent !important;
}
.address_box {
  padding: 30px 25px;
  background-color: #efefef;
  position: relative;
  margin-top: 35px;
}
.address_box .addr_tag {
  top: 20px;
  right: 20px;
  line-height: 1;
  padding: 8px 15px;
  position: absolute;
  background-color: #e4e4fc;
  font-size: 10px;
  font-weight: 600;
}
.address_box p {
  font-size: 14px;
}
.address_box p strong {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.address_box p:not(:last-child) {
  margin-bottom: 8px;
}
.mat-stepper-header-position-bottom .mat-horizontal-content-container {
  padding: 0 !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  background: rgba(27, 27, 27, 0.0705882353) !important;
}
.drop_menu .count {
  margin: 0;
}
.drop_menu .count li {
  margin: 0;
  padding-inline: 10px;
  cursor: pointer;
}
.mat-mdc-select-arrow svg {
  display: none;
}
.mat-mdc-select-arrow::before {
  content: "keyboard_arrow_down";
  -webkit-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
  overflow: hidden;
  font-family: "Material Icons" !important;
  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;
  position: absolute;
  top: -10px;
}
.user_prfl {
  width: 120px;
  border-radius: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto 30px;
}
.user_prfl .prfl_img {
  width: 100%;
  height: 100%;
  border-radius: 120px;
}
.user_prfl .prfl_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.user_prfl .prfl_img .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
}
.user_prfl .prfl_img .close_icon mat-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.user_prfl .prfl_img .close_icon:hover {
  background: #ff3333;
  color: #fff;
}
.user_prfl .camera {
  position: absolute;
  width: 42px;
  height: 42px;
  inset: auto 0 0 auto;
  border: 2px solid #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background: #fff;
  cursor: pointer;
}
.user_prfl input {
  position: absolute;
  inset: 0;
  text-indent: -99px;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}
.upload_doc .user_prfl {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(29, 29, 29, 0.1254901961);
  border-radius: 20px;
}
.upload_doc figcaption {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.upload_doc figcaption p {
  font-size: 12px;
  margin: 0;
}
.upload_doc figcaption img {
  width: 25px;
  margin-top: -12px;
}
.btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.btn_group .btnn {
  width: calc(50% - 8px);
}
.btn_group .btnn.w_100 {
  width: 100%;
}
.gradient_text {
  font-size: 16px;
  background:
    linear-gradient(
      90deg,
      #916529 0%,
      #f2e996 25.34%,
      #906126 52.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select_ref .select_ref_box {
  padding: 35px 50px;
  border-radius: 12px;
  width: calc(100% - var(--gap_left));
  position: relative;
  min-height: 138px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .select_ref .select_ref_box {
    padding: 20px;
    min-height: 100px;
  }
  .select_ref .select_ref_box h2 {
    font-size: 20px !important;
  }
}
.select_ref .select_ref_box::before {
  content: "";
  position: absolute;
  background: url("./media/prefer_before-B3JQJ3Y2.png") no-repeat center;
  width: 163px;
  height: 120px;
  filter: brightness(0);
  bottom: 0;
  right: 0;
}
.select_ref .select_ref_box.active {
  background: #000000;
  border: 5px solid #dcca7d;
}
.select_ref .select_ref_box.active::before {
  filter: brightness(0) invert(1);
}
.select_ref .select_ref_box.active h2 {
  color: #fff;
}
.select_ref h2 span {
  margin-top: 8px;
}
.your_area {
  margin-top: -245px;
}
.prp_list .prp_list_bx {
  min-height: var(--card-min-height);
  position: relative;
  z-index: 5;
  display: flex;
  transition: all 0.5s ease-in-out 0s;
  flex-direction: column;
  cursor: pointer;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}
.prp_list .prp_list_bx::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      var(--card-scrim-from) var(--card-scrim-start),
      var(--card-scrim-to) var(--card-scrim-end));
  z-index: -1;
  border-radius: inherit;
}
.prp_list .prp_list_bx:hover {
  transform: translateY(var(--card-hover-lift));
}
.prp_list .prp_img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  border-radius: var(--card-radius);
}
.prp_list .prp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.prp_list .doc_head {
  padding: 12px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.prp_list .doc_head p span.gradient_text {
  background-image:
    linear-gradient(
      90deg,
      #916529 0%,
      #F2E996 48.5%,
      #906126 100%);
}
.prp_list .prp_loc {
  margin: auto var(--card-panel-inset) var(--card-panel-inset);
  width: calc(100% - var(--card-panel-inset) * 2);
  padding: var(--card-panel-pad-block-start) var(--card-panel-pad-inline) var(--card-panel-pad-block-end);
  background: var(--card-panel-bg);
  -webkit-backdrop-filter: blur(var(--card-panel-blur));
  backdrop-filter: blur(var(--card-panel-blur));
  border: 1px solid var(--card-panel-border);
  border-radius: var(--card-panel-radius);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
}
.prp_list .prp_loc .prp_doc_lft {
  width: 100%;
}
.prp_list .prp_loc .prp_doc_lft h3 {
  font-size: var(--card-title-size);
  font-weight: var(--card-title-weight);
  color: var(--card-title-color);
  line-height: var(--card-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 var(--card-gap-title-location);
}
.prp_list .prp_loc .prp_doc_lft p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--card-gap-pin-text);
  font-size: var(--card-location-size);
  color: var(--card-location-color);
  line-height: var(--card-line-height);
  margin: 0;
  overflow: hidden;
}
.prp_list .prp_loc .prp_doc_lft p figure {
  width: var(--card-location-pin-w);
  height: var(--card-location-pin-h);
  min-width: var(--card-location-pin-w);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.prp_list .prp_loc .prp_doc_lft p figure mat-icon {
  width: var(--card-location-pin-w);
  height: var(--card-location-pin-h);
  display: block;
  margin: 0;
  line-height: 0;
}
.prp_list .prp_loc .prp_doc_lft p figure mat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.prp_list .prp_loc h4 {
  font-size: var(--card-price-size);
  color: var(--card-price-color);
  font-weight: 700;
  line-height: var(--card-line-height);
  margin: var(--card-gap-location-price) 0 0;
  white-space: nowrap;
}
.prp_list .prp_loc h4 .crncy {
  font-size: var(--card-currency-size);
  color: var(--card-currency-color);
  letter-spacing: var(--card-currency-tracking);
}
.new_area .prp_list .prp_list_bx {
  position: relative;
  z-index: 3;
}
.top_offer_box {
  background: url("./media/offfer_bg-PBMQJSX3.jpg") no-repeat center;
  position: relative;
  padding: 45px 16px;
  border-radius: 10px;
  z-index: 4;
}
.top_offer_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #000000 -18.78%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
}
.top_offer_box:not(:last-child) {
  margin-bottom: 25px;
}
.offer_deal_bx {
  width: 100%;
}
.offer_deal_bx .slick-slide {
  position: relative;
}
.offer_deal_bx .slick-slide::before {
  content: "";
  position: absolute;
  inset: 0px;
  background:
    linear-gradient(
      78.29deg,
      rgba(0, 0, 0, 0.6) 21.5%,
      rgba(0, 0, 0, 0) 67.41%),
    linear-gradient(rgba(0, 0, 0, 0) 56.04%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.offer_deal_bx .slick-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.collection_list .collection_bx {
  width: 25%;
  overflow: hidden;
}
.collection_list .collection_bx .collection_img {
  width: 100%;
  height: 480px;
  position: relative;
}
.collection_list .collection_bx .collection_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: all 0.5s ease-in-out 0s;
}
.collection_list .collection_bx figcaption {
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  width: 90%;
  margin-inline: auto;
  bottom: -20px;
  visibility: hidden;
  opacity: 0;
  padding: 20px 16px;
  left: 50%;
  transition:
    bottom 0.3s ease,
    visibility 0.3s ease,
    opacity 0.1s ease;
  border-radius: 10px;
  transform: translateX(-50%);
}
.collection_list .collection_bx figcaption h3 {
  margin-bottom: 4px;
}
.collection_list .collection_bx figcaption p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.collection_list .collection_bx figcaption .btnn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 57px;
  min-height: 57px;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
}
.collection_list .collection_bx.active .collection_img::before {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 16.11%,
      #000000 89.02%);
}
.collection_list .collection_bx.active figcaption {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.test_flex {
  background:
    linear-gradient(
      -219.84deg,
      #474747 4.14%,
      #222222 44.22%);
  padding: 60px;
  position: relative;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.0784313725);
  width: 90%;
  margin-inline: auto;
  z-index: 1;
}
.test_flex .test_lft,
.test_flex .test_rht {
  width: calc(50% - var(--gap_left));
}
.test_flex .test_lft {
  position: relative;
  min-height: 400px;
}
.test_flex .client_img {
  max-width: 270px;
  width: 100%;
  height: 344px;
}
.test_flex .client_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test_flex .usr_dtl {
  max-width: 270px;
  width: 100%;
  padding: 40px 20px 20px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 25%;
}
.test_flex .usr_dtl h2 {
  font-weight: 600;
}
.test_flex .usr_dtl p {
  font-size: 13px;
}
.test_flex .usr_dtl .quote {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.test_flex .test_rht h2 {
  margin-bottom: 60px;
}
.test_flex .test_rht p {
  color: #c4c4c4 !important;
  font-size: 18px;
}
.mat-typography:has(.testimonial) footer {
  padding-top: 420px;
  margin-top: -330px;
}
.prp_list_flx .filter_lft {
  max-width: 270px;
  width: 100%;
}
.prp_list_flx .filter_lft .hd_4 h2 {
  margin-bottom: 15px;
}
.prp_list_flx .feature_right {
  width: calc(100% - 270px);
}
.prp_list_flx .prp_type {
  border-radius: 12px;
  border: 1px solid #070707;
  padding: 20px 14px;
}
.prp_list_flx .prp_type:not(:last-child) {
  margin-bottom: 20px;
}
.prp_list_flx .prp_type h3 {
  margin-bottom: 24px;
}
.prp_list_flx .prp_title {
  background: #141414;
  padding: 8px;
  min-width: 115px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  text-align: center;
}
.prp_list_flx .prp_title span {
  font-size: 14px;
  font-weight: 700;
}
.prp_list_flx .form_group {
  margin-bottom: 20px;
}
.prp_list_flx .form_group .form_control {
  border-color: #070707 !important;
  border-radius: 12px;
  font-size: 14px !important;
  font-weight: 600;
}
.mdc-switch:enabled .mdc-switch__track::after {
  background: green !important;
}
.mdc-switch .mdc-switch__ripple {
  display: none !important;
}
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: #fff !important;
}
.mdc-switch .mdc-switch__track {
  height: 20px !important;
}
.mdc-switch {
  width: 40px !important;
}
.top_offer_flx {
  --gap_top: 40px;
  --gap_left: 30px;
}
.top_offer_flx .top_ofr_bx {
  width: calc(33.3333333333% - var(--gap_left));
  position: relative;
  z-index: 1;
  min-height: var(--card-min-height);
  border-radius: var(--card-radius);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
}
.top_offer_flx .top_ofr_bx:hover {
  transform: translateY(var(--card-hover-lift));
}
.top_offer_flx .top_ofr_bx::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      var(--card-scrim-from) var(--card-scrim-start),
      var(--card-scrim-to) var(--card-scrim-end));
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}
.top_offer_flx .offer_img {
  height: 100%;
  width: 100%;
  border-radius: var(--card-radius);
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.top_offer_flx .offer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.top_offer_flx .img_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.top_offer_flx .ofr_feat {
  margin: auto var(--card-panel-inset) var(--card-panel-inset);
  width: calc(100% - var(--card-panel-inset) * 2);
  padding: var(--card-panel-pad-block-start) var(--card-panel-pad-inline) var(--card-panel-pad-block-end);
  background: var(--card-panel-bg);
  -webkit-backdrop-filter: blur(var(--card-panel-blur));
  backdrop-filter: blur(var(--card-panel-blur));
  border: 1px solid var(--card-panel-border);
  border-radius: var(--card-panel-radius);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
  min-height: 0;
}
.top_offer_flx .ofr_feat .ofr_doc_lft {
  width: 100%;
  min-width: 0;
}
.top_offer_flx .ofr_feat .ofr_doc_lft h3 {
  font-size: var(--card-title-size);
  font-weight: var(--card-title-weight);
  color: var(--card-title-color);
  font-weight: 700;
  line-height: var(--card-line-height);
  margin: 0 0 var(--card-gap-title-location);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_offer_flx .ofr_feat .ofr_doc_lft p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--card-gap-pin-text);
  font-size: var(--card-location-size);
  color: var(--card-location-color);
  line-height: var(--card-line-height);
  margin: 0;
  overflow: hidden;
}
.top_offer_flx .ofr_feat .ofr_doc_lft p figure {
  width: var(--card-location-pin-w);
  height: var(--card-location-pin-h);
  min-width: var(--card-location-pin-w);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.top_offer_flx .ofr_feat .ofr_doc_lft p figure mat-icon {
  width: var(--card-location-pin-w);
  height: var(--card-location-pin-h);
  display: block;
  margin: 0;
  line-height: 0;
}
.top_offer_flx .ofr_feat .ofr_doc_lft p figure mat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top_offer_flx .ofr_feat h4 {
  font-size: var(--card-price-size);
  color: var(--card-price-color);
  font-weight: 700;
  line-height: var(--card-line-height);
  margin: var(--card-gap-location-price) 0 0;
  white-space: nowrap;
}
.top_offer_flx .ofr_feat h4 .crncy {
  font-size: var(--card-currency-size);
  color: var(--card-currency-color);
  letter-spacing: var(--card-currency-tracking);
}
.top_offer_flx .fav_prop {
  inset: var(--card-fav-top) var(--card-fav-right) auto auto;
}
.top_offer_flx .offer_head {
  padding: 0;
}
.top_offer_flx .offer_head .doc_head {
  padding: 12px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.top_offer_flx .offer_head .doc_head p span.gradient_text {
  background-image:
    linear-gradient(
      90deg,
      #916529 0%,
      #F2E996 48.5%,
      #906126 100%);
}
.mat-typography .list_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  overflow: auto;
  width: 100%;
}
.mat-typography .list_tabs li {
  margin: 0;
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 575px) {
  .mat-typography .list_tabs li {
    min-width: 120px;
    font-size: 16px;
  }
}
.mat-typography .list_tabs li.active {
  background: #000000;
}
.mat-typography .list_tabs li.active .gradient_text {
  font-size: 25px;
}
@media (max-width: 575px) {
  .mat-typography .list_tabs li.active .gradient_text {
    font-size: 16px;
  }
}
.search_prp .form_group {
  max-width: 870px;
  width: 100%;
}
.search_list_bx_wrp .fav_prop {
  inset: 20px auto auto 230px;
}
@media (max-width: 767px) {
  .search_list_bx_wrp .fav_prop {
    inset: 20px auto auto 230px;
  }
}
.search_list_bx {
  padding: 10px;
  background: #ebebeb;
  border: solid 2px #ebebeb;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 20px;
}
.search_list_bx._disabled {
  background: transparent;
}
@media (max-width: 767px) {
  .search_list_bx {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 10px;
  }
}
.search_list_bx .search_img {
  width: 280px;
  height: 168px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_list_bx .search_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      78.29deg,
      rgba(0, 0, 0, 0.3) 21.5%,
      rgba(0, 0, 0, 0) 67.41%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 56.04%,
      #000000 100%);
  border-radius: 10px;
  pointer-events: none;
}
.search_list_bx .search_img figcaption,
.search_list_bx .search_img > div,
.search_list_bx .search_img p {
  z-index: 4;
}
.search_list_bx .search_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.search_list_bx .search_img mat-icon {
  height: 128px;
  width: 128px;
}
.search_list_bx .search_img mat-icon svg {
  fill: black !important;
}
.search_list_bx .search_img mat-icon svg path:nth-of-type(1) {
  fill: gray !important;
}
.search_list_bx .search_img figcaption {
  position: absolute;
  top: 16px;
  left: -5px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.search_list_bx .search_item_price {
  max-width: 250px;
  display: flex;
  flex-direction: column;
}
.search_list_bx .search_item_price p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .search_list_bx .search_item_price p {
    margin-bottom: 5px;
  }
}
.search_list_bx .search_item_price h2 {
  margin-top: auto;
  padding: 20px 0;
}
.search_list_bx .search_dtl {
  width: calc(100% - 582px);
}
.search_list_bx .featured_text,
.search_list_bx .doc_head p,
.doc_head .search_list_bx p {
  font-size: 20px;
  font-weight: 700;
}
.search_list_bx:not(:last-child) {
  margin-bottom: 30px;
}
.fav_prop {
  width: var(--card-fav-size);
  height: var(--card-fav-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-fav-bg);
  -webkit-backdrop-filter: blur(var(--card-fav-blur));
  backdrop-filter: blur(var(--card-fav-blur));
  border-radius: var(--card-fav-radius);
  margin-left: auto;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  z-index: 9;
  inset: 20px 20px auto auto;
}
.fav_prop mat-icon {
  color: var(--card-fav-icon);
}
.fav_prop img {
  filter: brightness(0) invert(1);
}
.fav_prop img[src*=wish_fill] {
  filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(4229%) hue-rotate(343deg) brightness(109%) contrast(103%);
}
.prp_list .fav_prop {
  inset: var(--card-fav-top) var(--card-fav-right) auto auto;
}
.prp_list_banner .slick-list {
  margin-inline: -15px;
}
.prp_list_banner .slick-list .slick-slide {
  margin-inline: 15px;
}
.prp_list_banner .slick-prev {
  display: none !important;
}
.arrow .slick-arrow {
  background: #000000 !important;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow .slick-arrow::before {
  content: "";
  background: url("./media/right_arrow-7YH246OJ.svg") no-repeat center;
  background-size: cover;
  width: 27px;
  position: absolute;
  height: 27px;
  background-size: contain;
}
.arrow .slick-arrow.slick-next {
  right: -80px;
  top: 127px;
}
@media (max-width: 1400px) {
  .arrow .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    right: -55px;
  }
}
.arrow .list-toggle .mdc-switch {
  width: 55px !important;
}
.arrow .list-toggle .mdc-switch .mdc-switch__track {
  height: 30px !important;
}
.arrow .list-toggle .mdc-switch:enabled .mdc-switch__track::before {
  background: #000 !important;
  border-radius: 13px;
}
.arrow .list-toggle .mdc-switch:enabled .mdc-switch__track::after {
  background: #27ae60 !important;
  border-radius: 13px;
}
.arrow .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background: #ffffff;
}
.arrow .mdc-switch__icons svg {
  display: none;
}
.feature_listing_row .list-toggle {
  width: 64px;
  flex-shrink: 0;
}
.feature_listing_row .list-toggle .feature-toggle {
  --feature-toggle-green: #34c759;
  --feature-toggle-admin-green: #a8dab5;
  --feature-toggle-off-track: #e9e9ea;
  --feature-toggle-width: 64px;
  --feature-toggle-track-height: 34px;
  --feature-toggle-handle-size: 26px;
  --feature-toggle-radius: 13px;
  --feature-toggle-track-inset: 4px;
  width: var(--feature-toggle-width) !important;
  min-width: var(--feature-toggle-width) !important;
  max-width: var(--feature-toggle-width) !important;
  display: inline-flex !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-form-field,
.feature_listing_row .list-toggle .feature-toggle .mdc-form-field__label-wrapper,
.feature_listing_row .list-toggle .feature-toggle label {
  width: var(--feature-toggle-width) !important;
  min-width: var(--feature-toggle-width) !important;
  max-width: var(--feature-toggle-width) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch {
  width: var(--feature-toggle-width) !important;
  min-width: var(--feature-toggle-width) !important;
  max-width: var(--feature-toggle-width) !important;
  overflow: hidden !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__track {
  width: var(--feature-toggle-width) !important;
  min-width: var(--feature-toggle-width) !important;
  max-width: var(--feature-toggle-width) !important;
  height: var(--feature-toggle-track-height) !important;
  border-radius: var(--feature-toggle-radius) !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__handle {
  width: var(--feature-toggle-handle-size) !important;
  height: var(--feature-toggle-handle-size) !important;
  border-radius: 50% !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__handle-track {
  width: calc(var(--feature-toggle-width) - var(--feature-toggle-handle-size) - var(--feature-toggle-track-inset) * 2) !important;
  max-width: calc(var(--feature-toggle-width) - var(--feature-toggle-handle-size) - var(--feature-toggle-track-inset) * 2) !important;
  margin-left: var(--feature-toggle-track-inset) !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__icons {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__ripple,
.feature_listing_row .list-toggle .feature-toggle .mdc-switch .mdc-switch__shadow {
  display: none !important;
}
.feature_listing_row .list-toggle .feature-toggle:not(.feature-toggle--admin) .mdc-switch:enabled .mdc-switch__track::before {
  background: var(--feature-toggle-off-track) !important;
  background-color: var(--feature-toggle-off-track) !important;
  opacity: 1 !important;
  border-radius: var(--feature-toggle-radius) !important;
}
.feature_listing_row .list-toggle .feature-toggle:not(.feature-toggle--admin) .mdc-switch:enabled .mdc-switch__track::after {
  background: var(--feature-toggle-green) !important;
  background-color: var(--feature-toggle-green) !important;
  opacity: 1 !important;
  border-radius: var(--feature-toggle-radius) !important;
}
.feature_listing_row .list-toggle .feature-toggle:not(.feature-toggle--admin) .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__track::before {
  background: var(--feature-toggle-off-track) !important;
  background-color: var(--feature-toggle-off-track) !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle:not(.feature-toggle--admin) .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__track::after {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
}
.feature_listing_row .list-toggle .feature-toggle:not(.feature-toggle--admin) .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) {
  --mdc-switch-disabled-selected-track-color: #34c759;
  --mdc-switch-disabled-selected-handle-color: #ffffff;
  --mdc-switch-disabled-selected-icon-color: transparent;
  --mdc-switch-selected-track-color: #34c759;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-icon-color: transparent;
  --mdc-switch-disabled-selected-track-opacity: 1;
  --mdc-switch-disabled-selected-handle-opacity: 1;
  --mdc-switch-disabled-track-opacity: 1;
  --mdc-switch-disabled-handle-opacity: 1;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--disabled {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch__track,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch__track::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch__track::after,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch__handle::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch__handle::after {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__track::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__track::after {
  background: var(--feature-toggle-green) !important;
  background-color: var(--feature-toggle-green) !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__track::before {
  opacity: 0 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__track::after {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__handle::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--active:not(.feature-toggle--admin) .mdc-switch.mdc-switch--selected .mdc-switch__handle::after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin {
  --mdc-switch-disabled-selected-track-color: #a8dab5;
  --mdc-switch-disabled-selected-handle-color: #ffffff;
  --mdc-switch-disabled-selected-icon-color: transparent;
  --mdc-switch-disabled-selected-track-opacity: 1;
  --mdc-switch-disabled-selected-handle-opacity: 1;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--disabled {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch__track,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch__track::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch__track::after,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch__handle::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch__handle::after {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__track::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__track::after {
  background: var(--feature-toggle-admin-green) !important;
  background-color: var(--feature-toggle-admin-green) !important;
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__track::before {
  opacity: 0 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__track::after {
  opacity: 1 !important;
}
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__handle::before,
.feature_listing_row .list-toggle .feature-toggle.feature-toggle--admin .mdc-switch.mdc-switch--selected .mdc-switch__handle::after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.slick-slider ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: inherit;
}
.slick-slider ul.slick-dots li {
  margin: 0;
}
.slick-slider ul.slick-dots li button {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 0;
}
.slick-slider ul.slick-dots li button::before {
  content: "";
  position: initial;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.75);
}
.slick-slider ul.slick-dots li.slick-active {
  border-radius: 50px;
}
.slick-slider ul.slick-dots li.slick-active button {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.slick-slider ul.slick-dots li.slick-active button::before {
  background: #000000;
}
.test_flex.arrow .slick-arrow {
  top: auto;
  bottom: 5%;
  background:
    linear-gradient(
      90deg,
      #916529 0%,
      #f2e996 48.5%,
      #906126 100%) !important;
  border-radius: 0;
  z-index: 9;
}
.test_flex.arrow .slick-arrow::before {
  filter: brightness(0);
}
.test_flex.arrow .slick-arrow.slick-prev {
  left: 100%;
  transform: translateX(-110px) scale(-1);
  background: transparent !important;
}
.test_flex.arrow .slick-arrow.slick-prev::before {
  filter: brightness(0) invert(1);
}
.test_flex.arrow .slick-arrow.slick-next {
  transform: unset;
  right: 0;
}
.notify {
  display: none;
}
@media (max-width: 1200px) {
  .chat_sc .inner {
    flex-wrap: nowrap;
  }
  .your_area {
    margin-top: 0;
  }
  .arrow .slick-arrow.slick-next {
    right: -50px;
  }
  .collection_list .collection_bx {
    width: 33.3333333333%;
  }
  .banner.home_banner {
    min-height: 1px;
    padding-bottom: 50px;
  }
  .collection_list .collection_bx figcaption {
    visibility: visible !important;
    opacity: 1;
    bottom: 20px;
  }
  .collection_list .collection_bx .collection_img::before {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 16.11%,
        #000000 89.02%);
  }
}
@media (max-width: 991px) {
  .top_offer_flx .top_ofr_bx {
    width: calc(50% - var(--gap_left));
  }
  .banner.home_banner {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
  }
  .banner.home_banner h1 {
    text-align: center;
    font-size: 36px !important;
  }
  .arrow .slick-arrow.slick-next {
    right: -20px;
  }
  .offer_deal_bx .slick-slide img {
    object-fit: contain;
    height: 260px;
  }
  .collection_list .collection_bx {
    width: 50%;
  }
  .spc_btwn {
    flex-direction: column;
  }
  .spc_btwn .prtf_rhs {
    width: 100% !important;
  }
  .spc_btwn .prtf_rhs .proprty-listing {
    width: 100%;
  }
  .prp_list_flx .filter_lft {
    max-width: 90px;
  }
  .prp_list_flx .feature_right {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .account_prfl {
    flex-direction: column;
    text-align: center;
  }
  .account_prfl .prfl_right {
    width: 80% !important;
  }
  .cms_flx {
    flex-direction: column;
  }
  .cms_flx .about_lft {
    display: none;
  }
  .cms_box {
    width: 100% !important;
  }
  .gap_m .cms_box {
    width: calc(100% - var(--gap_left)) !important;
  }
  .chat_sc .inner {
    flex-wrap: wrap;
  }
  .chat_sc .inner .lt {
    width: 100% !important;
  }
  .chat_sc .inner .rt {
    width: 100% !important;
  }
  .chat_sc .inner .rt .chat_box {
    min-height: initial !important;
    max-height: initial !important;
  }
  .chat_sc .inner .rt .aed_min {
    min-width: initial !important;
  }
  .prp_list_flx {
    flex-direction: column;
  }
  .prp_list_flx .feature_right {
    width: 100%;
  }
  .notify {
    display: block;
  }
  .notification {
    display: none !important;
  }
  .slide_flex {
    flex-direction: column;
    align-items: center;
  }
  .test_flex .test_lft,
  .test_flex .test_rht {
    width: 100%;
  }
  .test_flex .test_rht h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .test_flex.arrow .slick-arrow {
    bottom: -10%;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  .collection_list .collection_bx .collection_img {
    height: 300px;
  }
  .search_dtl h2 {
    font-size: 24px !important;
  }
  .search_item_price h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 15px !important;
  }
  .collection_list .collection_bx .collection_img {
    height: 250px;
  }
  .account_prfl .prfl_right {
    width: 70% !important;
  }
  .account_prfl .prfl_lft .user_prfl {
    width: 150px !important;
    height: 150px !important;
  }
  .spc_btwn .prtf_rhs .proprty-listing h5 {
    font-size: 16px;
  }
  .top_offer_flx .top_ofr_bx {
    width: 100%;
  }
  h1 {
    font-size: 28px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  .banner {
    min-height: 300px;
    padding: 0 !important;
  }
  .banner.home_banner h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  .arrow .slick-arrow.slick-next {
    right: -5px;
  }
  .collection_list .collection_bx figcaption .btnn {
    right: 2px;
    top: 74%;
    min-width: 37px;
    min-height: 37px;
  }
  .collection_list .collection_bx figcaption {
    padding: 10px;
  }
  .offer_deal_bx .slick-slide img {
    height: 150px;
  }
  .test_flex .usr_dtl {
    position: initial;
  }
  .test_flex .usr_dtl .quote {
    display: none;
  }
  .test_flex {
    padding: 20px;
  }
  .slide_flex {
    padding-inline: 15px;
  }
  .collection_list .collection_bx figcaption .btnn {
    min-height: 17px;
    min-width: 17px;
  }
  .collection_list .collection_bx figcaption .btnn img {
    width: 50%;
  }
  .cust_tabs .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab .mdc-tab__text-label {
    font-size: 16px;
  }
  .cust_tabs .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab {
    min-width: 100px;
  }
  .top_offer_box {
    padding: 20px;
  }
  .search_list_bx .search_dtl {
    width: 100%;
  }
  .search_dtl h2 {
    font-size: 18px !important;
    margin: 0 !important;
  }
  .search_item_price h2 {
    font-size: 18px !important;
    padding: 0 !important;
  }
  .spc_btwn .prtf_rhs .proprty-listing {
    padding: 10px;
  }
}
.auth_modal {
  --gap_top: 0px;
  --gap_left: 0px;
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 991px) {
  .auth_modal {
    flex-wrap: wrap;
  }
}
.auth_modal .auth_mdl_lf {
  width: calc(50% - var(--gap_left));
  display: flex;
  max-height: 100vh;
  position: sticky;
  background: #000000 url("./media/auth_bg-6F7L2334.png") no-repeat top center;
  background-size: cover;
  align-self: stretch;
  flex-wrap: wrap;
  top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .auth_modal .auth_mdl_lf {
    height: 100px;
    width: calc(100% - var(--gap_left));
    z-index: 2;
  }
}
.auth_modal .auth_mdl_lf .logo {
  width: 200px;
  height: auto;
  margin: 70px auto;
}
@media (max-width: 991px) {
  .auth_modal .auth_mdl_lf .logo {
    width: 150px;
    margin: auto;
  }
}
.auth_modal .auth_mdl_rht {
  width: calc(50% - var(--gap_left));
  padding: 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .auth_modal .auth_mdl_rht {
    width: calc(100% - var(--gap_left));
  }
}
.auth_modal .auth_mdl_rht > span {
  display: inline-block;
  margin-bottom: 40px;
}
.auth_modal .auth_mdl_rht h2 + p a {
  display: inline-flex;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1D1D;
}
.auth_modal .auth_mdl_rht.w_100 {
  width: calc(100% - var(--gap_left));
}
.auth_modal .submit_btn {
  margin: 20px 0;
}
.auth_modal .submit_btn + p {
  font-size: 14px;
}
.auth_modal .submit_btn + p a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.5s ease-in-out 0s;
  color: rgba(27, 27, 27, 0.6);
}
.auth_modal .submit_btn + p a:hover {
  color: #1D1D1D;
}
.auth_modal .or {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 35px;
}
.auth_modal .or span {
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #070707;
}
.auth_modal .or::after,
.auth_modal .or::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(29, 29, 29, 0.1254901961);
}
.auth_modal .log_with {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.auth_modal .log_with .btnn {
  flex-grow: 1;
  font-size: 14px;
}
.rem_pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.rem_pass p {
  font-size: 14px;
  color: #070707;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
}
.rem_pass p:hover {
  text-decoration: underline;
}
.tab_content {
  margin-top: 75px;
  max-width: 440px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .tab_content {
    margin-top: 0;
  }
}
.log_head {
  margin-bottom: 30px;
}
.log_head h2 {
  margin-bottom: 8px;
}
.log_head p {
  font-size: 18px;
}
.cust_tabs > p {
  font-size: 20px;
  color: #070707;
}
.cust_tabs > p a {
  color: #1D1D1D;
  font-weight: 700;
  transition: all 0.5s ease-in-out 0s;
}
.cust_tabs > p a:hover {
  text-decoration: underline;
}
.log_with .btnn.btn_outline {
  border-color: #1d1d1d;
}
@media (max-width: 575px) {
  .log_head {
    margin-top: 20px;
  }
  .log_head p {
    font-size: 14px;
  }
  .auth_modal .auth_mdl_rht {
    padding: 15px;
  }
  .cust_tabs p {
    font-size: 14px;
  }
}
.auth_modall {
  --gap_top: 0px;
  --gap_left: 0px;
  min-height: 100vh;
  align-items: center;
  background-image: url("./media/splash_bg-KOWITZH7.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.auth_modall .auth_mdl_lft {
  width: calc(100% - var(--gap_left));
}
.auth_modall .auth_mdl_lft .logo {
  top: 20%;
  left: 50%;
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 340px;
}
@media (max-width: 575px) {
  .auth_modall .auth_mdl_lft .logo {
    width: 200px;
  }
}
.auth_modall .auth_mdl_lft .btm_txt {
  position: absolute;
  bottom: 5%;
  font-weight: 400;
  text-align: center;
  color: white;
  font-size: 18px;
  opacity: 0.7;
  width: 100%;
}
@media (max-width: 575px) {
  .auth_modall .auth_mdl_lft .btm_txt {
    font-size: 14px !important;
  }
}
.auth_modal_txt .auth_mdl_rht {
  text-align: left;
}
.bold_txt {
  font-size: 16px;
  font-weight: 700;
}
.auth_modal_doc .auth_mdl_rht {
  text-align: left;
}
.auth_modal_doc .auth_mdl_rht .upload_doc .user_prfl .prfl_img {
  border-radius: 10px;
}
.auth_modal_doc .log_head {
  position: relative;
}
.auth_modal_doc .log_head .skip {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .auth_modal_doc .log_head .skip {
    top: -25px;
  }
}
.form_group .form_control[type=password]:valid {
  font-size: 28px;
}
.form_group .form_control[type=password]:valid::placeholder {
  font-size: 12px !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background: #1D1D1D !important;
}
.more_menu button {
  text-align: center;
  text-align: center;
  min-height: 40px;
}
.more_menu button span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
}
.prog-ress-bar mat-progress-bar {
  max-width: 100px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .prog-ress-bar mat-progress-bar {
    max-width: 70px;
  }
}
.prog-ress-bar .mdc-linear-progress__bar-inner {
  border-color: #000000 !important;
  border-radius: 10px;
}
.prog-ress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgb(255, 255, 255) !important;
}
.prog-ress-bar .mdc-linear-progress__buffer {
  height: 10px;
}
.prog-ress-bar .mdc-linear-progress {
  height: 10px !important;
  border-radius: 25px !important;
}
.prog-ress-bar .mdc-linear-progress__bar {
  margin: 0 !important;
  border: 5px solid #000 !important;
}
.prog-ress-bar .aed-value {
  font-size: 14px !important;
  white-space: nowrap;
}
.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 20px;
}
.no-data img {
  max-width: 500px;
  height: auto;
  margin-bottom: 10px;
}
.no-data p {
  font-size: 1.2rem;
  color: #555;
}
.search_prp_list .search_list_bx_wrp .fav_prop {
  inset: 20px auto auto 20%;
}
@media (max-width: 767px) {
  .search_prp_list .search_list_bx_wrp .fav_prop {
    inset: 20px 20px auto auto;
  }
}
.prp_list_flx .filter_lft + .feature_right .fav_prop {
  inset: 20px auto auto 26%;
}
@media (max-width: 767px) {
  .prp_list_flx .filter_lft + .feature_right .fav_prop {
    inset: 20px 20px auto auto;
  }
}
.mat-mdc-dialog-panel:has(.accept_terms) {
  max-width: 700px !important;
  width: 95%;
}
.cdk-overlay-pane:has(.mat-mdc-menu-panel.profile_menu) {
  max-width: 185px;
  width: 100%;
}
.cdk-overlay-pane:has(.mat-mdc-menu-panel.profile_menu) .mat-mdc-menu-panel {
  max-width: 100% !important;
  width: 100%;
}
.post_prop .user_prfl .prfl_img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .your_area {
    padding-top: 40px;
  }
  .your_area .text_white.dp_flx :where(h2, a) {
    color: #000;
  }
}
div:where(.swal2-container) .swal2-html-container {
  padding-top: 0 !important;
}
.auth_modal .tab_content {
  min-height: calc(100vh - 165px);
}
.auth_modal .tab_content_top {
  min-height: 0px;
}
.auth_modal .mat-mdc-tab-group:has(+ p) .tab_content {
  min-height: calc(100vh - 270px);
}
.auth_modal .mat-mdc-tab-group:has(+ .submit_btn + p) .tab_content {
  min-height: calc(100vh - 360px);
}
.auth_modal .mat-mdc-tab-group:has(.as-guest) .tab_content {
  min-height: 0px;
}
.auth_modal .user_prfl + .mat-mdc-form-field-error {
  text-align: center;
}
.mat-mdc-form-field-error {
  text-align: left;
}
.gold-box {
  background:
    linear-gradient(
      90deg,
      #916529 0%,
      #f2e996 48.5%,
      #906126 100%);
}
.div_flx {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 10px;
}
.bg_blk {
  background-color: #000000;
}
.bg_blk h2 {
  color: #fff;
}
.verified_ch {
  right: 80px !important;
}
.greenClass {
  padding-left: 25px;
  color: green;
  position: relative;
}
.greenClass::after {
  content: "";
  background: url("./media/verify-NYBC4CUO.png");
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 999;
}
.cdk-overlay-container .cdk-overlay-pane input.country-search {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100000;
}
.cdk-virtual-scrollable {
  height: 800px;
  scroll-behavior: smooth;
}
.mat-mdc-tooltip-panel:has(.off_market_tooltip),
.cdk-overlay-pane:has(.off_market_tooltip) {
  max-width: 720px !important;
}
.off_market_tooltip {
  max-width: 680px !important;
}
.off_market_tooltip.mdc-tooltip__surface,
.off_market_tooltip .mdc-tooltip__surface {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  width: 660px !important;
  max-width: 660px !important;
  white-space: pre-line !important;
  text-align: center !important;
  line-height: 1.5 !important;
  overflow: visible !important;
}
.off_market_tooltip.mdc-tooltip__surface::first-line,
.off_market_tooltip .mdc-tooltip__surface::first-line {
  font-weight: 700;
}
.doc_head {
  padding: 16px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.doc_head p span {
  font-size: 20px;
  font-weight: 600;
}

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