@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

/* node_modules/intro.js/introjs.css */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all .3s ease-out;
}
.introjs-showElement {
  z-index: 9999999 !important;
}
tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative;
}
tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all .3s ease-out;
}
.introjs-helperLayer * {
  box-sizing: content-box;
}
.introjs-helperLayer :before {
  box-sizing: content-box;
}
.introjs-helperLayer :after {
  box-sizing: content-box;
}
.introjs-tooltipReferenceLayer {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all .3s ease-out;
}
.introjs-tooltipReferenceLayer * {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.introjs-helperNumberLayer {
  font-family:
    "Helvetica Neue",
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, .3);
  transition: opacity .1s ease-out;
}
.introjs-tooltiptext {
  padding: 20px;
}
.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}
.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}
.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  user-select: none;
}
.introjs-tooltip-title {
  font-size: 18px;
  width: 90%;
  min-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
}
.introjs-tooltip-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 1.5em;
}
.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap;
}
.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: .5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #f4f4f4;
  border-radius: .2em;
  zoom: 1;
  display: inline;
}
.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  border-color: #9e9e9e;
  background-color: #e0e0e0;
  color: #212121;
}
.introjs-button:focus {
  outline: 0;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
  border: 1px solid #616161;
  color: #212121;
}
.introjs-button:active {
  outline: 0;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: #212121;
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #616161;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.introjs-prevbutton {
  float: left;
}
.introjs-nextbutton {
  float: right;
}
.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  transition: width .1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: 0;
}
.introjs-bullets ul li a.active {
  width: 15px;
  background: #999;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, .57);
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
@keyframes introjspulse {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, .24);
  z-index: 10;
  position: absolute;
  transition: all .2s ease-out;
  animation: introjspulse 2s infinite;
}
.introjs-hint-no-anim .introjs-hint-pulse {
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}

