@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* 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-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .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-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.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);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-selected-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-flat-disabled-selected-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
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;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --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-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
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);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-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-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
#video-container p {
  margin-bottom: 0 !important;
}
#video-container iframe {
  border-radius: 8px;
  width: 100%;
  height: 391px;
}
.cl-guide-item-description p {
  margin-bottom: 0 !important;
}
.cl-faq-body p {
  margin-bottom: 0 !important;
}
li {
  display: flex;
}
li strong {
  display: inline;
}
li .mi-color {
  color: #36B3ED;
}
@media screen and (max-width: 1100px) {
  #video-container > p > iframe {
    border-radius: 8px;
    width: 100%;
    height: 391px;
  }
}
.ds-al-self-center {
  align-self: center;
}
.ds-al-self-start {
  align-self: flex-start;
}
.ds-al-between {
  align-content: space-between;
}
.ds-h1 {
  font-size: 36px !important;
  line-height: 44px !important;
}
.ds-h2 {
  font-size: 24px;
  line-height: 29px;
}
.ds-h3 {
  font-size: 20px;
  line-height: 24px;
}
.ds-h4 {
  font-size: 18px !important;
  line-height: 20px;
}
.ds-body-primary {
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: -0.015em;
}
.ds-body-secondary {
  font-size: 14px;
  line-height: 16px;
}
.ds-caption {
  font-size: 12px;
  line-height: 14px;
}
.ds-c-secondary-fixed {
  color: #666a73;
}
.ds-c-secondary-disabled-fixed {
  color: #bcc4d4;
}
.ds-c-black-zero {
  color: #000000;
}
.ds-hover:hover {
  color: #34383f;
}
.ds-c-system-grey {
  color: var(--system-grey);
}
.ds-c-text-primary {
  color: var(--text-color-primary);
}
.ds-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ds-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ds-lh-48p {
  line-height: 48px;
}
.ds-lh-0 {
  line-height: 0px;
}
.ds-t-center {
  text-align: center;
}
.ds-t-justify {
  text-align: justify;
}
.ds-t-uppercase {
  text-transform: uppercase;
}
.ds-t-capitalize {
  text-transform: capitalize;
}
.ds-btn-circle-secondary {
  background: transparent;
  color: #8b8f98 !important;
  border-color: #8b8f98;
  border: 2px solid #8b8f98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  .ds-h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .ds-h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .ds-h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.ds-h-100 {
  height: 100%;
}
.ds-w-auto {
  width: auto;
}
.max-w-778p {
  max-width: 778px;
}
.ds-border {
  padding: 20px;
  border-right: 2px solid #bcc4d4;
}
.icon-copy:hover {
  color: #34383f;
}
.icon-close {
  font-size: 24px !important;
}
.icon-close:hover {
  color: #34383f !important;
}
@media screen and (width <= 600px) {
  .ds-border {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #bcc4d4;
  }
}
.ds-wrap {
  flex-wrap: nowrap;
}
@media screen and (width <= 767px) {
  .ds-wrap {
    flex-wrap: wrap;
  }
}
input.ds-control,
textarea.ds-control,
select.ds-control {
  width: 100%;
  padding: 10px 12px;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
}
.select.ds-control:disabled,
input.ds-control:disabled,
textarea.ds-control:disabled {
  color: #666a73;
}
.select.ds-control:focus,
input.ds-control:focus,
textarea.ds-control:focus {
  background-color: #bcc4d4;
}
.select.ds-control:disabled,
select.ds-control,
input.ds-control:disabled,
textarea.ds-control:disabled,
textarea.ds-control {
  border: 1px solid #ecf1f8;
}
.select.ds-control,
input.ds-control,
textarea.ds-control {
  color: #34383f;
  border: 1px solid #34383f;
}
select.ds-control,
input.ds-control,
textarea.ds-control {
  background-color: #ecf1f8 !important;
}
input.ds-control.ng-touched.ng-invalid,
textarea.ds-control.ng-touched.ng-invalid {
  border-color: #eb1919;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 20px 20px;
  background-image: url(https://devstatic.app.onlineassist.me/suite/img/exclamation-circle.png);
}
.ds-label-control {
  font-family: var(--font-family-secondary-regular);
  font-size: 14px;
  line-height: 16px;
  color: #34383f;
  margin-bottom: 4px;
}
.ds-control-example-message {
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  color: #666a73;
}
.ds-control-error-message {
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  color: #eb1919;
}
.form-control-with-icon {
  background: #ecf1f8;
  color: #34383f;
  font-size: 16px;
  border-left: 1px solid #34383f !important;
  border-top: 1px solid #34383f !important;
  border-bottom: 1px solid #34383f !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0.375rem 0.35rem 0.375rem 0.75rem;
  height: 47px !important;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 1%;
  outline: none;
}
.form-control-with-icon:focus,
.form-control-with-icon:focus + .icon-prepend-eye {
  background: #bcc4d4;
  border-color: #34383f;
}
.form-control-with-icon.ng-invalid.ng-touched,
.form-control-with-icon.ng-invalid.ng-touched + .icon-prepend-eye {
  border-color: #dc3545 !important;
}
.ds-text-upper {
  text-transform: uppercase;
}
.ds-cur-pointer {
  cursor: pointer;
}
.ds-cur-pointer-hover:hover {
  cursor: pointer;
  color: #34383f;
}
.icon-prepend-eye {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
  padding-left: 6px;
  border-left: none;
  background: #ecf1f8;
  color: var(--accent);
  border: none;
  border-right: 1px solid #34383f !important;
  border-top: 1px solid #34383f !important;
  border-bottom: 1px solid #34383f !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.icon-prepend-eye:focus i,
.icon-prepend-eye:focus-visible i {
  color: black;
  font-weight: bold;
}
.card-message,
.card-message-ipr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 400px;
  height: auto;
  box-shadow: 4px 4px 16px #bcc4d4;
  border-radius: 8px;
}
.card-message-ipr {
  background: white;
  align-items: normal;
  width: 100%;
  flex-wrap: nowrap;
  padding: 24px;
}
.circle-led {
  display: flex;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #bcc4d4;
}
.circle-led.success {
  background-color: var(--semantics-success);
}
.circle-led.danger {
  background-color: var(--semantics-danger);
}
.circle-led.warning {
  background-color: var(--semantics-warning);
}
.circle-led.information {
  background-color: var(--semantics-info);
}
.circle-led.secondary {
  background-color: var(--secondary);
}
@media screen and (width <= 600px) {
  .card-message,
  .card-message-ipr {
    width: 100%;
    height: auto;
  }
  .card-message-ipr {
    width: 100%;
    height: auto;
  }
}
@media screen and (width <= 600px) {
  .card-message,
  .card-message-ipr {
    width: 100%;
    height: auto;
  }
  .card-message-ipr {
    width: 100%;
    height: auto;
  }
}
.message-component {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-self: center;
  position: fixed;
  top: 12px;
  padding: 0px 24px 0px 24px;
  right: 20px;
  z-index: 10000;
}
.content-ats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.grid-cards-ats {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
  justify-items: center;
  padding: 10px;
}
.cards-ats {
  background-color: #ecf1f8;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}
.card-results-ats {
  width: 50%;
  margin-right: 20px;
  border-right: 2px solid #bcc4d4;
  padding-right: 20px;
}
.content-center-left {
  display: flex !important;
  align-content: center !important;
  align-items: center;
  flex-direction: column;
  justify-content: center !important;
  font-size: 16px;
  color: #34383f;
  line-height: 19px;
  letter-spacing: -0.015em;
}
.content-center-left p {
  text-align: center;
}
.content-center-left span {
  text-align: center;
}
.card-list-devices {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.card-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  background: white;
  border-radius: 8px;
  font-size: 16px;
  padding: 24px;
}
.content-grid {
  width: 100%;
  display: grid;
  gap: 24px;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, 350px);
}
.ds-border {
  padding: 24px;
  border-right: 2px solid #bcc4d4;
}
@media screen and (width <= 767px) {
  .ds-border {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #bcc4d4;
  }
}
@media screen and (width <= 768px) {
  .content-center-left {
    align-content: flex-start !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0px;
  }
  .content-center-left button {
    align-self: flex-end !important;
  }
  .content-center-left p {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .message-component {
    width: 100%;
    justify-content: center;
    right: 0;
    padding-bottom: 0;
  }
}
@media screen and (width <= 600px) {
  .content-ats {
    flex-wrap: wrap;
  }
}
@media screen and (width <= 600px) {
  .card-results-ats {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-right: 0px;
    border-right: 0px;
    margin-right: 0px;
    border-bottom: 2px solid #bcc4d4;
    flex-wrap: wrap;
  }
}
.ds-login-link {
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  color: #0349fe;
  cursor: pointer;
}
.ds-login-link:hover {
  font-family: var(--font-family-secondary-bold);
}
.ds-download-buttom {
  font-weight: normal !important;
  border-radius: 3px;
  padding: 8px 20px 8px 4px !important;
  width: 188px;
}
.icon-prepend {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-right: none;
  background: #ecf1f8;
  border-left: 1px solid #34383f !important;
  border-top: 1px solid #34383f !important;
  border-bottom: 1px solid #34383f !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.icon-prepend ~ .form-control-with-icon-rework {
  background: #ecf1f8;
  color: #34383f;
  font-size: 16px;
  border-right: 1px solid #34383f !important;
  border-top: 1px solid #34383f !important;
  border-bottom: 1px solid #34383f !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0.375rem 0.35rem 0.375rem 0;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 1%;
}
.ds-break-all {
  word-break: break-all;
}
.rtl-login-container {
  display: flex;
  min-height: 100vh;
}
aside.rtl-login {
  width: 460px;
  max-width: 460px;
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.rtl-section-logo {
  display: flex;
  align-items: center;
  padding: 29px 32px;
}
.rtl-section-logo img {
  height: 60px;
}
.rtl-section-text {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 12px;
}
.rtl-banner {
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
main.rtl-login-wrapper {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .rtl-login {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .rtl-logo-container img {
    width: 97.5px;
    height: 30px;
  }
}
.rtl-complete-design-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rtl-complete-design-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--rtl-bg-login) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.rtl-login-container-form {
  display: flex;
  width: 678px;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
}
.rtl-login-content {
  display: flex;
  width: 514px;
  flex-direction: column;
  gap: 16px;
}
.rtl-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rtl-logo-container img {
  width: 195px;
  height: 60px;
}
.rtl-form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.rtl-forget-password {
  display: flex;
  justify-content: flex-end;
}
.rtl-login-button {
  display: flex;
  justify-content: flex-end;
}
hr.rtl-login-separator {
  border-top: 1px solid #c8cdd8;
  margin: 0;
}
.rtl-register-question {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.rtl-login-footer {
  border-top: 1px solid #c8cdd8;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  gap: 24px;
  background: unset;
  margin: 0 !important;
}
.fra-login-footer {
  margin-left: 0 !important;
}
.rtl-logo-container {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .rtl-logo-container {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .rtl-logo-container img {
    width: 97.5px;
    height: 30px;
  }
  .rtl-complete-design-container {
    padding: 24px;
  }
  .rtl-login-container-form {
    padding: 24px;
    width: 100%;
  }
  .rtl-login-content {
    width: 100%;
  }
}
body {
  font-family: "RobotoRegular" !important;
  font-size: 14px;
  height: 100vh;
}
#main-body {
  background-color: #ecf1f8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-primary-bold);
}
a:hover {
  color: var(--btn-primary-background-color) !important;
  text-decoration: underline !important;
}
a:focus,
a:focus-visible {
  font-weight: bold;
  color: var(--btn-primary-background-color);
  text-decoration: underline;
}
.terms-header {
  outline: none;
}
a,
button {
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 5px;
}
button {
  border-radius: 5px !important;
}
.loginBox {
  background: #ecf1f8;
  height: 100vh;
}
.loginBox button.btn,
.loginBox a.btn {
  min-width: 200px !important;
}
.container-fluid button.btn,
.container button.btn,
#frmAddCard button.btn,
#frmAddIdentity button.btn {
  min-width: 100px;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vh-100 {
  height: 100vh !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1242B59px #fff inset;
  -webkit-text-fill-color: #959393;
}
.terms-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.terms-header {
  padding-top: 4rem !important;
  margin-right: auto !important;
}
.terms-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.terms-body a.back {
  display: flex;
  justify-content: flex-end;
}
hr.login-separator {
  margin: 24px 0px;
  border-top: 2px solid #bcc4d4;
}
.login-container {
  display: flex;
  min-height: 100vh;
}
aside.login {
  width: 510px;
  max-width: 510px;
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 40px;
  gap: 16px;
  background-size: contain;
}
aside.login img {
  width: 150px;
  margin-bottom: 1rem;
}
aside.login h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
main.login-wrapper {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.logo-login {
  width: 180px;
  height: auto;
}
aside.login .logo .back-button-login {
  display: none;
}
@media only screen and (max-width: 768px) {
  aside.login {
    width: 100%;
    max-width: 100%;
    padding: 60px 40px;
    background-image: none !important;
    text-align: center;
  }
  aside.login img {
    margin-bottom: 0;
  }
  aside.login .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  aside.login .logo .back-button-login {
    display: flex;
    position: absolute;
    left: 0;
  }
  aside.login h1 {
    display: none;
  }
  .login-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  main.login-wrapper {
    padding: 0px;
  }
}
.user-activation-container {
  display: flex;
  min-height: 100vh;
  height: 100%;
}
aside.user-activation-aside {
  width: 344px;
  max-width: 344px;
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
aside.user-activation-aside .logo {
  padding: 24px;
}
aside.user-activation-aside img {
  width: 150px;
  margin-bottom: 1rem;
}
main.user-activation-content {
  flex: 2;
  display: flex;
  padding: 24px;
}
.indicator {
  height: 60px;
  display: flex;
  align-items: center;
  border-left: 5px solid #36b3ed;
  background: #ecf1f8;
}
.indicator-text {
  padding: 0;
  margin: 0;
  padding-left: 1.5rem !important;
}
.ds-card {
  background: #fff;
  border-radius: 8px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  aside.user-activation-aside {
    width: 100%;
    max-width: 100%;
    background-image: none !important;
    max-height: 250px;
  }
  .user-activation-container {
    display: flex;
    flex-direction: column;
  }
}
body {
  font-family: var(--font-family-secondary-regular) !important;
}
.picture-container .picture {
  width: 84px;
  height: 84px;
  background-color: #00b1ea;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.upload-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.no-photo {
  margin-top: 26px;
}
.upload-wrapper .photo.top input {
  display: none;
}
.upload-wrapper label {
  width: 84px !important;
  height: 84px !important;
}
.upload-wrapper img {
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 84px;
  height: 84px;
  cursor: pointer;
}
.upload-wrapper .photo label {
  display: flex;
  margin: 0;
  padding: 0;
}
.loginError {
  margin-top: 12px;
  font-size: 0.875em;
  color: #dc3545;
}
.fra-switch:focus,
.fra-switch:focus-visible {
  outline: auto !important;
}
.fra-subtitle1 {
  margin-bottom: -15px !important;
  transition: all 0.3s ease-in-out;
}
.ds-modal-container.ds-modal-sm-500 {
  width: 500px !important;
}
.ds-card {
  border-width: 2px;
  border-radius: 6px 6px 0px 0px;
  height: 100%;
}
.ds-modal-container.ds-modal-without-padding {
  padding: 0 !important;
}
.ds-card-cp {
  width: 100%;
  height: 320px !important;
}
.ds-card-cp .ds-title-two,
.ds-card-cp .ds-card-header {
  height: 54px !important;
  overflow: hidden;
}
.ds-card-cp .ds-card-container {
  height: 180px !important;
  overflow: hidden;
}
.ds-card-cp .ds-card-container-empty {
  height: 128px !important;
}
.inner-html-content p {
  margin-bottom: 1rem !important;
}
.inner-html-content ul {
  margin-bottom: 1rem !important;
}
.inner-html-content ol {
  margin-bottom: 1rem !important;
}
.inner-html-content li {
  margin-bottom: 0.5rem !important;
  display: list-item;
}
.p-legacy-support,
.p-legacy-support-bold {
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.p-legacy-support-bold {
  font-family: var(--font-family-secondary-bold);
}
.content-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wizard-buttons-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .wizard-buttons-steps {
    width: 100%;
  }
  .wizard-buttons-steps fra-button {
    width: 100%;
  }
  .wizard-buttons-steps fra-button .fra-btn {
    width: 100%;
  }
}
body[dir=rtl] app-footer footer {
  margin-left: 0 !important;
  margin-right: 320px !important;
}
@media only screen and (max-width: 767px) {
  body[dir=rtl] app-footer footer {
    margin-right: 0 !important;
  }
}
:root {
  --animate-duration: 0.8s !important;
}
.mat-calendar-body-selected {
  background-color: var(--primary) !important;
}
ngb-modal-backdrop {
  z-index: 1050 !important;
}
.modal-open2 .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cdk-overlay-pane {
  max-height: 90% !important;
}
.cdk-overlay-container {
  z-index: 9999;
}
.confirmation-title h2 span {
  font-size: 26px !important;
  font-family: MontserratBold !important;
}
.ds-modal-container-p0 {
  padding: 0 !important;
}
.ds-modal-buttons-column .confirmation-actions {
  flex-direction: column !important;
  width: 100% !important;
  gap: 12px !important;
}
.ds-modal-buttons-column fra-button {
  width: 100% !important;
}
.ds-modal-buttons-column fra-button .fra-btn {
  width: 100% !important;
}
.ds-flex-row .reading-label,
.ds-flex-column .reading-label {
  margin-top: -17px !important;
}
.ds-flex-row .reading-block,
.ds-flex-column .reading-block {
  margin-top: -9px !important;
  font-family: var(--font-family-secondary-regular) !important;
}
.reading-block {
  font-family: var(--font-family-secondary-regular) !important;
}
strong {
  font-family: var(--strong-font-family) !important;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.ng-select.ng-select-single .ng-select-container {
  height: 42.6px;
}
.ng-select.ng-select-single .ng-select-container {
  left: 0% !important;
}
.ng-select .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-invalid.ng-touched .ng-select-container {
  border-color: #dc3545 !important;
}
.ng-select div.ng-select-container {
  color: var(--neutral-black) !important;
  border: 1px solid var(--neutral-black) !important;
  background-color: var(--neutral-bg);
}
.ng-select.ng-select-opened div.ng-select-container {
  color: var(--neutral-black) !important;
  border: 1px solid var(--neutral-black) !important;
  background-color: var(--neutral-bg);
}
.ng-dropdown-panel.ng-select-bottom {
  border-radius: 4px;
  border-color: var(--neutral-black);
  margin-top: -1px;
  background-color: var(--neutral-bg);
}
.ng-dropdown-panel.ng-select-top {
  border-radius: 4px;
  border-color: var(--neutral-black);
  margin-top: -1px;
  background-color: var(--neutral-bg) !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--secondary-disabled) !important;
  border-color: var(--neutral-black);
  color: var(--neutral-bg);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--neutral-bg) !important;
  border-bottom: 1px solid var(--neutral-black);
  padding: 8px 12px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  font-size: 14px !important;
  line-height: 16px !important;
  color: var(--neutral-black);
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 10px !important;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:firs-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ds-ff-primary-regular {
  font-family: var(--font-family-primary-regular) !important;
}
.ds-ff-primary-bold {
  font-family: var(--font-family-primary-bold) !important;
}
.ds-ff-secondary-regular {
  font-family: var(--font-family-secondary-regular) !important;
}
.ds-ff-secondary-bold {
  font-family: var(--font-family-secondary-bold) !important;
}
.ds-ff-primary-bold-font {
  font-size: 32px;
}
.ds-ff-primary-regular-font {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}
.p-primary {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}
.p-secondary {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}
.button-close-acc {
  outline: initial !important;
  border: none;
  background: transparent;
}
.ds-modal-container.ds-p-0 {
  padding: 0;
}

/* node_modules/@fractalia/itcss/dist/fractalia-itcss.css */
:root {
  --primary: #666a73;
  --primary-disabled: #BCC4D4;
  --primary-hover: #34383F;
  --secondary: #666a73;
  --secondary-disabled: #bcc4d4;
  --accent: #0349fe;
  --accent-hover: #012d9d;
  --accent-disabled: #7ba0fe;
  --neutral-bg: #ecf1f8;
  --neutral-black: #000000;
  --neutral-white: #ffffff;
  --neutral-grey-medium: #666A73;
  --neutral-grey-dark: #34383F;
  --neutral-grey-light: #C8CDD8;
  --semantics-danger: #D60000;
  --semantics-warning: #FFC507;
  --semantics-warning-dark: #C25400;
  --semantics-success: #007922;
  --semantics-info: #0349fe;
  --semantics-orange: #ff981f;
  --semantics-pink: #fd96ff;
  --semantics-purple: #BB86FC;
  --semantics-purple-light: #E3CDFE;
  --semantics-danger-light: #ffd9d9;
  --semantics-warning-light: #fff5d6;
  --semantics-success-light: #d7fae1;
  --semantics-info-light: #d3dffe;
  --semantics-orange-light: #ffe4c4;
  --semantics-pink-light: #fed9ff;
  --neutral-white:#ffffff;
  --black:#34383F;
  --text-color-primary: #34383f;
  --text-color-primary-disabled: #bcc4d4;
  --system-grey: #666A73;
  --system-grey-hover: #bcc4d4;
}
:root {
  --font-family-primary-regular: MonserratRegular;
  --font-family-primary-bold: MonserratBold;
  --font-family-secondary-regular: RobotoRegular;
  --font-family-secondary-bold: RobotoBold;
}
:root {
  --bp-mobile-sm: 360px;
  --bp-mobile: 480px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --bp-desktop-lg: 1280px;
  --bp-desktop-xl: 1440px;
}
@media (min-width: var(--bp-mobile-sm)) {
}
@media (min-width: var(--bp-mobile)) {
}
@media (min-width: var(--bp-tablet)) {
}
@media (min-width: var(--bp-desktop)) {
}
@media (min-width: var(--bp-desktop-lg)) {
}
@media (min-width: var(--bp-desktop-xl)) {
}
:root {
  --modal-xs: 300px;
  --modal-sm: 400px;
  --modal-md: 500px;
  --modal-lg: 800px;
  --modal-xl: 1140px;
  --modal-2xl: 1280px;
  --modal-3xl: 1440px;
  --modal-full: 100vw;
}
.ds-b-primary {
  border: 1px solid var(--primary);
}
.ds-c-primary {
  color: var(--primary);
}
.ds-bg-primary {
  background: var(--primary);
}
.ds-b-t-primary {
  border-top: 1px solid var(--primary);
}
.ds-b-b-primary {
  border-bottom: 1px solid var(--primary);
}
.ds-b-l-primary {
  border-left: 1px solid var(--primary);
}
.ds-b-r-primary {
  border-right: 1px solid var(--primary);
}
.ds-b-primary-disabled {
  border: 1px solid var(--primary-disabled);
}
.ds-c-primary-disabled {
  color: var(--primary-disabled);
}
.ds-bg-primary-disabled {
  background: var(--primary-disabled);
}
.ds-b-t-primary-disabled {
  border-top: 1px solid var(--primary-disabled);
}
.ds-b-b-primary-disabled {
  border-bottom: 1px solid var(--primary-disabled);
}
.ds-b-l-primary-disabled {
  border-left: 1px solid var(--primary-disabled);
}
.ds-b-r-primary-disabled {
  border-right: 1px solid var(--primary-disabled);
}
.ds-b-primary-hover {
  border: 1px solid var(--primary-hover);
}
.ds-c-primary-hover {
  color: var(--primary-hover);
}
.ds-bg-primary-hover {
  background: var(--primary-hover);
}
.ds-b-t-primary-hover {
  border-top: 1px solid var(--primary-hover);
}
.ds-b-b-primary-hover {
  border-bottom: 1px solid var(--primary-hover);
}
.ds-b-l-primary-hover {
  border-left: 1px solid var(--primary-hover);
}
.ds-b-r-primary-hover {
  border-right: 1px solid var(--primary-hover);
}
.ds-b-secondary {
  border: 1px solid var(--secondary);
}
.ds-c-secondary {
  color: var(--secondary);
}
.ds-bg-secondary {
  background: var(--secondary);
}
.ds-b-t-secondary {
  border-top: 1px solid var(--secondary);
}
.ds-b-b-secondary {
  border-bottom: 1px solid var(--secondary);
}
.ds-b-l-secondary {
  border-left: 1px solid var(--secondary);
}
.ds-b-r-secondary {
  border-right: 1px solid var(--secondary);
}
.ds-b-secondary-disabled {
  border: 1px solid var(--secondary-disabled);
}
.ds-c-secondary-disabled {
  color: var(--secondary-disabled);
}
.ds-bg-secondary-disabled {
  background: var(--secondary-disabled);
}
.ds-b-t-secondary-disabled {
  border-top: 1px solid var(--secondary-disabled);
}
.ds-b-b-secondary-disabled {
  border-bottom: 1px solid var(--secondary-disabled);
}
.ds-b-l-secondary-disabled {
  border-left: 1px solid var(--secondary-disabled);
}
.ds-b-r-secondary-disabled {
  border-right: 1px solid var(--secondary-disabled);
}
.ds-b-accent {
  border: 1px solid var(--accent);
}
.ds-c-accent {
  color: var(--accent);
}
.ds-bg-accent {
  background: var(--accent);
}
.ds-b-t-accent {
  border-top: 1px solid var(--accent);
}
.ds-b-b-accent {
  border-bottom: 1px solid var(--accent);
}
.ds-b-l-accent {
  border-left: 1px solid var(--accent);
}
.ds-b-r-accent {
  border-right: 1px solid var(--accent);
}
.ds-b-accent-hover {
  border: 1px solid var(--accent-hover);
}
.ds-c-accent-hover {
  color: var(--accent-hover);
}
.ds-bg-accent-hover {
  background: var(--accent-hover);
}
.ds-b-t-accent-hover {
  border-top: 1px solid var(--accent-hover);
}
.ds-b-b-accent-hover {
  border-bottom: 1px solid var(--accent-hover);
}
.ds-b-l-accent-hover {
  border-left: 1px solid var(--accent-hover);
}
.ds-b-r-accent-hover {
  border-right: 1px solid var(--accent-hover);
}
.ds-b-accent-disabled {
  border: 1px solid var(--accent-disabled);
}
.ds-c-accent-disabled {
  color: var(--accent-disabled);
}
.ds-bg-accent-disabled {
  background: var(--accent-disabled);
}
.ds-b-t-accent-disabled {
  border-top: 1px solid var(--accent-disabled);
}
.ds-b-b-accent-disabled {
  border-bottom: 1px solid var(--accent-disabled);
}
.ds-b-l-accent-disabled {
  border-left: 1px solid var(--accent-disabled);
}
.ds-b-r-accent-disabled {
  border-right: 1px solid var(--accent-disabled);
}
.ds-b-neutral-bg,
.ds-card {
  border: 1px solid var(--neutral-bg);
}
.ds-c-neutral-bg {
  color: var(--neutral-bg);
}
.ds-bg-neutral-bg,
.router-link-active {
  background: var(--neutral-bg);
}
.ds-b-t-neutral-bg {
  border-top: 1px solid var(--neutral-bg);
}
.ds-b-b-neutral-bg {
  border-bottom: 1px solid var(--neutral-bg);
}
.ds-b-l-neutral-bg {
  border-left: 1px solid var(--neutral-bg);
}
.ds-b-r-neutral-bg {
  border-right: 1px solid var(--neutral-bg);
}
.ds-b-neutral-black {
  border: 1px solid var(--neutral-black);
}
.ds-c-neutral-black {
  color: var(--neutral-black);
}
.ds-bg-neutral-black {
  background: var(--neutral-black);
}
.ds-b-t-neutral-black {
  border-top: 1px solid var(--neutral-black);
}
.ds-b-b-neutral-black {
  border-bottom: 1px solid var(--neutral-black);
}
.ds-b-l-neutral-black {
  border-left: 1px solid var(--neutral-black);
}
.ds-b-r-neutral-black {
  border-right: 1px solid var(--neutral-black);
}
.ds-b-neutral-white {
  border: 1px solid var(--neutral-white);
}
.ds-c-neutral-white {
  color: var(--neutral-white);
}
.ds-bg-neutral-white {
  background: var(--neutral-white);
}
.ds-b-t-neutral-white {
  border-top: 1px solid var(--neutral-white);
}
.ds-b-b-neutral-white {
  border-bottom: 1px solid var(--neutral-white);
}
.ds-b-l-neutral-white {
  border-left: 1px solid var(--neutral-white);
}
.ds-b-r-neutral-white {
  border-right: 1px solid var(--neutral-white);
}
.ds-b-danger {
  border: 1px solid var(--semantics-danger);
}
.ds-c-danger {
  color: var(--semantics-danger);
}
.ds-bg-danger {
  background: var(--semantics-danger);
}
.ds-b-t-danger {
  border-top: 1px solid var(--semantics-danger);
}
.ds-b-b-danger {
  border-bottom: 1px solid var(--semantics-danger);
}
.ds-b-l-danger {
  border-left: 1px solid var(--semantics-danger);
}
.ds-b-r-danger {
  border-right: 1px solid var(--semantics-danger);
}
.ds-b-warning {
  border: 1px solid var(--semantics-warning);
}
.ds-c-warning {
  color: var(--semantics-warning);
}
.ds-bg-warning {
  background: var(--semantics-warning);
}
.ds-b-t-warning {
  border-top: 1px solid var(--semantics-warning);
}
.ds-b-b-warning {
  border-bottom: 1px solid var(--semantics-warning);
}
.ds-b-l-warning {
  border-left: 1px solid var(--semantics-warning);
}
.ds-b-r-warning {
  border-right: 1px solid var(--semantics-warning);
}
.ds-b-warning-dark {
  border: 1px solid var(--semantics-warning-dark);
}
.ds-c-warning-dark {
  color: var(--semantics-warning-dark);
}
.ds-bg-warning-dark {
  background: var(--semantics-warning-dark);
}
.ds-b-t-warning-dark {
  border-top: 1px solid var(--semantics-warning-dark);
}
.ds-b-b-warning-dark {
  border-bottom: 1px solid var(--semantics-warning-dark);
}
.ds-b-l-warning-dark {
  border-left: 1px solid var(--semantics-warning-dark);
}
.ds-b-r-warning-dark {
  border-right: 1px solid var(--semantics-warning-dark);
}
.ds-b-success {
  border: 1px solid var(--semantics-success);
}
.ds-c-success {
  color: var(--semantics-success);
}
.ds-bg-success {
  background: var(--semantics-success);
}
.ds-b-t-success {
  border-top: 1px solid var(--semantics-success);
}
.ds-b-b-success {
  border-bottom: 1px solid var(--semantics-success);
}
.ds-b-l-success {
  border-left: 1px solid var(--semantics-success);
}
.ds-b-r-success {
  border-right: 1px solid var(--semantics-success);
}
.ds-b-information {
  border: 1px solid var(--semantics-info);
}
.ds-c-information {
  color: var(--semantics-info);
}
.ds-bg-information {
  background: var(--semantics-info);
}
.ds-b-t-information {
  border-top: 1px solid var(--semantics-info);
}
.ds-b-b-information {
  border-bottom: 1px solid var(--semantics-info);
}
.ds-b-l-information {
  border-left: 1px solid var(--semantics-info);
}
.ds-b-r-information {
  border-right: 1px solid var(--semantics-info);
}
.ds-b-orange {
  border: 1px solid var(--semantics-orange);
}
.ds-c-orange {
  color: var(--semantics-orange);
}
.ds-bg-orange {
  background: var(--semantics-orange);
}
.ds-b-t-orange {
  border-top: 1px solid var(--semantics-orange);
}
.ds-b-b-orange {
  border-bottom: 1px solid var(--semantics-orange);
}
.ds-b-l-orange {
  border-left: 1px solid var(--semantics-orange);
}
.ds-b-r-orange {
  border-right: 1px solid var(--semantics-orange);
}
.ds-b-pink {
  border: 1px solid var(--semantics-pink);
}
.ds-c-pink {
  color: var(--semantics-pink);
}
.ds-bg-pink {
  background: var(--semantics-pink);
}
.ds-b-t-pink {
  border-top: 1px solid var(--semantics-pink);
}
.ds-b-b-pink {
  border-bottom: 1px solid var(--semantics-pink);
}
.ds-b-l-pink {
  border-left: 1px solid var(--semantics-pink);
}
.ds-b-r-pink {
  border-right: 1px solid var(--semantics-pink);
}
.ds-b-danger-light {
  border: 1px solid var(--semantics-danger-light);
}
.ds-c-danger-light {
  color: var(--semantics-danger-light);
}
.ds-bg-danger-light {
  background: var(--semantics-danger-light);
}
.ds-b-t-danger-light {
  border-top: 1px solid var(--semantics-danger-light);
}
.ds-b-b-danger-light {
  border-bottom: 1px solid var(--semantics-danger-light);
}
.ds-b-l-danger-light {
  border-left: 1px solid var(--semantics-danger-light);
}
.ds-b-r-danger-light {
  border-right: 1px solid var(--semantics-danger-light);
}
.ds-b-warning-light {
  border: 1px solid var(--semantics-warning-light);
}
.ds-c-warning-light {
  color: var(--semantics-warning-light);
}
.ds-bg-warning-light {
  background: var(--semantics-warning-light);
}
.ds-b-t-warning-light {
  border-top: 1px solid var(--semantics-warning-light);
}
.ds-b-b-warning-light {
  border-bottom: 1px solid var(--semantics-warning-light);
}
.ds-b-l-warning-light {
  border-left: 1px solid var(--semantics-warning-light);
}
.ds-b-r-warning-light {
  border-right: 1px solid var(--semantics-warning-light);
}
.ds-b-success-light {
  border: 1px solid var(--semantics-success-light);
}
.ds-c-success-light {
  color: var(--semantics-success-light);
}
.ds-bg-success-light {
  background: var(--semantics-success-light);
}
.ds-b-t-success-light {
  border-top: 1px solid var(--semantics-success-light);
}
.ds-b-b-success-light {
  border-bottom: 1px solid var(--semantics-success-light);
}
.ds-b-l-success-light {
  border-left: 1px solid var(--semantics-success-light);
}
.ds-b-r-success-light {
  border-right: 1px solid var(--semantics-success-light);
}
.ds-b-information-light {
  border: 1px solid var(--semantics-info-light);
}
.ds-c-information-light {
  color: var(--semantics-info-light);
}
.ds-bg-information-light {
  background: var(--semantics-info-light);
}
.ds-b-t-information-light {
  border-top: 1px solid var(--semantics-info-light);
}
.ds-b-b-information-light {
  border-bottom: 1px solid var(--semantics-info-light);
}
.ds-b-l-information-light {
  border-left: 1px solid var(--semantics-info-light);
}
.ds-b-r-information-light {
  border-right: 1px solid var(--semantics-info-light);
}
.ds-b-orange-light {
  border: 1px solid var(--semantics-orange-light);
}
.ds-c-orange-light {
  color: var(--semantics-orange-light);
}
.ds-bg-orange-light {
  background: var(--semantics-orange-light);
}
.ds-b-t-orange-light {
  border-top: 1px solid var(--semantics-orange-light);
}
.ds-b-b-orange-light {
  border-bottom: 1px solid var(--semantics-orange-light);
}
.ds-b-l-orange-light {
  border-left: 1px solid var(--semantics-orange-light);
}
.ds-b-r-orange-light {
  border-right: 1px solid var(--semantics-orange-light);
}
.ds-b-pink-light {
  border: 1px solid var(--semantics-pink-light);
}
.ds-c-pink-light {
  color: var(--semantics-pink-light);
}
.ds-bg-pink-light {
  background: var(--semantics-pink-light);
}
.ds-b-t-pink-light {
  border-top: 1px solid var(--semantics-pink-light);
}
.ds-b-b-pink-light {
  border-bottom: 1px solid var(--semantics-pink-light);
}
.ds-b-l-pink-light {
  border-left: 1px solid var(--semantics-pink-light);
}
.ds-b-r-pink-light {
  border-right: 1px solid var(--semantics-pink-light);
}
.ds-b-white {
  border: 1px solid var(--neutral-white);
}
.ds-c-white {
  color: var(--neutral-white);
}
.ds-bg-white {
  background: var(--neutral-white);
}
.ds-b-t-white {
  border-top: 1px solid var(--neutral-white);
}
.ds-b-b-white {
  border-bottom: 1px solid var(--neutral-white);
}
.ds-b-l-white {
  border-left: 1px solid var(--neutral-white);
}
.ds-b-r-white {
  border-right: 1px solid var(--neutral-white);
}
.ds-b-background {
  border: 1px solid var(--neutral-bg);
}
.ds-c-background {
  color: var(--neutral-bg);
}
.ds-bg-background {
  background: var(--neutral-bg);
}
.ds-b-t-background {
  border-top: 1px solid var(--neutral-bg);
}
.ds-b-b-background {
  border-bottom: 1px solid var(--neutral-bg);
}
.ds-b-l-background {
  border-left: 1px solid var(--neutral-bg);
}
.ds-b-r-background {
  border-right: 1px solid var(--neutral-bg);
}
.ds-b-black {
  border: 1px solid var(--black);
}
.ds-c-black {
  color: var(--black);
}
.ds-bg-black {
  background: var(--black);
}
.ds-b-t-black {
  border-top: 1px solid var(--black);
}
.ds-b-b-black {
  border-bottom: 1px solid var(--black);
}
.ds-b-l-black {
  border-left: 1px solid var(--black);
}
.ds-b-r-black {
  border-right: 1px solid var(--black);
}
.ds-b-neutral-grey-medium {
  border: 1px solid var(--neutral-grey-medium);
}
.ds-c-neutral-grey-medium {
  color: var(--neutral-grey-medium);
}
.ds-bg-neutral-grey-medium {
  background: var(--neutral-grey-medium);
}
.ds-b-t-neutral-grey-medium {
  border-top: 1px solid var(--neutral-grey-medium);
}
.ds-b-b-neutral-grey-medium {
  border-bottom: 1px solid var(--neutral-grey-medium);
}
.ds-b-l-neutral-grey-medium {
  border-left: 1px solid var(--neutral-grey-medium);
}
.ds-b-r-neutral-grey-medium {
  border-right: 1px solid var(--neutral-grey-medium);
}
.ds-b-neutral-grey-dark {
  border: 1px solid var(--neutral-grey-dark);
}
.ds-c-neutral-grey-dark {
  color: var(--neutral-grey-dark);
}
.ds-bg-neutral-grey-dark {
  background: var(--neutral-grey-dark);
}
.ds-b-t-neutral-grey-dark {
  border-top: 1px solid var(--neutral-grey-dark);
}
.ds-b-b-neutral-grey-dark {
  border-bottom: 1px solid var(--neutral-grey-dark);
}
.ds-b-l-neutral-grey-dark {
  border-left: 1px solid var(--neutral-grey-dark);
}
.ds-b-r-neutral-grey-dark {
  border-right: 1px solid var(--neutral-grey-dark);
}
.ds-b-neutral-grey-light {
  border: 1px solid var(--neutral-grey-light);
}
.ds-c-neutral-grey-light {
  color: var(--neutral-grey-light);
}
.ds-bg-neutral-grey-light {
  background: var(--neutral-grey-light);
}
.ds-b-t-neutral-grey-light {
  border-top: 1px solid var(--neutral-grey-light);
}
.ds-b-b-neutral-grey-light {
  border-bottom: 1px solid var(--neutral-grey-light);
}
.ds-b-l-neutral-grey-light {
  border-left: 1px solid var(--neutral-grey-light);
}
.ds-b-r-neutral-grey-light {
  border-right: 1px solid var(--neutral-grey-light);
}
.ds-w-70p {
  width: 70px;
}
.ds-w-105p {
  width: 105px;
}
.ds-w-115p {
  width: 115px;
}
.ds-w-170p {
  width: 170px;
}
.ds-w-5 {
  width: 5%;
}
.ds-w-10 {
  width: 10%;
}
.ds-w-15 {
  width: 15%;
}
.ds-w-20 {
  width: 20%;
}
.ds-w-25 {
  width: 25%;
}
.ds-w-30 {
  width: 30%;
}
.ds-w-35 {
  width: 35%;
}
.ds-w-40 {
  width: 40%;
}
.ds-w-45 {
  width: 45%;
}
.ds-w-50 {
  width: 50%;
}
.ds-w-55 {
  width: 55%;
}
.ds-w-60 {
  width: 60%;
}
.ds-w-65 {
  width: 65%;
}
.ds-w-70 {
  width: 70%;
}
.ds-w-75 {
  width: 75%;
}
.ds-w-80 {
  width: 80%;
}
.ds-w-85 {
  width: 85%;
}
.ds-w-90 {
  width: 90%;
}
.ds-w-95 {
  width: 95%;
}
.ds-w-100 {
  width: 100%;
}
.ds-minh-100 {
  min-height: 100px;
}
.ds-maxh-100 {
  max-height: 100px;
}
.ds-minw-100 {
  min-width: 100px;
}
.ds-maxw-100 {
  max-width: 100px;
}
.ds-minh-200 {
  min-height: 200px;
}
.ds-maxh-200 {
  max-height: 200px;
}
.ds-minw-200 {
  min-width: 200px;
}
.ds-maxw-200 {
  max-width: 200px;
}
.ds-minh-300 {
  min-height: 300px;
}
.ds-maxh-300 {
  max-height: 300px;
}
.ds-minw-300 {
  min-width: 300px;
}
.ds-maxw-300 {
  max-width: 300px;
}
.ds-minh-400 {
  min-height: 400px;
}
.ds-maxh-400 {
  max-height: 400px;
}
.ds-minw-400 {
  min-width: 400px;
}
.ds-maxw-400 {
  max-width: 400px;
}
.ds-minh-500 {
  min-height: 500px;
}
.ds-maxh-500 {
  max-height: 500px;
}
.ds-minw-500 {
  min-width: 500px;
}
.ds-maxw-500 {
  max-width: 500px;
}
.ds-minh-600 {
  min-height: 600px;
}
.ds-maxh-600 {
  max-height: 600px;
}
.ds-minw-600 {
  min-width: 600px;
}
.ds-maxw-600 {
  max-width: 600px;
}
.ds-minh-700,
.ds-default-section {
  min-height: 700px;
}
.ds-maxh-700 {
  max-height: 700px;
}
.ds-minw-700,
.ds-default-section {
  min-width: 700px;
}
.ds-maxw-700 {
  max-width: 700px;
}
.ds-p-2p {
  padding: 2px;
}
.ds-m-2p {
  margin: 2px;
}
.ds-mt-2p {
  margin-top: 2px;
}
.ds-pt-2p {
  padding-top: 2px;
}
.ds-mb-2p {
  margin-bottom: 2px;
}
.ds-pb-2p {
  padding-bottom: 2px;
}
.ds-ml-2p {
  margin-left: 2px;
}
.ds-pl-2p {
  padding-left: 2px;
}
.ds-mr-2p {
  margin-right: 2px;
}
.ds-pr-2p {
  padding-right: 2px;
}
.ds-p-4p {
  padding: 4px;
}
.ds-m-4p {
  margin: 4px;
}
.ds-mt-4p {
  margin-top: 4px;
}
.ds-pt-4p {
  padding-top: 4px;
}
.ds-mb-4p {
  margin-bottom: 4px;
}
.ds-pb-4p {
  padding-bottom: 4px;
}
.ds-ml-4p {
  margin-left: 4px;
}
.ds-pl-4p {
  padding-left: 4px;
}
.ds-mr-4p {
  margin-right: 4px;
}
.ds-pr-4p {
  padding-right: 4px;
}
.ds-p-8p {
  padding: 8px;
}
.ds-m-8p {
  margin: 8px;
}
.ds-mt-8p {
  margin-top: 8px;
}
.ds-pt-8p {
  padding-top: 8px;
}
.ds-mb-8p {
  margin-bottom: 8px;
}
.ds-pb-8p {
  padding-bottom: 8px;
}
.ds-ml-8p {
  margin-left: 8px;
}
.ds-pl-8p {
  padding-left: 8px;
}
.ds-mr-8p {
  margin-right: 8px;
}
.ds-pr-8p {
  padding-right: 8px;
}
.ds-p-10p {
  padding: 10px;
}
.ds-m-10p {
  margin: 10px;
}
.ds-mt-10p {
  margin-top: 10px;
}
.ds-pt-10p {
  padding-top: 10px;
}
.ds-mb-10p {
  margin-bottom: 10px;
}
.ds-pb-10p {
  padding-bottom: 10px;
}
.ds-ml-10p {
  margin-left: 10px;
}
.ds-pl-10p {
  padding-left: 10px;
}
.ds-mr-10p {
  margin-right: 10px;
}
.ds-pr-10p {
  padding-right: 10px;
}
.ds-p-12p {
  padding: 12px;
}
.ds-m-12p {
  margin: 12px;
}
.ds-mt-12p {
  margin-top: 12px;
}
.ds-pt-12p {
  padding-top: 12px;
}
.ds-mb-12p {
  margin-bottom: 12px;
}
.ds-pb-12p {
  padding-bottom: 12px;
}
.ds-ml-12p {
  margin-left: 12px;
}
.ds-pl-12p {
  padding-left: 12px;
}
.ds-mr-12p {
  margin-right: 12px;
}
.ds-pr-12p {
  padding-right: 12px;
}
.ds-p-14p {
  padding: 14px;
}
.ds-m-14p {
  margin: 14px;
}
.ds-mt-14p {
  margin-top: 14px;
}
.ds-pt-14p {
  padding-top: 14px;
}
.ds-mb-14p {
  margin-bottom: 14px;
}
.ds-pb-14p {
  padding-bottom: 14px;
}
.ds-ml-14p {
  margin-left: 14px;
}
.ds-pl-14p {
  padding-left: 14px;
}
.ds-mr-14p {
  margin-right: 14px;
}
.ds-pr-14p {
  padding-right: 14px;
}
.ds-p-15p {
  padding: 15px;
}
.ds-m-15p {
  margin: 15px;
}
.ds-mt-15p {
  margin-top: 15px;
}
.ds-pt-15p {
  padding-top: 15px;
}
.ds-mb-15p {
  margin-bottom: 15px;
}
.ds-pb-15p {
  padding-bottom: 15px;
}
.ds-ml-15p {
  margin-left: 15px;
}
.ds-pl-15p {
  padding-left: 15px;
}
.ds-mr-15p {
  margin-right: 15px;
}
.ds-pr-15p {
  padding-right: 15px;
}
.ds-p-16p {
  padding: 16px;
}
.ds-m-16p {
  margin: 16px;
}
.ds-mt-16p {
  margin-top: 16px;
}
.ds-pt-16p {
  padding-top: 16px;
}
.ds-mb-16p {
  margin-bottom: 16px;
}
.ds-pb-16p {
  padding-bottom: 16px;
}
.ds-ml-16p {
  margin-left: 16px;
}
.ds-pl-16p {
  padding-left: 16px;
}
.ds-mr-16p {
  margin-right: 16px;
}
.ds-pr-16p {
  padding-right: 16px;
}
.ds-p-20p {
  padding: 20px;
}
.ds-m-20p {
  margin: 20px;
}
.ds-mt-20p {
  margin-top: 20px;
}
.ds-pt-20p {
  padding-top: 20px;
}
.ds-mb-20p {
  margin-bottom: 20px;
}
.ds-pb-20p {
  padding-bottom: 20px;
}
.ds-ml-20p {
  margin-left: 20px;
}
.ds-pl-20p {
  padding-left: 20px;
}
.ds-mr-20p {
  margin-right: 20px;
}
.ds-pr-20p {
  padding-right: 20px;
}
.ds-p-24p {
  padding: 24px;
}
.ds-m-24p {
  margin: 24px;
}
.ds-mt-24p {
  margin-top: 24px;
}
.ds-pt-24p {
  padding-top: 24px;
}
.ds-mb-24p {
  margin-bottom: 24px;
}
.ds-pb-24p {
  padding-bottom: 24px;
}
.ds-ml-24p {
  margin-left: 24px;
}
.ds-pl-24p {
  padding-left: 24px;
}
.ds-mr-24p {
  margin-right: 24px;
}
.ds-pr-24p {
  padding-right: 24px;
}
.ds-p-28p {
  padding: 28px;
}
.ds-m-28p {
  margin: 28px;
}
.ds-mt-28p {
  margin-top: 28px;
}
.ds-pt-28p {
  padding-top: 28px;
}
.ds-mb-28p {
  margin-bottom: 28px;
}
.ds-pb-28p {
  padding-bottom: 28px;
}
.ds-ml-28p {
  margin-left: 28px;
}
.ds-pl-28p {
  padding-left: 28px;
}
.ds-mr-28p {
  margin-right: 28px;
}
.ds-pr-28p {
  padding-right: 28px;
}
.ds-p-32p {
  padding: 32px;
}
.ds-m-32p {
  margin: 32px;
}
.ds-mt-32p {
  margin-top: 32px;
}
.ds-pt-32p {
  padding-top: 32px;
}
.ds-mb-32p {
  margin-bottom: 32px;
}
.ds-pb-32p {
  padding-bottom: 32px;
}
.ds-ml-32p {
  margin-left: 32px;
}
.ds-pl-32p {
  padding-left: 32px;
}
.ds-mr-32p {
  margin-right: 32px;
}
.ds-pr-32p {
  padding-right: 32px;
}
.ds-p-36p {
  padding: 36px;
}
.ds-m-36p {
  margin: 36px;
}
.ds-mt-36p {
  margin-top: 36px;
}
.ds-pt-36p {
  padding-top: 36px;
}
.ds-mb-36p {
  margin-bottom: 36px;
}
.ds-pb-36p {
  padding-bottom: 36px;
}
.ds-ml-36p {
  margin-left: 36px;
}
.ds-pl-36p {
  padding-left: 36px;
}
.ds-mr-36p {
  margin-right: 36px;
}
.ds-pr-36p {
  padding-right: 36px;
}
.ds-p-40p {
  padding: 40px;
}
.ds-m-40p {
  margin: 40px;
}
.ds-mt-40p {
  margin-top: 40px;
}
.ds-pt-40p {
  padding-top: 40px;
}
.ds-mb-40p {
  margin-bottom: 40px;
}
.ds-pb-40p {
  padding-bottom: 40px;
}
.ds-ml-40p {
  margin-left: 40px;
}
.ds-pl-40p {
  padding-left: 40px;
}
.ds-mr-40p {
  margin-right: 40px;
}
.ds-pr-40p {
  padding-right: 40px;
}
.ds-p-44p {
  padding: 44px;
}
.ds-m-44p {
  margin: 44px;
}
.ds-mt-44p {
  margin-top: 44px;
}
.ds-pt-44p {
  padding-top: 44px;
}
.ds-mb-44p {
  margin-bottom: 44px;
}
.ds-pb-44p {
  padding-bottom: 44px;
}
.ds-ml-44p {
  margin-left: 44px;
}
.ds-pl-44p {
  padding-left: 44px;
}
.ds-mr-44p {
  margin-right: 44px;
}
.ds-pr-44p {
  padding-right: 44px;
}
.ds-p-48p {
  padding: 48px;
}
.ds-m-48p {
  margin: 48px;
}
.ds-mt-48p {
  margin-top: 48px;
}
.ds-pt-48p {
  padding-top: 48px;
}
.ds-mb-48p {
  margin-bottom: 48px;
}
.ds-pb-48p {
  padding-bottom: 48px;
}
.ds-ml-48p {
  margin-left: 48px;
}
.ds-pl-48p {
  padding-left: 48px;
}
.ds-mr-48p {
  margin-right: 48px;
}
.ds-pr-48p {
  padding-right: 48px;
}
.ds-p-54p {
  padding: 54px;
}
.ds-m-54p {
  margin: 54px;
}
.ds-mt-54p {
  margin-top: 54px;
}
.ds-pt-54p {
  padding-top: 54px;
}
.ds-mb-54p {
  margin-bottom: 54px;
}
.ds-pb-54p {
  padding-bottom: 54px;
}
.ds-ml-54p {
  margin-left: 54px;
}
.ds-pl-54p {
  padding-left: 54px;
}
.ds-mr-54p {
  margin-right: 54px;
}
.ds-pr-54p {
  padding-right: 54px;
}
.ds-p-60p {
  padding: 60px;
}
.ds-m-60p {
  margin: 60px;
}
.ds-mt-60p {
  margin-top: 60px;
}
.ds-pt-60p {
  padding-top: 60px;
}
.ds-mb-60p {
  margin-bottom: 60px;
}
.ds-pb-60p {
  padding-bottom: 60px;
}
.ds-ml-60p {
  margin-left: 60px;
}
.ds-pl-60p {
  padding-left: 60px;
}
.ds-mr-60p {
  margin-right: 60px;
}
.ds-pr-60p {
  padding-right: 60px;
}
.gap-8p {
  gap: 8px;
}
.gap-10p {
  gap: 10px;
}
.gap-12p {
  gap: 12px;
}
.ds-p-1 {
  padding: 1rem;
}
.ds-m-1 {
  margin: 1rem;
}
.ds-mt-1 {
  margin-top: 1rem !important;
}
.ds-pt-1 {
  padding-top: 1rem !important;
}
.ds-mb-1 {
  margin-bottom: 1rem !important;
}
.ds-pb-1 {
  padding-bottom: 1rem !important;
}
.ds-ml-1 {
  margin-left: 1rem !important;
}
.ds-pl-1 {
  padding-left: 1rem !important;
}
.ds-mr-1 {
  margin-right: 1rem !important;
}
.ds-pr-1 {
  padding-right: 1rem !important;
}
.ds-p-2 {
  padding: 2rem;
}
.ds-m-2 {
  margin: 2rem;
}
.ds-mt-2 {
  margin-top: 2rem !important;
}
.ds-pt-2 {
  padding-top: 2rem !important;
}
.ds-mb-2 {
  margin-bottom: 2rem !important;
}
.ds-pb-2 {
  padding-bottom: 2rem !important;
}
.ds-ml-2 {
  margin-left: 2rem !important;
}
.ds-pl-2 {
  padding-left: 2rem !important;
}
.ds-mr-2 {
  margin-right: 2rem !important;
}
.ds-pr-2 {
  padding-right: 2rem !important;
}
.ds-p-3 {
  padding: 3rem;
}
.ds-m-3 {
  margin: 3rem;
}
.ds-mt-3 {
  margin-top: 3rem !important;
}
.ds-pt-3 {
  padding-top: 3rem !important;
}
.ds-mb-3 {
  margin-bottom: 3rem !important;
}
.ds-pb-3 {
  padding-bottom: 3rem !important;
}
.ds-ml-3 {
  margin-left: 3rem !important;
}
.ds-pl-3 {
  padding-left: 3rem !important;
}
.ds-mr-3 {
  margin-right: 3rem !important;
}
.ds-pr-3 {
  padding-right: 3rem !important;
}
.ds-p-4 {
  padding: 4rem;
}
.ds-m-4 {
  margin: 4rem;
}
.ds-mt-4 {
  margin-top: 4rem !important;
}
.ds-pt-4 {
  padding-top: 4rem !important;
}
.ds-mb-4 {
  margin-bottom: 4rem !important;
}
.ds-pb-4 {
  padding-bottom: 4rem !important;
}
.ds-ml-4 {
  margin-left: 4rem !important;
}
.ds-pl-4 {
  padding-left: 4rem !important;
}
.ds-mr-4 {
  margin-right: 4rem !important;
}
.ds-pr-4 {
  padding-right: 4rem !important;
}
.ds-p-5 {
  padding: 5rem;
}
.ds-m-5 {
  margin: 5rem;
}
.ds-mt-5 {
  margin-top: 5rem !important;
}
.ds-pt-5 {
  padding-top: 5rem !important;
}
.ds-mb-5 {
  margin-bottom: 5rem !important;
}
.ds-pb-5 {
  padding-bottom: 5rem !important;
}
.ds-ml-5 {
  margin-left: 5rem !important;
}
.ds-pl-5 {
  padding-left: 5rem !important;
}
.ds-mr-5 {
  margin-right: 5rem !important;
}
.ds-pr-5 {
  padding-right: 5rem !important;
}
.ds-p-6 {
  padding: 6rem;
}
.ds-m-6 {
  margin: 6rem;
}
.ds-mt-6 {
  margin-top: 6rem !important;
}
.ds-pt-6 {
  padding-top: 6rem !important;
}
.ds-mb-6 {
  margin-bottom: 6rem !important;
}
.ds-pb-6 {
  padding-bottom: 6rem !important;
}
.ds-ml-6 {
  margin-left: 6rem !important;
}
.ds-pl-6 {
  padding-left: 6rem !important;
}
.ds-mr-6 {
  margin-right: 6rem !important;
}
.ds-pr-6 {
  padding-right: 6rem !important;
}
.ds-p-7 {
  padding: 7rem;
}
.ds-m-7 {
  margin: 7rem;
}
.ds-mt-7 {
  margin-top: 7rem !important;
}
.ds-pt-7 {
  padding-top: 7rem !important;
}
.ds-mb-7 {
  margin-bottom: 7rem !important;
}
.ds-pb-7 {
  padding-bottom: 7rem !important;
}
.ds-ml-7 {
  margin-left: 7rem !important;
}
.ds-pl-7 {
  padding-left: 7rem !important;
}
.ds-mr-7 {
  margin-right: 7rem !important;
}
.ds-pr-7 {
  padding-right: 7rem !important;
}
.ds-p-8 {
  padding: 8rem;
}
.ds-m-8 {
  margin: 8rem;
}
.ds-mt-8 {
  margin-top: 8rem !important;
}
.ds-pt-8 {
  padding-top: 8rem !important;
}
.ds-mb-8 {
  margin-bottom: 8rem !important;
}
.ds-pb-8 {
  padding-bottom: 8rem !important;
}
.ds-ml-8 {
  margin-left: 8rem !important;
}
.ds-pl-8 {
  padding-left: 8rem !important;
}
.ds-mr-8 {
  margin-right: 8rem !important;
}
.ds-pr-8 {
  padding-right: 8rem !important;
}
.ds-p-9 {
  padding: 9rem;
}
.ds-m-9 {
  margin: 9rem;
}
.ds-mt-9 {
  margin-top: 9rem !important;
}
.ds-pt-9 {
  padding-top: 9rem !important;
}
.ds-mb-9 {
  margin-bottom: 9rem !important;
}
.ds-pb-9 {
  padding-bottom: 9rem !important;
}
.ds-ml-9 {
  margin-left: 9rem !important;
}
.ds-pl-9 {
  padding-left: 9rem !important;
}
.ds-mr-9 {
  margin-right: 9rem !important;
}
.ds-pr-9 {
  padding-right: 9rem !important;
}
.ds-p-10 {
  padding: 10rem;
}
.ds-m-10 {
  margin: 10rem;
}
.ds-mt-10 {
  margin-top: 10rem !important;
}
.ds-pt-10 {
  padding-top: 10rem !important;
}
.ds-mb-10 {
  margin-bottom: 10rem !important;
}
.ds-pb-10 {
  padding-bottom: 10rem !important;
}
.ds-ml-10 {
  margin-left: 10rem !important;
}
.ds-pl-10 {
  padding-left: 10rem !important;
}
.ds-mr-10 {
  margin-right: 10rem !important;
}
.ds-pr-10 {
  padding-right: 10rem !important;
}
.ds-p-0 {
  padding: 0 !important;
}
.ds-fs-8 {
  font-size: 8px;
}
.ds-fs-10 {
  font-size: 10px;
}
.ds-fs-12 {
  font-size: 12px;
}
.ds-fs-14 {
  font-size: 14px;
}
.ds-fs-16 {
  font-size: 16px;
}
.ds-fs-18 {
  font-size: 18px;
}
.ds-fs-20 {
  font-size: 20px;
}
.ds-fs-22 {
  font-size: 22px;
}
.ds-fs-24 {
  font-size: 24px;
}
.ds-fs-26 {
  font-size: 26px;
}
.ds-fs-28 {
  font-size: 28px;
}
.ds-fs-32 {
  font-size: 32px;
}
.ds-fs-36 {
  font-size: 36px;
}
.ds-fs-40 {
  font-size: 40px;
}
.ds-fs-48 {
  font-size: 48px;
}
.ds-fs-58 {
  font-size: 58px;
}
.ds-fs-64 {
  font-size: 64px;
}
.ds-fs-78 {
  font-size: 78px;
}
.ds-fs-80 {
  font-size: 80px;
}
.ds-fs-90 {
  font-size: 90px;
}
.ds-fs-130 {
  font-size: 130px;
}
.ds-flex-row {
  display: flex;
  flex-direction: row;
}
.ds-flex-column {
  display: flex;
  flex-direction: column;
}
.ds-al-start {
  align-items: flex-start;
}
.ds-al-end {
  align-items: flex-end;
}
.ds-al-center {
  align-items: center;
}
.ds-jc-start {
  justify-content: flex-start;
}
.ds-jc-end {
  justify-content: flex-end;
}
.ds-jc-center {
  justify-content: center;
}
.ds-jc-between {
  justify-content: space-between;
}
.ds-jc-evenly {
  justify-content: space-evenly;
}
.ds-jc-around {
  justify-content: space-around;
}
.ds-flex-wrap {
  flex-wrap: wrap;
}
.ds-flex-nowrap {
  flex-wrap: nowrap;
}
body {
  margin: 0;
  color: var(--text-color-primary);
}
.ds-cur-pointer {
  cursor: pointer;
}
.ds-t-left {
  text-align: left;
}
.ds-t-center {
  text-align: center !important;
}
.ds-t-right {
  text-align: right !important;
}
.ds-card {
  border-width: 2px;
  border-radius: 6px 6px 0px 0px;
}
.ds-d-none {
  display: none;
}
.ds-ff-primary-regular {
  font-family: var(--font-family-primary-regular);
}
.ds-ff-primary-bold {
  font-family: var(--font-family-primary-bold);
}
.ds-ff-secondary-regular {
  font-family: var(--font-family-secondary-regular);
}
.ds-ff-secondary-bold {
  font-family: var(--font-family-secondary-bold);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.ds-suite-page .p-bold,
.ds-landing-page .p-bold,
span,
.ds-suite-page .span-bold,
.ds-landing-page .span-bold,
.ds-landing-page .caption-bold {
  text-align: start;
}
pre {
  background: #0d1117;
  color: #e6edf3;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.9rem;
}
.ds-landing-page h1 {
  font-size: 42px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page h2 {
  font-size: 34px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page h3 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page h4 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page .h4-s {
  font-size: 28px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page .h4-m {
  font-size: 34px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page .h4-l {
  font-size: 42px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page .h4-xl {
  font-size: 56px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
}
.ds-landing-page p,
.ds-landing-page .p-bold {
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-landing-page .p-bold {
  font-family: var(--font-family-secondary-bold);
}
.ds-landing-page .p-m,
.ds-landing-page .p-m-bold {
  font-size: 20px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-landing-page .p-m-bold {
  font-family: var(--font-family-secondary-bold);
}
.ds-landing-page span,
.ds-landing-page .span-bold,
.ds-landing-page .caption-bold,
.ds-landing-page caption {
  font-size: 12px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-landing-page .span-bold,
.ds-landing-page .caption-bold {
  font-family: var(--font-family-secondary-bold);
}
@media (max-width: 767px) {
  .ds-landing-page h1 {
    font-size: 30px;
  }
  .ds-landing-page h2 {
    font-size: 26px;
  }
  .ds-landing-page h3 {
    font-size: 20px;
  }
  .ds-landing-page h4 {
    font-size: 18px;
  }
  .ds-landing-page .h4-s {
    font-size: 20px;
  }
  .ds-landing-page .h4-m {
    font-size: 24px;
  }
  .ds-landing-page .h4-l {
    font-size: 36px;
  }
  .ds-landing-page .h4-xl {
    font-size: 42px;
  }
}
p,
.ds-suite-page .p-bold,
.ds-landing-page .p-bold {
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin-bottom: 0;
}
.p-primary {
  font-size: 14px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
}
.p-secondary,
.ds-suite-page .p-secondary-bold {
  font-size: 12px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
}
h1 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
h2 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.h4-xs {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.h4-m {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.h4-l {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.h4-xl {
  font-size: 56px;
  letter-spacing: 0px;
  line-height: normal;
  font-family: var(--font-family-primary-bold);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .h4-xs {
    font-size: 12px;
  }
  .h4-m {
    font-size: 24px;
  }
  .h4-l {
    font-size: 30px;
  }
  .h4-xl {
    font-size: 42px;
  }
}
.ds-suite-page p,
.ds-suite-page .p-bold {
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-suite-page .p-bold {
  font-family: var(--font-family-secondary-bold);
  font-weight: 700;
}
.ds-suite-page .p-secondary,
.ds-suite-page .p-secondary-bold {
  font-size: 14px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-suite-page .p-secondary-bold {
  font-family: var(--font-family-secondary-bold);
  font-weight: 700;
}
.ds-suite-page span,
.ds-suite-page .span-bold,
.ds-suite-page .ds-landing-page .caption-bold,
.ds-landing-page .ds-suite-page .caption-bold {
  font-size: 12px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-secondary-regular);
}
.ds-suite-page .span-bold {
  font-family: var(--font-family-secondary-bold);
  font-weight: 700;
}
@media (max-width: 767px) {
  .ds-suite-page p,
  .ds-suite-page .p-bold {
    font-size: 14px !important;
  }
  .ds-suite-page .p-secondary,
  .ds-suite-page .p-secondary-bold {
    font-size: 12px !important;
  }
}
.cdk-overlay-container {
  z-index: 1050;
}
.overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.ds-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
}
.ds-table thead {
  border: 1px solid;
}
.ds-table thead th {
  border: 1px solid;
}
.ds-table tbody,
.ds-table tfoot {
  border: 1px solid;
}
.ds-table tbody td,
.ds-table tfoot td {
  border: 1px solid;
}
.fra-main-container {
  padding: 16px 24px;
  background: #ECF1F8;
  z-index: 60;
  position: relative;
  margin-left: 320px;
  min-height: 80vh !important;
}
@media only screen and (max-width: 767px) {
  .fra-main-container {
    z-index: 0;
    margin-left: 0;
    padding-top: 0px;
  }
}
.three-columns-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.three-columns-container .three-columns-item {
  border-right: 1px solid var(--neutral-grey-light);
  padding-right: 24px;
  border-top: none;
}
.three-columns-container .three-columns-item:nth-child(3) {
  border-right: none;
}
[dir=rtl] .three-columns-container .three-columns-item {
  border-left: 1px solid var(--neutral-grey-light);
  padding-right: 0px;
  padding-left: 24px;
  border-right: none;
}
[dir=rtl] .three-columns-container .three-columns-item:nth-child(3) {
  border-left: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .three-columns-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .three-columns-item {
    border-right: 1px solid var(--neutral-grey-light);
    padding-right: 24px;
    border-top: none;
  }
  .three-columns-item:nth-child(2) {
    border-right: none;
  }
  .three-columns-item:nth-child(3) {
    grid-column: 1/3;
    border-right: none;
    border-top: 1px solid var(--neutral-grey-light);
    padding-top: 24px;
  }
  [dir=rtl] .three-columns-item {
    border-left: 1px solid var(--neutral-grey-light);
    padding-left: 24px;
    border-top: none;
  }
  [dir=rtl] .three-columns-item:nth-child(2) {
    border-left: none;
  }
  [dir=rtl] .three-columns-item:nth-child(3) {
    grid-column: 1/3;
    border-left: none;
    border-top: 1px solid var(--neutral-grey-light);
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .three-columns-container {
    grid-template-columns: 1fr;
  }
  .three-columns-container .three-columns-item {
    border-right: none;
    padding-right: 0;
    border-top: 1px solid var(--neutral-grey-light);
    padding-top: 24px;
  }
  .three-columns-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  [dir=rtl] .three-columns-container {
    grid-template-columns: 1fr;
  }
  [dir=rtl] .three-columns-container .three-columns-item {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--neutral-grey-light);
    padding-top: 24px;
  }
  [dir=rtl] .three-columns-item:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.two-of-three-columns {
  display: flex;
  flex-direction: row;
}
.first-column {
  flex: 2;
  padding: 24px;
}
.second-column {
  flex: 1;
  padding: 24px;
  border-left: 1px solid var(--secondary-disabled);
}
[dir=rtl] .two-of-three-columns .second-column {
  border-left: none;
  border-right: 1px solid var(--secondary-disabled);
}
@media (max-width: 1023px) {
  .two-of-three-columns {
    flex-direction: column;
  }
  .first-column,
  .second-column {
    flex: none;
    width: 100%;
    padding: 24px;
    border-left: none;
    border-top: 1px solid var(--secondary-disabled);
  }
  .first-column {
    border-top: none;
  }
  [dir=rtl] .two-of-three-columns .second-column {
    border-right: none;
  }
}
.ds-card-control-panel-container {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: var(--neutral-white);
  width: 320px;
  height: 248px;
}
.ds-card-empty-control-panel-container {
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.ds-card-control-panel-graph-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  padding: 16px;
}
.ds-icon-no-spacing::before {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.ds-header-icon-right {
  color: #666a73 !important;
}
.cac-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ds-button-action {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .ds-button-action {
    margin-top: 40px;
    justify-content: flex-end;
  }
  .cac-container {
    align-items: flex-start;
    text-align: left;
  }
}
.cac-progress-container {
  display: flex;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.col-md-4.cac-line-step::before {
  content: "";
  background-color: #bcc4d4;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.col-md-4.cac-line-step::before .active {
  background-color: red;
}
.col-md-4.cac-line-step.active::before {
  content: "";
  background-color: #14bb43;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.cac-two {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.cac-two a {
  color: #0349fe;
}
.cac-two a:hover {
  text-decoration: underline;
}
.cac-progress {
  background-color: #14bb43;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.cac-circle {
  background-color: #ffffff;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #34383f;
  z-index: 0;
}
.cac-circle.active {
  border-color: #14bb43;
  background-color: #14bb43;
  color: #ffffff;
}
.cac-circle.disable {
  border-color: #bcc4d4;
  background-color: #ffffff;
  color: #bcc4d4;
}
.cac-steps-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .cac-mobile-d-none {
    display: none;
  }
  .cac-steps-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .cac-steps-mobile .cac-progress-container-mobile {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 100%;
    width: 75%;
    margin-bottom: 60px;
  }
  .cac-steps-mobile .cac-progress-container-mobile::before {
    content: "";
    background-color: #bcc4d4;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.4s ease-in;
  }
  .cac-steps-mobile .cac-progress-container-mobile .cac-text-mobile {
    position: absolute;
    bottom: -20px;
  }
  .cac-progress-container {
    display: none;
  }
  .cac-circle-mobile {
    background-color: #34383f;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #34383f;
    z-index: 0;
  }
  .cac-circle-mobile.active {
    border-color: #14bb43;
    background-color: #14bb43;
    color: #ffffff;
  }
  .cac-circle-mobile.disable {
    background-color: #bcc4d4;
    border-color: #bcc4d4;
    color: #ffffff;
  }
}
.cac-result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cac-result .cac-result-item {
  border-right: 1px solid #bcc4d4;
  text-align: center;
}
.cac-result .cac-result-item:last-child {
  border-right: none;
}
.cac-result .cac-card-devices-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.cac-result .cac-card-devices {
  background: #ecf1f8;
  width: 134px;
  border-radius: 8px;
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cac-result .cac-progress-bar {
  height: 24px !important;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .cac-result {
    flex-direction: column;
  }
  .cac-result .cac-result-item {
    border-right: none;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #bcc4d4;
  }
  .cac-result .cac-result-item:first-child {
    padding-top: 0px;
  }
  .cac-result .cac-result-item:last-child {
    border-bottom: none;
  }
}
.fss-result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.fss-result .fss-result-item {
  border-right: 1px solid #bcc4d4;
  text-align: center;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.fss-result .fss-result-item:last-child {
  border-right: none;
}
.fss-result .fss-card-devices-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.fss-result .fss-card-devices {
  background: #ecf1f8;
  width: 134px;
  border-radius: 8px;
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fss-result .fss-progress-bar {
  height: 24px !important;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .fss-result {
    flex-direction: column;
  }
  .fss-result .fss-result-item {
    width: 100%;
    max-width: 100%;
    border-right: none;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #bcc4d4;
  }
  .fss-result .fss-result-item:first-child {
    padding-top: 0px;
  }
  .fss-result .fss-result-item:last-child {
    border-bottom: none;
  }
}
.cac-waiting-container {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cac-waiting-container {
    text-align: left;
  }
}
.cac-main-content {
  background: #ecf1f8;
  border-radius: 8px;
  padding: 40px 24px;
  min-height: 444px;
}
.cac-main-content .cac-help-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cac-main-content .cac-help-container .cac-help-text-steps {
  width: 35%;
}
.cac-main-content .cac-help-container .cac-help-first-step {
  width: 60%;
  display: flex;
  height: 300px;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-sidebar {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #00183a;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-sidebar .cac-img-logo {
  margin: 7px 7px 35px 7px;
  width: 115px;
  height: 15px;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-sidebar .cac-item-menu {
  background: #004cab;
  color: #fff;
  padding: 8px 15px;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b8babe;
  width: 70%;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-content .cac-card {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
  background-color: #fff;
  padding: 12px 24px 12px 12px;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-content .cac-card .cac-card-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(190, 190, 190, 0.99);
  padding: 4px 8px;
  min-width: 187px;
}
.cac-main-content .cac-help-container .cac-help-first-step .cac-content .cac-card .cac-card-item.active {
  background: #d4e4ff;
  border: 1px solid #d4e4ff;
}
.cac-main-content .cac-help-container .cac-help-second-step {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.cac-main-content .cac-help-container .cac-help-second-step .cac-content {
  background: #b8babe;
  width: 100%;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
.cac-main-content .cac-help-container .cac-help-second-step .cac-acronis-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(190, 190, 190, 0.99);
  padding: 4px 8px;
  width: 187px;
  margin-top: 20px;
  margin-left: 9px;
}
.cac-main-content .cac-help-container .cac-help-second-step .acronis-phone {
  width: 250px;
  height: 115.45px;
}
.cac-main-content .cac-help-container .cac-help-third-step {
  width: 60%;
  display: flex;
  height: 300px;
}
.cac-main-content .cac-help-container .cac-help-third-step .cac-sidebar {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #00183a;
}
.cac-main-content .cac-help-container .cac-help-third-step .cac-sidebar .cac-img-logo {
  margin: 10px 9px;
  width: 79px;
  height: 17px;
}
.cac-main-content .cac-help-container .cac-help-third-step .cac-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  width: 70%;
}
.cac-main-content .cac-help-container .cac-help-third-step .cac-content .green-btn {
  width: auto !important;
}
.cac-main-content .cac-help-container .cac-help-fourth-step {
  width: 60%;
  display: flex;
  height: 300px;
}
.cac-main-content .cac-help-container .cac-help-fourth-step .cac-sidebar {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #00183a;
}
.cac-main-content .cac-help-container .cac-help-fourth-step .cac-sidebar .cac-img-logo {
  margin: 7px 7px 35px 7px;
  width: 115px;
  height: 15px;
}
.cac-main-content .cac-help-container .cac-help-fourth-step .cac-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #b8babe;
  width: 70%;
}
.cac-main-content .cac-help-container .cac-help-fourth-step .cac-content .cac-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  height: 164px;
  width: 217px;
  padding: 12px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step {
  width: 60%;
  display: flex;
  flex-direction: column;
  height: 300px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-sidebar {
  width: 33%;
  display: flex;
  flex-direction: column;
  background-color: #00183a;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-sidebar .cac-item-menu {
  background: #004cab;
  color: #fff;
  padding: 8px 6px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-sidebar .cac-img-logo {
  margin: 7px 7px 35px 7px;
  width: 115px;
  height: 15px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #b8babe;
  width: 67%;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-content .cac-card {
  display: flex;
  background-color: #fff;
  padding: 12px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-content .cac-card.first {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 28px;
  width: 228px;
  height: 87px;
}
.cac-main-content .cac-help-container .cac-help-fifth-step .cac-content .cac-card.second {
  display: flex;
  flex-direction: column;
  width: 255px;
  height: 153px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step {
  width: 60%;
  display: flex;
  height: 320px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-sidebar {
  width: 33%;
  display: flex;
  flex-direction: column;
  background-color: #00183a;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-sidebar .cac-img-logo {
  margin: 7px 7px 35px 7px;
  width: 115px;
  height: 15px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-sidebar .cac-item-menu {
  background: #004cab;
  color: #fff;
  padding: 8px 6px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  background: #b8babe;
  width: 67%;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-content .cac-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  width: 255px;
  padding: 12px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-content .fake-select {
  margin-left: 0px;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}
.cac-main-content .cac-help-container .cac-help-sixth-step .cac-content .fake-list {
  margin-left: 0px;
}
.cac-main-content .cac-help-container .cac-help-seventh-step {
  width: 60%;
  display: flex;
  height: 300px;
}
.cac-main-content .cac-help-container .cac-help-seventh-step .cac-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #49494a;
  width: 100%;
}
.cac-main-content .cac-help-container .cac-help-seventh-step .cac-content .cac-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 222px;
  height: 217px;
  padding: 24px;
}
@media only screen and (max-width: 900px) {
  .cac-main-content .cac-help-container .cac-help-text-steps {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-first-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-second-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-third-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-fourth-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-fifth-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-sixth-step {
    width: 100%;
  }
  .cac-main-content .cac-help-container .cac-help-seventh-step {
    width: 100%;
  }
}
.ds-op-ns-container {
  display: grid;
  grid-template-columns: 1fr 5fr 2fr;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 24px;
}
.ds-op-ns-icon-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.icon {
  font-size: 80px;
  max-height: 80px;
  max-width: 80px;
}
.ds-op-ns-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.ds-op-ns-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.ds-op-ns-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.ds-op-ns-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.ds-op-ns-element-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.ds-op-ns-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ds-op-ns-button {
  width: auto;
}
@media screen and (max-width: 968px) {
  .ds-op-ns-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .ds-op-ns-icon-container {
    display: none;
  }
  .ds-op-ns-button-container {
    width: 100%;
    justify-content: center;
  }
  .ds-op-ns-button {
    width: 100%;
  }
}
.web-only {
  display: block;
}
.mobile-only {
  display: none;
}
.center-left {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .center-left {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .web-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
body {
  height: 100% !important;
}
.activation-container {
  overflow-x: hidden;
}
.skel-responsive {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.skel-responsive .sidebar {
  margin: 0;
}
.fss--activation-lines {
  width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .skel-responsive {
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
    gap: 20px;
    width: 100%;
    padding: 24px;
  }
  .sidebar {
    padding: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .steps-card {
    max-width: 100% !important;
  }
}
:root {
  --half-title-height: 15px;
}
.modal .modal-dialog .modal-content {
  width: auto;
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content {
    max-width: 80% !important;
  }
}
.identity-card.compact-2 {
  height: 127px !important;
}
.breach-body {
  min-height: 400px;
}
@media only screen and (max-width: 850px) {
  .identity-card {
    margin-right: 0px !important;
    max-width: none !important;
  }
}
.small-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.card-user-info {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
}
.user-name {
  font-weight: bold;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    var(--font-family-secondary-regular),
    "Helvetica Neue",
    sans-serif;
}
.m-bold {
  font-family: var(--font-family-primary-bold) !important;
}
.r-regular {
  font-family: var(--font-family-secondary-regular);
}
.r-bold {
  font-family: var(--font-family-secondary-bold);
}
.l-height-24 {
  line-height: 24px;
}
.l-height-19 {
  line-height: 19px;
}
.l-height-16 {
  line-height: 16px;
}
.l-height-14 {
  line-height: 14px;
}
.c-secondary {
  color: #666a73;
}
.c-neutral {
  color: #34383f !important;
}
.fs-12 {
  font-size: 14px;
}
input.ng-invalid.ng-touched:not(.ds-no-take-error):not(input[type=checkbox]):not(input[type=radio]) {
  background-image: url(https://devstatic.app.onlineassist.me/suite/img/exclamation-circle.png);
  background-size: auto;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
input[type=password].ng-invalid.ng-touched {
  background-image: url(https://devstatic.app.onlineassist.me/suite/img/exclamation-circle.png);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1rem) !important;
  background-size: calc(0.75em + 0.575rem) calc(0.75em + 0.575rem);
}
input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border-color: #dc3545;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.break-word {
  word-wrap: break-word;
}
.dashboardservices {
  background: none !important;
}
.minw-170 {
  min-width: 170px;
}
.default-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
}
.center-flex-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mr-12p {
  margin-right: 12px;
}
.mb-10p {
  margin-bottom: 10px;
}
#small-img {
  display: none;
}
#resume-wizard {
  display: none;
}
#activation {
  display: none;
}
.notif-container {
  padding: 0px 10px;
}
.none-notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.regular {
  font-family: var(--font-family-secondary-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 1rem;
  color: #666a73;
  margin-top: 1rem;
}
.delete-notification {
  display: none;
}
#header {
  padding-top: 4rem !important;
}
.form-error {
  margin-top: 4px;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  color: #eb1919;
}
@media (max-width: 767px) {
  .delete-notification {
    display: block;
  }
  #header {
    padding-top: 112px !important;
  }
}
.alerta .alerta-icon [class*=icon-] {
  border: none !important;
}
@media (max-width: 767px) {
  .alerta .alerta-icon {
    display: block !important;
  }
  #small-img {
    width: 50px;
    height: 50px;
    background-color: #bcc4d4;
    border-radius: 50%;
    margin-right: 11px;
    display: block;
  }
}
@media (max-width: 767px) {
  #activation {
    padding: 12px 20px;
    border: 1px solid #36b3ed;
    background: #36b3ed;
    color: #ffffff;
    display: block;
    display: flex;
    align-items: center;
    margin-left: 5.5rem;
  }
}
@media (max-width: 767px) {
  #checkProfile {
    display: none;
  }
}
.data-date {
  font-size: 12px;
  font-family: var(--font-family-secondary-regular);
  font-weight: 400;
  line-height: 14.06px;
  color: #666a73;
}
.data-date span,
.data-date .ds-landing-page .span-bold,
.ds-landing-page .data-date .span-bold,
.data-date .ds-landing-page .caption-bold,
.ds-landing-page .data-date .caption-bold,
.data-date .ds-suite-page .span-bold,
.ds-suite-page .data-date .span-bold {
  margin-right: 7px;
}
.userName {
  font-family: var(--font-family-primary-bold);
  color: #242b59;
  font-size: 36px;
  line-height: 43.88px;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .data-date {
    font-size: 11px;
    line-height: 16px;
    color: #bcc4d4;
  }
}
@media (max-width: 767px) {
  .userName {
    font-family: var(--font-family-primary-bold);
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
}
.max-h-tab {
  max-height: 70vh;
  overflow-y: auto;
}
.section--icon {
  width: 30%;
}
.section--text {
  width: 70%;
}
.break-word {
  word-break: break-word;
}
@media (max-width: 767px) {
  .link-content {
    display: flex;
    flex-direction: column;
  }
  .section--icon {
    width: 40%;
  }
  .section--text {
    width: 60%;
  }
}
@media (max-width: 485px) {
  .link-content {
    display: flex;
    flex-direction: column;
  }
  .section--icon {
    width: 50%;
  }
  .section--icon span,
  .section--icon .ds-landing-page .span-bold,
  .ds-landing-page .section--icon .span-bold,
  .section--icon .ds-landing-page .caption-bold,
  .ds-landing-page .section--icon .caption-bold,
  .section--icon .ds-suite-page .span-bold,
  .ds-suite-page .section--icon .span-bold {
    display: block !important;
    margin-top: 6px;
  }
  .section--text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .modalcustom.modal .modal-dialog {
    max-width: 366px !important;
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
  }
  .modalcustom.modal .modal-dialog .modal-content {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 366px !important;
  }
}
.modalcustom.modal .modal-dialog {
  top: 8% !important;
  max-width: 482px !important;
  max-height: 530px !important;
  height: 100% !important;
  min-height: 100% !important;
}
.modalcustom.modal .modal-dialog .modal-content {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 482px;
}
.ds-btn-link {
  padding: 12px 16px;
  color: #666a73;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.ds-btn-link:hover {
  text-decoration: underline;
  color: var(--accent);
}
:root {
  --btn-primary-border-radius: 8px;
  --btn-primary-text-transform: uppercase;
  --btn-primary-padding: 12px 16px;
  --btn-primary-line-height: 16.41px;
  --btn-primary-background-color: var(--primary);
  --btn-primary-color: #fff;
  --btn-primary-border-color: none;
  --btn-primary-border-width: 0;
  --btn-primary-border-style: none;
  --btn-primary-opacity: 1;
  --btn-primary-hover-border-radius: 8px;
  --btn-primary-hover-text-transform: uppercase;
  --btn-primary-hover-padding: 12px 16px;
  --btn-primary-hover-line-height: 16.41px;
  --btn-primary-hover-background-color: var(--primary-hover);
  --btn-primary-hover-color: #fff;
  --btn-primary-hover-border-color: none;
  --btn-primary-hover-border-width: 0;
  --btn-primary-hover-border-style: none;
  --btn-primary-hover-opacity: 1;
  --btn-primary-disabled-border-radius: 8px;
  --btn-primary-disabled-text-transform: uppercase;
  --btn-primary-disabled-padding: 12px 16px;
  --btn-primary-disabled-line-height: 16.41px;
  --btn-primary-disabled-background-color: var(--primary-disabled);
  --btn-primary-disabled-color: #fff;
  --btn-primary-disabled-border-color: none;
  --btn-primary-disabled-border-width: 0;
  --btn-primary-disabled-border-style: none;
  --btn-primary-disabled-opacity: 0.3;
  --btn-primary-focus-border-radius: 8px;
  --btn-primary-focus-text-transform: uppercase;
  --btn-primary-focus-padding: 12px 16px;
  --btn-primary-focus-line-height: 16.41px;
  --btn-primary-focus-background-color: var(--primary);
  --btn-primary-focus-color: #fff;
  --btn-primary-focus-border-color: var(--accent);
  --btn-primary-focus-border-width: 2px;
  --btn-primary-focus-border-style: solid;
  --btn-primary-focus-opacity: 1;
  --btn-secondary-border-radius: 8px;
  --btn-secondary-text-transform: uppercase;
  --btn-secondary-padding: 12px 16px;
  --btn-secondary-line-height: 16.41px;
  --btn-secondary-background-color: transparent;
  --btn-secondary-color: var(--secondary);
  --btn-secondary-border-color: var(--secondary);
  --btn-secondary-border-width: 2px;
  --btn-secondary-border-style: solid;
  --btn-secondary-opacity: 1;
  --btn-secondary-hover-border-radius: 8px;
  --btn-secondary-hover-text-transform: uppercase;
  --btn-secondary-hover-padding: 12px 16px;
  --btn-secondary-hover-line-height: 16.41px;
  --btn-secondary-hover-background-color: var(--secondary);
  --btn-secondary-hover-color: #fff;
  --btn-secondary-hover-border-color: var(--secondary);
  --btn-secondary-hover-border-width: 2px;
  --btn-secondary-hover-border-style: solid;
  --btn-secondary-hover-opacity: 1;
  --btn-secondary-disabled-border-radius: 8px;
  --btn-secondary-disabled-text-transform: uppercase;
  --btn-secondary-disabled-padding: 12px 16px;
  --btn-secondary-disabled-line-height: 16.41px;
  --btn-secondary-disabled-background-color: transparent;
  --btn-secondary-disabled-color: var(--secondary);
  --btn-secondary-disabled-border-color: var(--secondary);
  --btn-secondary-disabled-border-width: 2px;
  --btn-secondary-disabled-border-style: solid;
  --btn-secondary-disabled-opacity: 0.3;
  --btn-secondary-focus-border-radius: 8px;
  --btn-secondary-focus-text-transform: uppercase;
  --btn-secondary-focus-padding: 12px 16px;
  --btn-secondary-focus-line-height: 16.41px;
  --btn-secondary-focus-background-color: transparent;
  --btn-secondary-focus-color: var(--secondary);
  --btn-secondary-focus-border-color: var(--secondary);
  --btn-secondary-focus-border-width: 2px;
  --btn-secondary-focus-border-style: solid;
  --btn-secondary-focus-opacity: 1;
}
.fra-btn-primary {
  border-radius: var(--btn-primary-border-radius, 8px) !important;
  text-transform: var(--btn-primary-text-transform);
  padding: var(--btn-primary-padding) !important;
  line-height: var(--btn-primary-line-height);
  width: 100%;
  background-color: var(--btn-primary-background-color);
  color: var(--btn-primary-color);
  border-color: var(--btn-primary-border-color);
  border-width: var(--btn-primary-border-width);
  border-style: var(--btn-primary-border-style);
  opacity: var(--btn-primary-opacity);
  font-size: var(--btn-font-size, 14px) !important;
  cursor: pointer;
  font-family: var(--button-font-family);
  outline: none;
}
.fra-btn-primary:hover {
  border-radius: var(--btn-primary-hover-border-radius);
  text-transform: var(--btn-primary-hover-text-transform);
  padding: var(--btn-primary-hover-padding);
  line-height: var(--btn-primary-hover-line-height);
  background-color: var(--btn-primary-hover-background-color);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-border-color);
  border-width: var(--btn-primary-hover-border-width);
  border-style: var(--btn-primary-hover-border-style);
  opacity: var(--btn-primary-hover-opacity);
}
.fra-btn-primary:disabled {
  cursor: auto;
  border-radius: var(--btn-primary-disabled-border-radius);
  text-transform: var(--btn-primary-disabled-text-transform);
  padding: var(--btn-primary-disabled-padding);
  line-height: var(--btn-primary-disabled-line-height);
  background-color: var(--btn-primary-disabled-background-color);
  color: var(--btn-primary-disabled-color);
  border-color: var(--btn-primary-disabled-border-color);
  border-width: var(--btn-primary-disabled-border-width);
  border-style: var(--btn-primary-disabled-border-style);
  opacity: var(--btn-primary-disabled-opacity);
}
.fra-btn-primary:focus {
  border-radius: var(--btn-primary-hover-border-radius) !important;
  text-transform: var(--btn-primary-hover-text-transform);
  padding: var(--btn-primary-hover-padding);
  line-height: var(--btn-primary-hover-line-height);
  background-color: var(--btn-primary-hover-background-color);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-border-color);
  border-width: var(--btn-primary-hover-border-width);
  border-style: var(--btn-primary-hover-border-style);
  opacity: var(--btn-primary-hover-opacity);
}
.fra-btn-primary:focus-visible {
  border-radius: var(--btn-primary-focus-border-radius) !important;
  text-transform: var(--btn-primary-focus-text-transform);
  padding: var(--btn-primary-focus-padding);
  line-height: var(--btn-primary-focus-line-height);
  background-color: var(--btn-primary-focus-background-color);
  color: var(--btn-primary-focus-color);
  border-color: var(--btn-primary-focus-border-color);
  border-width: var(--btn-primary-focus-border-width);
  border-style: var(--btn-primary-focus-border-style);
  opacity: var(--btn-primary-focus-opacity);
  outline: var(--btn-primary-focus-border-color) auto 1px !important;
}
.fra-btn-primary i.fra-spin-dot-item {
  background-color: var(--white);
}
.fra-btn-primary:hover .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-primary:focus .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-primary:focus-visible .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-secondary {
  border-radius: var(--btn-secondary-border-radius) !important;
  text-transform: var(--btn-secondary-text-transform);
  padding: var(--btn-secondary-padding);
  line-height: var(--btn-secondary-line-height);
  width: 100% !important;
  background-color: var(--btn-secondary-background-color);
  color: var(--btn-secondary-color);
  border-color: var(--btn-secondary-border-color);
  border-width: var(--btn-secondary-border-width);
  border-style: var(--btn-secondary-border-style);
  opacity: var(--btn-secondary-opacity);
  font-size: var(--btn-font-size, 14px) !important;
  cursor: pointer;
  font-family: var(--button-font-family);
  outline: none;
}
.fra-btn-secondary:hover {
  border-radius: var(--btn-secondary-hover-border-radius) !important;
  text-transform: var(--btn-secondary-hover-text-transform);
  padding: var(--btn-secondary-hover-padding);
  line-height: var(--btn-secondary-hover-line-height);
  background-color: var(--btn-secondary-hover-background-color);
  color: var(--btn-secondary-hover-color);
  border-color: var(--btn-secondary-hover-border-color);
  border-width: var(--btn-secondary-hover-border-width);
  border-style: var(--btn-secondary-hover-border-style);
  opacity: var(--btn-secondary-hover-opacity);
}
.fra-btn-secondary:disabled {
  border-radius: var(--btn-secondary-disabled-border-radius) !important;
  text-transform: var(--btn-secondary-disabled-text-transform);
  padding: var(--btn-secondary-disabled-padding);
  line-height: var(--btn-secondary-disabled-line-height);
  background-color: var(--btn-secondary-disabled-background-color);
  color: var(--btn-secondary-disabled-color);
  border-color: var(--btn-secondary-disabled-border-color);
  border-width: var(--btn-secondary-disabled-border-width);
  border-style: var(--btn-secondary-disabled-border-style);
  opacity: var(--btn-secondary-disabled-opacity);
}
.fra-btn-secondary:focus {
  border-radius: var(--btn-secondary-hover-border-radius) !important;
  text-transform: var(--btn-secondary-hover-text-transform);
  padding: var(--btn-secondary-hover-padding);
  line-height: var(--btn-secondary-hover-line-height);
  background-color: var(--btn-secondary-hover-background-color);
  color: var(--btn-secondary-hover-color);
  border-color: var(--btn-secondary-hover-border-color);
  border-width: var(--btn-secondary-hover-border-width);
  border-style: var(--btn-secondary-hover-border-style);
  opacity: var(--btn-secondary-hover-opacity);
}
.fra-btn-secondary:focus-visible {
  border-radius: var(--btn-secondary-focus-border-radius) !important;
  text-transform: var(--btn-secondary-focus-text-transform);
  padding: var(--btn-secondary-focus-padding);
  line-height: var(--btn-secondary-focus-line-height);
  background-color: var(--btn-secondary-focus-background-color) !important;
  color: var(--btn-secondary-focus-color);
  border-color: var(--btn-secondary-focus-border-color);
  border-width: var(--btn-secondary-focus-border-width);
  border-style: var(--btn-secondary-focus-border-style);
  opacity: var(--btn-secondary-focus-opacity);
  outline: var(--btn-secondary-focus-border-color) auto 1px !important;
}
.fra-btn-secondary i.fra-spin-dot-item {
  background-color: var(--btn-secondary-color);
}
.fra-btn-secondary:hover .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-secondary:focus .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-secondary:focus-visible .fra-spin-dot-item {
  background-color: var(--white) !important;
}
.fra-btn-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: inherit;
}
.fra-btn-text-container-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: inherit;
}
.fra-btn-text-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
}
.fra-btn-icon {
  font-size: 16px;
}
.fra-btn-icon-download {
  font-size: 30px;
}
.fra-btn-text-label {
  margin: 0;
  padding: 0;
  color: inherit;
}
.fra-btn-text-label:hover {
  color: inherit;
  cursor: pointer;
}
.fra-btn-text-label:disabled {
  color: inherit;
}
.fra-btn-text-label:focus {
  color: inherit;
}
.fra-btn-text-label-download {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 24px;
  font-family: var(--font-family-secondary-bold);
  font-weight: 700;
  text-transform: capitalize;
}
.fra-btn-text-label-download:hover {
  color: inherit;
}
.fra-btn-text-label-download:disabled {
  color: inherit;
}
.fra-btn-text-label-download:focus {
  color: inherit;
}
.fra-btn-subtext {
  margin: 0;
  padding: 0;
  color: inherit;
  display: inline-block;
  text-transform: lowercase !important;
  font-size: 12px;
  font-family: var(--font-family-secondary-regular);
  font-weight: 500;
}
.fra-btn-subtext:first-letter {
  text-transform: uppercase !important;
}
.fra-btn-subtext:hover {
  color: inherit;
}
.fra-btn-subtext:disabled {
  color: inherit;
}
.fra-btn-subtext:focus {
  color: inherit;
}
.fra-btn-download {
  width: auto;
  cursor: pointer;
  padding: 8px 8px !important;
}
.ds-btn-circle-secondary {
  background: transparent;
  color: #8b8f98 !important;
  border-color: #8b8f98;
  border: 2px solid #8b8f98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}
.fra-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
}
.fra-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  border-bottom: 2px solid #ecf1f8;
}
.fra-card-header .fra-card-header-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #34383f;
  padding-left: 16px;
}
.fra-card-header .fra-card-header-icon {
  font-size: 24px;
  cursor: pointer;
}
.fra-card-header .fra-card-header-icon-service {
  display: none;
}
.fra-card-header .fra-card-header-icon-info {
  display: flex !important;
  color: #666a73;
  padding: 16px;
}
.fra-card-header .fra-card-header-icon-info:hover {
  color: #34383f;
}
.fra-card-content-components {
  padding: 24px;
}
.fra-card-content-components[class^=icon-]:before,
[class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
fra-activation-card [class^=icon-]:before,
fra-activation-card [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.header-mobile-beteewn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.modal-activation-item .description > p,
.modal-activation-item .ds-landing-page .description > .p-bold,
.ds-landing-page .modal-activation-item .description > .p-bold,
.modal-activation-item .ds-suite-page .description > .p-bold,
.ds-suite-page .modal-activation-item .description > .p-bold {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .header-mobile-beteewn {
    justify-content: space-between;
  }
}
@media screen and (width <= 1100px) {
  .fra-card-header-icon-service {
    display: flex !important;
    color: #34383f;
    padding: 16px 12px 16px 0px;
  }
}
.ccr-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.ccr-container .crr-title {
  font-family: "MontserratBold";
  font-size: 24px;
  line-height: normal;
  color: #34383f;
  text-align: center;
  margin-bottom: 20px;
}
.ccr-container .ccr-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.ccr-container .ccr-content .crr-content-item {
  display: flex;
  gap: 12px;
  max-width: 300px;
}
@media screen and (max-width: 1200px) {
  .ccr-container .crr-title {
    margin-bottom: 12px;
    text-align: left;
  }
  .ccr-container .ccr-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .ccr-container .ccr-content .crr-content-item {
    display: flex;
    gap: 12px;
    max-width: 100%;
  }
}
.ccr-survey-success-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  width: 100%;
}
.ccr-survey-success-content .ccr-survey-success-first-block {
  text-align: center;
  border-bottom: 1px solid #ecf1f8;
  margin-bottom: 24px;
}
.ccr-survey-success-content .ccr-survey-success-second-block {
  text-align: left !important;
}
.ccr-survey-success-summary {
  display: flex;
  flex-direction: column;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers span,
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .ds-landing-page .span-bold,
.ds-landing-page .ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .span-bold,
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .ds-landing-page .caption-bold,
.ds-landing-page .ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .caption-bold,
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .ds-suite-page .span-bold,
.ds-suite-page .ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .span-bold {
  margin-bottom: 10px;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .ccr-progress {
  height: 9px;
  width: 100%;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  border-radius: 8px;
  border: 1px solid #ffc507;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers .ccr-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffc507;
  transition: width 0.6s ease;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-top: 30px;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers span,
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .ds-landing-page .span-bold,
.ds-landing-page .ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .span-bold,
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .ds-landing-page .caption-bold,
.ds-landing-page .ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .caption-bold,
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .ds-suite-page .span-bold,
.ds-suite-page .ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .span-bold {
  margin-top: 8px;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .ccr-progress {
  height: 9px;
  width: 100%;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  border-radius: 8px;
  border: 1px solid #ffc507;
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers .ccr-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffc507;
  transition: width 0.6s ease;
}
@media screen and (max-width: 576px) {
  .ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-numbers {
    width: 100%;
  }
}
.ccr-survey-success-summary .ccr-survey-success-general-scores2 .ccr-survey-success-general-scores-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-top: 30px;
}
.ccr-survey-success-summary .ccr-survey-success-area-scores-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ccr-survey-success-summary .ccr-survey-success-area-scores {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ccr-survey-success-summary .ccr-survey-success-area-scores .ccr-survey-success-area-scores-numbers {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.ccr-survey-success-summary .ccr-survey-success-area-scores .ccr-survey-success-area-scores-text {
  width: 40%;
}
.ccr-survey-success-area-scores-panel-enterprise {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.ccr-survey-success-area-scores-panel-enterprise .ccr-survey-success-area-scores-numbers {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.ccr-survey-success-area-scores-panel-enterprise .ccr-survey-success-area-scores-text {
  width: 20%;
}
.ccr-survey-success-area-scores-panel-enterprise .ds-info-progress {
  padding: 2px 8px;
}
.survey-question-height {
  min-height: 550px;
}
.ccr-survey-chart {
  padding: 24px 24px 24px 40px;
  display: flex;
  flex-direction: column;
}
.ccr-survey-chart .cr-survey-chart-buttons {
  display: flex;
  gap: 12px;
  margin-left: 40px;
}
.ccr-survey-chart .cr-survey-chart-buttons button:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.ccr-survey-chart .cr-survey-chart-buttons svg {
  margin-right: 10px !important;
}
.ccr-survey-chart .cr-survey-chart-buttons .active-button {
  opacity: 0.5;
  background-color: inherit !important;
}
.ccr-survey-recomendations {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.ccr-survey-recomendations .survey-arrow-icon {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  cursor: pointer;
}
.ccr-survey-recomendations .survey-arrow-icon.open {
  transform: rotate(180deg);
  display: flex;
  align-items: flex-end;
}
.ccr-survey-recomendations .survey-recomendation-header:first-child {
  border-radius: 8px 8px 0px 0px;
}
.ccr-survey-recomendations .survey-recomendation-header:nth-child(5) {
  border-radius: 0px 0px 8px 8px;
}
.ccr-survey-recomendations .survey-recomendation-header {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ccr-survey-recomendations .survey-recomendation-header.light-orange {
  background: #ffe4c4;
}
.ccr-survey-recomendations .survey-recomendation-header.light-info {
  background: #d3dffe;
}
.ccr-survey-recomendations .survey-recomendation-header.light-pink {
  background: #fed9ff;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container .survey-tag {
  border-radius: 19px;
  background: #fff;
  padding: 4px 24px;
  margin-right: 40px;
  min-width: 122px;
  width: 122px;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container .survey-tag .survey-tag-text {
  font-family: "RobotoBold";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container .survey-tag .survey-tag-text.danger {
  color: #eb1919;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container .survey-tag .survey-tag-text.warning {
  color: #ffc507;
}
.ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container .survey-tag .survey-tag-text.success {
  color: #14bd44;
}
.ccr-survey-recomendations .survey-recomendation-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-body-text {
  display: flex;
  flex-direction: row;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-answer:nth-child(2) {
  border-radius: 8px 8px 0px 0px;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-answer {
  background: #ecf1f8;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  cursor: pointer;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-answer-detail:first-child {
  border-radius: 0px 0px 8px 8px;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-answer-detail:last-child {
  border-radius: 0px 0px 8px 8px;
}
.ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-answer-detail {
  background: #ecf1f8;
  padding: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
@media screen and (max-width: 576px) {
  .ccr-survey-recomendations .survey-recomendation-header .ds-survey-tag-container {
    justify-content: space-between;
  }
  .ccr-survey-recomendations .survey-recomendation-body .survey-recomendation-body-text {
    flex-direction: column;
  }
}
.ds-info-progress {
  width: 100%;
  display: flex;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 16px;
}
.ds-info-progress .ds-info-progress-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ds-info-progress .ds-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.ds-info-progress.light-orange {
  border: 2px solid #ffe4c4;
}
.ds-info-progress.light-orange .ds-info-progress-bg {
  background: #ffe4c4;
}
.ds-info-progress.light-info {
  border: 2px solid #d3dffe;
}
.ds-info-progress.light-info .ds-info-progress-bg {
  background: #d3dffe;
}
.ds-info-progress.light-pink {
  border: 2px solid #fed9ff;
}
.ds-info-progress.light-pink .ds-info-progress-bg {
  background: #fed9ff;
}
.ccr-survey-progress {
  height: 9px;
  width: 100%;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  border-radius: 8px;
  border: 1px solid #d3dffe;
  background-color: #d3dffe;
}
.ccr-survey-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0349fe;
  transition: width 0.6s ease;
}
.ccr-survey-header-question {
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  padding: 12px 16px;
  display: flex;
  margin-bottom: 16px;
}
.ccr-survey-help-container {
  position: relative;
  margin: 0 auto;
}
.ccr-survey-help {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 16px 0px #bcc4d4;
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 232px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: wiggle 2s linear;
  z-index: 999;
}
@media only screen and (max-width: 576px) {
  .ccr-survey-help {
    animation: none;
  }
  .survey-question-height {
    min-height: auto;
  }
  .ccr-survey-help-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.ccr-button-w200p {
  width: 200px;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@media only screen and (max-width: 1100px) {
  .ccr-survey-chart {
    padding: 24px;
  }
  .ccr-survey-chart .cr-survey-chart-buttons {
    margin-left: 0px;
  }
  .ccr-survey-chart .cr-survey-chart-buttons button {
    display: flex;
    justify-content: center;
  }
  .ccr-survey-chart .cr-survey-chart-buttons svg {
    margin-right: 0 !important;
  }
  .ccr-survey-chart .cr-survey-chart-buttons button span,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-landing-page .span-bold,
  .ds-landing-page .ccr-survey-chart .cr-survey-chart-buttons button .span-bold,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-landing-page .caption-bold,
  .ds-landing-page .ccr-survey-chart .cr-survey-chart-buttons button .caption-bold,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-suite-page .span-bold,
  .ds-suite-page .ccr-survey-chart .cr-survey-chart-buttons button .span-bold {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .ccr-survey-success-content .ccr-survey-success-first-block {
    text-align: left;
  }
  .ccr-survey-success-content .ccr-survey-success-summary .ccr-survey-success-area-scores {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .ccr-survey-success-content .ccr-survey-success-summary .ccr-survey-success-area-scores .ccr-survey-success-area-scores-numbers {
    width: 100%;
  }
  .ccr-survey-success-content .ccr-survey-success-summary .ccr-survey-success-area-scores .ccr-survey-success-area-scores-text {
    width: 100%;
    text-align: left;
  }
  .ccr-survey-success-summary .ccr-survey-success-general-scores {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
  }
  .ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-numbers {
    width: 100%;
  }
  .ccr-survey-success-summary .ccr-survey-success-general-scores .ccr-survey-success-general-scores-text {
    width: 100%;
    margin-top: 10px;
    justify-content: flex-start;
  }
  .ccr-survey-chart {
    padding: 24px;
  }
  .ccr-survey-chart .cr-survey-chart-buttons {
    margin-left: 0px;
  }
  .ccr-survey-chart .cr-survey-chart-buttons button {
    display: flex;
    justify-content: center;
  }
  .ccr-survey-chart .cr-survey-chart-buttons svg {
    margin-right: 0 !important;
  }
  .ccr-survey-chart .cr-survey-chart-buttons button span,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-landing-page .span-bold,
  .ds-landing-page .ccr-survey-chart .cr-survey-chart-buttons button .span-bold,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-landing-page .caption-bold,
  .ds-landing-page .ccr-survey-chart .cr-survey-chart-buttons button .caption-bold,
  .ccr-survey-chart .cr-survey-chart-buttons button .ds-suite-page .span-bold,
  .ds-suite-page .ccr-survey-chart .cr-survey-chart-buttons button .span-bold {
    display: none;
  }
}
.show-mobile {
  display: block;
}
@media screen and (max-width: 576px) {
  .show-mobile {
    display: none;
  }
  .ccr-survey-help {
    position: absolute;
    right: 0;
    left: auto;
    top: 105px;
    height: fit-content;
  }
}
.ds-modal-slider {
  width: 624px !important;
  height: auto !important;
  overflow-y: hidden !important;
}
.ds-modal-supportcenter-container {
  overflow-x: hidden !important;
}
.ds-modal-container {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin: 24px;
  overflow: auto;
  z-index: 9999 !important;
  box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 9px 5px rgba(0, 0, 0, 0.1);
}
.ds-modal-container.ds-modal-xs {
  width: 350px !important;
}
.ds-modal-container.ds-modal-2xs {
  width: 400px !important;
}
.ds-modal-container.ds-modal-sm {
  width: 530px !important;
}
.ds-modal-container.ds-modal-sm-450 {
  width: 450px !important;
}
a .ds-modal-container.ds-modal-frac-md {
  width: 664px !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.ds-modal-container.ds-modal-sm-call {
  width: 407px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 32px !important;
}
.ds-modal-container.ds-modal-md {
  width: 700px !important;
}
.ds-modal-container.ds-modal-lg {
  width: 861px !important;
}
.ds-modal-container.ds-modal-xl {
  width: 1189px !important;
}
.ds-modal-container.ds-modal-height {
  height: 700px !important;
}
.ds-modal-container.ds-modal-min-height {
  min-height: 700px !important;
}
.ds-modal-container.modal-100 {
  width: 100% !important;
}
.ds-modal-container .ds-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-modal-container .ds-modal-header .ds-modal-title {
  max-width: 95%;
}
.ds-modal-container .ds-modal-header .icon-close {
  cursor: pointer;
  color: #666a73;
}
@media (max-width: 600px) {
  .ds-modal-container.ds-modal-frac-md {
    max-height: 95vh !important;
  }
  .ds-modal-container.ds-modal-xs {
    width: 350px !important;
  }
  .ds-modal-container.ds-modal-sm {
    width: 530px !important;
  }
  .ds-modal-container.ds-modal-lg {
    width: 861px !important;
  }
  .ds-modal-container.ds-modal-xl {
    width: 1189px !important;
  }
  .ds-modal-container.ds-modal-100 {
    width: 100% !important;
  }
  .ds-modal-container.ds-modal-slider {
    height: auto !important;
  }
}
:root {
  --sigma-primary-color-for-header: var(--primary) !important;
  --sigma-primary-color: var(--primary) !important;
  --sigma-secondary-color: #BCC4D4 !important;
  --sigma-background-chat: #f6f5f5;
  --sigma-font-family:
    "Times New Roman",
    Times,
    serif;
  --sigma-font-size: 16px;
  --sigma-font-color-popup: white;
  --sigma-start-chat-color: var(--sigma-primary-color) !important;
  --sigma-start-chat-hover-color: var(--btn-primary-hover-background-color) !important;
  --sigma-client-icon-color: #4444;
}
.sigma-btn-primary,
.sigma-btn-yes-no,
.sigma-btn,
.sigma-btn-options .sigma-btn-message-primary {
  border-radius: var(--btn-primary-border-radius) !important;
  text-transform: var(--btn-primary-text-transform) !important;
  padding: var(--btn-primary-padding) !important;
  line-height: var(--btn-primary-line-height) !important;
  background-color: var(--btn-primary-background-color) !important;
  color: var(--btn-primary-color) !important;
  border-color: var(--btn-primary-border-color) !important;
  border-width: var(--btn-primary-border-width) !important;
  border-style: var(--btn-primary-border-style) !important;
  opacity: var(--btn-primary-opacity) !important;
  font-family: var(--font-family-secondary-bold), serif !important;
}
.sigma-btn-primary:hover,
.sigma-btn-yes-no:hover,
.sigma-btn:hover,
.sigma-btn-options .sigma-btn-message-primary:hover {
  border-radius: var(--btn-primary-hover-border-radius) !important;
  text-transform: var(--btn-primary-hover-text-transform) !important;
  padding: var(--btn-primary-hover-padding) !important;
  line-height: var(--btn-primary-hover-line-height) !important;
  background-color: var(--btn-primary-hover-background-color) !important;
  color: var(--btn-primary-hover-color) !important;
  border-color: var(--btn-primary-hover-border-color) !important;
  border-width: var(--btn-primary-hover-border-width) !important;
  border-style: var(--btn-primary-hover-border-style) !important;
  opacity: var(--btn-primary-hover-opacity) !important;
}
.sigma-btn-primary:disabled,
.sigma-btn-yes-no:disabled,
.sigma-btn:disabled,
.sigma-btn-options .sigma-btn-message-primary:disabled {
  border-radius: var(--btn-primary-disabled-border-radius) !important;
  text-transform: var(--btn-primary-disabled-text-transform) !important;
  padding: var(--btn-primary-disabled-padding) !important;
  line-height: var(--btn-primary-disabled-line-height) !important;
  background-color: var(--btn-primary-disabled-background-color) !important;
  color: var(--btn-primary-disabled-color) !important;
  border-color: var(--btn-primary-disabled-border-color) !important;
  border-width: var(--btn-primary-disabled-border-width) !important;
  border-style: var(--btn-primary-disabled-border-style) !important;
  opacity: var(--btn-primary-disabled-opacity) !important;
}
.sigma-btn-primary:focus,
.sigma-btn-yes-no:focus,
.sigma-btn:focus,
.sigma-btn-options .sigma-btn-message-primary:focus {
  border-radius: var(--btn-primary-focus-border-radius) !important;
  text-transform: var(--btn-primary-focus-text-transform) !important;
  padding: var(--btn-primary-focus-padding) !important;
  line-height: var(--btn-primary-focus-line-height) !important;
  background-color: var(--btn-primary-focus-background-color) !important;
  color: var(--btn-primary-focus-color) !important;
  border-color: var(--btn-primary-focus-border-color) !important;
  border-width: var(--btn-primary-focus-border-width) !important;
  border-style: var(--btn-primary-focus-border-style) !important;
  opacity: var(--btn-primary-focus-opacity) !important;
}
.sigma-btn-secondary,
#sigma_chat_burger-menu .sigma-list-message,
.sigma_chat_item-message,
.sigma-label-attachment,
.sigma-btn-options .sigma-btn-message {
  border-radius: var(--btn-secondary-border-radius) !important;
  text-transform: var(--btn-secondary-text-transform) !important;
  padding: var(--btn-secondary-padding) !important;
  line-height: var(--btn-secondary-line-height) !important;
  background-color: var(--btn-secondary-background-color) !important;
  color: var(--btn-secondary-color) !important;
  border-color: var(--btn-secondary-border-color) !important;
  border-width: var(--btn-secondary-border-width) !important;
  border-style: var(--btn-secondary-border-style) !important;
  opacity: var(--btn-secondary-opacity) !important;
  font-family: var(--font-family-secondary-bold), serif !important;
}
.sigma-btn-secondary:hover,
#sigma_chat_burger-menu .sigma-list-message:hover,
.sigma_chat_item-message:hover,
.sigma-label-attachment:hover,
.sigma-btn-options .sigma-btn-message:hover {
  border-radius: var(--btn-secondary-hover-border-radius) !important;
  text-transform: var(--btn-secondary-hover-text-transform) !important;
  padding: var(--btn-secondary-hover-padding) !important;
  line-height: var(--btn-secondary-hover-line-height) !important;
  background-color: var(--btn-secondary-hover-background-color) !important;
  color: var(--btn-secondary-hover-color) !important;
  border-color: var(--btn-secondary-hover-border-color) !important;
  border-width: var(--btn-secondary-hover-border-width) !important;
  border-style: var(--btn-secondary-hover-border-style) !important;
  opacity: var(--btn-secondary-hover-opacity) !important;
}
.sigma-btn-secondary:disabled,
#sigma_chat_burger-menu .sigma-list-message:disabled,
.sigma_chat_item-message:disabled,
.sigma-label-attachment:disabled,
.sigma-btn-options .sigma-btn-message:disabled {
  border-radius: var(--btn-secondary-disabled-border-radius) !important;
  text-transform: var(--btn-secondary-disabled-text-transform) !important;
  padding: var(--btn-secondary-disabled-padding) !important;
  line-height: var(--btn-secondary-disabled-line-height) !important;
  background-color: var(--btn-secondary-disabled-background-color) !important;
  color: var(--btn-secondary-disabled-color) !important;
  border-color: var(--btn-secondary-disabled-border-color) !important;
  border-width: var(--btn-secondary-disabled-border-width) !important;
  border-style: var(--btn-secondary-disabled-border-style) !important;
  opacity: var(--btn-secondary-disabled-opacity) !important;
}
.sigma-btn-secondary:focus,
#sigma_chat_burger-menu .sigma-list-message:focus,
.sigma_chat_item-message:focus,
.sigma-label-attachment:focus,
.sigma-btn-options .sigma-btn-message:focus {
  border-radius: var(--btn-secondary-hover-border-radius) !important;
  text-transform: var(--btn-secondary-hover-text-transform) !important;
  padding: var(--btn-secondary-hover-padding) !important;
  line-height: var(--btn-secondary-hover-line-height) !important;
  background-color: var(--btn-secondary-hover-background-color) !important;
  color: var(--btn-secondary-hover-color) !important;
  border-color: var(--btn-secondary-hover-border-color) !important;
  border-width: var(--btn-secondary-hover-border-width) !important;
  border-style: var(--btn-secondary-hover-border-style) !important;
  opacity: var(--btn-secondary-hover-opacity) !important;
}
.sigma-headline {
  font-family: var(--font-family-secondary-bold), serif !important;
  font-weight: bold;
}
.sigma-btn-options {
  justify-content: flex-start !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.sigma-btn-options .sigma-btn-message {
  transition: none !important;
}
.sigma-fab {
  z-index: 99 !important;
}
.sigma-container {
  margin-bottom: 24px !important;
  z-index: 9998 !important;
  box-shadow: 4px 4px 16px 0px #BCC4D4 !important;
  width: 480px !important;
  border-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 10px;
}
.sigma-message-incoming-text {
  background-color: #ECF1F8 !important;
  border-color: #ECF1F8 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  width: 90% !important;
  border-bottom-left-radius: 0 !important;
  padding: 12px !important;
}
.sigma-message-outcoming-text {
  background-color: #BCC4D4 !important;
  border-color: #BCC4D4 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  width: 90% !important;
  border-bottom-right-radius: 0 !important;
}
.sigma-messages {
  padding: 24px !important;
  border-bottom: none !important;
}
.sigma-messages > div {
  margin: 0 !important;
}
.sigma-message-incoming-name {
  color: #34383F;
}
.sigma-message-incoming-name,
.sigma-message-outcoming-name,
.sigma-message-outcoming-text-msg,
.sigma-time-message {
  font-family: var(--font-family-secondary-regular), serif !important;
}
.sigma-message-incoming-text-msg {
  font-family: var(--font-family-secondary-regular), serif !important;
  color: #34383F;
  line-height: 18.75px;
}
.sigma-time-message {
  color: #666a73;
}
.sigma-message-outcoming-name {
  justify-content: flex-start !important;
  color: #34383F;
}
.sigma-message-outcoming-text-msg {
  font-family: var(--font-family-secondary-regular), serif !important;
  text-align: left !important;
  color: #34383F;
}
.sigma-form {
  border: none !important;
}
.sigma-form ::-webkit-scrollbar {
  background-color: #ECF1F8 !important;
}
.sigma-input[type=file]:not(:disabled):not([readonly]) {
  bottom: 7px !important;
  width: 48px !important;
  height: 48px !important;
  left: 24px !important;
  cursor: pointer !important;
}
#sigma-input-msg {
  font-family: var(--font-family-secondary-regular), serif !important;
  cursor: text !important;
  max-height: 48px !important;
}
.sigma-messages::-webkit-scrollbar {
  width: 4px !important;
}
.sigma-messages::-webkit-scrollbar-track {
  background: #ECF1F8 !important;
  border-radius: 8px;
}
.sigma-messages::-webkit-scrollbar-thumb {
  background-color: #BCC4D4 !important;
  border-radius: 10px;
}
.sigma-header,
.sigma-header-other {
  background-color: var(--sigma-primary-color) !important;
  justify-content: space-between !important;
  align-items: center;
  height: auto !important;
  min-height: 56px;
  padding: 6px 6px !important;
}
.sigma-header-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 12px 0 18px;
}
.sigma-img-icon {
  border-radius: 50%;
  background: white;
  width: 24px !important;
  height: 24px !important;
  margin-left: 0 !important;
}
.sigma-header-title {
  font-family: var(--font-family-secondary-bold), serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 90%;
}
.sigma-header-buttons {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 15px !important;
  width: 35% !important;
}
.sigma-min-chat {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  float: none !important;
  height: 32px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
}
.sigma-container .sigma-btn-close {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  float: none !important;
  height: 32px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 32px;
  cursor: pointer;
}
.sigma-label-attachment {
  margin: 0 !important;
  padding: 8px 8px !important;
  cursor: pointer !important;
}
.sigma-label-attachment:hover,
.sigma-label-attachment:focus,
.sigma-label-attachment:disabled {
  padding: 8px 8px !important;
}
.sigma-input {
  max-width: 320px !important;
  border-radius: 3px !important;
  border: 1px solid #34383F !important;
  padding: 14px 12px !important;
  cursor: pointer !important;
  height: 66px !important;
  line-height: 14px !important;
}
.sigma-input::-webkit-scrollbar {
  background-color: #ECF1F8 !important;
  width: 4px !important;
  border-radius: 13px !important;
  box-shadow: inset 0 0 10px 10px #ECF1F8 !important;
}
.sigma-input::-webkit-scrollbar-thumb {
  background-color: #BCC4D4 !important;
}
.sigma-input::-webkit-scrollbar-track {
  background-color: #ECF1F8 !important;
}
.sigma-component-send-message {
  margin: 0 !important;
  padding: 10px 0 0 6.3%;
  height: 48px !important;
  padding-bottom: 50px !important;
}
.sigma-send-msg-btn {
  background-color: var(--btn-primary-background-color) !important;
  border-radius: var(--btn-primary-border-radius) !important;
  padding: 12px !important;
  width: 45px !important;
  height: 45px !important;
}
.sigma-send-msg-btn:focus {
  background-color: var(--btn-primary-focus-background-color) !important;
  border-radius: var(--btn-primary-focus-border-radius) !important;
}
.sigma-send-msg-btn:disabled {
  background-color: var(--btn-primary-disabled-background-color) !important;
  border-radius: var(--btn-primary-disabled-border-radius) !important;
}
.sigma-component-new-chat {
  justify-content: flex-end !important;
  padding-right: 24px;
  width: 50%;
  position: absolute;
  right: 0;
}
.sigma-btn {
  text-transform: uppercase !important;
  font-weight: bold !important;
  transition: none !important;
}
.sigma-btn:hover {
  background-color: var(--btn-primary-hover-background-color) !important;
  padding: 0 !important;
  transition: none !important;
}
.sigma-btn:focus {
  background-color: var(--btn-primary-focus-background-color) !important;
  padding: 0 !important;
}
.sigma-btn:disabled {
  background-color: var(--btn-primary-disabled-background-color) !important;
  padding: 0 !important;
}
.sigma-minimized {
  display: none !important;
}
.sigma-center-container {
  opacity: 1 !important;
  height: 90% !important;
  z-index: 9999 !important;
  width: 100% !important;
}
#sigma_chat_menu {
  border-color: transparent !important;
  border-radius: 8px !important;
  width: 432px !important;
  height: 378px !important;
  bottom: 126px !important;
  transition: unset !important;
}
#sigma_chat_menu button {
  transition: none !important;
}
#sigma_chat_menu div {
  font-family: var(--font-family-secondary-bold), serif !important;
  color: #34383F !important;
  font-weight: bold;
  margin-top: 72px !important;
}
#sigma_chat_menu .sigma_chat_options-list {
  height: 236px !important;
  overflow-y: auto;
}
#sigma_chat_menu .overlay {
  transition: none !important;
}
#sigma_chat_menu ul {
  margin-top: 12px !important;
  padding-right: 4px !important;
  margin-right: 2px !important;
}
#sigma_chat_menu ul::-webkit-scrollbar {
  background-color: #ECF1F8 !important;
  width: 4px !important;
  border-radius: 13px !important;
  box-shadow: inset 0 0 10px 10px #ECF1F8 !important;
}
#sigma_chat_menu ul::-webkit-scrollbar-thumb {
  background-color: #BCC4D4 !important;
}
#sigma_chat_menu ul::-webkit-scrollbar-track {
  background-color: #ECF1F8 !important;
}
#sigma_chat_menu ul li {
  margin-top: 0 !important;
}
.sigma_chat_item-message {
  height: 40px !important;
}
.sigma_chat_item-message .sigma_chat_btn-description {
  display: none !important;
}
.sigma_chat_btn-tittle {
  font-size: 14px !important;
  margin-top: -2px !important;
  font-weight: bold !important;
}
.sigma-terminated-chat-text,
.sigma-message-document-link {
  font-family: var(--font-family-secondary-bold), serif !important;
}
.sigma-messages-bg {
  height: 90% !important;
  animation-duration: unset !important;
  animation-name: unset !important;
}
@media only screen and (max-width: 1100px) {
  .sigma-container {
    width: 366px !important;
  }
  #sigma_chat_menu {
    width: 320px !important;
  }
}
@media only screen and (max-width: 531px) {
  .sigma-container {
    width: auto !important;
    padding-right: 0;
    margin-left: 25px;
  }
  .sigma-input {
    max-width: 300px !important;
  }
  .sigma-component-send-message {
    width: auto !important;
  }
  .sigma-header,
  .sigma-header-other {
    padding: 15px 0 !important;
  }
  .sigma-header-other {
    height: 45px !important;
    display: flex !important;
    align-items: flex-start !important;
  }
  .sigma-header-title {
    width: 90% !important;
  }
  .sigma-container {
    height: 580px !important;
  }
  #sigma_chat_menu {
    width: calc(100vw - 100px) !important;
  }
}
#sigma_chat_burger-menu .sigma-list-message {
  width: auto !important;
  transition: none !important;
}
#sigma_chat_burger-menu button {
  font-size: 14px !important;
}
#sigma_chat_burger-menu span,
#sigma_chat_burger-menu .ds-landing-page .span-bold,
.ds-landing-page #sigma_chat_burger-menu .span-bold,
#sigma_chat_burger-menu .ds-landing-page .caption-bold,
.ds-landing-page #sigma_chat_burger-menu .caption-bold,
#sigma_chat_burger-menu .ds-suite-page .span-bold,
.ds-suite-page #sigma_chat_burger-menu .span-bold {
  right: 15px !important;
  transition: none !important;
}
.chat-body-content {
  display: flex;
  justify-content: space-between;
}
.chat-body-content .chat-content-button {
  margin-left: 24px;
}
.ds-link-toogle {
  font-size: 24px;
  background: #FFFFFF;
  color: #666A73;
  width: 24px;
  height: 24px;
  position: absolute;
  display: flex;
  top: calc(100% - 24px);
  align-items: center;
  justify-content: center;
  left: calc(100% - 45px);
  cursor: pointer;
}
.ds-link-toogle:hover {
  background: #666A73;
  color: #FFFFFF;
}
.chat-alert-popup {
  margin-top: 12px;
  background: #D3DFFE;
  border-radius: 5px;
  padding: 24px;
  position: relative;
}
.chat-alert-popup:not(.expanded) .icon-close {
  display: none;
}
.chat-alert-popup:not(.expanded) .chat-alert-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.chat-alert-popup:not(.expanded) .ds-link-toogle {
  border-radius: 50px 50px 0px 0px;
}
.chat-alert-popup.expanded .chat-alert-popup-title {
  margin-bottom: 16px;
}
.chat-alert-popup.expanded .icon-close {
  display: block;
}
.chat-alert-popup.expanded .ds-link-toogle {
  border-radius: 0px 0px 50px 50px;
  transform: rotate(180deg);
}
.chat-alert-popup.expanded .chat-alert-content {
  overflow: hidden;
  transition: height 0.4s ease;
  display: flex;
  flex-direction: column;
}
.chat-alert-popup-title {
  display: flex;
  justify-content: space-between;
}
.ds-space-top {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .ds-space-top {
    margin-top: 16px;
  }
  .chat-body-content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .chat-body-content .chat-content-button {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
  }
  #chat-alert-popup-steps {
    display: none;
  }
  .chat-message-not-open-extra {
    display: none;
  }
}
#step-2-example .example-checkbox {
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0349fe;
  width: 24px;
  height: 24px;
  padding: 2px;
}
#step-2-example .example-checkbox .checkbox-inner-circle {
  padding: 8px;
  border-radius: 50%;
  background-color: #0349fe;
}
#step-2-example .example-checkbox-label {
  font-size: 0.9em;
  margin: 3px 0 0 6px;
}
#step-3-example .rdy-button-example {
  background-color: #0349fe;
  border-radius: 5px;
  color: white;
  padding: 5px 12px;
  position: relative;
  min-width: 59px;
}
#step-3-example .rdy-button-example .finger-pointer {
  position: absolute;
  right: -9px;
  top: 13px;
}
.chat-note-container {
  display: flex;
  gap: 24px;
  align-items: center;
}
.chat-note-container .chat-image-container {
  display: block;
}
.chat-note-container .chat-note-title {
  display: flex;
  align-items: center;
  font-family: "MontserratBold";
  font-size: 20px;
  margin-bottom: 12px;
  gap: 4px;
}
.chat-note-container .chat-note-desc {
  font-family: var(--font-family-secondary-regular);
  font-size: 16px;
  margin-bottom: 24px;
}
.chat-note-container .chat-note-icon {
  font-size: 40px;
  display: none;
}
.chat-note-container .ds-btn-primary {
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 1150px) {
  .chat-note-container {
    justify-content: flex-start;
  }
  .chat-note-container .chat-image-container {
    display: none;
  }
  .chat-note-container .chat-note-icon {
    display: block;
  }
  .chat-note-container .ds-btn-primary {
    min-width: 100%;
  }
}
.chat-txt-card {
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 5px;
  background: var(--neutral-white, #fff);
}
.ds-collapse-container {
  margin-top: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  position: relative;
}
.ds-collapse-container .ds-icon-collapse {
  color: #666A73;
  font-size: 24px;
  cursor: pointer;
}
.ds-collapse-container .ds-icon-collapse:hover {
  color: #34383F;
}
.ds-collapse-container:not(.expanded) .icon-close {
  display: none;
}
.ds-collapse-container:not(.expanded) .ds-collapse-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.ds-collapse-container.expanded .ds-collapse-title {
  margin-bottom: 16px;
}
.ds-collapse-container.expanded .icon-close {
  display: block;
}
.ds-collapse-container.expanded .ds-icon-collapse {
  color: #666A73;
  transform: rotate(180deg);
}
.ds-collapse-container.expanded .ds-icon-collapse:hover {
  color: #34383F;
}
.ds-collapse-container.expanded .ds-link-toogle {
  border-radius: 0px 0px 50px 50px;
  transform: rotate(180deg);
}
.ds-collapse-container.expanded .ds-collapse-content {
  overflow: hidden;
  transition: height 0.4s ease;
  display: flex;
  flex-direction: column;
}
.ds-collapse-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-txt-icon {
  color: #666A73;
}
.service-txt-icon:hover {
  color: #34383F;
}
.service-txt-containers {
  display: flex;
  flex-direction: column;
}
.service-txt-containers .chat-alert-popup {
  background-color: #bcc4d4;
}
.service-txt-containers .ds-link-toogle {
  left: calc(100% - 52px);
}
.service-txt-containers .chat-alert-popup:not(.expanded) .icon-close {
  display: block;
}
.chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ds-chip {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
}
.ds-chip.secondary {
  background: #BCC4D4;
}
.iframe-courser-content iframe,
.content-description-course iframe {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
  height: auto;
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  border-radius: 16.4px;
}
.box-shadow-content-course {
  border-radius: 16.4px;
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.22);
}
.iframe-courser-content div[role=button] {
  white-space: nowrap;
}
.survey-block {
  border-radius: 8px 8px 0px 0px;
  height: 48px;
}
.survey-modal-content {
  overflow: hidden;
  transition: 0.5s;
}
.survey-modal-content.small {
  transition: 0.5s;
  max-width: 434px !important;
}
.survey-img {
  border-radius: 8px;
  width: 282px;
  height: 306px;
}
.fs-10 {
  font-size: 10px !important;
}
.neutral-border-b {
  border-bottom: 2px solid #ECF1F8;
}
.neutral-border-r {
  border-right: 2px solid #ECF1F8;
}
.column-responsive {
  flex-direction: row;
}
.lh-45 {
  line-height: 45px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.semantic-pink {
  color: #FD96FF !important;
}
.roboto-reg {
  font-family: var(--font-family-secondary-regular) !important;
}
.global-score-progress {
  min-width: 100%;
  max-height: 7px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
}
.global-score-progress.danger {
  border: 1px solid #EB1919;
}
.global-score-progress.warning {
  border: 1px solid #FFC507;
}
.global-score-progress.success {
  border: 1px solid #14BD44;
}
.global-score-progress.danger .progress-bar {
  max-height: 7px !important;
  background: #EB1919 !important;
  border-radius: 8px !important;
}
.global-score-progress.warning .progress-bar {
  max-height: 7px !important;
  background: #FFC507 !important;
  border-radius: 8px !important;
}
.global-score-progress.success .progress-bar {
  max-height: 7px !important;
  background: #14BD44 !important;
  border-radius: 8px !important;
}
.block-score-progress {
  min-width: 100%;
  max-height: 32px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
}
.block-score-progress.person {
  outline: 2px solid #FFE4C4;
}
.block-score-progress.process {
  outline: 2px solid #D3DFFE;
}
.block-score-progress.tech {
  outline: 2px solid #FED9FF;
}
.block-score-progress.person .progress-bar {
  max-height: 32px !important;
  background: #FFE4C4 !important;
  border-radius: 6px !important;
}
.block-score-progress.process .progress-bar {
  max-height: 32px !important;
  background: #BCC4D4 !important;
  border-radius: 6px !important;
}
.block-score-progress.tech .progress-bar {
  max-height: 32px !important;
  background: #FED9FF !important;
  border-radius: 6px !important;
}
.custom-progress.large .progress-bar {
  height: 8px !important;
}
.montserrat {
  font-family: "Montserrat" !important;
}
.global-score a {
  color: #34383F !important;
}
.p-absolute {
  position: absolute;
  margin-top: 4px;
}
.p-absolute.right {
  right: 22px;
}
.survey-primary-btn {
  width: 90%;
  max-width: 190px;
}
.survey-info-btn {
  width: 90%;
  max-width: 190px;
  color: #666A73 !important;
  border-color: #666A73 !important;
}
.survey-acordeon {
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.survey-acordeon.person {
  background: #FFE4C4;
  border-radius: 8px 8px 0px 0px;
}
.survey-acordeon.process {
  background: #D3DFFE;
}
.survey-acordeon.tech {
  background: #FED9FF;
}
.survey-acordeon.tech.closed {
  border-radius: 0px 0px 8px 8px;
}
.risk-div {
  background-color: #ffffff;
  border-radius: 19px;
  height: 24px;
  width: 124px;
}
.survey-recomendation {
  background-color: #ffffff;
  padding: 24px;
}
.recomendation-acordeon {
  margin-bottom: 2px;
  background-color: #ECF1F8;
  height: 50px;
  cursor: pointer;
}
.recomendation-acordeon:first-child {
  border-radius: 8px 8px 0px 0px;
}
.recomendation-acordeon:last-child {
  border-radius: 0px 0px 8px 8px;
}
.recomendation-acordeon-body {
  background-color: #ECF1F8;
  margin-bottom: 2px;
  padding: 20px 24px;
}
.survey-modal-btn {
  max-width: 180px;
  height: auto;
  align-self: center;
}
.survey-loading-question {
  height: 656px;
}
.survey-question-div {
  height: 100%;
}
.mh-71 {
  max-height: 71px;
}
.mh-55 {
  max-height: 55px;
}
.modal .modal-dialog.survey-dialog {
  top: 2% !important;
}
.survey-hr {
  display: none;
  visibility: hidden;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 2px;
  background-color: #ECF1F8;
  width: 100%;
  border-width: 0;
}
.survey-info-btn .focus {
  background-color: #666A73 !important;
  color: #ffffff !important;
}
.survey-info-btn:hover {
  color: white !important;
}
@keyframes fadeInToggle {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .column-responsive {
    flex-direction: column;
  }
  .modal .modal-dialog.survey-dialog {
    top: 16% !important;
  }
  .neutral-border-r {
    border-right: none;
  }
  .survey-hr {
    display: block;
    visibility: visible;
  }
  .neutral-border-r,
  .last-survey-div,
  .col-md-12-responsive {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .column-responsive {
    flex-direction: column;
  }
  .modal .modal-dialog.survey-dialog {
    top: 16% !important;
  }
  .neutral-border-r {
    border-right: none;
  }
  .survey-hr {
    display: block;
    visibility: visible;
  }
  .neutral-border-r,
  .last-survey-div,
  .col-md-12-responsive {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .responsive-content-risk-value {
    margin-top: none !important;
    margin-right: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 924px) {
  .responsive-content-risk {
    margin: 0 0 0 -15px;
  }
  .responsive-content-risk-value {
    margin-top: 1.1rem !important;
    margin-right: 15px;
  }
}
@media screen and (min-width: 925px) and (max-width: 1000px) {
  .responsive-content-risk {
    margin: 0 0 0 -15px;
  }
  .responsive-content-risk-value {
    margin-top: 0.4rem !important;
  }
}
.ds-btn-orange {
  border-radius: 8px !important;
  padding: 12px 20px;
  border: none;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border-width: 2px !important;
  border-color: #FF7900;
  background: #FF7900 !important;
  border-style: solid;
  color: #fff !important;
}
.ds-btn-orange:hover {
  border-width: 2px;
  background: #e7ae7c;
  border-bottom: 1px solid #e7ae7c;
  color: #fff !important;
}
.ds-btn-secondary-login-orange {
  border-radius: 8px !important;
  padding: 12px 20px;
  border: none;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  font-family: "RobotoBold";
  outline: none;
  border-width: 2px !important;
  border-color: #666A73;
  background: #ECF1F8 !important;
  border-style: solid;
  color: #666A73 !important;
}
.ds-btn-secondary-login-orange:hover {
  background-color: #666A73 !important;
  color: #fff !important;
}
.link-orange {
  color: white;
}
.link-orange:hover {
  color: white;
}
.content-panel-companies {
  padding-top: 30px !important;
  padding-bottom: 1rem;
}
.users-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 16px;
  grid-gap: 24px;
}
.user-section {
  width: 100%;
  min-height: 144px;
  display: flex;
  flex-direction: column;
}
.ds-pc-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ds-pc-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.ds-pc-card {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 144px;
  padding: 0 !important;
}
.services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ds-pcs-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0;
}
.ds-pcs-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.ds-multi-card-container {
  width: 100%;
  margin-bottom: 24px;
}
.ds-panel-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 320px;
  grid-gap: 24px;
}
.ds-card-item {
  width: 100%;
  min-width: 320px;
  height: 100%;
}
@media (max-width: 1360px) {
  .ds-panel-card-container {
    grid-template-columns: 1fr 1fr;
  }
  .ds-card-item {
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media (max-width: 1300px) {
  ::-webkit-scrollbar {
    height: 6px;
  }
  .users-section {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .user-section {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1170px) {
  .ds-pc-name {
    width: 55%;
  }
}
@media (max-width: 1100px) {
  .ds-pc-name {
    width: 50%;
  }
}
@media (max-width: 1060px) {
  .ds-panel-card-container {
    grid-template-columns: 1fr;
  }
  .ds-card-item {
    flex-wrap: nowrap;
  }
}
@media (max-width: 820px) {
  .ds-pc-name {
    width: 45%;
  }
}
@media (max-width: 750px) {
  .ds-pc-name {
    width: 80%;
  }
}
.ds-display-inline-table {
  display: inline-table;
}
.risk-text-warning {
  color: #FFC507 !important;
}
.risk-text-danger {
  color: #EB1919 !important;
}
.risk-text-success {
  color: #14BD44 !important;
}
.chart-wrapper {
  width: 240px;
  position: relative;
  left: -70px;
}
.ds-canvas-inside-text-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ds-title-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.ds-title-container .ds-title-page {
  margin-bottom: 8px;
}
.ds-title-container .ds-subtitle-page {
  width: 611px;
}
.panel-user-status-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  gap: 20px;
  height: 100%;
}
.panel-user-status-container .panel-user-graph-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40%;
}
.panel-user-status-container .panel-user-summary-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 8px;
}
.panel-user-status-container .panel-user-summary-container .panel-user-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.new-panel-user-protection-container {
  display: grid;
  grid-template-columns: 5fr 5fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  height: auto;
}
.new-panel-user-protection-container .progress-bar-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  height: auto;
}
.new-panel-user-protection-container .progress-bar-container .progress-bar-header {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.new-panel-user-protection-container .progress-bar-container .progress-bar-body {
  display: grid;
  width: 95%;
}
.new-panel-user-protection-container .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.new-panel-user-protection-container .button-container .icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #666A73;
  border-radius: 80px;
}
.panel-user-protection-container {
  display: flex;
  padding: 16px;
  gap: 24px;
  height: 100%;
  align-items: center;
}
.panel-user-protection-container .panel-user-protection-first-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
.panel-user-protection-container .panel-user-protection-first-item .panel-user-protection-text {
  width: 100%;
}
.panel-user-protection-container .panel-user-protection-second-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2px;
  width: 50%;
}
.panel-user-protection-container .panel-user-protection-second-item .panel-user-protection-fs {
  font-size: 56px;
  line-height: normal;
}
@media (max-width: 1400px) {
  .ds-title-container .ds-subtitle-page {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .ds-title-container .ds-title-page {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ds-title-container .ds-title-page {
    width: 100%;
  }
  .ds-title-container .ds-subtitle-page {
    width: 100%;
  }
}
.enteprise-panel-summary {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 24px;
  width: 100%;
  padding-right: 24px;
  overflow: hidden;
}
.enteprise-panel-summary .enteprise-panel-summary-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enteprise-panel-summary .enteprise-panel-card {
  height: 100%;
  min-height: 160px;
  border-radius: 8px;
}
@media (max-width: 1100px) {
  .enteprise-panel-summary {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
    white-space: wrap;
  }
  .enteprise-panel-summary .enteprise-panel-summary-item {
    min-width: 390px;
  }
}
.enteprise-panel-card {
  width: 100%;
  background-color: #fff;
}
.enteprise-panel-all-space .enteprise-panel-card {
  border-radius: 5px;
}
.enteprise-panel-partitined .enteprise-panel-card {
  border-radius: 8px;
}
.enteprise-panel-card-title {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
  font-size: 24px;
  border-bottom: 1px solid #ECF1F8;
}
.enteprise-panel-card-body-empty {
  display: flex;
  flex-direction: column;
  height: calc(100% - 46px);
  padding: 24px;
}
.enteprise-panel-card-body {
  display: flex;
  padding: 16px 10px;
}
.circle-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #666A73;
}
.circle-dot.succes {
  background-color: #14BD44;
}
.circle-dot.danger {
  background-color: #EB1919;
}
.gv-hover-content {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  top: 10%;
  left: -50%;
  opacity: 0;
  transition: opacity 0.3s easy;
  padding: 16px;
  min-width: 160px;
  max-width: 232px;
  background: #ffffff;
  border: 1px solid #d6dddf;
  box-shadow: 0px 1.66337px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.hover-service-error {
  position: relative;
}
.hover-service-error:hover {
  background: var(--neutral-background, #ECF1F8);
}
.hover-service-error:has(> .gv-hover-content):hover .gv-hover-content {
  opacity: 1;
}
.enteprise-panel-all-space {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.enteprise-panel-all-space .all-space-design {
  display: flex;
  width: 100%;
}
.enteprise-panel-all-space .all-space-design .first-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding: 24px;
  border-right: 1px solid #BCC4D4;
  gap: 20px;
}
.enteprise-panel-all-space .all-space-design .first-content .--devices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.enteprise-panel-all-space .all-space-design .first-content .--devices .text-devices-registered {
  width: 65px;
  text-align: center;
}
.enteprise-panel-all-space .all-space-design .first-content .--summary {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 8px;
}
.enteprise-panel-all-space .all-space-design .first-content .--summary .item-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.enteprise-panel-all-space .all-space-design .second-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  padding: 10px 24px;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 8px;
  min-width: 30%;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item.hover-service-error {
  border-radius: 8px;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-with-icon {
  display: flex;
  align-items: center;
  font-size: 64px;
  justify-content: center;
  line-height: 0;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-icon.danger {
  color: #EB1919;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-icon.warning {
  color: #FFC507;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-icon.success {
  color: #14BD44;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-icon.disabled {
  color: #666A73;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number {
  color: #34383F;
  font-family: "MontserratBold";
  font-size: 56px;
  line-height: normal;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number.danger {
  color: #EB1919;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number.warning {
  color: #FFC507;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number.success {
  color: #14BD44;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number.disabled {
  color: #666A73;
}
.enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-text {
  color: #34383F;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1400px) {
  .enteprise-panel-all-space .all-space-design .second-content .threat-summary-item {
    min-width: unset;
  }
  .enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-with-icon {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    gap: 16px;
  }
  .enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-number {
    font-size: 20px;
  }
  .enteprise-panel-all-space .all-space-design .second-content .threat-summary-item .threat-text {
    max-width: 98px;
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .enteprise-panel-all-space .all-space-design {
    flex-direction: column;
  }
  .enteprise-panel-all-space .all-space-design .first-content {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #BCC4D4;
  }
  .enteprise-panel-all-space .all-space-design .second-content {
    width: 100%;
    padding: 10px 0px;
  }
}
.enteprise-panel-partitined {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.enteprise-panel-partitined .risk-template {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25.375px;
  padding: 2px 12px;
  color: #FFF;
  text-align: center;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: normal;
  background-color: #34383F;
}
.enteprise-panel-partitined .risk-template.risk-warning {
  background-color: #FFC507 !important;
}
.enteprise-panel-partitined .risk-template.risk-danger {
  background-color: #EB1919 !important;
}
.enteprise-panel-partitined .risk-template.risk-success {
  background-color: #14BD44 !important;
}
.enteprise-panel-partitined .enteprise-panel-card-title {
  height: 46px;
}
.enteprise-panel-partitined .enteprise-panel-card {
  height: 100%;
  min-height: 216px;
}
.enteprise-panel-partitined .partitined-title {
  font-size: 12px;
  font-family: "MontserratBold";
  font-size: 12px;
  line-height: normal;
}
.enteprise-panel-partitined .partitined-icon {
  line-height: 0;
}
.enteprise-panel-partitined .enteprise-panel-card-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: calc(100% - 46px);
}
.enteprise-panel-partitined .one-column-design {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enteprise-panel-partitined .one-column-icon {
  line-height: 0;
  font-size: 64px;
}
.enteprise-panel-partitined .danger {
  color: #EB1919 !important;
}
.enteprise-panel-partitined .warning {
  color: #FFC507 !important;
}
.enteprise-panel-partitined .success {
  color: #14BD44 !important;
}
.enteprise-panel-partitined .disabled {
  color: #666A73 !important;
}
.enteprise-panel-partitined .two-column-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #666A73;
  height: 100%;
  width: 100%;
}
.enteprise-panel-partitined .two-column-design.hover-service-error {
  border-radius: var(--Spacing-spacing-XS, 8px);
}
.enteprise-panel-partitined .two-column-design .isPremiumCYBTemplate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 100%;
}
.enteprise-panel-partitined .two-column-design .column-text {
  color: #666A73;
  font-family: var(--font-family-secondary-regular);
  font-size: 14px;
  width: 124px;
  text-align: center;
}
.enteprise-panel-partitined .two-column-design .column-text.small-text {
  width: 84px;
}
.enteprise-panel-partitined .two-column-design .column-text.small-text-orc {
  width: 75px;
}
.enteprise-panel-partitined .two-column-design .column-text.small-text-kit {
  width: 90px;
}
.enteprise-panel-partitined .two-column-design .column-numbers {
  font-size: 36px;
  color: #34383F;
  line-height: normal;
}
.enteprise-panel-partitined .two-column-design .column-icon {
  font-size: 24px;
}
@media (max-width: 1400px) {
  .enteprise-panel-partitined {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .enteprise-panel-partitined {
    grid-template-columns: 1fr;
  }
}
.ds-chart-container {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ds-chart-container .ds-text-chart {
  position: absolute;
  max-width: 100px;
  text-align: center;
}
.ds-container-checkbox.inline {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.ds-container-checkbox.column .item-checkbox {
  display: flex;
  margin-bottom: 5px;
}
.ds-checkbox {
  border-width: 2px;
  cursor: pointer;
  background: #ffffff;
  border: solid #666a73;
  position: absolute;
  width: 18px;
  height: 18px;
  appearance: none;
  border-radius: 3px;
}
.ds-checkbox:hover:not(:disabled),
.ds-checkbox:focus:not(:disabled),
.ds-checkbox:focus-visible:not(:disabled) {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #bcc4d4;
}
.ds-checkbox::before {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  animation: fadein 0.2s ease-in;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-animation: fadein 0.2s ease-in;
  -moz-animation: fadein 0.2s ease-in;
}
.ds-checkbox + label {
  position: relative;
  cursor: pointer;
  margin-left: 25px;
  top: 2px;
}
.ds-checkbox:checked {
  border: 2px solid #0349fe;
  background: #0349fe;
}
.ds-checkbox:checked:before {
  opacity: 1;
  background: #0349fe;
}
.ds-checkbox.ng-touched.ng-invalid {
  border: 2px solid var(--semantics-danger);
}
.ds-checkbox:disabled {
  pointer-events: none;
  cursor: auto;
  border-width: 2px;
  border: 1px solid #bcc4d4;
}
.ds-checkbox:disabled:checked {
  border: 2px solid #666a73;
  background: #666a73;
  opacity: 0.5;
}
.ds-checkbox:disabled:checked:before {
  background: #666a73;
}
.ds-checkbox:disabled + label {
  color: #bcc4d4;
  cursor: auto;
}
.ds-container-radio.inline {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.ds-container-radio.column .item-radio {
  margin-bottom: 5px;
}
.ds-container-radio.column .item-radio.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ds-container-radio.column .item-radio.flex label {
  position: relative;
  cursor: pointer;
  top: 2px;
}
.ds-radio {
  border-width: 2px;
  cursor: pointer;
  background: #FFFFFF;
  border: solid #666A73;
  position: absolute;
  width: 20px;
  height: 20px;
  appearance: none;
  border-radius: 50%;
}
.ds-radio:hover {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #BCC4D4;
}
.ds-radio::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ds-radio + label {
  position: relative;
  cursor: pointer;
  margin-left: 25px;
  top: 1px;
}
.ds-radio:checked {
  border: 2px solid #0349FE;
}
.ds-radio:checked:before {
  opacity: 1;
  background: #0349FE;
}
.ds-radio.ng-touched.ng-invalid {
  border: 2px solid #EB1919;
  border-radius: 50% !important;
  background-image: unset !important;
  padding-right: 0 !important;
  background-repeat: unset !important;
  background-size: unset !important;
}
.ds-radio:disabled {
  pointer-events: none;
  cursor: auto;
  border-width: 2px;
  border: 2px solid #BCC4D4;
}
.ds-radio:disabled:checked {
  border: 2px solid #666A73;
  background: #FFFFFF;
  opacity: 0.5;
}
.ds-radio:disabled + label {
  color: #BCC4D4;
  cursor: auto;
}
.ds-radio:disabled:before {
  color: #BCC4D4;
}
.ds-radio:disabled:checked::before {
  background: #666A73;
}
.ds-jumbotron {
  display: flex;
  padding: 12px;
}
.ds-jumbotron .jumbotron-summary {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  width: 10%;
  margin-right: 10px;
}
.ds-jumbotron .jumbotron-cards {
  display: flex;
  align-items: center;
  width: 100%;
}
.ds-jumbotron .jumbotron-cards .jumbotron-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  width: 100%;
}
.jumbotron-arrows {
  font-size: 24px;
  color: #34383F;
  margin-right: 8px;
  margin-left: 8px;
}
.jumbotron-item {
  cursor: pointer;
  width: 80px;
  height: 56px;
  border: 1px solid;
  border-radius: 4px;
  padding: 12px;
}
.jumbotron-item.success {
  border-color: #14BD44;
}
.jumbotron-item.orange {
  background: #FFE4C4;
  border-color: #FF981F;
}
.carrousel {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
  touch-action: none;
}
.carrousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  gap: 5px;
  transition: 0s ease-in;
  display: flex;
  align-items: center;
}
.carrousel-img {
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ds-jumbotron {
    display: flex;
    padding: 12px;
  }
  .ds-jumbotron .jumbotron-summary {
    display: none;
  }
  .ds-jumbotron .jumbotron-cards {
    border: none;
  }
}
.ds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.ds-dual-ring:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  border-radius: 50%;
  border: 1px solid #666A73;
  border-color: #666A73 transparent #666A73 transparent;
  animation: ds-dual-ring 1.2s linear infinite;
}
@keyframes ds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ds-spin-loader {
  width: 16px;
  height: 16px;
  border: 1.5px solid #666A73;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --bg-login: unset;
}
@media (max-width: 425px) {
  .box-mobile {
    align-items: flex-start !important;
  }
}
.login-container-form {
  background: white;
  min-width: 600px;
  max-width: 600px;
  padding: 48px 80px;
  border-radius: 8px;
}
@media screen and (max-width: 970px) {
  .login-container-form {
    min-width: 55%;
    padding: 8% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .login-container-form {
    min-width: 100%;
    min-height: 80vh;
  }
}
.login-container-form .ds-login-form {
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media screen and (max-height: 880px) {
  .login-container-form .ds-login-form {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.login-container-form .ds-login-contact-us {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.login-container-form .ds-login-forget-password {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-container-form .ds-login-forget-password ~ .ds-login-contact-us {
  border-top: none;
  margin-top: 0;
}
.login-container-form .ds-login-icons {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 12px;
}
.login-container-form .ds-login-icons > a {
  display: flex;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  color: #666a73;
  cursor: pointer;
}
.login-container-form .ds-login-icons > a:hover {
  color: black !important;
}
.login-container-form .ds-login-icons .icon-phone:hover {
  color: #666a73 !important;
}
.login-container-form .ds-login-signup {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-container-form.login-recover-password .ds-login-contact-us {
  margin-top: 0;
  border-top: none;
}
:root {
  --bg-login: unset;
}
.ds-login-main-container {
  background: var(--bg-login) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.ds-login-main-container .ds-card-container {
  padding: 30px 92px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 616px;
  border: 1px solid #BCC4D4;
}
.ds-login-main-container .ds-card-container .ds-login-logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ds-login-main-container .ds-card-container .ds-login-logo img {
  width: 179px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ds-login-main-container .ds-card-container .ds-login-logo .ds-login-back-icon {
  width: auto;
  position: absolute;
  cursor: pointer;
}
.ds-login-main-container .ds-card-container .ds-login-form {
  display: flex;
  flex-direction: column;
}
.ds-login-main-container .ds-card-container .ds-login-forget-password {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds-login-main-container .ds-card-container .ds-login-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds-login-main-container .ds-card-container .ds-login-contact-us {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.ds-login-main-container .ds-card-container .ds-login-icons {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 12px;
}
.ds-login-main-container .ds-card-container .ds-login-icons > a {
  display: flex;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  color: #666A73;
  cursor: pointer;
}
.ds-login-main-container .ds-card-container .ds-login-icons > a:hover,
.ds-login-main-container .ds-card-container .ds-login-icons > a:focus,
.ds-login-main-container .ds-card-container .ds-login-icons > a:focus-visible {
  color: black !important;
}
.ds-login-main-container .ds-card-container .ds-login-icons .icon-phone:hover {
  color: #666A73 !important;
}
.ds-login-main-container .ds-card-container .ds-login-contact-us ~ .ds-login-language {
  margin-top: 0px;
}
.ds-terms-and-conditions {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  line-height: 14px;
  color: #666a73;
  list-style: none;
  width: 100%;
  justify-content: flex-start;
  padding: 0;
}
.ds-terms-and-conditions li {
  cursor: pointer;
  padding: 0px 16px;
  border-right: 1px solid #bcc4d4;
}
.ds-terms-and-conditions li a {
  color: #666a73;
}
.ds-terms-and-conditions li a:focus,
.ds-terms-and-conditions li a:focus-visible {
  color: black !important;
}
.ds-terms-and-conditions li:first-child {
  padding-left: 0px;
}
.ds-terms-and-conditions li:last-child {
  border-right: none;
}
.ds-terms-and-conditions li:hover {
  font-weight: bold;
}
@media screen and (max-height: 880px) {
  .ds-terms-and-conditions {
    margin-bottom: 0;
    padding-top: 24px;
    margin-top: 0;
  }
}
#cookiesbutton {
  align-self: center;
}
#cookiesbutton button {
  float: right;
}
@media only screen and (max-width: 560px) {
  .ds-login-main-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
  }
  .ds-login-main-container .ds-card-container {
    padding: 60px 24px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 0px;
    width: 100%;
    min-width: unset;
    margin: 0px;
    height: 100vh;
  }
  .ds-login-main-container .ds-card-container .ds-login-form ~ .ds-login-forget-password {
    margin-top: 20px;
  }
  .ds-login-main-container .ds-card-container .ds-login-icons {
    gap: 18px;
  }
  #cookiesbutton button {
    float: left;
  }
}
.ds-card-container {
  max-height: 98vh;
  overflow: auto;
}
footer {
  margin-left: 320px !important;
}
.left-sidebar {
  width: 344px !important;
}
#suite {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  #suite {
    z-index: 0;
    margin-left: 0;
    padding-top: 100px;
  }
  footer {
    margin-left: 0px !important;
  }
}
.popup {
  z-index: 99999 !important;
}
.ds-ul-main-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.ds-main-li-item {
  list-style: none;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.ds-main-li-item:not(.with-children):hover {
  border-left: 4px solid #00b1ea;
}
.ds-main-li-item:not(.with-children):hover a.nav-link {
  padding-left: 20px;
}
.ds-main-li-item.active {
  background: #ecf1f8;
  border-left: 4px solid #00b1ea;
}
.ds-main-li-item.active a.nav-link {
  padding-left: 20px;
}
.ds-main-li-item a.nav-link {
  font-family: var(--font-family-secondary-regular);
  color: black;
  font-size: 14px;
  padding: 16px 24px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  background: transparent;
  border: none;
}
.ds-main-li-item a.nav-link .separate {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ds-main-li-item a.nav-link .span-link {
  margin-left: 12px;
}
.ds-main-li-item a.nav-children {
  font-family: var(--font-family-secondary-regular);
  color: black;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 16px;
}
.ds-main-li-item a.nav-children .underline {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #bcc4d4;
}
.ds-main-li-item a.nav-children .span-link {
  margin-left: 12px;
}
.ds-main-li-profile {
  list-style: none;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px 8px 12px;
}
.ds-main-li-profile:not(.with-children):hover {
  border-left: 4px solid #00b1ea;
}
.ds-main-li-profile:not(.with-children):hover a.nav-link {
  padding-left: 8px;
}
.ds-main-li-profile.active {
  background: #ecf1f8;
  border-left: 4px solid #00b1ea;
}
.ds-main-li-profile a.nav-link {
  width: 100%;
  padding: 8px 12px;
  font-family: var(--font-family-secondary-regular);
  color: black;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
  border: none;
}
.ds-main-li-profile a.nav-link .span-link {
  margin-left: 12px;
}
.profile-imagen {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ecf1f8;
  background-color: #ecf1f8;
}
.arrow-down {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.children-ul-list {
  list-style: none;
  height: 0;
  transition: height 0.2s;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  margin-right: 6px;
  color: black;
  scrollbar-color: #bcc4d4 #ecf1f8 !important;
  scrollbar-width: thin !important;
}
.children-ul-list::-webkit-scrollbar {
  width: 6px;
}
.children-ul-list::-webkit-scrollbar-track {
  background-color: #ecf1f8;
  border-radius: 20px;
}
.children-ul-list::-webkit-scrollbar-thumb {
  background-color: #bcc4d4;
  border-radius: 22px;
}
.children-ul-list li.children-li-inside {
  font-family: var(--font-family-secondary-regular);
  color: black;
  padding: 12px 0px 12px 60px;
  white-space: nowrap;
  background: transparent;
  border: none;
  font-size: 12px;
  line-height: 14px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.children-ul-list li.children-li-inside.active {
  background: #ecf1f8;
  border-left: 4px solid #00b1ea;
  padding-left: 56px;
}
.children-ul-list li.children-li-inside:hover {
  border-left: 4px solid #00b1ea;
  padding-left: 56px;
}
.children-ul-list li.children-li-inside:hover a {
  color: black !important;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #ecf1f8;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb {
  background-color: #bcc4d4;
  border-radius: 22px;
}
.ds-card {
  background: #ffffff;
  border-radius: 8px;
}
.ds-card .ds-card-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ecf1f8;
  padding: 10px 24px;
}
.ds-card .ds-card-header [class^=icon-] {
  font-size: 20px;
}
.ds-card .ds-card-header .ds-header-icon-right {
  color: #e0e4eb;
  font-size: 1.6em;
}
.ds-card .ds-card-body {
  padding: 32px 24px;
}
.ds-product-cards {
  --gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}
.ds-product-cards .ds-product-card-item {
  margin: var(--gap) 0 0 var(--gap);
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 2px solid;
  border-radius: 8px;
  width: 290px;
  height: 180px;
}
.ds-product-cards .ds-product-card-item.success {
  border-color: #14bd44;
}
.ds-product-cards .ds-product-card-item.danger {
  border-color: #eb1919;
}
.ds-product-cards .ds-product-card-item.secondary {
  border-color: #666a73;
}
.ds-product-cards .ds-product-card-item.add {
  padding-left: 40px;
  padding-right: 40px;
  border-style: dashed;
  border-color: #666a73;
  justify-content: center;
  align-items: center;
}
.ds-item-card-fixed {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 2px solid;
  border-radius: 8px;
  height: 180px;
}
.ds-item-card-fixed.add {
  padding-left: 40px;
  padding-right: 40px;
  border-style: dashed;
  border-color: #666a73;
  justify-content: center;
  align-items: center;
}
.ds-item-card-fixed.success {
  border-color: #14bd44;
}
.ds-item-card-fixed.danger {
  border-color: #eb1919;
}
.ds-item-card-fixed.secondary {
  border-color: #666a73;
}
.ds-card-body .d-block span,
.ds-card-body .d-block .ds-landing-page .span-bold,
.ds-landing-page .ds-card-body .d-block .span-bold,
.ds-card-body .d-block .ds-landing-page .caption-bold,
.ds-landing-page .ds-card-body .d-block .caption-bold,
.ds-card-body .d-block .ds-suite-page .span-bold,
.ds-suite-page .ds-card-body .d-block .span-bold,
.ds-card-body .d-inline-block span,
.ds-card-body .d-inline-block .ds-landing-page .span-bold,
.ds-landing-page .ds-card-body .d-inline-block .span-bold,
.ds-card-body .d-inline-block .ds-landing-page .caption-bold,
.ds-landing-page .ds-card-body .d-inline-block .caption-bold,
.ds-card-body .d-inline-block .ds-suite-page .span-bold,
.ds-suite-page .ds-card-body .d-inline-block .span-bold {
  font-size: 0.7em;
  color: #8b8f98;
}
.ds-card-body .led.gray {
  color: #8b8f98;
}
.ds-card-body .led {
  font-size: 0.6em;
  margin-right: 10px;
}
.ds-card-body span.subtitle,
.ds-card-body .ds-landing-page .subtitle.span-bold,
.ds-landing-page .ds-card-body .subtitle.span-bold,
.ds-card-body .ds-landing-page .subtitle.caption-bold,
.ds-landing-page .ds-card-body .subtitle.caption-bold,
.ds-card-body .ds-suite-page .subtitle.span-bold,
.ds-suite-page .ds-card-body .subtitle.span-bold {
  font-size: 12px;
  color: #242b59;
  display: block;
}
.ds-card-body h4 {
  color: #242b59;
  font-size: 0.7rem;
  float: right;
  margin-top: 4px;
}
.ds-card-body span.subtitle2,
.ds-card-body .ds-landing-page .subtitle2.span-bold,
.ds-landing-page .ds-card-body .subtitle2.span-bold,
.ds-card-body .ds-landing-page .subtitle2.caption-bold,
.ds-landing-page .ds-card-body .subtitle2.caption-bold,
.ds-card-body .ds-suite-page .subtitle2.span-bold,
.ds-suite-page .ds-card-body .subtitle2.span-bold {
  font-size: 12px;
  color: #8b8f98;
  display: block;
}
.ds-card-body h3 {
  color: #242b59;
  text-align: left;
  font-size: 1rem;
}
.ds-card-body .numbercanvas span.subtitle,
.ds-card-body .numbercanvas .ds-landing-page .subtitle.span-bold,
.ds-landing-page .ds-card-body .numbercanvas .subtitle.span-bold,
.ds-card-body .numbercanvas .ds-landing-page .subtitle.caption-bold,
.ds-landing-page .ds-card-body .numbercanvas .subtitle.caption-bold,
.ds-card-body .numbercanvas .ds-suite-page .subtitle.span-bold,
.ds-suite-page .ds-card-body .numbercanvas .subtitle.span-bold {
  font-size: 10px;
  margin-top: -10px;
  margin-bottom: 12px;
}
.ds-card-body span.title,
.ds-card-body .ds-landing-page .title.span-bold,
.ds-landing-page .ds-card-body .title.span-bold,
.ds-card-body .ds-landing-page .title.caption-bold,
.ds-landing-page .ds-card-body .title.caption-bold,
.ds-card-body .ds-suite-page .title.span-bold,
.ds-suite-page .ds-card-body .title.span-bold {
  font-size: 12px;
  color: #242b59;
  display: block;
}
.ds-card .ds-card-body .btn-secondary {
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
  border: 2px solid var(--secondary);
  white-space: normal;
  line-height: 1.2;
  padding: 12px;
}
.ds-card .ds-card-body .btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  border: 2px solid var(--primary);
  white-space: normal;
  line-height: 1.2;
  padding: 12px;
  font-size: 12px;
}
.ds-card .ds-card-body .numbercanvas span.ssubtitle,
.ds-card .ds-card-body .numbercanvas .ds-landing-page .ssubtitle.span-bold,
.ds-landing-page .ds-card .ds-card-body .numbercanvas .ssubtitle.span-bold,
.ds-card .ds-card-body .numbercanvas .ds-landing-page .ssubtitle.caption-bold,
.ds-landing-page .ds-card .ds-card-body .numbercanvas .ssubtitle.caption-bold,
.ds-card .ds-card-body .numbercanvas .ds-suite-page .ssubtitle.span-bold,
.ds-suite-page .ds-card .ds-card-body .numbercanvas .ssubtitle.span-bold {
  width: 30%;
  margin: 0 auto;
  line-height: 1.2;
  margin-top: -8px;
}
.content-single-service {
  padding-top: 0 !important;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .content-single-service {
    padding-top: 0 !important;
  }
  .ds-card .ds-card-body {
    padding: 24px;
  }
}
.ds-btn-secondary {
  font-size: var(--btn-font-size, 14px) !important;
  cursor: pointer;
  font-family: var(--button-font-family);
  outline: none;
  border-radius: var(--btn-secondary-border-radius) !important;
  text-transform: var(--btn-secondary-text-transform);
  padding: var(--btn-secondary-padding);
  line-height: var(--btn-secondary-line-height);
  background-color: var(--btn-secondary-background-color);
  color: var(--btn-secondary-color);
  border-color: var(--btn-secondary-border-color);
  border-width: var(--btn-secondary-border-width);
  border-style: var(--btn-secondary-border-style);
  opacity: var(--btn-secondary-opacity);
}
.ds-btn-secondary:hover {
  border-radius: var(--btn-secondary-hover-border-radius) !important;
  text-transform: var(--btn-secondary-hover-text-transform);
  padding: var(--btn-secondary-hover-padding);
  line-height: var(--btn-secondary-hover-line-height);
  background-color: var(--btn-secondary-hover-background-color);
  color: var(--btn-secondary-hover-color);
  border-color: var(--btn-secondary-hover-border-color);
  border-width: var(--btn-secondary-hover-border-width);
  border-style: var(--btn-secondary-hover-border-style);
  opacity: var(--btn-secondary-hover-opacity);
}
.ds-btn-outlined-secondary {
  border-radius: 8px !important;
  padding: 12px 20px;
  border: none;
  line-height: 16px;
  font-size: 14px;
  background: transparent;
  color: #666a73 !important;
  border-color: #666a73;
  border: 2px solid #666a73;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "RobotoBold";
  outline: none;
}
.ds-btn-outlined-secondary:hover {
  border-color: #666a73;
  background: #666a73;
  color: #fff !important;
}
.ds-btn-outlined-secondary.apply {
  background: #bcc4d4;
  border-radius: 8px;
  border: none;
}
.ds-btn-outlined-secondary {
  border-radius: 8px !important;
  padding: 12px 20px;
  border: none;
  line-height: 16px;
  font-size: 14px;
  background: transparent;
  color: #666a73 !important;
  border-color: #666a73;
  border: 2px solid #666a73;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "RobotoBold";
  outline: none;
}
.ds-btn-outlined-secondary:hover {
  border-color: #666a73;
  background: #666a73;
  color: #fff !important;
}
.ds-btn-circle-secondary:active:hover {
  border-width: 2px !important;
  border: 1px solid #666a73 !important;
  color: #666a73 !important;
  background: #ffffff !important;
}
.ds-btn-circle-secondary:hover {
  border-width: 2px !important;
  background-color: #666a73 !important;
  border: 1px solid #666a73 !important;
  color: #fff !important;
}
.ds-btn-primary {
  border-radius: var(--btn-primary-border-radius, 8px) !important;
  text-transform: var(--btn-primary-text-transform);
  padding: var(--btn-primary-padding) !important;
  line-height: var(--btn-primary-line-height);
  background-color: var(--btn-primary-background-color);
  color: var(--btn-primary-color);
  border-color: var(--btn-primary-border-color);
  border-width: var(--btn-primary-border-width);
  border-style: var(--btn-primary-border-style);
  opacity: var(--btn-primary-opacity);
  font-size: var(--btn-font-size, 14px) !important;
  cursor: pointer;
  font-family: var(--button-font-family);
  outline: none;
}
.ds-btn-primary:hover {
  border-radius: var(--btn-primary-hover-border-radius);
  text-transform: var(--btn-primary-hover-text-transform);
  padding: var(--btn-primary-hover-padding);
  line-height: var(--btn-primary-hover-line-height);
  background-color: var(--btn-primary-hover-background-color);
  color: var(--btn-primary-hover-color);
  border-color: var(--btn-primary-hover-border-color);
  border-width: var(--btn-primary-hover-border-width);
  border-style: var(--btn-primary-hover-border-style);
  opacity: var(--btn-primary-hover-opacity);
}
.ds-btn-primary:disabled {
  cursor: auto;
  border-radius: var(--btn-primary-disabled-border-radius);
  text-transform: var(--btn-primary-disabled-text-transform);
  padding: var(--btn-primary-disabled-padding);
  line-height: var(--btn-primary-disabled-line-height);
  background-color: var(--btn-primary-disabled-background-color);
  color: var(--btn-primary-disabled-color);
  border-color: var(--btn-primary-disabled-border-color);
  border-width: var(--btn-primary-disabled-border-width);
  border-style: var(--btn-primary-disabled-border-style);
  opacity: var(--btn-primary-disabled-opacity);
}
.ds-card-bms-result {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ds-canvas-first-col {
  display: block !important;
  height: 120px !important;
  width: 300px !important;
  margin: 0 auto !important;
  margin-top: -130px !important;
}
.ds-canvas-inside-text {
  position: relative;
  top: 110px;
  left: 0;
  right: 0;
  width: 90px;
  display: block;
  margin: 0 auto;
}
.ds-canvas-subtitle {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: initial;
}
.ds-bms-analysis-card {
  padding: 4px 12px;
  background: #ecf1f8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.canvas-labes {
  margin-top: 2rem;
}
.center-div {
  border: none;
  border-left: 2px solid #ecf1f8;
  border-right: 2px solid #ecf1f8;
}
.ds-green-box {
  width: 100%;
  height: 100px;
  border: 2px solid green;
  border-radius: 8px;
  padding: 0px 12px;
}
.ds-red-box {
  width: 100%;
  height: 100px;
  border: 2px solid red;
  border-radius: 8px;
  padding: 0px 12px;
}
@media only screen and (min-width: 1401px) {
  .ds-canvas-first-col {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .ds-canvas-first-col {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 1250px) {
  .ds-canvas-first-col {
    width: 250px !important;
    margin-left: -90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ds-canvas-first-col {
    margin-top: -80px !important;
    margin-left: -30px !important;
    margin-bottom: 40px !important;
  }
  .ds-canvas-inside-text {
    top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .center-div {
    border: none;
    border-top: 2px solid #ecf1f8;
    border-bottom: 2px solid #ecf1f8;
  }
  .ds-canvas-first-col {
    width: 280px !important;
    margin-left: 0px !important;
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 490px) {
  .ds-canvas-first-col {
    margin-left: -50px !important;
  }
}
@media only screen and (max-width: 415px) {
  .ds-canvas-first-col {
    margin-left: -70px !important;
  }
}
.ds-pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.ds-pagination .pagination-item {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  color: #666a73;
  border-radius: 50%;
  cursor: pointer;
}
.ds-pagination .pagination-item:hover {
  border: 2px solid #666a73;
}
.ds-pagination .pagination-item.active {
  border-radius: 20px;
  background: #36b3ed;
  color: #fff;
}
.ds-pagination .pagination-item.active:hover {
  border: none;
}
.ds-pagination .pagination-item.pag-disabled {
  pointer-events: none;
  border: 2px solid #BCC4D4;
  color: #BCC4D4;
  cursor: auto;
}
@media only screen and (max-width: 1100px) {
  .ds-pagination {
    display: flex;
    justify-content: flex-end;
  }
}
.ds-control {
  padding: 11px 12px;
}
.check-terms {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 40px 22px;
}
.check-terms .custom-control {
  max-width: 50%;
}
.inputs-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  width: 100%;
  column-gap: 24px;
}
.inputs-form .input-columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 936px) {
  .inputs-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .input-columns {
    width: 100% !important;
  }
}
@media only screen and (max-width: 935px) {
  .check-terms {
    display: flex;
    justify-content: center;
    padding: 10px 0 40px 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1087px) {
  .check-terms {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 60px 0;
  }
  .check-terms .custom-control {
    max-width: 100%;
  }
}
.ds-control {
  padding: 11px 12px;
}
.ds-border-separate {
  border: 1px solid #ECF1F8;
  margin-bottom: 16px;
}
.rgpd-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 12px;
}
.rgpd-group .ds-rgpd-item {
  width: 50%;
}
.ds-rgpd-main {
  color: #34383F;
}
.ds-rgpd-main.disable {
  color: #BCC4D4;
}
.ds-overflow-x-hidden {
  overflow-x: hidden;
}
.ds-card-third-company {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.ds-card-third-company .ds-card-third-company-item {
  background: #BCC4D4;
  border-radius: 3px;
  padding: 8px;
  width: calc(50% - 12px);
  display: flex;
  justify-content: space-between;
}
.ds-rgpd-field-other {
  margin-left: 25px;
}
.ds-enterprise-picture-container {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 32px;
}
.ds-enterprise-picture-container .ds-enterprise-picture {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #BCC4D4;
  color: #BCC4D4;
  border-radius: 50%;
  margin-right: 18px;
  cursor: pointer;
}
.ds-button-next {
  display: flex;
  margin-top: 32px;
}
.rgpd-steps-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 24px;
  margin-right: 36px;
  margin-left: 36px;
}
.rgpd-steps-mobile .rgpd-progress-container-mobile {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin-bottom: 60px;
}
.rgpd-steps-mobile .rgpd-progress-container-mobile::before {
  content: "";
  background-color: #BCC4D4;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.rgpd-steps-mobile .rgpd-progress-container-mobile .rgpd-text-mobile {
  position: absolute;
  bottom: -10px;
  text-align: center;
  width: 112px;
  height: 0;
}
.rgpd-circle-mobile {
  background-color: #34383F;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #34383F;
  z-index: 0;
}
.rgpd-circle-mobile .rgpd-circle-title {
  font-family: var(--font-family-secondary-regular);
  font-size: 16px;
  line-height: 16px;
}
.rgpd-circle-mobile .rgpd-text-mobile {
  font-family: "RobotoBold";
  color: #34383F;
}
.rgpd-circle-mobile.ds-is-clickable:hover {
  border-color: #34383F !important;
}
.rgpd-circle-mobile.done {
  border-color: #14BB43;
  background-color: #14BB43;
  color: #FFFFFF;
}
.rgpd-circle-mobile.done .rgpd-text-mobile {
  font-family: var(--font-family-secondary-regular);
  color: #34383F;
}
.rgpd-circle-mobile.selected {
  border-color: #34383F;
  background: #34383F;
  color: #FFFFFF;
}
.rgpd-circle-mobile.selected .rgpd-text-mobile {
  font-family: var(--font-family-secondary-regular);
  color: #34383F;
}
.rgpd-circle-mobile.disable {
  background-color: #BCC4D4;
  border-color: #BCC4D4;
  color: #FFFFFF;
}
.rgpd-circle-mobile.disable .rgpd-text-mobile {
  font-family: var(--font-family-secondary-regular);
  color: #BCC4D4;
}
.rgpd-progress {
  background-color: #14BB43;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
@media only screen and (max-width: 1100px) {
  .rgpd-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .rgpd-group .ds-rgpd-item {
    width: 100%;
  }
  .ds-card-third-company .ds-card-third-company-item {
    width: 100%;
  }
  .ds-button-next {
    justify-content: flex-end;
  }
  .rgpd-circle-mobile {
    height: 24px;
    width: 24px;
  }
  .rgpd-circle-mobile .rgpd-circle-title {
    font-family: var(--font-family-secondary-regular);
    font-size: 14px;
    line-height: 16px;
  }
  .rgpd-steps-mobile {
    margin: 0;
    margin-top: 24px;
  }
  .rgpd-steps-mobile .rgpd-progress-container-mobile {
    margin-bottom: 24px;
  }
  .rgpd-steps-mobile .rgpd-progress-container-mobile .rgpd-text-mobile {
    display: none;
  }
}
.ds-complement {
  background: #FFF;
  background-color: #FFF;
  border-radius: 8px;
}
.suite-course-section h2 {
  font-size: 26px;
}
.suite-course-section h3 {
  font-size: 22px;
}
.suite-course-section h4 {
  font-size: 20px;
}
.suite-course-section h5 {
  font-size: 18px;
}
.suite-course-section h6 {
  font-size: 16px;
}
.modules-container .module-information .description h2 {
  font-size: 12px;
  margin: 0;
}
.modules-container .module-information .description p,
.modules-container .module-information .description .ds-landing-page .p-bold,
.ds-landing-page .modules-container .module-information .description .p-bold,
.modules-container .module-information .description .ds-suite-page .p-bold,
.ds-suite-page .modules-container .module-information .description .p-bold {
  margin: 0;
}
.modules-container .module-information .description strong {
  font-weight: 500;
  font-family: var(--font-family-secondary-regular) !important;
}
html {
  --ant-primary-color: #1890ff;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  display: none;
  color: var(--ant-primary-color);
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container:after {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: none \ ;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur:after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.4509803922);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--ant-primary-color);
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(0);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
.ds-container-switch.inline {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.ds-container-switch.column .item-switch {
  margin-bottom: 5px;
}
.ds-container-switch .item-switch {
  display: flex;
  align-items: center;
}
.ds-switch {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #BCC4D4;
  position: relative;
  width: 28px;
  height: 16px;
  appearance: none;
  border-radius: 8px;
}
.ds-switch::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 1.5px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  border: 1px solid #BCC4D4;
  background-color: #BCC4D4;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.ds-switch + label {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  top: 5px;
}
.ds-switch:checked {
  border: 1px solid #36B3ED;
  background-color: #36B3ED;
}
.ds-switch:checked:before {
  left: 12px;
  background-color: #fff;
}
.ds-switch:disabled {
  pointer-events: none;
  cursor: auto;
  border: 1px solid #BCC4D4;
}
.ds-switch:disabled:checked {
  border: 1px solid #666A73;
  background-color: #666A73;
  opacity: 0.5;
}
.ds-switch:disabled + label {
  color: #BCC4D4;
  cursor: auto;
}
.ds-switch:disabled:before {
  background: #BCC4D4;
}
.ds-switch:disabled:checked::before {
  background-color: #fff;
}
.easy-table {
  width: 100%;
}
.user-list-subtitle {
  width: 50%;
  max-width: 663px;
}
.summary-mobile-container {
  display: flex;
  flex-direction: column;
  overflow-wrap: anywhere;
}
.user-inactive {
  color: #BCC4D4 !important;
}
.img-inactive {
  opacity: 0.3;
}
.content-padding {
  padding: 0px !important;
}
.container-table {
  display: grid;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  overflow: auto;
}
.container-table .header-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 8px;
  font-family: var(--font-family-secondary-bold);
  color: #34383F;
  font-size: 16px;
}
.container-table .header-grid .cell-header {
  padding-left: 16px;
  padding-right: 16px;
}
.container-table .row-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-flow: column;
  border: 1px solid #BCC4D4;
  border-radius: 8px;
  margin-bottom: 8px;
  height: auto;
  align-items: center;
}
.container-table .row-grid .content-cell-row {
  font-family: var(--font-family-secondary-regular);
  font-weight: 500;
  color: #34383F;
  font-size: 14px;
  word-wrap: break-word;
}
.container-table .row-grid .content-cell-row .cell-row {
  padding-left: 16px;
  padding-right: 16px;
  word-wrap: break-word;
  line-height: 1.2 !important;
}
.container-table .row-grid .content-cell-row .cell-row .hide-cell {
  display: flex;
}
.container-table .row-grid button {
  height: 32px !important;
  padding: 0px !important;
}
.container-table .row-border {
  position: relative;
  width: 100%;
  padding: 16px 0px 16px 0px;
}
.container-table .row-border::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #BCC4D4;
}
.container-table .row-border:last-child:after {
  display: none;
}
@media screen and (width <= 767px) {
  .container-table .hide-td {
    display: none;
  }
  .container-table .hide-cell {
    display: none !important;
  }
  .container-table .row-grid .cell-row {
    font-size: 12px;
  }
  .container-table .header-grid .cell-header {
    font-size: 12px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.device-service {
  display: inline-flex;
  background: #ECF1F8;
  border-radius: 50px;
  padding: 8px 12px;
  max-width: 100%;
}
.device-service .ds-t-elipssis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.req-list--mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .req-list--mobile {
    width: 100%;
    padding: 24px !important;
    display: flex;
    background: #FFFFFF !important;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .card-service {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #BCC4D4;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 8px;
  }
  .grid-mobile {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  .easy-table {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .container-table {
    padding: 22px;
  }
}
.custom-table-header {
  display: grid;
  grid-template-columns: minmax(50px, 5%) minmax(50px, 5%) minmax(150px, 15%) minmax(150px, 15%) minmax(200px, 20%) minmax(100px, 10%) minmax(100px, 10%) minmax(200px, 20%);
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 8px;
  font-family: var(--font-family-secondary-regular);
  color: #34383f;
  font-size: 16px;
}
.custom-table-header .cell-header {
  padding-left: 16px;
  padding-right: 16px;
}
.cell-center {
  display: flex;
  justify-content: center;
}
.custom-table-row {
  display: grid;
  grid-template-columns: minmax(50px, 5%) minmax(50px, 5%) minmax(150px, 15%) minmax(150px, 15%) minmax(200px, 20%) minmax(100px, 10%) minmax(100px, 10%) minmax(200px, 20%);
  grid-auto-flow: column;
  border: 1px solid #bcc4d4;
  border-radius: 8px;
  margin-bottom: 8px;
  height: auto;
  align-items: center;
}
.custom-table-row .cell-row {
  padding-left: 16px;
  padding-right: 16px;
  word-wrap: break-word;
  line-height: 1.2 !important;
}
.custom-table-row.user-inactive {
  color: #BCC4D4;
}
.hide-web-td {
  display: none !important;
}
.custom-table-selected-rows {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #ecf1f8;
  padding: 8px 24px;
  margin-top: 12px;
  margin-bottom: 24px;
  border-radius: 8px;
}
.custom-container-mobile {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.custom-container-mobile .info-content {
  display: none;
}
.custom-container-mobile .mobile-buttons {
  display: flex;
  justify-content: flex-end;
}
@media screen and (width <= 1100px) {
  .hide-mobile-td {
    display: none !important;
  }
  .hide-mobile-cell {
    display: none !important;
  }
  .hide-web-td {
    display: flex !important;
  }
  .content-cell-row:has(.item-checkbox) {
    height: 100%;
    padding-top: 20px;
  }
  .custom-table-header {
    grid-template-columns: 15% 85%;
  }
  .custom-table-header .cell-header:has(.ds-pagination) {
    padding-right: 0px;
  }
  .custom-table-row {
    grid-template-columns: 15% 85%;
  }
  .custom-container-mobile {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .custom-container-mobile .info-content {
    display: flex;
    gap: 8px;
  }
  .custom-container-mobile .info-content .user-table-icon {
    position: relative;
  }
  .custom-container-mobile .info-content .user-table-icon:after {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 100%;
    height: 100%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #BCC4D4;
  }
  .custom-container-mobile .info-content .user-table-icon.active:after {
    background-color: #14bd44 !important;
  }
  .custom-container-mobile .mobile-buttons {
    display: flex;
    justify-content: flex-end;
  }
  .custom-table-selected-rows {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
@media screen and (width <= 767px) {
  .user-list-subtitle {
    width: 100%;
    max-width: 100%;
  }
}
#user-management-container .custom-table-row {
  min-height: 64px !important;
}
.ds-modal-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #14BD44;
  margin-bottom: 32px;
}
.ds-profile-upload-photo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.ds-profile-upload-photo input[type=file].input-upload-photo {
  display: none;
}
.ds-profile-upload-photo .profile-imagen-upload {
  display: flex;
  padding: 0;
  margin: 0;
}
.ds-profile-upload-photo .user-profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  border-radius: 50%;
  height: 64px;
}
.ds-profile-upload-photo .icon-add-user {
  display: flex;
  cursor: pointer;
  font-size: 70px;
}
.ds-profile-upload-photo .icon-add-user::before {
  margin: 0;
  line-height: 0;
}
.ds-profile-upload-photo .upload-photo-container {
  display: flex;
  align-items: center;
}
.ds-profile-upload-photo .upload-photo-text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-table-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  border-radius: 50%;
  height: 32px;
  background: #ecf1f8;
}
.user-table-icon-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  border-radius: 50%;
  height: 32px;
  border: 2px solid #666a73;
  cursor: pointer;
  color: #666a73;
}
.user-table-icon-actions:hover {
  color: white;
  background-color: #666A73;
  border: none;
}
.user-table-dot {
  display: flex;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #BCC4D4;
}
.user-table-dot.active {
  background-color: #14bd44;
}
.user-table-dot.todelete {
  background-color: #FF981F;
}
.user-table-dot.error {
  background-color: #EB1919;
}
.user-table-dot.pendingInstall {
  background-color: #666A73 !important;
}
.mobile-message-center {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow-wrap: anywhere;
}
@media screen and (width <= 767px) {
  .mobile-message-center {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
:root {
  --wizard-card-header-steps-text-color: var(--secondary);
  --wizard-card-body-text-color: var(--neutral-black);
  --wizard-card-bg-container: var(--neutral-white);
  --wizard-card-ff-service-steps: var(--font-family-secondary-regular, RobotoRegular);
  --wizard-card-ff-body-title: var(--font-family-primary-bold, MontserratBold);
  --wizard-card-ff-body-desc: var(--font-family-secondary-regular, RobotoRegular);
  --wizard-card-button-action-color: var(--secondary);
  --wizard-card-button-action-hover-color: var(--secondary-hover);
}
.wizard-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wizard-card-container {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-color: var(--wizard-card-bg-container);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header-wizard-card {
  display: flex;
  align-items: center;
}
.header-wizard-card .services-steps {
  font-family: var(--wizard-card-ff-service-steps);
  font-size: 12px;
  color: var(--wizard-card-header-steps-text-color);
}
.general-modal .icon-close {
  cursor: pointer;
  font-size: 24px;
  color: var(--secondary);
}
.general-modal .icon-close:hover {
  color: var(--secondary-hover);
}
.header-wizard-card i {
  cursor: pointer;
  font-size: 24px;
  color: var(--secondary);
}
.header-wizard-card i:hover {
  color: var(--secondary-hover);
}
.header-wizard-card i::before {
  margin: 0;
  padding: 0;
}
.body-wizard-card {
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  color: var(--wizard-card-body-text-color);
}
.body-wizard-card i.icon-loader {
  display: flex;
  justify-content: center;
}
.body-wizard-card i.wizard-icon {
  display: flex;
  justify-content: center;
}
.body-wizard-card i.icon-loader::before {
  margin: 0;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.wizard-body-title {
  font-family: var(--wizard-card-ff-body-title);
}
.wizard-body-desc {
  display: flex;
  justify-content: center;
  font-family: var(--wizard-card-ff-body-desc);
}
.wizard-button-section {
  display: flex;
  justify-content: center;
}
.wizard-help-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
  cursor: pointer;
}
.wizard-help-container:hover {
  color: var(--secondary-hover);
}
.wizard-flex-row-center {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.wizard-requirements-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wizard-requirements-container .wizard-requirements-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.wizard-card-action-buttons {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  visibility: hidden;
}
.wizard-card-action-buttons .action-button {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  cursor: pointer;
  font-family: var(--font-family-secondary-regular);
  font-size: 16px;
  color: var(--wizard-card-button-action-color);
}
.wizard-card-action-buttons .action-button:hover {
  color: var(--wizard-card-button-action-hover-color);
}
@media only screen and (max-width: 1100px) {
  .body-wizard-card {
    padding: 0;
    text-align: left;
  }
  .wizard-body-desc {
    justify-content: flex-start;
  }
  .body-wizard-card i.icon-loader {
    justify-content: flex-start;
  }
  .body-wizard-card i.wizard-icon {
    justify-content: flex-start;
  }
  .wizard-button-section {
    display: unset;
  }
  .wizard-flex-row-center {
    justify-content: flex-start;
  }
}
:root {
  --wizard-color-text: var(--text-color-primary, #34383f);
  --wizard-typography-tile: var(--text-color-primary, #34383f);
  --wizard-progress-bar-bg: var(--semantic-light, #d3dffe);
  --wizard-progress-bar-bg-inside: var(--accent, #0349fe);
  --wizard-service-active-bg: var(--neutral-bg, #ecf1f8);
  --wizard-service-active-border-radius: 4px;
  --wizard-service-hover-bg: var(--neutral-bg, #ecf1f8);
  --wizard-service-hover-border-radius: 4px;
  --wizard-service-focus-border-radius: 4px;
  --wizard-service-focus-outline: 2px solid var(--accent, #0349fe);
  --c-semanctic-orange: var(--semantic-orange, #FF981F);
  --c-semanctic-danger: var(--semantic-danger, #EB1919);
  --c-semanctic-success: var(--semantic-success, #14BD44);
}
.wizard-fra-main-container {
  padding: 16px 24px;
  background: #ECF1F8;
  z-index: 60;
  position: relative;
  margin-left: 320px;
  min-height: 80vh !important;
}
.ds-wizard-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 1;
}
.ds-wizard-sidebar-container {
  background-color: #fff;
  width: 320px;
  padding: 24px;
}
.wizard-header-sidebar {
  padding-bottom: 12px;
}
.wizard-header-sidebar .logo-company {
  height: 60px;
}
.wizard-header-sidebar .logo-container {
  margin-bottom: 24px;
}
.wizard-header-title {
  font-family: var(--font-family-primary-bold);
  color: var(--wizard-color-text);
  font-size: 24px;
  max-width: 250px;
  margin-bottom: 12px;
}
.wizard-progress-bar {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}
.wizard-progress-bar .progress-bar-text {
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
}
.wizard-progress-bar .progress-bar-rect {
  position: relative;
  height: 4px;
  border-radius: 8px;
  background-color: var(--wizard-progress-bar-bg);
}
.wizard-progress-bar .progress-bar-rect .bar {
  position: absolute;
  height: 4px;
  border-radius: 8px;
  left: 0;
  bottom: 0;
  background: var(--wizard-progress-bar-bg-inside);
  width: 0;
  transition: all ease-in 0.5s;
}
.wizard-ul-service-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.flex-only-web {
  display: flex;
}
.flex-only-mobile {
  display: none;
}
.wizard-li-service-item {
  display: flex;
  width: 100%;
  padding: 4px 0px;
}
.wizard-li-service-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  gap: 8px;
  width: 100%;
}
.wizard-li-service-item .service-text-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(100% - 32px);
}
.wizard-li-service-item i {
  font-size: 20px;
}
.wizard-li-service-item i::before {
  margin: 0;
  padding: 0;
}
.service-text-container .wizard-service-text {
  width: 100%;
  font-family: var(--font-family-secondary-regular);
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wizard-body-sidebar {
  height: 100%;
}
.wizard-ul-service-list li.wizard-li-service-item .wizard-li-service-container.active {
  background: var(--wizard-service-active-bg);
  border-radius: var(--wizard-service-active-border-radius);
}
.wizard-ul-service-list li.wizard-li-service-item .wizard-li-service-container:hover {
  background: var(--wizard-service-hover-bg);
  border-radius: var(--wizard-service-hover-border-radius);
}
.wizard-ul-service-list li.wizard-li-service-item .wizard-li-service-container:focus-visible {
  border-radius: var(--wizard-service-focus-border-radius);
  outline: var(--wizard-service-focus-outline);
}
.services-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.pointer-events-disable {
  pointer-events: none;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ds-c-semantics-orange {
  color: var(--c-semanctic-orange);
}
.ds-c-semantics-success {
  color: var(--c-semanctic-success);
}
.ds-c-semantics-danger {
  color: var(--c-semanctic-danger);
}
@media only screen and (max-width: 767px) {
  .ds-wizard-sidebar {
    position: relative;
    padding: 24px;
  }
  .ds-wizard-sidebar-container {
    width: 100%;
    border-radius: 8px;
  }
  .wizard-header-sidebar .logo-company {
    height: 45px;
    width: 147px;
  }
  .wizard-header-title {
    max-width: 100%;
  }
  .flex-only-web {
    display: none;
  }
  .flex-only-mobile {
    display: flex;
  }
  .wizard-li-service-container {
    padding: 4px 0;
  }
  .wizard-fra-main-container {
    z-index: 0;
    margin-left: 0;
    padding-top: 0px;
  }
}
.wizard-two-step-progress-container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.wizard-two-step-icon-container {
  background-color: #ffffff;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 2px solid #34383f;
  z-index: 0;
}
.col-md-6.two-step-line::before {
  content: "";
  background-color: #bcc4d4;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 150%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.col-md-6.two-step-line::before .active {
  background-color: red;
}
.col-md-6.two-step-line.active::before {
  content: "";
  background-color: var(--semantics-success);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.wizard-two-step-icon-container.active {
  border-color: var(--semantics-success);
  background-color: var(--semantics-success);
  color: #ffffff;
}
.wizard-two-step-icon-container.disable {
  border-color: #bcc4d4;
  background-color: #ffffff;
  color: #bcc4d4;
}
.wizard-two-step-success-progres-bar {
  background-color: var(--semantics-success) !important;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.wizard-mobile-section {
  display: none !important;
}
.wizard-web-section {
  display: flex !important;
}
.wizard-gravity-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.wizard-cya-boxs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(259px, 100%);
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .wizard-two-steps-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wizard-two-steps-mobile .wizard-progress-container-mobile {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 100%;
    width: 60%;
    margin-bottom: 24px;
  }
  .wizard-two-steps-mobile .wizard-progress-container-mobile::before {
    content: "";
    background-color: #bcc4d4;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.4s ease-in;
  }
  .wizard-two-steps-mobile .wizard-progress-container-mobile .wizard-text-mobile {
    position: absolute;
    bottom: -20px;
    width: 100px;
    text-align: center;
  }
  .wizard-two-step-icon-circle-mobile {
    background-color: #34383f;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #34383f;
    z-index: 0;
  }
  .wizard-two-step-icon-circle-mobile.active {
    border-color: var(--semantics-success);
    background-color: var(--semantics-success);
    color: var(--neutral-white);
  }
  .wizard-two-step-icon-circle-mobile.disable {
    background-color: #bcc4d4;
    border-color: #bcc4d4;
    color: var(--neutral-white);
  }
  .wizard-mobile-section {
    display: flex !important;
  }
  .wizard-web-section {
    display: none !important;
  }
  .wizard-gravity-buttons {
    display: grid;
    width: 100%;
  }
}
.wizard-three-step-progress-container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.wizard-three-step-icon-container {
  background-color: #ffffff;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 2px solid #34383f;
  z-index: 0;
}
.col-md-4.three-step-line::before {
  content: "";
  background-color: #bcc4d4;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.col-md-4.three-step-line::before .active {
  background-color: red;
}
.col-md-4.three-step-line.active::before {
  content: "";
  background-color: var(--semantics-success);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.4s ease-in;
}
.wizard-three-step-icon-container.active {
  border-color: var(--semantics-success);
  background-color: var(--semantics-success);
  color: #ffffff;
}
.wizard-three-step-icon-container.disable {
  border-color: #bcc4d4;
  background-color: #ffffff;
  color: #bcc4d4;
}
.content-text-progress {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 100%;
  width: 64%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1100px) {
  .wizard-three-steps-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wizard-three-steps-mobile .wizard-progress-container-mobile {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 100%;
    width: 60%;
    margin-bottom: 24px;
  }
  .wizard-three-steps-mobile .wizard-progress-container-mobile::before {
    content: "";
    background-color: #bcc4d4;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.4s ease-in;
  }
  .wizard-three-steps-mobile .wizard-progress-container-mobile .wizard-text-mobile {
    position: absolute;
    bottom: -20px;
    width: 100px;
    text-align: center;
  }
}
.fra-tooltip {
  background: var(--accent);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: var(--font-family-secondary-regular);
  font-size: 12px;
  position: fixed;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 0.2s forwards;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.fra-tooltip.top .tooltip-arrow {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-color: var(--accent) transparent transparent transparent;
}
.fra-tooltip.bottom .tooltip-arrow {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent var(--accent) transparent;
}
.fra-tooltip.left .tooltip-arrow {
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent var(--accent);
}
.fra-tooltip.right .tooltip-arrow {
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  border-width: 7px 7px 7px 0;
  border-color: transparent var(--accent) transparent transparent;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 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;
}
.rtl-modal-container {
  width: 100%;
  max-width: var(--modal-md);
  margin: 0 auto;
  background: var(--neutral-white);
  border-radius: 8px;
  margin: 24px;
  display: flex;
  flex-direction: column;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal--xs {
  max-width: var(--modal-xs);
}
.modal--sm {
  max-width: var(--modal-sm);
}
.modal--md {
  max-width: var(--modal-md);
}
.modal--lg {
  max-width: var(--modal-lg);
}
.modal--xl {
  max-width: var(--modal-xl);
}
.modal--2xl {
  max-width: var(--modal-2xl);
}
.modal--3xl {
  max-width: var(--modal-3xl);
}
.modal--full {
  max-width: var(--modal-full);
}

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