/* src/styles.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  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: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-theme-loaded-marker {
  display: none;
}
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-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --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 {
  --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-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 {
  --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-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #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: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #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 {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #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-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #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-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #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);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #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;
  --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 {
  --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;
  --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);
}
html .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --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);
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}
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 {
  --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;
}
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;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --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-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
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-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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #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-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-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;
}
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-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-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);
  --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-protected-button-container-height: 36px;
  --mdc-outlined-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-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-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-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
  --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;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #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-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 {
  --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 {
  --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);
}
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-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-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-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-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-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
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;
}
/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.light {
  background: white;
  color: black;
}
.common-gap {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 1199px) {
  .common-gap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .common-gap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .common-gap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.common-gap-small {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1199px) {
  .common-gap-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .common-gap-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.button-primary {
  background-color: #fff;
  color: #000;
  padding: 0 2.4rem;
  border: 2px solid #fff;
  text-transform: capitalize;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  cursor: pointer;
  min-height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.7rem;
  text-transform: uppercase;
  min-width: 10rem;
}
.button-primary i {
  margin-right: 1rem;
}
.button-primary:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.button-secondary {
  border-color: #fff !important;
  background-color: #000;
  color: #fff;
  padding: 0 2.4rem;
  border: 2px solid #000;
  text-transform: capitalize;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  cursor: pointer;
  min-height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.7rem;
  text-transform: uppercase;
  min-width: 10rem;
}
.button-secondary i {
  margin-right: 1rem;
}
.button-secondary:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.link-text {
  color: #fff;
  background-color: transparent;
  padding: 0 0 2px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}
.link-text:hover {
  color: #5b5b5b !important;
  border-color: #5b5b5b !important;
}
.card {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  box-shadow: 0px 7px 25px 0px rgba(91, 91, 91, 0.1);
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-upercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.m-inline-auto {
  margin-left: auto;
  margin-right: auto;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.pr-60 {
  padding-right: 6rem;
}
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.far,
.fat,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.far,
.fat {
  font-family: "Font Awesome 6 Pro";
}
.fab {
  font-family: "Font Awesome 6 Brands";
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
* {
  box-sizing: border-box;
  text-decoration: none !important;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
*:focus-visible {
  outline: none;
}
html {
  font-size: 10px;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --primaryColor: #0741dd;
  overflow-x: hidden;
}
.swal2-popup {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 20px;
  padding: 30px 30px;
  color: #fff;
  font-size: 17px;
  backdrop-filter: blur(10px);
}
.swal2-popup .swal2-title {
  color: #fff !important;
}
.swal2-popup.swal2-modal .swal2-title {
  font-size: 2.5rem !important;
}
.swal2-popup.swal2-toast {
  border-radius: 6px;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: var(--primaryColor);
}
.step-2 {
  --mat-select-enabled-trigger-text-color: #fff;
}
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  display: block;
  z-index: 33;
  position: relative;
}
body.tooltipOverlay:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 99;
}
.top-section .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.top-section .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after {
  color: #fff;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-active-focus-indicator-color: #fff;
}
body,
.mat-typography {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
a,
button,
input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
a,
button,
input[type=submit] {
  transition: all ease-in-out 0.3s;
}
a:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input[type=submit]:focus {
  text-decoration: none;
}
a:active,
button:active,
input[type=submit]:active {
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible {
  outline: none;
}
span,
strong,
small {
  vertical-align: middle;
  display: inline-block;
}
section,
main,
address,
aside,
figure,
figcaption {
  display: block;
}
strong,
label {
  font-weight: 700;
}
label {
  vertical-align: top;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  padding: 0;
  margin: 0 0 2rem 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1,
.h1,
.mat-typography h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h1,
  .h1,
  .mat-typography h1 {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  h1,
  .h1,
  .mat-typography h1 {
    font-size: 3.3rem;
  }
}
h2,
.h2,
.mat-typography h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h2,
  .h2,
  .mat-typography h2 {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  h2,
  .h2,
  .mat-typography h2 {
    font-size: 3.3rem;
  }
}
h3,
.h3,
.mat-typography h3 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h3,
  .h3,
  .mat-typography h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3,
  .mat-typography h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 479px) {
  h3,
  .h3,
  .mat-typography h3 {
    font-size: 1.4rem;
  }
}
h4,
.h4,
.mat-typography h4 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h4,
  .h4,
  .mat-typography h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h4,
  .h4,
  .mat-typography h4 {
    font-size: 1.8rem;
  }
}

.mat-typography h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
ul li {
  padding-left: 0;
}
ul li::before {
  display: none;
}
ul.bullet li {
  position: relative;
  padding-left: 15px;
}
ul.bullet li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 6px;
  background-color: #fff;
  display: block;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.otp-input {
  font-family: "Roboto", sans-serif !important;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0 1.5rem;
  border: 1px solid #fff;
  background-color: transparent;
  vertical-align: middle;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  min-height: 4.6rem;
  font-size: 1.6rem;
  resize: none;
  outline: none !important;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.otp-input::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
.otp-input:-moz-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
.otp-input::-moz-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.otp-input:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.otp-input:focus {
  border-color: #5b5b5b;
}
textarea {
  line-height: 1.5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
select {
  font-family: "Roboto", sans-serif !important;
  display: inline-flex;
  align-items: center;
  appearance: none;
  padding: 0 2.4rem;
  min-height: 4.6rem;
  line-height: 4.6rem;
  border: 1px solid #fff;
  padding-right: 5rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cKCgskGAxJ704AAACRSURBVFjD7ZQ5DoQwDAD5BBH8/ynQORUu+I1nC4o9hBDGgWY9VZp4JpGSrkuSJEl2gHnGRLBSwrOsFKgVpskRUCsAqEYiNrkqACbi2Nj3sCzbxnWFcfTLf2cMQ3DA+YiwPBLRTH4lorncE3Gb/EzE7fKjiMfk74iPt43q17rBx+W/iadOvnsTJtLqy06SJPlfXnvGQe768t2aAAAAAElFTkSuQmCC);
  background-size: 0.9em;
  background-position: calc(100% - 0.5em) center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  color: #fff;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
select option {
  color: #5b5b5b;
}
select:focus {
  border-color: #fff;
}
select:focus-visible {
  outline: none !important;
}
.mat-mdc-select-arrow {
  border: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cKCgskGAxJ704AAACRSURBVFjD7ZQ5DoQwDAD5BBH8/ynQORUu+I1nC4o9hBDGgWY9VZp4JpGSrkuSJEl2gHnGRLBSwrOsFKgVpskRUCsAqEYiNrkqACbi2Nj3sCzbxnWFcfTLf2cMQ3DA+YiwPBLRTH4lorncE3Gb/EzE7fKjiMfk74iPt43q17rBx+W/iadOvnsTJtLqy06SJPlfXnvGQe768t2aAAAAAElFTkSuQmCC);
  background-size: 0.9em;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px !important;
  height: 10px !important;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.form-group .error {
  margin-top: 5px;
  color: #f00;
}
.form-group > * {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form-group > *.error {
  flex: 0 0 auto;
  width: 100%;
}
.form-group.phone-holder {
  border: 1px solid #fff;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  display: flex;
}
.form-group.phone-holder.input-error {
  border-color: red;
}
.form-group.phone-holder.input-error .country-code {
  border-color: red;
}
.form-group.phone-holder input {
  border: none !important;
  height: 100%;
  flex: 1;
}
.form-group.phone-holder .country-code {
  flex: 0 0 auto;
  width: 11rem;
  border-right: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-group.phone-holder .country-code select {
  border: none !important;
  padding: 0 15px 0 0;
  background-position: calc(100% - 0.2em) center;
  text-align: center;
}
.form-group.phone-holder .country-code select:focus-visible {
  outline: none;
  border: none;
}
.form-group.phone-holder .country-code .dropDown {
  border: none !important;
  padding: 0 15px 0 0;
  background-position: calc(100% - 0.2em) center;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cKCgskGAxJ704AAACRSURBVFjD7ZQ5DoQwDAD5BBH8/ynQORUu+I1nC4o9hBDGgWY9VZp4JpGSrkuSJEl2gHnGRLBSwrOsFKgVpskRUCsAqEYiNrkqACbi2Nj3sCzbxnWFcfTLf2cMQ3DA+YiwPBLRTH4lorncE3Gb/EzE7fKjiMfk74iPt43q17rBx+W/iadOvnsTJtLqy06SJPlfXnvGQe768t2aAAAAAElFTkSuQmCC);
  background-size: 0.9em;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-overflow: ellipsis;
}
.form-group.phone-holder .country-code .dropDown:focus-visible {
  outline: none;
  border: none;
}
.form-group.phone-holder .country-code .mat-form-field {
  width: 100%;
}
.form-group.phone-holder .country-code .mat-form-field .mat-mdc-form-field-infix {
  width: 100%;
  padding: 0;
}
.form-group.phone-holder .country-code .mat-form-field .mat-mdc-form-field-infix .mat-mdc-select-value {
  color: #fff;
  font-size: 1.2rem;
}
.form-group.phone-holder .country-code .mat-form-field .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
.form-group.phone-holder .country-code .mat-form-field .mat-form-field-label {
  color: #fff;
  font-size: 1.2rem;
}
.form-group.phone-holder .country-code .mat-form-field .mat-form-field-underline {
  display: none;
}
.form-group.otp {
  flex-wrap: nowrap;
}
.form-group.otp input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-size: 3rem;
  text-align: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 420px) {
  .form-group.otp input {
    width: 30px;
    height: 30px;
  }
}
.container-fluid {
  --bs-gutter-x: 6rem;
}
@media (max-width: 767px) {
  .container-fluid {
    --bs-gutter-x: 3rem;
  }
}
.custom-tab .mat-mdc-tab-label-container {
  overflow: inherit;
}
@media (max-width: 767px) {
  .custom-tab .mat-mdc-tab-label-container {
    overflow: hidden;
  }
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header {
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header .mdc-tab--active {
  padding-left: 0px !important;
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header .mat-tab-label {
  opacity: 1;
  padding: 2rem 0;
  height: auto;
  min-width: auto;
  overflow: visible;
}
@media (max-width: 575px) {
  .custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header .mat-tab-label {
    padding: 2rem 0 1rem;
  }
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-ink-bar {
  height: 4px;
  background-color: #fff;
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-nav-bar,
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-header {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-tab .mdc-tab--active .mat-tab-group .mat-tab-body-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .custom-tab .mdc-tab--active .mat-tab-group .mat-tab-body-content {
    padding: 1rem;
  }
}
.custom-tab .mat-mdc-tab-header-pagination-chevron {
  border-color: #fff;
}
.custom-tab .mat-mdc-tab-group .mat-mdc-tab-header {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .custom-tab .mat-mdc-tab-group .mat-mdc-tab-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.custom-tab .mat-mdc-tab-group .mat-mdc-tab-header .mdc-tab__text-label {
  margin-top: 0px;
}
.custom-tab .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-label {
  opacity: 1;
  padding: 2rem 0;
  height: auto;
  min-width: auto;
  overflow: visible;
}
@media (max-width: 575px) {
  .custom-tab .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-label {
    padding: 2rem 0 1rem;
  }
}
.custom-tab .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .custom-tab .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
    padding-left: 1rem !important;
    padding-right: 1rem;
  }
}
.custom-tab .mat-mdc-tab-group .mat-ink-bar {
  height: 4px;
  background-color: #fff;
}
.custom-tab .mat-mdc-tab-group .mat-tab-nav-bar,
.custom-tab .mat-mdc-tab-group .mat-tab-header {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.custom-tab .mat-mdc-tab-group .mat-tab-body-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .custom-tab .mat-mdc-tab-group .mat-tab-body-content {
    padding: 1rem;
  }
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-transform: uppercase;
}
.table-wrapper table.fixed {
  table-layout: fixed;
}
.table-wrapper table tr td,
.table-wrapper table tr th {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 53px;
  padding: 10px 4px;
}
@media (max-width: 767px) {
  .table-wrapper table tr td,
  .table-wrapper table tr th {
    height: 43px;
  }
}
@media (max-width: 479px) {
  .table-wrapper table tr td,
  .table-wrapper table tr th {
    height: auto;
    padding: 5px 1px;
  }
}
.table-wrapper table tr td:not(.left),
.table-wrapper table tr th:not(.left) {
  text-align: center;
}
.table-wrapper table tr td span,
.table-wrapper table tr th span {
  color: white;
}
.table-wrapper table tr td span.circle,
.table-wrapper table tr td span.double-circle,
.table-wrapper table tr td span.double-border,
.table-wrapper table tr td span.square,
.table-wrapper table tr th span.circle,
.table-wrapper table tr th span.double-circle,
.table-wrapper table tr th span.double-border,
.table-wrapper table tr th span.square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media (max-width: 767px) {
  .table-wrapper table tr td span.circle,
  .table-wrapper table tr td span.double-circle,
  .table-wrapper table tr td span.double-border,
  .table-wrapper table tr td span.square,
  .table-wrapper table tr th span.circle,
  .table-wrapper table tr th span.double-circle,
  .table-wrapper table tr th span.double-border,
  .table-wrapper table tr th span.square {
    width: 18px;
    height: 18px;
  }
}
.table-wrapper table tr td span.square,
.table-wrapper table tr th span.square {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (max-width: 767px) {
  .table-wrapper table tr td span.square,
  .table-wrapper table tr th span.square {
    width: 15px;
    height: 15px;
  }
}
.table-wrapper table tr td span.double-border,
.table-wrapper table tr th span.double-border {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}
.table-wrapper table tr td span.double-border::before,
.table-wrapper table tr th span.double-border::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #fff;
}
@media (max-width: 479px) {
  .table-wrapper table tr td span.double-border::before,
  .table-wrapper table tr th span.double-border::before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
  }
}
.table-wrapper table tr td span.double-circle,
.table-wrapper table tr th span.double-circle {
  position: relative;
}
.table-wrapper table tr td span.double-circle::before,
.table-wrapper table tr th span.double-circle::before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #fff;
}
@media (max-width: 479px) {
  .table-wrapper table tr td span.double-circle::before,
  .table-wrapper table tr th span.double-circle::before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
  }
}
.table-wrapper table tr td.left,
.table-wrapper table tr th.left {
  text-align: left;
}
.table-wrapper table tr td.right,
.table-wrapper table tr th.right {
  text-align: right;
}
.table-wrapper table tr:last-child td {
  border-bottom: none;
}
.table-wrapper table .w-90 {
  width: 90px;
}
@media (max-width: 479px) {
  .table-wrapper table .w-90 {
    width: 3rem;
  }
}
.coming-soon {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(2rem, 4.6875vw, 7.5rem);
  font-weight: 800;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  font-style: italic;
  flex: 0 0 auto;
  width: 100%;
  text-fill-color: transparent;
  text-stroke: 4px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px #fff;
  -moz-text-fill-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .coming-soon {
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
    letter-spacing: normal;
  }
}
@media (max-width: 479px) {
  .coming-soon {
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: normal;
  }
}
@media (max-width: 1199px) {
  .swiper.banner-slider {
    padding-bottom: 3rem;
  }
}
.swiper .swiper-pagination {
  bottom: 0rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 991px) {
  .score-card-landing header.user-header-wrapper .weather-details {
    display: none !important;
  }
}
.score-card-landing header.user-header-wrapper .container-fluid::after {
  display: none;
}
.score-card-landing main.user-wrapper {
  display: flex;
}
.score-card-landing main.user-wrapper > *:not(router-outlet) {
  width: 100%;
}
.custom-select-normal {
  width: 100%;
  font-size: 1.4rem;
}
.custom-select-normal.round-select {
  width: 120px;
}
.custom-select-normal.round-select ::ng-ddep .mat-mdc-select {
  font-size: 16px;
  font-weight: 800;
}
.custom-select-normal .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
.custom-select-normal .mat-mdc-form-field-infix {
  width: auto;
  border-top: none;
}
.custom-select-normal .mat-mdc-form-field-flex {
  padding-top: 0 !important;
}
.custom-select-normal.white-text .mat-mdc-select-value {
  color: #fff;
}
.custom-select-normal.white-text .mat-mdc-select-arrow {
  color: #fff;
}
.custom-select-normal.white-text .mat-mdc-select-arrow svg {
  display: none;
}
.custom-select-normal.white-text .mat-focused.mat-primary .mat-mdc-select-arrow {
  color: #fff;
}
.custom-select-normal .mat-form-field-underline {
  display: none;
}
.custom-select-normal .mat-focused.mat-primary .mat-mdc-select-arrow {
  color: #000;
}
.swal2-popup.swal2-toast {
  font-size: 14px;
}
.cp {
  cursor: pointer;
}
ng-otp-input {
  display: flex;
  justify-content: center;
}
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;
}
.choice {
  position: relative;
}
.choice .mdc-checkbox {
  padding: 0px;
  margin: 0px;
}
.choice .mat-mdc-checkbox-touch-target {
  width: 18px;
  height: 18px;
}
.choice .mdc-checkbox .mdc-checkbox__background {
  top: 0;
  left: 0px;
  z-index: 9;
}
.choice input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.choice input[type=checkbox] + label {
  padding-left: 3rem;
  cursor: pointer;
}
.choice input[type=checkbox] + label::before,
.choice input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.choice input[type=checkbox] + label::before {
  background-color: #fff;
}
.choice input[type=checkbox] + label::after {
  background: url("./media/tick.svg") no-repeat center;
  background-size: 12px 10px;
  opacity: 0;
  visibility: hidden;
}
.choice input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.choice.register input[type=checkbox] + label {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.0833333em;
  padding-left: 2.5rem;
}
.choice.register input[type=checkbox] + label::before,
.choice.register input[type=checkbox] + label::after {
  content: "";
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  left: 0;
  top: 2px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all ease-in-out 0.3s;
  width: 1.5rem;
  height: 1.5rem;
}
.choice.register input[type=checkbox] + label::before {
  background-color: transparent;
  border: 1px solid #fff;
}
.choice.register input[type=checkbox] + label::after {
  background: url("./media/tick.svg") no-repeat center;
  background-size: 12px 10px;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-top: 1px;
}
.choice.register input[type=checkbox]:checked + label::before {
  background-color: #fff;
}
.choice.register input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.choice .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.choice .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.choice .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  background-color: #000 !important;
  border-color: #000 !important;
}
.choice .mat-mdc-checkbox .mat-mdc-checkbox-frame {
  border-color: white;
}
.choice .mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-mdc-checkbox-frame {
  border-color: #0741DD;
}
.choice .mat-mdc-checkbox-label {
  color: #fff;
}
input,
textarea,
button,
select,
a,
* {
  -webkit-tap-highlight-color: transparent;
}
.custom-dialog-class2 {
  height: 100vh;
  width: 100vw;
  max-width: 100% !important;
  background: black !important;
}
@media (max-width: 767px) {
  .custom-dialog-class2 {
    padding: 50px 10px;
  }
}
.custom-dialog-class2 .mat-dialog-container {
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: rgba(0, 0, 0, 0);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.custom-dialog-class2 .mat-dialog-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom-dialog-class2 .mat-dialog-container::-webkit-scrollbar-track {
  background: transparent;
}
.custom-dialog-class2 .mat-dialog-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.custom-dialog-class2 .cdk-overlay-dark-backdrop {
  background: black !important;
}
.social-modal {
  width: 65vw;
  max-width: 100% !important;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .social-modal {
    width: 80vw;
  }
  .social-modal .mat-mdc-dialog-container .mdc-dialog__surface {
    box-shadow: none !important;
  }
}
@media (max-width: 480px) {
  .social-modal {
    width: 98vw;
  }
}
.social-modal .mat-dialog-container {
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: transparent !important;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.social-modal .mat-dialog-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.social-modal .mat-dialog-container::-webkit-scrollbar-track {
  background: transparent;
}
.social-modal .mat-dialog-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1100px) {
  .social-modal .mat-dialog-container {
    box-shadow: none !important;
  }
}
.social-modal .cdk-overlay-dark-backdrop {
  background: black !important;
}
.social-modal .modal-content-one {
  position: relative;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(25px);
}
.social-modal .modal-content-one .url_wrp {
  padding: 0px 30px;
}
@media (max-width: 1999px) {
  .social-modal .modal-content-one .url_wrp {
    padding: 0px 30px;
  }
}
@media (max-width: 1024px) {
  .social-modal .modal-content-one .url_wrp {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .social-modal .modal-content-one .url_wrp {
    padding: 0px 15px;
  }
}
.social-modal .modal-content-one .social_wrap {
  padding: 0px 60px;
}
@media (max-width: 1999px) {
  .social-modal .modal-content-one .social_wrap {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .social-modal .modal-content-one .social_wrap {
    padding: 0px 15px;
  }
}
@media (max-width: 450px) {
  .social-modal .modal-content-one .social_wrap {
    padding-right: 0px;
  }
}
.social-modal .modal-content-one .close_btn {
  z-index: 1;
}
.social-modal .modal-content-one .heading {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .social-modal .modal-content-one .heading {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .social-modal .modal-content-one .heading {
    padding-top: 30px;
  }
}
.social-modal .modal-content-one .social_links {
  padding-bottom: 60px;
}
@media (max-width: 1999px) {
  .social-modal .modal-content-one .social_links {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .social-modal .modal-content-one .social_links {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .social-modal .modal-content-one .social_links {
    padding-bottom: 15px;
  }
}
.signin-modal {
  width: 840px;
  max-width: 100% !important;
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
@media (max-width: 991px) {
  .signin-modal {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .signin-modal {
    width: 100%;
    margin: 0 12px;
  }
}
.signin-modal .mat-dialog-container {
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: transparent !important;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.signin-modal .mat-dialog-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.signin-modal .mat-dialog-container::-webkit-scrollbar-track {
  background: transparent;
}
.signin-modal .mat-dialog-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.signin-modal .mdc-dialog__surface .modal_content {
  padding: 45px 120px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1500px) {
  .signin-modal .mdc-dialog__surface .modal_content {
    padding: 25px 50px;
  }
}
@media (max-width: 1500px) {
  .signin-modal .mdc-dialog__surface .modal_content {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .signin-modal .mdc-dialog__surface .modal_content {
    padding: 15px 15px;
  }
}
.signin-modal .cdk-overlay-dark-backdrop {
  background: black !important;
}
.signin-modal .form-group.otp input {
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .signin-modal .form-group.otp input {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .signin-modal .form-group.otp input {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 450px) {
  .signin-modal .form-group.otp input {
    width: 30px !important;
    height: 30px !important;
  }
}
.coming-soon-landing .user-wrapper {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 991px) {
  .coming-soon-landing .user-wrapper {
    min-height: calc(100vh - 122px) !important;
  }
}
@media (max-width: 767px) {
  .coming-soon-landing .user-wrapper {
    min-height: calc(100vh - 98px) inherit;
  }
}
.coming-soon-landing .user-wrapper .score-card-landing-wrapper {
  position: relative;
}
.coming-soon-landing .user-wrapper .score-card-landing-wrapper .canvas-area-holder {
  height: 100%;
}
@media (max-width: 767px) {
  .coming-soon-landing .user-wrapper .score-card-landing-wrapper .canvas-area-holder {
    height: calc(100vh - 226px);
  }
}
@media (max-width: 479px) {
  .coming-soon-landing .user-wrapper .score-card-landing-wrapper .canvas-area-holder {
    height: calc(100vh - 201px);
  }
}
.coming-soon-landing .user-wrapper .score-card-landing-wrapper .canvas-area-holder > * {
  max-height: calc(100vh - 170px) !important;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .coming-soon-landing .user-wrapper .score-card-landing-wrapper .canvas-area-holder > * {
    max-height: 100%;
  }
}
.score-card-landing .user-header-wrapper {
  background-image: none !important;
}
@media (max-width: 767px) {
  .score-card-landing .__scoreCard {
    height: calc(100vh - 48px) !important;
  }
}
.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
  background: rgb(0, 0, 0) !important;
}
.new-home .user-home-bg {
  background-image: url("./media/expeort-bg-one.png") !important;
  background-repeat: repeat;
  background-position: top center;
}
.new-home .user-wrapper {
  background: #000000;
}
.new-home .user-header-wrapper {
  background-image: none !important;
  background: #000000;
  border: 1px solid #2e2e2e;
}
.new-home-one .user-wrapper {
  background-position: top center !important;
  background: #000000 !important;
}
.new-home-one .user-header-wrapper {
  background-image: none !important;
  background: #000000;
  border: 1px solid #2e2e2e;
}
.new-home-one .weather-details {
  display: none !important;
}
.coming-soon-landing .user-header-wrapper {
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}
.coming-soon-landing .__scoreCard {
  top: 123px !important;
}
@media (max-width: 767px) {
  .coming-soon-landing .__scoreCard {
    top: 99px !important;
    height: calc(100vh - 98px) !important;
  }
}
.coming-soon-landing .custom-tab .mat-mdc-tab-body-wrapper {
  height: calc(100vh - 383px) !important;
}
@media (max-width: 767px) {
  .coming-soon-landing .custom-tab .mat-mdc-tab-body-wrapper {
    height: calc(100vh - 300px) !important;
  }
}
@media (max-width: 479px) {
  .coming-soon-landing .custom-tab .mat-mdc-tab-body-wrapper {
    height: calc(100vh - 360px) !important;
  }
}
.captcha {
  margin-top: 10px;
}
.captcha-body {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .captcha-body {
    max-width: 300px;
    margin: 15px auto;
  }
}
@media (max-width: 479px) {
  .captcha-body .captcha {
    transform: scale(0.8);
  }
}
.captcha-error #recaptcha {
  border: 1px solid red;
}
@media (max-width: 1100px) {
  .signin-modal .mat-dialog-container {
    box-shadow: none !important;
  }
}
.course-search-modal {
  background: #373737 !important;
  border-radius: 10px;
}
.course-search-modal .mat-dialog-container {
  background: #101010 !important;
}
.course-search-modal {
  background: #101010 !important;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .course-search-modal {
    max-width: 94vw !important;
  }
}
@media (min-width: 599px) {
  .course-search-modal {
    max-width: 450px !important;
  }
}
.course-search-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  background: none;
  padding: 24px;
}
@media (max-width: 480px) {
  .course-search-modal .mat-mdc-dialog-container .mdc-dialog__surface {
    padding: 12px;
  }
}
.course-search-modal .mat-dialog-container {
  background: #101010 !important;
}
.overflow_hidden1 {
  overflow-x: hidden;
}

.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #3e2eec !important;
}
.social-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: inherit;
}
.signin-modal .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: inherit;
}
.mat-mdc-option-active .mat-mdc-option-pseudo-checkbox {
  display: none;
}
.score_card_bottom .add {
  right: 280px !important;
}
.score_card_bottom .remove {
  right: 280px !important;
}
.mat-mdc-dialog-container {
  background: transparent;
}
.custom-dialog-class2 .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
}
.mat-mdc-dialog-container .mdc-dialog__content {
  color: #000 !important;
  letter-spacing: normal !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
.introjs-helperLayer.hidden,
.introjs-overlay {
  display: none !important;
}
#babylonjsLoadingDiv {
  display: none !important;
}
.mobile-floating-button .mobile-floating-menu {
  display: block !important;
}
.mobile-floating-button .mobile-floating-menu .mobile-button-main {
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .mobile-floating-button.score_card_bottom .openScore {
    display: block !important;
    width: 280px;
    right: 20px !important;
  }
  .mobile-floating-button.score_card_bottom .score-card-bottom-contain::after {
    display: none !important;
  }
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table tr td,
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table tr th {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 18px;
    height: auto;
    font-style: normal;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table tr td,
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table tr th {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    height: auto;
    width: 25%;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table thead tr th:first-child {
    text-align: left;
  }
  .mobile-floating-button.score_card_bottom .table-data-contain.table-wrapper table tbody tr td:first-child {
    padding-right: 15px;
  }
}
@media (max-width: 380px) {
  .mobile-floating-button.score_card_bottom .openScore {
    display: block !important;
    width: calc(100% - 200px) !important;
    right: 20px !important;
  }
}
.hole-dropdown-combine {
  width: 125px;
}
.hole-dropdown-combine.jouney-droup {
  width: 91px;
}
.cdk-overlay-pane:has(.custom_hole_dropdown) {
  width: 100px !important;
  font-size: 1.6rem;
}
.cdk-overlay-pane:has(.custom_hole_dropdown) .mat-mdc-optgroup-label {
  padding-left: 4px;
  padding-right: 4px;
}
.cdk-overlay-pane:has(.custom_hole_dropdown) .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple) {
  padding-left: 8px;
}
.swal2-container:has(.logoutClass) {
  backdrop-filter: blur(10px);
}
.choice-main {
  display: flex;
  align-items: center;
}
.choice-main .round-no {
  background: #000;
  border-radius: 2px;
  padding: 0 0px;
  margin-left: 2px;
  max-width: 27px;
  width: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.user-header-wrapper .logo {
  max-width: 135px;
  max-height: 48px;
}
.myPanelClassone {
  font-size: 15px;
}
.myPanelClassone::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.myPanelClassone::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.myPanelClassone::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 6px;
}
.myPanelClass .mat-mdc-option {
  min-height: auto;
  padding: 5px;
  font-size: 14px;
}
.my-select-panel-class {
  height: 150px;
  overflow: auto;
}
.my-select-panel-class::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.my-select-panel-class::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.my-select-panel-class::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 6px;
}
.shotModal .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent;
  box-shadow: none;
}
.coming-soon-landing .manage-shot-container {
  bottom: 12%;
}
.groupViewerModalMain .mat-mdc-dialog-surface {
  border-radius: 16px;
  box-shadow: 0px 7px 25px 0px rgba(91, 91, 91, 0.1);
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  backdrop-filter: blur(10px);
}
@media (max-width: 599px) {
  .groupViewerModalMain .mat-mdc-dialog-surface {
    height: calc(100vh - 40px);
    width: 100vw;
  }
}
.menuListModal .mat-mdc-dialog-surface {
  border-radius: 16px;
  box-shadow: 0px 7px 25px 0px rgba(91, 91, 91, 0.1);
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  backdrop-filter: blur(10px);
  height: calc(100vh - 40px);
  width: 100vw;
}
.subscriptionPanel {
  max-width: 500px !important;
}
.subscriptionPanel .mat-mdc-dialog-surface {
  padding: 24px;
  background: #101010 !important;
  border-radius: 10px;
}
.filterpenSide {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  background: #101010;
  max-width: 35vw;
  width: 100%;
  transition: all ease-in-out 0.4s;
  margin: 15px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .filterpenSide {
    max-width: 576px;
  }
}
@media (max-width: 767px) {
  .filterpenSide {
    margin: 0;
    border-radius: 0;
  }
}
.comparative {
  overflow: hidden;
  height: 100%;
}
.comparative::after {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}
.comparative .filterpenSide {
  right: 0;
  transition: all ease-in-out 0.4s;
}
.tooltip-overlay::before {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 50px !important;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #1b1b1b;
}
.tooltip-overlay h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media (max-width: 1199px) {
  .tooltip-overlay h2 {
    font-size: 16px;
  }
}
.tooltip-overlay p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .tooltip-overlay p {
    font-size: 14px;
  }
}
.usgaModal {
  max-width: 460px !important;
  width: 100%;
}
.usgaModal .mat-mdc-dialog-surface {
  background-color: #101010;
  padding: 30px;
  border-radius: 20px;
}
.averageScoreModal {
  max-width: 460px !important;
  width: 100%;
}
.averageScoreModal .mat-mdc-dialog-surface {
  background-color: #101010;
  padding: 30px;
  border-radius: 20px;
}
.swal2-modal {
  border: 1px solid #fff;
}
.mat-mdc-select-panel.shotMatManu {
  padding: 0;
  border-radius: 0;
}
.mat-mdc-select-panel.shotMatManu .mat-mdc-option {
  padding: 12px 7px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mat-mdc-select-panel.shotMatManu .mat-mdc-option:hover {
  background-color: #efefef;
}
.mat-mdc-select-panel.shotMatManu .mat-mdc-option.mat-mdc-option-active {
  --mat-option-selected-state-layer-color: rgba(7, 65, 221, 0.15);
}
.mat-mdc-select-panel.shotMatManu .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text {
  font-size: 16px;
  font-weight: bold;
  --mat-option-selected-state-label-text-color: #000;
}
.intro-score.last-tooltip .introjs-skipbutton {
  display: none;
}
.intro-score .introjs-bullets {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .intro-score .introjs-bullets {
    padding-top: 5px;
  }
}
.intro-score .introjs-button:hover {
  background-color: #0741dd;
  color: #fff;
  border: 0px !important;
}
.intro-score .introjs-tooltiptext {
  padding-bottom: 5px;
}
@media (max-width: 1899px) {
  .intro-score .introjs-tooltiptext {
    padding-bottom: 0px;
  }
  .intro-score .introjs-tooltiptext p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .intro-score .introjs-tooltiptext p:last-child {
    margin-bottom: 0px;
  }
}
.intro-score.intro-score {
  border-radius: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
  max-width: 398px;
  width: 300px;
}
@media (max-width: 1899px) {
  .intro-score.intro-score {
    max-width: 260px;
    width: 100%;
  }
}
.intro-score .introjs-tooltipbuttons {
  border: 0px;
  padding: 10px 20px 20px 20px !important;
}
.intro-score .introjs-tooltipbuttons {
  border: 0px !important;
}
.intro-score .introjs-button:focus {
  border: 0px;
  box-shadow: none !important;
}
.intro-score .introjs-nextbutton {
  padding: 20px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background-color: #0741dd !important;
  border: 0px;
  text-shadow: none;
  font-size: 16px;
  font-weight: 700;
  border: 0px;
  color: #fff !important;
  border: 0px !important;
}
@media (max-width: 1899px) {
  .intro-score .introjs-nextbutton {
    padding: 11px 20px;
  }
}
@media (max-width: 1599px) {
  .intro-score .introjs-nextbutton {
    padding: 10px 20px;
  }
}
.intro-score .introjs-button {
  background-color: #0741dd !important;
  color: #fff;
  border: 0px !important;
}
.intro-score .introjs-tooltip-header {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 1599px) {
  .intro-score .introjs-tooltipReferenceLayer * {
    font-size: 14px;
  }
}
.intro-score .introjs-skipbutton {
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: inherit;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0px;
  line-height: 1.2;
  width: 100px;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
}
.intro-score .introjs-skipbutton:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1899px) {
  .intro-score .introjs-skipbutton {
    padding: 11px 0px;
    width: 80px;
  }
}
.intro-score .introjs-prevbutton {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: inherit;
  border-radius: 60px;
  border: 1px solid #fff;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0px;
  line-height: 1.2;
  width: 100px;
  height: auto;
  text-align: center;
  display: none;
}
@media (max-width: 1599px) {
  .intro-score .introjs-prevbutton {
    padding: 10px 0px;
    width: 80px;
  }
}
.intro-score .introjs-tooltiptext ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-score .introjs-tooltiptext ul li {
  width: calc(33.33% - 4px) !important;
  margin: 0 2px !important;
}
.intro-score .introjs-tooltiptext ul li figure {
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 15px;
}
.intro-score .introjs-tooltiptext ul li p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
  display: flex;
  min-height: 28px;
  text-align: center;
}
@media (max-width: 1600px) {
  .intro-score .introjs-tooltiptext ul li p {
    justify-content: center;
    min-height: 35px;
  }
}
.intro-score .introjs-bullets ul {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.intro-score .introjs-bullets ul li {
  width: 100%;
}
.intro-score .introjs-bullets ul li a {
  width: 100%;
  background: rgb(153, 153, 153);
}
.intro-score .introjs-bullets ul li a:hover {
  width: 100%;
}
.intro-score .introjs-bullets ul li a.active {
  width: 100%;
  background: rgb(204, 204, 204);
}
.intro-score .introjs-tooltip-header {
  position: absolute;
}
.intro-score .introjs-arrow.bottom {
  border: 1px solrgba(0, 0, 0, 0.25);
  border: 12px solid transparent;
  border-top-color: #506546;
  bottom: -25px;
  left: 24px;
}
.intro-score .introjs-arrow.bottom:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-top-color: rgba(0, 0, 0, 0.5);
  left: -8px;
  top: -13px;
}
.intro-score .introjs-arrow.bottom-middle {
  border: 12px solid transparent;
  border-top-color: #506546;
  bottom: -24px;
}
.intro-score .introjs-arrow.bottom-middle:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-top-color: rgba(0, 0, 0, 0.5);
  bottom: -4px;
  left: -8px;
}
.intro-score .introjs-arrow.bottom-right {
  border: 12px solid transparent;
  border-top-color: #506546;
  bottom: -24px;
}
.intro-score .introjs-arrow.bottom-right:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-top-color: rgba(0, 0, 0, 0.5);
  bottom: -4px;
  left: -8px;
}
.intro-score .introjs-arrow.left-bottom {
  border: 12px solid transparent;
  border-right-color: #506546;
  left: -24px;
}
.intro-score .introjs-arrow.left-bottom:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-right-color: rgba(0, 0, 0, 0.5);
  left: -4px;
  top: -8px;
}
.intro-score .introjs-arrow.top-right {
  border: 12px solid transparent;
  border-bottom-color: #506546;
  top: -24px;
  right: 14px;
}
.intro-score .introjs-arrow.top-right:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  top: -4px;
  right: -8px;
}
.intro-score .introjs-arrow.top {
  border: 12px solid transparent;
  top: -24px;
  right: 14px;
}
.intro-score .introjs-arrow.top:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  top: -4px;
  right: -8px;
}
.intro-score .introjs-arrow.left {
  border: 12px solid transparent;
  border-right-color: #506546;
  top: 22px;
  left: -24px;
}
.intro-score .introjs-arrow.left:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-right-color: rgba(0, 0, 0, 0.5);
  top: -8px;
  left: -4px;
}
.intro-score .introjs-arrow.right {
  border: 12px solid transparent;
  border-left-color: #506546;
  right: -24px;
}
.intro-score .introjs-arrow.right:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-left-color: rgba(0, 0, 0, 0.5);
  right: -4px;
  top: -8px;
}
.intro-score .introjs-arrow.right-bottom {
  border: 12px solid transparent;
  border-left-color: #506546;
  right: -24px;
}
.intro-score .introjs-arrow.right-bottom:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  border-left-color: rgba(0, 0, 0, 0.5);
  right: -4px;
  top: -8px;
}
.suggestionModal {
  max-width: 900px !important;
  min-width: 900px !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  .suggestionModal {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 15px;
  }
}
.suggestionModal .mat-mdc-dialog-surface {
  background-color: #101010;
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  padding: 42px;
}
@media (max-width: 767px) {
  .suggestionModal .mat-mdc-dialog-surface {
    border-radius: 10px;
    padding: 15px;
  }
}
.highlightedBox_popup {
  --popupBackground: #101010;
  --popupHeaderBorderBottom: none;
  --popupFooterBorderTop: none;
  --skip-button-font-size: 16px;
  --skip-button-width: 80px;
  --skip-button-border-radius: 60px;
  --skip-button-height: 43px;
  --skip-button-padding: 10px 10px;
  --skip-button-background: transparent;
  --skip-button-border: 1px solid rgba(255, 255, 255, 0.5);
  --skip-button-color: #ffffff80;
  --navigation-button-background: #0741dd;
  --navigation-button-border: 1px solid #0741dd;
  --navigation-button-color: #fff;
  --done-button-width: 80px;
  --done-button-height: 43px;
  --done-button-padding: 10px 10px;
  --done-button-border-radius: 60px;
  --done-button-border: 1px solid #0741dd;
  --done-button-background: #0741dd;
  --done-button-box-shadow: none;
  --done-button-color: #fff;
  --done-button-font-size: 16px;
  --bulletBackground: #333;
  --bulletBorderRadiusOnHover: 10px;
  --bulletBorderRadius: 10px;
  --bulletColor: #333;
  --bulletTextIndedd: -1000000px;
  --bulletGap: 2px;
  --bulletBackgroundOnHover: #b4b4b4;
}
@media (max-width: 1199px) {
  .highlightedBox_popup {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.highlightedBox_popup .__bullet ul li span {
  width: 70px !important;
  height: 6px !important;
}
.highlightedBox_popup .__footer button {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.highlightedBox_popup .__footer button.btnDefault {
  --navigation-button-height: 43px !important;
  --navigation-button-padding: 10px 10px !important;
  --navigation-button-width: 80px !important;
  --navigation-button-border-radius: 60px !important;
}
.scoreCardModal {
  max-width: 442px !important;
  min-width: 442px !important;
  width: 100%;
  max-height: calc(100vh - 60px);
  margin-right: 30px;
  height: 100%;
}
@media (max-width: 599px) {
  .scoreCardModal {
    max-width: 98% !important;
    min-width: 98% !important;
    margin-right: 0px;
    max-height: calc(100vh - 20px);
  }
}
.scoreCardModal .mat-mdc-dialog-surface {
  background-color: #101010;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .scoreCardModal .mat-mdc-dialog-surface {
    border-radius: 10px;
  }
}
@media (max-width: 374px) {
  .scoreCardModal .mat-mdc-dialog-surface {
    padding: 15px;
  }
}
.scorecardOpen .cdk-global-overlay-wrapper {
  justify-content: flex-end !important;
}
.tutorialModal {
  max-width: 724px !important;
  min-width: 724px !important;
}
@media (max-width: 991px) {
  .tutorialModal {
    max-width: 98% !important;
    min-width: 98% !important;
    justify-content: center;
  }
}
.tutorialModal .mat-mdc-dialog-surface {
  border-radius: 15px;
}
.tutorialModal.tutorialVideo .mat-mdc-dialog-surface {
  background: transparent;
}
.mat-mdc-option {
  min-height: auto;
  padding: 2px 5px;
}
.shopify-tooltip {
  pointer-events: auto !important;
  padding: 20px;
}
.shopify-tooltip .introjs-tooltip-header {
  display: none;
}
.shopify-tooltip .introjs-tooltiptext {
  padding: 0;
  padding-bottom: 15px;
}
.shopify-tooltip .introjs-tooltiptext p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.shopify-tooltip .introjs-tooltipbuttons {
  padding: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.shopify-tooltip .introjs-tooltipbuttons .introjs-button:focus {
  box-shadow: none;
}
.shopify-tooltip .introjs-tooltipbuttons a {
  background: #0741dd;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 7px 17px;
  max-width: 66px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}
.shopify-tooltip .introjs-tooltipbuttons .introjs-prevbutton {
  border: 1px solid #474747;
  color: #474747;
  background: transparent;
}
.introjs-helperLayer {
  border-radius: 15px;
}
.shopify-tooltip-pointer {
  pointer-events: none !important;
}
.introjs-overlay {
  will-change: opacity, transform;
  transform: translate3d(0, 0, 0);
}
.custom-select-panel {
  min-width: 100px;
  margin-bottom: 10px;
}
.custom-select-panel .mat-mdc-option {
  min-height: auto;
  padding: 5px 6px;
  font-size: 14px;
}

/* node_modules/leaflet/dist/leaflet.css */

/* angular:styles/global:styles */
