.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}
.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);
}

html {
  --mat-app-background-color: #f9f9f9;
  --mat-app-text-color: #1a1c1c;
  --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);
  --mat-ripple-color: rgba(26, 28, 28, 0.1);
  --mat-option-selected-state-label-text-color: #001849;
  --mat-option-label-text-color: #1a1c1c;
  --mat-option-hover-state-layer-color: rgba(26, 28, 28, 0.08);
  --mat-option-focus-state-layer-color: rgba(26, 28, 28, 0.12);
  --mat-option-selected-state-layer-color: #dbe1ff;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-color: #434652;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-full-pseudo-checkbox-selected-icon-color: #00358e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #434652;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(26, 28, 28, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(26, 28, 28, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00358e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(26, 28, 28, 0.38);
  --mdc-elevated-card-container-color: #f3f4f4;
  --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-elevated-card-container-shape: 12px;
  --mdc-outlined-card-container-color: #f9f9f9;
  --mdc-outlined-card-outline-color: #c4c6d4;
  --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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-subtitle-text-color: #1a1c1c;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-color: #00358e;
  --mdc-linear-progress-track-color: #e0e2f0;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-color: #2f3131;
  --mdc-plain-tooltip-supporting-text-color: #f0f1f1;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #00358e;
  --mdc-filled-text-field-focus-active-indicator-color: #00358e;
  --mdc-filled-text-field-focus-label-text-color: #00358e;
  --mdc-filled-text-field-container-color: #e0e2f0;
  --mdc-filled-text-field-disabled-container-color: rgba(26, 28, 28, 0.04);
  --mdc-filled-text-field-label-text-color: #434652;
  --mdc-filled-text-field-hover-label-text-color: #434652;
  --mdc-filled-text-field-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-filled-text-field-input-text-color: #1a1c1c;
  --mdc-filled-text-field-disabled-input-text-color: rgba(26, 28, 28, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #434652;
  --mdc-filled-text-field-error-hover-label-text-color: #410002;
  --mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-filled-text-field-error-label-text-color: #ba1a1a;
  --mdc-filled-text-field-active-indicator-color: #434652;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(26, 28, 28, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #1a1c1c;
  --mdc-filled-text-field-error-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color: #410002;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --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-caret-color: #00358e;
  --mdc-outlined-text-field-focus-outline-color: #00358e;
  --mdc-outlined-text-field-focus-label-text-color: #00358e;
  --mdc-outlined-text-field-label-text-color: #434652;
  --mdc-outlined-text-field-hover-label-text-color: #1a1c1c;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-outlined-text-field-input-text-color: #1a1c1c;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(26, 28, 28, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #434652;
  --mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color: #410002;
  --mdc-outlined-text-field-outline-color: #747683;
  --mdc-outlined-text-field-disabled-outline-color: rgba(26, 28, 28, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #1a1c1c;
  --mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color: #410002;
  --mdc-outlined-text-field-error-outline-color: #ba1a1a;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: #00358e;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(26, 28, 28, 0.38);
  --mat-form-field-state-layer-color: #1a1c1c;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-select-option-text-color: #1a1c1c;
  --mat-form-field-select-disabled-option-text-color: rgba(26, 28, 28, 0.38);
  --mat-form-field-leading-icon-color: #434652;
  --mat-form-field-disabled-leading-icon-color: rgba(26, 28, 28, 0.38);
  --mat-form-field-trailing-icon-color: #434652;
  --mat-form-field-disabled-trailing-icon-color: rgba(26, 28, 28, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #410002;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-enabled-select-arrow-color: #434652;
  --mat-form-field-disabled-select-arrow-color: rgba(26, 28, 28, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --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;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-select-panel-background-color: #edeeee;
  --mat-select-enabled-trigger-text-color: #1a1c1c;
  --mat-select-disabled-trigger-text-color: rgba(26, 28, 28, 0.38);
  --mat-select-placeholder-text-color: #434652;
  --mat-select-enabled-arrow-color: #434652;
  --mat-select-disabled-arrow-color: rgba(26, 28, 28, 0.38);
  --mat-select-focused-arrow-color: #00358e;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-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);
  --mat-autocomplete-background-color: #edeeee;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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-dialog-container-color: #f9f9f9;
  --mdc-dialog-subhead-color: #1a1c1c;
  --mdc-dialog-supporting-text-color: #434652;
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mdc-chip-outline-color: #747683;
  --mdc-chip-disabled-outline-color: rgba(26, 28, 28, 0.12);
  --mdc-chip-focus-outline-color: #434652;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-chip-elevated-selected-container-color: #dbe1ff;
  --mdc-chip-flat-disabled-selected-container-color: rgba(26, 28, 28, 0.12);
  --mdc-chip-focus-state-layer-color: #434652;
  --mdc-chip-hover-state-layer-color: #434652;
  --mdc-chip-selected-hover-state-layer-color: #001849;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #001849;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #434652;
  --mdc-chip-selected-label-text-color: #001849;
  --mdc-chip-with-icon-icon-color: #434652;
  --mdc-chip-with-icon-disabled-icon-color: #1a1c1c;
  --mdc-chip-with-icon-selected-icon-color: #001849;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1c1c;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #434652;
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
  --mat-chip-trailing-action-state-layer-color: #434652;
  --mat-chip-selected-trailing-action-state-layer-color: #001849;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1c1c;
  --mat-chip-selected-trailing-icon-color: #001849;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #00358e;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-hover-state-layer-color: #00358e;
  --mdc-switch-selected-pressed-state-layer-color: #00358e;
  --mdc-switch-selected-focus-handle-color: #dbe1ff;
  --mdc-switch-selected-hover-handle-color: #dbe1ff;
  --mdc-switch-selected-pressed-handle-color: #dbe1ff;
  --mdc-switch-selected-focus-track-color: #00358e;
  --mdc-switch-selected-hover-track-color: #00358e;
  --mdc-switch-selected-pressed-track-color: #00358e;
  --mdc-switch-selected-track-color: #00358e;
  --mdc-switch-disabled-selected-handle-color: #f9f9f9;
  --mdc-switch-disabled-selected-icon-color: #1a1c1c;
  --mdc-switch-disabled-selected-track-color: #1a1c1c;
  --mdc-switch-disabled-unselected-handle-color: #1a1c1c;
  --mdc-switch-disabled-unselected-icon-color: #e0e2f0;
  --mdc-switch-disabled-unselected-track-color: #e0e2f0;
  --mdc-switch-selected-icon-color: #001849;
  --mdc-switch-unselected-focus-handle-color: #434652;
  --mdc-switch-unselected-focus-state-layer-color: #1a1c1c;
  --mdc-switch-unselected-focus-track-color: #e0e2f0;
  --mdc-switch-unselected-handle-color: #747683;
  --mdc-switch-unselected-hover-handle-color: #434652;
  --mdc-switch-unselected-hover-state-layer-color: #1a1c1c;
  --mdc-switch-unselected-hover-track-color: #e0e2f0;
  --mdc-switch-unselected-icon-color: #e0e2f0;
  --mdc-switch-unselected-pressed-handle-color: #434652;
  --mdc-switch-unselected-pressed-state-layer-color: #1a1c1c;
  --mdc-switch-unselected-pressed-track-color: #e0e2f0;
  --mdc-switch-unselected-track-color: #e0e2f0;
  --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-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
  --mat-switch-track-outline-color: #747683;
  --mat-switch-disabled-unselected-track-outline-color: #1a1c1c;
  --mat-switch-label-text-color: #1a1c1c;
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
  --mdc-radio-disabled-selected-icon-color: #1a1c1c;
  --mdc-radio-disabled-unselected-icon-color: #1a1c1c;
  --mdc-radio-unselected-hover-icon-color: #1a1c1c;
  --mdc-radio-unselected-focus-icon-color: #1a1c1c;
  --mdc-radio-unselected-icon-color: #434652;
  --mdc-radio-unselected-pressed-icon-color: #1a1c1c;
  --mdc-radio-selected-focus-icon-color: #00358e;
  --mdc-radio-selected-hover-icon-color: #00358e;
  --mdc-radio-selected-pressed-icon-color: #00358e;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-ripple-color: #1a1c1c;
  --mat-radio-checked-ripple-color: #00358e;
  --mat-radio-disabled-label-color: rgba(26, 28, 28, 0.38);
  --mat-radio-label-text-color: #1a1c1c;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
  --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);
  --mdc-slider-handle-color: #00358e;
  --mdc-slider-focus-handle-color: #00358e;
  --mdc-slider-hover-handle-color: #00358e;
  --mdc-slider-active-track-color: #00358e;
  --mdc-slider-inactive-track-color: #e0e2f0;
  --mdc-slider-with-tick-marks-inactive-container-color: #434652;
  --mdc-slider-with-tick-marks-active-container-color: #ffffff;
  --mdc-slider-disabled-active-track-color: #1a1c1c;
  --mdc-slider-disabled-handle-color: #1a1c1c;
  --mdc-slider-disabled-inactive-track-color: #1a1c1c;
  --mdc-slider-label-container-color: #00358e;
  --mdc-slider-label-label-text-color: #ffffff;
  --mdc-slider-with-overlap-handle-outline-color: #ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color: #1a1c1c;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --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.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-ripple-color: #00358e;
  --mat-slider-hover-state-layer-color: rgba(0, 53, 142, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 53, 142, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
  --mat-menu-item-label-text-color: #1a1c1c;
  --mat-menu-item-icon-color: #434652;
  --mat-menu-item-hover-state-layer-color: rgba(26, 28, 28, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(26, 28, 28, 0.12);
  --mat-menu-container-color: #edeeee;
  --mat-menu-divider-color: #e0e2f0;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-base-elevation-level: 2;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #dbe1ff;
  --mdc-list-list-item-disabled-state-layer-color: #1a1c1c;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #1a1c1c;
  --mdc-list-list-item-supporting-text-color: #434652;
  --mdc-list-list-item-leading-icon-color: #434652;
  --mdc-list-list-item-trailing-supporting-text-color: #434652;
  --mdc-list-list-item-trailing-icon-color: #434652;
  --mdc-list-list-item-selected-trailing-icon-color: #00358e;
  --mdc-list-list-item-disabled-label-text-color: #1a1c1c;
  --mdc-list-list-item-disabled-leading-icon-color: #1a1c1c;
  --mdc-list-list-item-disabled-trailing-icon-color: #1a1c1c;
  --mdc-list-list-item-hover-label-text-color: #1a1c1c;
  --mdc-list-list-item-focus-label-text-color: #1a1c1c;
  --mdc-list-list-item-hover-state-layer-color: #1a1c1c;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #1a1c1c;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --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-label-text-opacity: 0.3;
  --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: #dbe1ff;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
  --mat-paginator-container-text-color: #1a1c1c;
  --mat-paginator-container-background-color: #f9f9f9;
  --mat-paginator-enabled-icon-color: #434652;
  --mat-paginator-disabled-icon-color: rgba(26, 28, 28, 0.38);
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --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;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-color: #00358e;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: #e0e2f0;
  --mat-tab-header-pagination-icon-color: #1a1c1c;
  --mat-tab-header-inactive-label-text-color: #1a1c1c;
  --mat-tab-header-active-label-text-color: #1a1c1c;
  --mat-tab-header-active-ripple-color: #1a1c1c;
  --mat-tab-header-inactive-ripple-color: #1a1c1c;
  --mat-tab-header-inactive-focus-label-text-color: #1a1c1c;
  --mat-tab-header-inactive-hover-label-text-color: #1a1c1c;
  --mat-tab-header-active-focus-label-text-color: #1a1c1c;
  --mat-tab-header-active-hover-label-text-color: #1a1c1c;
  --mat-tab-header-active-focus-indicator-color: #00358e;
  --mat-tab-header-active-hover-indicator-color: #00358e;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
  --mdc-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #00358e;
  --mdc-checkbox-disabled-selected-icon-color: rgba(26, 28, 28, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(26, 28, 28, 0.38);
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #00358e;
  --mdc-checkbox-selected-hover-icon-color: #00358e;
  --mdc-checkbox-selected-icon-color: #00358e;
  --mdc-checkbox-unselected-focus-icon-color: #1a1c1c;
  --mdc-checkbox-unselected-hover-icon-color: #1a1c1c;
  --mdc-checkbox-unselected-icon-color: #434652;
  --mdc-checkbox-selected-focus-state-layer-color: #00358e;
  --mdc-checkbox-selected-hover-state-layer-color: #00358e;
  --mdc-checkbox-selected-pressed-state-layer-color: #1a1c1c;
  --mdc-checkbox-unselected-focus-state-layer-color: #1a1c1c;
  --mdc-checkbox-unselected-hover-state-layer-color: #1a1c1c;
  --mdc-checkbox-unselected-pressed-state-layer-color: #00358e;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-disabled-label-color: rgba(26, 28, 28, 0.38);
  --mat-checkbox-label-text-color: #1a1c1c;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-label-text-color: #00358e;
  --mdc-text-button-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #f9f9f9;
  --mdc-protected-button-label-text-color: #00358e;
  --mdc-protected-button-disabled-container-color: rgba(26, 28, 28, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
  --mdc-filled-button-container-color: #00358e;
  --mdc-filled-button-label-text-color: #ffffff;
  --mdc-filled-button-disabled-container-color: rgba(26, 28, 28, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
  --mdc-outlined-button-disabled-outline-color: rgba(26, 28, 28, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(26, 28, 28, 0.38);
  --mdc-outlined-button-label-text-color: #00358e;
  --mdc-outlined-button-outline-color: #747683;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
  --mat-text-button-state-layer-color: #00358e;
  --mat-text-button-disabled-state-layer-color: #434652;
  --mat-text-button-ripple-color: rgba(0, 53, 142, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
  --mat-protected-button-state-layer-color: #00358e;
  --mat-protected-button-disabled-state-layer-color: #434652;
  --mat-protected-button-ripple-color: rgba(0, 53, 142, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
  --mat-filled-button-state-layer-color: #ffffff;
  --mat-filled-button-disabled-state-layer-color: #434652;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
  --mat-outlined-button-state-layer-color: #00358e;
  --mat-outlined-button-disabled-state-layer-color: #434652;
  --mat-outlined-button-ripple-color: rgba(0, 53, 142, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
  --mdc-icon-button-icon-color: #434652;
  --mdc-icon-button-disabled-icon-color: rgba(26, 28, 28, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-state-layer-color: #434652;
  --mat-icon-button-disabled-state-layer-color: #434652;
  --mat-icon-button-ripple-color: rgba(67, 70, 82, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --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 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-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 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-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
  --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 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-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 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-container-color: #dbe1ff;
  --mdc-fab-container-shape: 16px;
  --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 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-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 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-container-color: #dbe1ff;
  --mdc-fab-small-container-shape: 12px;
  --mat-fab-foreground-color: #001849;
  --mat-fab-state-layer-color: #001849;
  --mat-fab-ripple-color: rgba(0, 24, 73, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(26, 28, 28, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(26, 28, 28, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-foreground-color: #001849;
  --mat-fab-small-state-layer-color: #001849;
  --mat-fab-small-ripple-color: rgba(0, 24, 73, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --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(26, 28, 28, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(26, 28, 28, 0.38);
  --mdc-snackbar-container-color: #2f3131;
  --mdc-snackbar-supporting-text-color: #f0f1f1;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mat-snack-bar-button-color: #b3c5ff;
  --mat-table-background-color: #f9f9f9;
  --mat-table-header-headline-color: #1a1c1c;
  --mat-table-row-item-label-text-color: #1a1c1c;
  --mat-table-row-item-outline-color: #747683;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
  --mdc-circular-progress-active-indicator-color: #00358e;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
  --mat-bottom-sheet-container-text-color: #1a1c1c;
  --mat-bottom-sheet-container-background-color: #f3f4f4;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #1a1c1c;
  --mat-standard-button-toggle-state-layer-color: #1a1c1c;
  --mat-standard-button-toggle-selected-state-background-color: #dbe1ff;
  --mat-standard-button-toggle-selected-state-text-color: #001849;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(26, 28, 28, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(26, 28, 28, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(26, 28, 28, 0.12);
  --mat-standard-button-toggle-divider-color: #747683;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 9999px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #00358e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(26, 28, 28, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #00358e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(26, 28, 28, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(26, 28, 28, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #434652;
  --mat-datepicker-calendar-date-in-range-state-background-color: #dbe1ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #dbe1ff;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dbe1ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #00358e;
  --mat-datepicker-toggle-icon-color: #434652;
  --mat-datepicker-calendar-body-label-text-color: #1a1c1c;
  --mat-datepicker-calendar-period-button-text-color: #434652;
  --mat-datepicker-calendar-period-button-icon-color: #434652;
  --mat-datepicker-calendar-navigation-button-icon-color: #434652;
  --mat-datepicker-calendar-header-text-color: #434652;
  --mat-datepicker-calendar-date-today-outline-color: #00358e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(26, 28, 28, 0.38);
  --mat-datepicker-calendar-date-text-color: #1a1c1c;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(26, 28, 28, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #00358e;
  --mat-datepicker-range-input-separator-color: #1a1c1c;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(26, 28, 28, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(26, 28, 28, 0.38);
  --mat-datepicker-calendar-container-background-color: #e8e8e8;
  --mat-datepicker-calendar-container-text-color: #1a1c1c;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-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);
  --mat-datepicker-calendar-container-touch-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);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-divider-color: #747683;
  --mat-divider-width: 1px;
  --mat-expansion-container-background-color: #f9f9f9;
  --mat-expansion-container-text-color: #1a1c1c;
  --mat-expansion-actions-divider-color: #747683;
  --mat-expansion-header-hover-state-layer-color: rgba(26, 28, 28, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(26, 28, 28, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(26, 28, 28, 0.38);
  --mat-expansion-header-text-color: #1a1c1c;
  --mat-expansion-header-description-color: #434652;
  --mat-expansion-header-indicator-color: #434652;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #f9f9f9;
  --mat-sidenav-container-text-color: #434652;
  --mat-sidenav-content-background-color: #f9f9f9;
  --mat-sidenav-content-text-color: #1a1c1c;
  --mat-sidenav-scrim-color: rgba(45, 48, 59, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-stepper-header-icon-foreground-color: #f9f9f9;
  --mat-stepper-header-selected-state-icon-background-color: #00358e;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #00358e;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: #f9f9f9;
  --mat-stepper-line-color: #747683;
  --mat-stepper-header-hover-state-layer-color: rgba(47, 49, 49, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(47, 49, 49, 0.12);
  --mat-stepper-header-label-text-color: #434652;
  --mat-stepper-header-optional-label-text-color: #434652;
  --mat-stepper-header-selected-state-label-text-color: #434652;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-icon-background-color: #434652;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #1a1c1c;
  --mat-toolbar-container-background-color: #f9f9f9;
  --mat-toolbar-container-text-color: #1a1c1c;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #f9f9f9;
  --mat-tree-node-text-color: #1a1c1c;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
  --mdc-radio-selected-icon-color: #00358e;
  --mat-select-panel-background-color: #ffffff;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: black;
  --mat-autocomplete-background-color: white;
  --mat-menu-item-label-text-color: #00358e;
  --mat-menu-item-icon-color: #00358e;
  --mat-menu-item-label-text-weight: 400;
}
.mat-theme-loaded-marker {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(42 125 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(42 125 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 800px){
  .container{
    max-width: 800px;
  }
}
@media (min-width: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-bottom-4{
  bottom: -1rem;
}
.left-0{
  left: 0px;
}
.right-2{
  right: 0.5rem;
}
.top-2{
  top: 0.5rem;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-11{
  grid-column: span 11 / span 11;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-span-full{
  grid-column: 1 / -1;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.row-span-10{
  grid-row: span 10 / span 10;
}
.row-span-11{
  grid-row: span 11 / span 11;
}
.row-span-12{
  grid-row: span 12 / span 12;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.row-span-4{
  grid-row: span 4 / span 4;
}
.row-span-5{
  grid-row: span 5 / span 5;
}
.row-span-6{
  grid-row: span 6 / span 6;
}
.row-span-7{
  grid-row: span 7 / span 7;
}
.row-span-8{
  grid-row: span 8 / span 8;
}
.row-span-9{
  grid-row: span 9 / span 9;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-auto{
  margin: auto;
}
.mx-\[1\.3rem\]{
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[26rem\]{
  height: 26rem;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[5rem\]{
  height: 5rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.min-h-44{
  min-height: 11rem;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.\!w-\[140px\]{
  width: 140px !important;
}
.\!w-\[280px\]{
  width: 280px !important;
}
.\!w-\[75px\]{
  width: 75px !important;
}
.w-4{
  width: 1rem;
}
.w-80{
  width: 20rem;
}
.w-9\/12{
  width: 75%;
}
.w-\[1rem\]{
  width: 1rem;
}
.w-\[31\.25rem\]{
  width: 31.25rem;
}
.w-\[4rem\]{
  width: 4rem;
}
.w-\[50\%\]{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.\!min-w-\[120px\]{
  min-width: 120px !important;
}
.\!min-w-\[125px\]{
  min-width: 125px !important;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-fit{
  max-width: fit-content;
}
.max-w-screen-xl{
  max-width: 1440px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1\]{
  flex: 1;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-help{
  cursor: help;
}
.cursor-move{
  cursor: move;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-60{
  gap: 15rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-neutral-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.justify-self-center{
  justify-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-1{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-dotted{
  border-style: dotted;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}
.border-neutral-800{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}
.border-zinc-500{
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(189 215 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(235 138 149 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.\!p-0{
  padding: 0px !important;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-1{
  padding-bottom: 0.25rem !important;
}
.\!pr-8{
  padding-right: 2rem !important;
}
.\!pt-1{
  padding-top: 0.25rem !important;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[500\]{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!leading-7{
  line-height: 1.75rem !important;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-\[rgb\(125\2c 125\2c 125\)\]{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-neutral-1000{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(0 53 142 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(212 0 25 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(193 0 23 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(117 0 14 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mat-mdc-autocomplete-panel {
  background: #ffffff !important;
  padding: 0 !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option-multiple).mdc-list-item--selected:not(.mdc-list-item--disabled) {
  background-color: #00358e !important;
  color: #ffffff !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option-multiple).mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #ffffff !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  color: #00358e !important;
}

.mat-mdc-icon-button:not(:disabled) {
  color: #00358e !important;
}
.mat-mdc-icon-button .mdc-icon-button__ripple,
.mat-mdc-icon-button .mat-mdc-focus-indicator,
.mat-mdc-icon-button .mat-mdc-button-touch-target,
.mat-mdc-icon-button .mat-mdc-button-ripple {
  display: none !important;
}

.rdc-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.rdc-btn:focus {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00358e;
}
.rdc-btn:disabled {
  border: 1px solid #dbdbdb;
  color: #b2b2b2;
  background: #dbdbdb;
  cursor: not-allowed;
}

.rdc-btn-lg {
  padding: 12px 32px;
}

.rdc-btn-md {
  padding: 8px 24px;
}

.rdc-btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

.rdc-btn-primary:not(:disabled) {
  border: 1px solid #ffc600;
  background: #ffc600;
  color: #1a1a1a;
}
.rdc-btn-primary:not(:disabled):hover {
  border: 1px solid #e8b400;
  background: #e8b400;
}

.rdc-btn-secondary:not(:disabled) {
  border: 1px solid #00358e;
  background: #00358e;
  color: #ffffff;
}
.rdc-btn-secondary:not(:disabled):not(:disabled):hover {
  border: 1px solid #002665;
  background: #002665;
}

.rdc-btn-tertiary:not(:disabled) {
  border: 1px solid #00358e;
  background: #ffffff;
  color: #00358e;
}
.rdc-btn-tertiary:not(:disabled):not(:disabled):hover {
  border: 1px solid #002665;
  background: #e6ebf4;
}

.rdc-btn-ghost:not(:disabled) {
  border: 1px solid transparent;
  background: #ffffff;
  color: #00358e;
}
.rdc-btn-ghost:not(:disabled):not(:disabled):hover {
  background: #e6ebf4;
}

.mat-mdc-checkbox .mdc-checkbox__native-control {
  height: 19px !important;
  top: 11px !important;
  z-index: 99 !important;
}
.mat-mdc-checkbox .mdc-checkbox__ripple,
.mat-mdc-checkbox .mat-mdc-checkbox-ripple,
.mat-mdc-checkbox .mat-mdc-checkbox-touch-target {
  display: none !important;
}
.mat-mdc-checkbox .mdc-checkbox__background {
  height: 1rem;
  width: 1rem;
  border-radius: 3px;
  border: 1px solid;
  background: white;
}

.mat-mdc-menu-trigger .mdc-icon-button__ripple {
  display: none !important;
}

.mdc-checkbox {
  padding-left: 0 !important;
  padding-right: 8px !important;
}
.mdc-checkbox__background {
  left: 0 !important;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #00358e !important;
  border-color: #00358e !important;
}

.mdc-checkbox__checkmark {
  display: block;
  width: 10px !important;
  height: 10px !important;
  top: 2px !important;
  left: 2px !important;
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(0.75) rotate(0deg);
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 8px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  height: fit-content;
}

.rdc-modal-wrapper {
  padding-top: 18px;
  border-radius: 8px;
  border: 1px solid var(--color-neutrals-200, #cacaca);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
.rdc-modal-wrapper .rdc-modal-header {
  display: flex;
  padding: 0px var(--xl, 24px) 18px var(--xl, 24px);
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-bottom: 1px solid var(--color-neutrals-200, #cacaca);
}
.rdc-modal-wrapper .rdc-modal-header .rdc-modal-title {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.rdc-modal-wrapper .rdc-modal-header .rdc-modal-close {
  color: #00358e;
  cursor: pointer;
}
.rdc-modal-wrapper .rdc-modal-header .rdc-modal-close:hover {
  color: #002665;
}
.rdc-modal-wrapper .rdc-modal-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  flex-shrink: 0;
}
.rdc-modal-wrapper .rdc-modal-footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  padding: 1.3rem;
  border-top: 1px solid #dbdbdb;
}

.rdc-datepicker {
  position: relative;
  width: 100%;
}
.rdc-datepicker .mat-datepicker-input {
  width: 100%;
}
.rdc-datepicker .mat-datepicker-toggle {
  position: absolute;
  top: 25px;
  right: 1px;
  color: #1a1a1a;
}

.mat-calendar-table-header th {
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.mat-button .mat-button-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.mat-button:not(:disabled) {
  color: #4d4d4d;
}
.mat-button .mat-button-ripple.mat-ripple,
.mat-button .mat-button-focus-overlay {
  display: none;
}

.mat-calendar-body-cell-content {
  border-radius: 4px !important;
  color: #1a1a1a;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.mat-calendar-body-selected {
  background: #00358e !important;
  color: #ffffff !important;
}

.mat-datepicker-content {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
  border: 1px solid #dbdbdb !important;
}

.mat-datepicker-actions {
  background: #ffffff !important;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background: #bdd7f6;
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-radius: var(--xs, 4px);
  border: 1px solid #00358e;
  background: #ffffff;
}

.mat-button-ripple.mat-ripple,
.mat-button-focus-overlay {
  display: none;
}

.mat-calendar {
  background: #ffffff !important;
}

.rdc-heading {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

h1,
.rdc-heading-2xl {
  color: #1a1a1a;
  font-size: 48px;
  line-height: 60px;
}

h2,
.rdc-heading-xl {
  color: #1a1a1a;
  font-size: 40px;
  line-height: 50px;
}

h3,
.rdc-heading-lg {
  color: #1a1a1a;
  font-size: 32px;
  line-height: 40px;
}

h4,
.rdc-heading-md {
  color: #1a1a1a;
  font-size: 28px;
  line-height: 35px;
}

h5,
.rdc-heading-sm {
  color: #1a1a1a;
  font-size: 24px;
  line-height: 32px;
}

h6,
.rdc-heading-xs {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 24px;
}

.rdc-icon-filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.rdc-icon {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
}

.rdc-icon-lg {
  width: 2rem !important;
  height: 2rem !important;
  font-size: 32px;
}

.mat-icon {
  overflow: visible !important;
}

.rdc-input {
  display: flex;
  align-items: center;
  border: 1px solid #8c8c8c;
  padding: 8px 12px;
  border-radius: 4px;
  background: #ffffff;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
  color: #1a1a1a;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
  margin-bottom: 0;
  -webkit-user-select: none;
          user-select: none;
}
.rdc-input:hover {
  border: 1px solid #00358e;
}
.rdc-input:focus {
  outline: 2px solid #00358e;
  outline-offset: -2px;
}
.rdc-input:disabled, .rdc-input.disabled {
  border: 1px solid #dbdbdb;
  color: #b2b2b2;
}
.rdc-input:disabled::placeholder, .rdc-input.disabled::placeholder {
  color: #b2b2b2;
}
.rdc-input::placeholder {
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rdc-error {
  border: 1px solid #c10017;
}

.rdc-error-message {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 4px;
  color: #c10017;
}
.rdc-error-message .rdc-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
}
.rdc-error-message .rdc-error-txt {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background: transparent;
  height: 0px !important;
  bottom: 0;
}

.mat-form-field-infix {
  padding: 0;
  border: 0;
}

.rdc-select {
  max-width: 350px;
}

.mat-form-field-wrapper {
  padding: 0;
}

.rdc-input-readonly {
  border: 1px solid #8c8c8c;
  background: #dbdbdb;
  color: #b2b2b2;
}

.rdc-label {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.rdc-link-default,
.rdc-link-disabled {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.rdc-link-default {
  cursor: pointer;
  color: #00358e;
  display: inline-flex;
  align-items: center;
}
.rdc-link-default:hover {
  color: #002665;
}

.rdc-link-disabled {
  text-decoration: none;
  color: #b2b2b2;
  cursor: default;
  pointer-events: none;
}

.rdc-list {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}

.rdc-select-dropdown {
  max-width: 350px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-line-height: 24px;
  color: #00358e;
}
.rdc-select-dropdown:hover:not(.mat-mdc-option-disabled), .rdc-select-dropdown:focus:not(.mat-mdc-option-disabled) {
  background: #f4f4f4 !important;
  color: #3b3b3b !important;
}
.rdc-select-dropdown.mat-selected:not(.mat-mdc-option-multiple):not(.mat-mdc-option-disabled) {
  background: #00358e !important;
  color: #ffffff;
}
.rdc-select-dropdown.mat-selected:not(.mat-mdc-option-multiple):not(.mat-mdc-option-disabled):hover {
  background: #002665 !important;
}
.rdc-select-dropdown.mat-active {
  background: #00358e !important;
  color: #ffffff;
}
.rdc-select-dropdown.mat-active:hover {
  background: #002665 !important;
  color: #ffffff;
}
.rdc-select-dropdown .mat-chip.mat-standard-chip {
  display: flex;
  align-items: center;
  background: #00358e !important;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: var(--None, 0px) var(--xs, 4px) var(--None, 0px) var(--md, 12px);
}
.rdc-select-dropdown .mat-chip.mat-standard-chip:hover {
  background: #002665 !important;
}
.rdc-select-dropdown .mat-chip.mat-standard-chip .rdc-select-chip-icon {
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 20px;
  opacity: 1;
  padding-right: 4px;
}
.rdc-select-dropdown .mat-select-trigger {
  height: auto !important;
}
.rdc-select-dropdown .mat-chip.mat-standard-chip::after {
  background: transparent;
}
.rdc-select-dropdown .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 1;
}

.rdc-multi-select:hover:not(.mat-mdc-option-disabled), .rdc-multi-select:focus:not(.mat-mdc-option-disabled) {
  background: #f4f4f4 !important;
}
.rdc-multi-select.mat-active {
  background: #ffffff !important;
}
.rdc-multi-select .mat-pseudo-checkbox {
  border-radius: 4px !important;
  border: 1px solid #8c8c8c !important;
}
.rdc-multi-select .mat-pseudo-checkbox:hover {
  border: 1px solid #002665 !important;
}
.rdc-multi-select .mat-pseudo-checkbox:hover .mat-checkbox-background {
  background: #002665 !important;
}
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-background {
  border-radius: 4px !important;
}
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #4d4d4d;
}
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-checkmark,
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-mixedmark {
  position: absolute;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: 100%;
}
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-checkmark {
  height: 12px;
}
.rdc-multi-select .mat-pseudo-checkbox .mat-checkbox-mixedmark {
  width: calc(100% - 8px) !important;
  height: 1px !important;
}
.rdc-multi-select .mat-pseudo-checkbox-checked::after {
  top: 3.4px;
  left: 2px;
}
.rdc-multi-select .mat-pseudo-checkbox-checked,
.rdc-multi-select .mat-pseudo-checkbox-indeterminate,
.rdc-multi-select .mat-accent .mat-pseudo-checkbox-checked,
.rdc-multi-select .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #00358e !important;
}

.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
  border: 1px solid #00358e !important;
}

.rdc-selected-label {
  color: #1a1a1a;
  width: 100%;
}

.mat-mdc-option.mdc-list-item span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rdc-pagination .ngx-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 1.5rem 0;
}
.rdc-pagination .ngx-pagination a {
  color: #00358e;
  padding: 6px 12px;
}
.rdc-pagination .ngx-pagination a:hover {
  background: #002665;
  color: #ffffff;
  border-radius: 4px;
}
.rdc-pagination .ngx-pagination .current {
  background: #00358e;
  border-radius: 4px;
  padding: 6px 12px;
}
.rdc-pagination .ngx-pagination .current span {
  display: flex;
  line-height: 10px;
  margin: 1.5px 0;
}
.rdc-pagination .ngx-pagination .pagination-previous,
.rdc-pagination .ngx-pagination .pagination-next {
  display: inline-block;
}
.rdc-pagination .ngx-pagination .pagination-previous a,
.rdc-pagination .ngx-pagination .pagination-next a {
  display: flex;
  padding: 6px 12px;
  font-weight: 500;
}
.rdc-pagination .ngx-pagination .pagination-previous a::before, .rdc-pagination .ngx-pagination .pagination-previous a::after,
.rdc-pagination .ngx-pagination .pagination-next a::before,
.rdc-pagination .ngx-pagination .pagination-next a::after {
  font-family: "Material Symbols Outlined", sans-serif;
  vertical-align: bottom;
  font-size: 16px;
}
.rdc-pagination .ngx-pagination .pagination-previous a:hover,
.rdc-pagination .ngx-pagination .pagination-next a:hover {
  background: #002665;
}
.rdc-pagination .ngx-pagination .pagination-previous.disabled,
.rdc-pagination .ngx-pagination .pagination-next.disabled {
  background-color: transparent;
  color: #b2b2b2;
}
.rdc-pagination .ngx-pagination .pagination-previous.disabled::before, .rdc-pagination .ngx-pagination .pagination-previous.disabled::after,
.rdc-pagination .ngx-pagination .pagination-next.disabled::before,
.rdc-pagination .ngx-pagination .pagination-next.disabled::after {
  content: "\e5dd";
}
.rdc-pagination .ngx-pagination .pagination-previous span {
  font-weight: 500;
}
.rdc-pagination .ngx-pagination .pagination-previous a::before {
  content: "\e5dc";
  margin-right: 0;
}
.rdc-pagination .ngx-pagination .pagination-previous.disabled::before {
  content: "\e5dc";
}
.rdc-pagination .ngx-pagination .pagination-next a::after {
  content: "\e5dd";
}
.rdc-pagination .ngx-pagination .disabled {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.rdc-pagination .ngx-pagination .pagination-previous.disabled::before,
.rdc-pagination .ngx-pagination .pagination-next.disabled::after {
  font-family: "Material Symbols Outlined", sans-serif;
}

.rdc-pagination .ngx-pagination .pagination-previous.disabled::after,
.rdc-pagination .ngx-pagination .pagination-next.disabled::before {
  content: "" !important;
}

.ngx-pagination .pagination-previous a:before,
.ngx-pagination .pagination-previous.disabled:before {
  font-family: "Material Symbols Outlined", sans-serif;
  margin-right: 0 !important;
}

.ngx-pagination .pagination-next a:after,
.ngx-pagination .pagination-next.disabled:after {
  margin-left: 0 !important;
}

.mat-radio-label .mat-radio-container {
  height: 16px;
  width: 16px;
}
.mat-radio-label .mat-radio-container .mat-radio-outer-circle,
.mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  height: 16px;
  width: 16px;
}
.mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  border: 1px solid #8c8c8c;
}
.mat-radio-label .mat-radio-container:hover .mat-radio-outer-circle {
  border: 1px solid #002665;
}
.mat-radio-label .mat-radio-label-content {
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.mat-mdc-radio-button.mat-accent.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border: 2px solid #00358e;
}
.mat-mdc-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #dbdbdb;
}
.mat-mdc-radio-button.mat-radio-disabled .mat-radio-outer-circle, .mat-mdc-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
  border-color: #dbdbdb;
}
.mat-mdc-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-mdc-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background: #dbdbdb;
}

.mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  background: #00358e;
}

.mat-radio-container:hover .mat-radio-label .mat-radio-inner-circle {
  background: #002665;
}
.mat-radio-container:hover .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border: 2px solid #002665;
}

.mdc-radio__inner-circle {
  border-radius: 100% !important;
}

.mat-ripple-element {
  display: none !important;
}

.mat-button-ripple {
  display: none !important;
}

.mat-mdc-button-persistent-ripple {
  display: none !important;
}

.mat-radio-ripple {
  display: none !important;
}

.mdc-radio__background::before {
  display: none !important;
}

.rdc-table {
  border-collapse: collapse;
  border: 1px solid #f4f4f4;
}
.rdc-table .mat-sort-header-arrow {
  color: #00358e;
}
.rdc-table .mat-mdc-header-row,
.rdc-table thead tr,
.rdc-table .mat-mdc-header-cell {
  border-bottom: 1px solid #dbdbdb !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: #f4f4f4;
  color: #00358e;
}
.rdc-table .mat-mdc-row,
.rdc-table tbody tr {
  border-bottom: 1px solid #dbdbdb;
  background-color: #ffffff;
}
.rdc-table .mat-mdc-row .mat-mdc-cell,
.rdc-table .mat-mdc-row tr td,
.rdc-table tbody tr .mat-mdc-cell,
.rdc-table tbody tr tr td {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 109px;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: unset;
}
.rdc-table .mat-mdc-row .mat-column-name,
.rdc-table tbody tr .mat-column-name {
  color: #00358e;
}
.rdc-table .mdc-data-table__content {
  background-color: #ffffff;
}

.rdc-primary-tabs .mat-mdc-tab-body-wrapper {
  padding: 26px 8px 10px;
  border-top: 1px solid #dbdbdb;
  margin-top: -1px;
}
.rdc-primary-tabs .mat-mdc-tab-label-container {
  border: none;
  flex-grow: unset;
}
.rdc-primary-tabs .mat-mdc-tab-header {
  width: max-content;
  max-width: 100%;
}
.rdc-primary-tabs .mdc-tab {
  font-size: 16px;
  background: #f4f4f4;
  color: #00358e;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.rdc-primary-tabs .mdc-tab:hover:not(.rdc-primary-tabs .mdc-tab__active) {
  background: #dbdbdb;
}
.rdc-primary-tabs .mdc-tab:first-child.mdc-tab--active {
  border-left: 1px solid #dbdbdb;
}
.rdc-primary-tabs .mdc-tab:last-child {
  border-right: 1px solid transparent;
}
.rdc-primary-tabs .mdc-tab:last-child.mdc-tab--active {
  border-right: 1px solid #dbdbdb;
}
.rdc-primary-tabs .mdc-tab--active {
  background: #ffffff;
  border-bottom: 1px solid transparent;
}
.rdc-primary-tabs .mdc-tab--active .mdc-tab__text-label {
  color: #1a1a1a !important;
}
.rdc-primary-tabs .mdc-tab__text-label {
  color: #00358e !important;
}
.rdc-primary-tabs .mdc-tab-indicator__content {
  align-self: flex-start !important;
}
.rdc-primary-tabs .mdc-tab-indicator__content--underline {
  border-color: #1a1a1a !important;
  align-self: flex-start;
  border-width: 1px;
}

.rdc-secondary-tabs .mat-mdc-tab-label-container {
  border: none;
}
.rdc-secondary-tabs .mat-mdc-tab-header {
  width: max-content;
  max-width: 100%;
}
.rdc-secondary-tabs .mat-mdc-tab:hover .mdc-tab__text-label {
  color: #00358e;
}
.rdc-secondary-tabs .mdc-tab {
  border: unset !important;
  background: transparent !important;
}
:not(.mdc-tab--active) .rdc-secondary-tabs .mdc-tab__text-label {
  color: #00358e;
}
.rdc-secondary-tabs .mdc-tab__text-label {
  font-size: 1rem;
}
.rdc-secondary-tabs .mdc-tab--active .mdc-tab__text-label {
  font-weight: 700;
  color: #1a1a1a !important;
}
.rdc-secondary-tabs .mdc-tab__ripple {
  display: none;
}
.rdc-secondary-tabs .mdc-tab-indicator__content--underline {
  border-width: 1px;
  border-color: #1a1a1a !important;
  align-self: flex-end !important;
}

.mat-mdc-tab-link-container {
  border-bottom: none !important;
}

.mat-mdc-tab-link .mdc-tab__text-label {
  color: unset !important;
}

.rdc-tertiary-tabs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 1rem;
}
.rdc-tertiary-tabs .mat-mdc-tab-header {
  width: 100%;
}
.rdc-tertiary-tabs .mat-mdc-tab-body-wrapper {
  border: none !important;
}
.rdc-tertiary-tabs .mdc-tab {
  background-color: #f4f4f4 !important;
  color: #00358e;
  flex-grow: 1;
  border-radius: 5px;
  border: none !important;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  opacity: 1;
}
.rdc-tertiary-tabs .mdc-tab:not(:first-of-type) {
  margin: 0 1rem;
}
.rdc-tertiary-tabs .mat-mdc-tab-label-container {
  width: 100%;
}
.rdc-tertiary-tabs .mdc-tab--active {
  background-color: #00358e !important;
  color: #ffffff !important;
}
.rdc-tertiary-tabs .mdc-tab--active .mdc-tab__text-label {
  color: #ffffff !important;
}
.rdc-tertiary-tabs .mdc-tab-indicator__content--underline {
  display: none;
}

.mat-mdc-slide-toggle {
  transform: scale(0.7) translateX(-5px);
  width: 36px;
}

.mdc-switch:not(.mdc-switch--disabled):focus .mdc-switch__track {
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00358e;
}

.mdc-switch__icons,
.mdc-switch__ripple {
  display: none !important;
}

.mdc-switch--unselected .mdc-switch__track::before {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}

.mdc-switch__shadow {
  background-color: #ffffff !important;
}

.mdc-switch:active:not(.mdc-switch--disabled) .mdc-switch__handle {
  width: 24px !important;
  height: 24px !important;
}

.mdc-switch--selected:active:not(.mdc-switch--disabled) .mdc-switch__handle {
  margin: 0 24px !important;
}

.mdc-switch--unselected:active:not(.mdc-switch--disabled) .mdc-switch__handle {
  margin: 0 4px !important;
}

.rdc-breadcrumb {
  display: inline-block;
}

.rdc-breadcrumb-item {
  color: #00358e;
  cursor: pointer;
}
.rdc-breadcrumb-item:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 3px;
}
.rdc-breadcrumb-item:last-child {
  color: #4d4d4d !important;
  cursor: auto;
  font-weight: 700;
}
.rdc-breadcrumb-item:last-child a {
  color: #4d4d4d !important;
  cursor: auto;
}
.rdc-breadcrumb-item:first-child:before {
  content: none;
}
.rdc-breadcrumb-item:hover:before {
  text-decoration: none;
}

.rdc-tooltip {
  background-color: #000;
  opacity: 1;
}

.rdc-snackbar .mat-mdc-snack-bar-container,
.rdc-snackbar .mat-mdc-snackbar-surface {
  color: #1a1a1a !important;
  min-width: auto !important;
}

.rdc-snackbar-info .mat-mdc-snack-bar-container,
.rdc-snackbar-info .mat-mdc-snackbar-surface {
  background-color: #9dc3f1;
  color: black !important;
}

.rdc-snackbar-success .mat-mdc-snack-bar-container,
.rdc-snackbar-success .mat-mdc-snackbar-surface {
  background-color: #8ad2ae !important;
}

.rdc-snackbar-warning .mat-mdc-snack-bar-container,
.rdc-snackbar-warning .mat-mdc-snackbar-surface {
  background-color: #ffe58a !important;
}

.rdc-snackbar-error .mat-mdc-snack-bar-container,
.rdc-snackbar-error .mat-mdc-snackbar-surface {
  background-color: #eb8a95 !important;
}

.mat-mdc-snack-bar-container {
  background-color: transparent !important;
}

select.results-per-page {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding: 5px;
}

.mat-mdc-select-disabled,
.mat-mdc-select-disabled:hover,
.mat-mdc-select-disabled:focus {
  border: 1px solid #dbdbdb;
  outline: unset;
}
.mat-mdc-select-disabled .mat-mdc-select-placeholder,
.mat-mdc-select-disabled .mat-mdc-select-arrow::after,
.mat-mdc-select-disabled:hover .mat-mdc-select-placeholder,
.mat-mdc-select-disabled:hover .mat-mdc-select-arrow::after,
.mat-mdc-select-disabled:focus .mat-mdc-select-placeholder,
.mat-mdc-select-disabled:focus .mat-mdc-select-arrow::after {
  color: #b2b2b2;
}

.mat-pseudo-checkbox:not(.mat-option-multiple) {
  display: none !important;
}

.mat-mdc-option-multiple .mat-pseudo-checkbox:not(.mat-option-multiple) {
  display: block !important;
  width: 16px;
  height: 16px;
}

.multi-select-panel {
  width: calc(100% + 26px) !important;
  min-width: calc(100% + 26px) !important;
  margin-top: 10px;
  margin-left: 2px !important;
}

.cdk-overlay-pane:not(:has(.mat-mdc-select-panel-above)) .mat-mdc-select-panel {
  padding: 0px !important;
  margin-left: -25px;
  margin-top: 0.6rem;
}
.cdk-overlay-pane:not(:has(.mat-mdc-select-panel-above)) .mat-mdc-select-panel .mat-mdc-option:not(.mat-mdc-option-multiple).mdc-list-item--selected:not(.mdc-list-item--disabled) {
  background-color: #00358e !important;
  color: #ffffff !important;
}
.cdk-overlay-pane:not(:has(.mat-mdc-select-panel-above)) .mat-mdc-select-panel .mat-mdc-option:not(.mat-mdc-option-multiple).mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #ffffff !important;
}
.cdk-overlay-pane:not(:has(.mat-mdc-select-panel-above)) .mat-mdc-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  color: #00358e !important;
}

.mat-mdc-select-arrow svg {
  display: none !important;
}
.mat-mdc-select-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  content: "\e313";
  transform: translate(-50%, -50%);
  color: #636363;
  font-family: "Material Symbols Outlined", sans-serif;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.rdc-alert {
  display: flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 4px;
  padding: 16px 24px;
  box-sizing: border-box;
  color: #1a1a1a;
}
.rdc-alert .icon {
  padding-right: 10px;
  height: 20px;
}
.rdc-alert .icon mat-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  color: #1a1a1a;
}
.rdc-alert a {
  color: #00358e;
  text-decoration: underline;
}
.rdc-alert .close {
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
  font-size: 20px;
  color: #00358e;
}

.rdc-info-alert,
.rdc-warning-alert,
.rdc-error-alert,
.rdc-success-alert,
.rdc-system-alert {
  border-bottom: 1px solid #dbdbdb;
}

.rdc-info-alert {
  background: #bdd7f6;
}

.rdc-warning-alert {
  background: #ffedb0;
}

.rdc-error-alert {
  background: #f2b0b8;
}

.rdc-success-alert {
  background: #b0e1c8;
}

.rdc-system-alert {
  background: var(--Background-Secondary, #f4f4f4);
}

body {
  font-family: "Roboto", sans-serif;
}

.footer {
  background: #00358e;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-wrapper .footer-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  line-height: 1.625rem;
  text-align: center;
}
.footer-wrapper .footer-items .copyright-text {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: normal;
  padding-bottom: 7px;
}
.footer-wrapper .footer-items .footer-item-content {
  margin: 0;
  text-align: center;
  line-height: normal;
}
.footer-wrapper .footer-items .footer-item-content span {
  font-size: 16px;
  color: #ffffff;
}
.footer-wrapper .footer-items .footer-item-content span a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-items .footer-item-content span a:hover {
  text-decoration: underline;
  color: #d8ebef;
}
.footer .verisk-logo .old-footer-logo img {
  width: 125px;
  object-fit: cover;
  height: 100%;
  padding-bottom: 10px;
}
.footer .white-footer-logo {
  width: 150px;
  height: 100%;
}
.footer .verisk-analytics-text {
  font-size: 12px;
  color: #ffffff;
}
.footer .text-wrapper {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

header .top-header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: var(--None, 0px) 0;
  align-items: center;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  header .top-header {
    padding: 0 1rem;
  }
}
header .top-header .verisk-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100px;
  height: 55px;
  background: url('logo.9c04397586447ce8.svg') no-repeat center center;
  background-size: contain;
}
header .top-header .verisk-logo .hamburger-menu {
  cursor: pointer;
  display: block;
}
@media (min-width: 800px) {
  header .top-header .verisk-logo .hamburger-menu {
    display: none;
  }
}
header .top-header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--lg, 16px);
}
header .top-header .menu .support,
header .top-header .menu .user-profile {
  display: flex;
  align-items: center;
  gap: var(--sm, 8px);
  cursor: pointer;
}
header .top-header .menu .support-txt,
header .top-header .menu .username {
  color: #00358e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 550px) {
  header .top-header .menu .support-txt,
  header .top-header .menu .username {
    display: none;
  }
}
header .bottom-header {
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1440px) {
  header .bottom-header {
    padding: 0 1rem;
  }
}
header .bottom-header .bottom-header-content {
  height: 68px;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  display: flex;
}
header .bottom-header nav {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
header .bottom-header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
header .bottom-header nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 var(--lg, 16px);
}
header .bottom-header nav ul li a {
  text-decoration: none;
  color: #00358e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  cursor: pointer;
}
header .bottom-header nav ul li a:hover {
  color: #002665;
}
header .bottom-header nav ul li.selected {
  font-weight: 500;
  box-shadow: inset 0px -7px 0px -3px #1a1a1a;
}
header .bottom-header nav ul li:hover {
  background-color: #f4f4f4;
}
header .sub-header {
  position: relative;
  width: 100%;
  min-height: 78px;
  background: linear-gradient(45deg, rgba(0, 53, 142, 0.75), rgba(0, 53, 142, 0.55)), url('header-background.1ff43693d1bdb5b9.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  header .sub-header {
    padding: 0 1rem;
  }
}
header .sub-header .sub-header-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .sub-header .sub-header-title {
  padding: 1.25rem 0rem;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
header .sub-header .sub-header-scopedInfo {
  color: #ffffff;
  font-size: 1rem;
}

.dialog-redesign {
  max-width: unset !important;
}
.dialog-redesign .mat-dialog-container {
  padding: 0 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  height: fit-content;
}
.dialog-redesign .form-modal-head {
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}
.dialog-redesign .form-modal-head h1,
.dialog-redesign .form-modal-head h2,
.dialog-redesign .form-modal-head h3,
.dialog-redesign .form-modal-head h4,
.dialog-redesign .form-modal-head h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
.dialog-redesign .form-modal-head .modal-header-icon {
  color: #00358e;
}
.dialog-redesign .form-modal-body {
  padding: 1.3rem;
  max-height: calc(100vh - 240px);
  overflow: auto;
}
.dialog-redesign .form-modal-footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  padding: 1.3rem;
  border-top: 1px solid #dbdbdb;
}

.no-border-dialog .mat-dialog-container {
  overflow: hidden !important;
  height: 75vh !important;
  padding: 0 !important;
  border: 1px solid gray;
  border-radius: 0.25rem !important;
}
.no-border-dialog .mat-dialog-container .mat-dialog-title {
  margin-bottom: 0;
  padding: 0.5rem;
}
.no-border-dialog .mat-dialog-container .mat-dialog-content {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

.mat-mdc-tooltip {
  position: relative;
  padding: 6px;
  color: #4d4d4d !important;
  background: white !important;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
}

.mat-mdc-tooltip-surface {
  background-color: inherit !important;
  color: inherit !important;
  max-width: 400px !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0px !important;
  padding: 1px !important;
}

.tooltip--info {
  position: relative;
  padding: 6px;
  max-width: 400px !important;
  font-size: 0.875rem !important;
  color: #4d4d4d !important;
  background: white !important;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1215686275);
}

.tooltip--title {
  position: absolute;
  padding: 4px;
  top: -0.75rem;
  left: 0rem;
  word-wrap: break-word;
  width: max-content;
  max-width: 400px !important;
  font-size: 1rem !important;
  color: #ffffff !important;
  background: #4d4d4d !important;
  border: 1px solid #dbdbdb;
  animation: none !important;
}

.mat-mdc-tab-group .mat-mdc-tab {
  letter-spacing: 0 !important;
}

.mat-mdc-menu-panel {
  background-color: #ffffff !important;
}

.mat-menu-panel {
  max-width: initial !important;
  min-height: unset !important;
}

.mat-select[aria-expanded=true] .mat-select-arrow-wrapper {
  transform: rotate(180deg) !important;
}

.filter-date-picker {
  width: 100% !important;
  max-width: none !important;
}
.filter-date-picker .mat-button-disabled .mat-datepicker-toggle-default-icon {
  fill: rgba(0, 0, 0, 0.26) !important;
}

.dialog-redesign .mat-dialog-container {
  padding: 0 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
}
.dialog-redesign .mat-mdc-dialog-inner-container {
  min-height: auto !important;
}
.dialog-redesign .form-modal-head {
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}
.dialog-redesign .form-modal-head h1,
.dialog-redesign .form-modal-head h2,
.dialog-redesign .form-modal-head h3,
.dialog-redesign .form-modal-head h4,
.dialog-redesign .form-modal-head h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
.dialog-redesign .form-modal-head .modal-header-icon {
  color: #00358e;
}
.dialog-redesign .form-modal-body {
  padding: 1.3rem;
  max-height: calc(100vh - 240px);
  overflow: auto;
}
.dialog-redesign .form-modal-footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  padding: 1.3rem;
  border-top: 1px solid #dbdbdb;
}

.no-border-dialog .mat-dialog-container {
  overflow: hidden !important;
  height: 75vh !important;
  padding: 0 !important;
  border: 1px solid gray;
  border-radius: 0.25rem !important;
}
.no-border-dialog .mat-dialog-container .mat-dialog-title {
  margin-bottom: 0;
  padding: 0.5rem;
}
.no-border-dialog .mat-dialog-container .mat-dialog-content {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

.edit-tags-add-container-d-grid .cdk-virtual-scroll-content-wrapper {
  display: grid;
  padding: 0 10px;
}

.mat-datepicker-toggle {
  color: #2a7de1;
}
.mat-datepicker-toggle:hover {
  color: #70a8eb;
}

.interline-lobs-modal-results {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  width: max-content;
  padding: 10px;
  transition: opacity 0.3s;
  text-align: left;
  color: #2672cd;
  border: 1px solid #2672cd;
  border-radius: 4px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 6px #a3a3a3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.interline-lobs-modal-results li {
  list-style: none;
}

.sub-nav-product-menu .mat-menu-content {
  padding: 6px 0 !important;
}

.whole-page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.326);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.checkbox-list .mdc-form-field {
  width: 100%;
}
.checkbox-list .mdc-label {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.checkbox-list .mat-mdc-checkbox {
  display: block !important;
}

.select-metadata-export .mat-checkbox-label {
  max-width: 570px;
}

.applicability-program-table-tab .mat-mdc-tab-body-wrapper,
.applicability-tabs .mat-mdc-tab-body-wrapper {
  display: none !important;
}

.library .mat-mdc-checkbox,
.lob .mat-mdc-checkbox,
.state .mat-mdc-checkbox {
  overflow: hidden;
  min-height: max-content;
}
.library .mdc-form-field,
.lob .mdc-form-field,
.state .mdc-form-field {
  width: 100%;
  height: 25px;
}
.library .mdc-label,
.lob .mdc-label,
.state .mdc-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.state-multiedit .mat-checkbox-layout,
.program-multiedit .mat-checkbox-layout {
  align-items: center;
  gap: 5px;
}

.rdc-datepicker .mat-datepicker-input {
  margin-bottom: 0;
}

.single-range-picker {
  width: 100% !important;
  flex-wrap: nowrap !important;
  max-width: none !important;
}

.mat-option:hover:not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled) {
  color: #3b3b3b !important;
}

.mat-option.mat-active {
  background-color: #ffffff !important;
  color: #3b3b3b !important;
}

.mat-select-panel-wrap .mat-select-panel .mat-option {
  color: #3b3b3b !important;
}

.mat-option.mat-active:not(.mat-option-multiple):not(.mat-option-disabled) {
  background-color: #f4f4f4 !important;
}

.mat-select-all {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 1rem;
  height: 3rem;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  cursor: pointer;
}
.mat-select-all * {
  cursor: pointer;
}
.mat-select-all:hover {
  background-color: #f4f4f4;
}

.rdc-select-dropdown {
  max-width: none !important;
}

.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #00358e !important;
}

.mat-option:hover:not(.mat-option-disabled) {
  background-color: #f4f4f4 !important;
}

.vrsk-tooltip {
  background-color: #e6ebf4;
  color: #4d4d4d !important;
  border: 1px solid #5478b3;
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  max-width: 300px !important;
}

.vr-line-dashed-500 {
  height: 100%;
}
.vr-line-dashed-500::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #8c8c8c;
}

.text-disabled {
  color: #4d4d4d;
}

.email-search-results-container .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
}

.action-bar .mat-button-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.results-grid .mat-mdc-tab-body-wrapper {
  padding: 15px 0 10px 0;
  overflow: visible !important;
  background-color: #ffffff;
}
.results-grid .mat-mdc-tab-body-active {
  overflow: visible !important;
  background-color: #ffffff;
}
.results-grid .mat-mdc-tab-body-active .mat-mdc-tab-body-content {
  overflow: visible !important;
  height: auto !important;
}
.results-grid .mat-mdc-tab-header,
.results-grid .mat-mdc-tab-label-container {
  background-color: #ffffff !important;
}

.admin-center-redesign-table .expanded-container-content .more-detail-hr .more-detail-content b {
  display: inline-block;
  line-height: 1.2rem;
}

.add-edit-user-group-dialog .mat-mdc-checkbox,
.add-edit-user-group-dialog .mdc-form-field,
.add-edit-user-group-dialog .mdc-label {
  width: 100%;
}

.upload_item-footer .mdc-linear-progress__bar-inner {
  border-color: #2a7de1;
}
.upload_progress-complete .mdc-linear-progress__bar-inner {
  border-color: #009d4f !important;
}

.highlight-user-tag {
  font-weight: bold;
}

.highlight-user-group-tag {
  color: #00358e;
  cursor: pointer;
  font-weight: bold;
}

.highlight-user-group-tag:hover {
  font-weight: bold;
}

.admin-center-redesign-table {
  width: 100%;
  border-radius: 100%;
  border-collapse: collapse;
  border: none;
}
.admin-center-redesign-table thead {
  background-color: #f4f4f4;
  height: 2.5rem;
  text-align: left;
}
.admin-center-redesign-table thead tr {
  border-bottom: 2px solid #dbdbdb;
}
.admin-center-redesign-table th {
  color: #00358e;
  font-size: 1rem;
  font-weight: 500;
  height: 2rem;
  text-align: left;
  padding: 0 0 0 1rem;
}
.admin-center-redesign-table tbody tr td {
  overflow: hidden;
  height: 3.3rem;
  border-bottom: 2px solid #dbdbdb;
  padding: 0 1rem;
  color: #4d4d4d;
}
.admin-center-redesign-table tbody tr td:last-child mat-icon,
.admin-center-redesign-table tbody tr td:last-child button {
  color: #00358e;
  cursor: pointer;
}
.admin-center-redesign-table .expanded-container {
  padding: 18px;
  border: 1px solid #dbdbdb;
  border-radius: 1px;
  background-color: #e6ebf4;
}
.admin-center-redesign-table .expanded-container-content {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 22px 23px;
}

.mat-snack-bar-container {
  z-index: 10000 !important;
  min-width: auto !important;
  max-width: 50vw !important;
}

.cdk-overlay-pane:has(.mat-select-panel-wrap) {
  transform: translateX(-13px) !important;
}
.cdk-overlay-pane:has(.mat-select-panel-wrap) .mat-select-panel {
  margin-top: 2.15rem;
  width: calc(100% + 26px) !important;
  min-width: calc(100% + 26px) !important;
}

.cdk-overlay-dark-backdrop,
.cdk-overlay-backdrop:not(.mat-overlay-transparent-backdrop) {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.cdk-overlay-pane {
  align-items: center;
  justify-content: center;
  max-height: 95% !important;
}

.cdk-global-overlay-wrapper {
  top: 3% !important;
  align-items: flex-start !important;
}

.mat-mdc-menu-panel {
  width: max-content !important;
  max-width: 375px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0px !important;
}

.mat-mdc-input-element {
  box-shadow: none !important;
}

.mdc-text-field--outlined {
  background-color: #fff;
}

.mat-mdc-form-field .mdc-notched-outline__notch {
  border-right: none;
}

.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 8px 0 !important;
}

.mat-mdc-text-field-wrapper {
  height: 42px !important;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 21px !important;
}

.mat-mdc-form-field-flex {
  height: 100%;
}

.search-type-select .mat-mdc-select-arrow::after {
  color: white;
}

.autocomplete__panel .mdc-list-item__primary-text {
  width: 100%;
}

.manual-rules-preview-panel.full-screen {
  width: calc(100vw - 3%) !important;
  max-width: calc(100vw - 3%) !important;
  height: calc(100vh - 3%) !important;
  max-height: calc(100vh - 6%) !important;
  margin: 0 !important;
}
.manual-rules-preview-panel.full-screen mat-dialog-container {
  height: 100% !important;
}

.search-result-table .global-content-tab .mat-tab-body {
  width: 100%;
}

.del {
  background-color: #ffb6ba;
}

.ins {
  background-color: #97f295;
}

.vrsk-toggle-list__item .mat-mdc-checkbox {
  width: 100%;
  overflow: hidden;
  min-height: max-content;
}
.vrsk-toggle-list__item .mdc-form-field {
  width: 100%;
}
.vrsk-toggle-list__item .mdc-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vrsk-toggle-list__viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}

/* Primary Color Palette */
/* Secondary Color Palette */
/* Neutral Color Palette */
/* Extended Color Palette */
.vui-resultSet-pagination .ngx-pagination,
.vui-pagination .ngx-pagination {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 0;
  margin: 1.5rem 0px;
}
.vui-resultSet-pagination .ngx-pagination a,
.vui-pagination .ngx-pagination a {
  color: #00629d;
  margin: 0 15px 0 0;
}
.vui-resultSet-pagination .ngx-pagination a:hover,
.vui-pagination .ngx-pagination a:hover {
  background: #00629d;
  color: #ffffff;
}
.vui-resultSet-pagination .ngx-pagination .current,
.vui-pagination .ngx-pagination .current {
  background: #00358e;
  margin: 0 15px 0 0;
}
.vui-resultSet-pagination .ngx-pagination .current span,
.vui-pagination .ngx-pagination .current span {
  display: flex;
  line-height: 12px;
  margin: 1.5px 0px;
}
.vui-resultSet-pagination .ngx-pagination .pagination-previous,
.vui-pagination .ngx-pagination .pagination-previous {
  font-weight: 400 !important;
  display: inline-block;
}
.vui-resultSet-pagination .ngx-pagination .pagination-previous a,
.vui-pagination .ngx-pagination .pagination-previous a {
  display: flex;
}
.vui-resultSet-pagination .ngx-pagination .pagination-previous a::before,
.vui-pagination .ngx-pagination .pagination-previous a::before {
  font-family: "Material Icons";
  content: "\e5e0" !important;
  vertical-align: bottom;
  margin-right: 0 !important;
}
.vui-resultSet-pagination .ngx-pagination .pagination-previous.disabled,
.vui-pagination .ngx-pagination .pagination-previous.disabled {
  margin: 0 15px 0 0;
}
.vui-resultSet-pagination .ngx-pagination .pagination-previous.disabled::before,
.vui-pagination .ngx-pagination .pagination-previous.disabled::before {
  font-family: "Material Icons";
  content: "\e5e0" !important;
  vertical-align: bottom;
  margin-right: 0 !important;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next,
.vui-pagination .ngx-pagination .pagination-next {
  font-weight: 400 !important;
  display: inline-block;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next a,
.vui-pagination .ngx-pagination .pagination-next a {
  display: flex;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next a::after,
.vui-pagination .ngx-pagination .pagination-next a::after {
  font-family: "Material Icons";
  content: "\e5e1" !important;
  vertical-align: bottom;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next.disabled,
.vui-pagination .ngx-pagination .pagination-next.disabled {
  margin: 0 0 0 15px !important;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next.disabled::after,
.vui-pagination .ngx-pagination .pagination-next.disabled::after {
  font-family: "Material Icons";
  content: "\e5e1" !important;
  vertical-align: bottom;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next,
.vui-pagination .ngx-pagination .pagination-next {
  font-weight: 400 !important;
}
.vui-resultSet-pagination .ngx-pagination .pagination-next a,
.vui-pagination .ngx-pagination .pagination-next a {
  margin: 0 0 0 15px !important;
}

.vui-btn {
  padding: 10px 20px;
  border-radius: 2px;
  border: none;
  position: relative;
  display: inline-flex;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #ffc600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  color: #000000;
}
.vui-btn .material-icons {
  font-size: 18px;
}
.vui-btn:disabled {
  background: #f2f2f2 !important;
  color: #737373 !important;
  cursor: default !important;
}
.vui-btn:hover {
  cursor: pointer;
  background: #ffe380;
}

.vui-primary-btn:not(:disabled) {
  background: #ffc600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  color: #000000;
}
.vui-primary-btn:not(:disabled):hover {
  cursor: pointer;
  background: #ffe380;
}

.vui-secondary-btn:not(:disabled) {
  background: #00629d;
  color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.vui-secondary-btn:not(:disabled):hover {
  cursor: pointer;
  background: #00629d;
}

.vui-large-btn:not(:disabled) {
  padding: 15px 50px;
  font-size: 14px;
}

.vui-rslist-container .vui-rslist-head {
  border-bottom: 2px solid #002d61;
  padding: 8px 0;
  margin-bottom: 1px;
}
.vui-rslist-container .vui-rslist-item {
  padding: 12.5px;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.vui-rslist-container .vui-rslist-item:hover {
  background-color: #eaf2fc;
}

.vui-links {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  align-items: center;
  text-decoration: none;
  color: #00629d;
}
.vui-links .material-icons {
  color: #00358e;
  vertical-align: middle;
  margin: 0px 1px;
}
.vui-links:hover {
  text-decoration: underline;
  cursor: pointer;
}
.vui-links:hover .material-icons {
  color: #00629d;
}

.vui-oList {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 23px;
}
.vui-oList .vui-oList strong {
  font-weight: 700 !important;
}

.vrsk-list {
  line-height: 23px;
  padding-left: 1.5rem;
  list-style-position: outside;
}
.vrsk-list .vrsk-list-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vui-subHeads {
  /* Subheading */
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 133.4%;
}

.vui-table {
  width: 100%;
  border-collapse: collapse;
}
.vui-table tbody tr:hover {
  background-color: #eaf2fc;
}
.vui-table .mat-header-row {
  border-bottom: 5px solid #002d61;
  height: 51px;
}
.vui-table .mat-header-row th {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.vui-table .mat-row {
  border-bottom: 1.5px solid #cccccc;
  height: 51px;
}
.vui-table .mat-row .mat-cell {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.vui-table .mat-footer-row .mat-footer-cell {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  border-top: 3px solid #999999;
  border-bottom: none;
}

.vui-modal-head {
  width: 100%;
  display: flex;
  align-items: center;
}

.vui-modal-head p {
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  font-size: 28px;
  text-align: left;
  width: calc(100% - 24px);
  margin: 0;
}

.vui-modal-head a {
  width: 24px;
}

.vui-modal-head a i {
  font-size: 30px;
  line-height: 30px;
  color: #737373;
  position: relative;
  padding: 8px 0px;
  cursor: pointer;
}

.vui-modal-head a:hover i {
  color: #00629d;
}

.vui-modal-note {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  margin: 0 0 10px 0px;
}

.vui-modal-foot {
  display: flex;
  align-items: center;
}

.vui-modal-foot > span {
  margin-left: 28px;
}

.vui-modal-foot > span > a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: underline;
  color: #00629d;
  cursor: pointer;
  margin-left: 10px;
}

.cdk-overlay-pane {
  max-height: 95% !important;
}

.vui-dragndrop {
  min-width: 400px;
  display: inline-block;
  margin: 10px 0px;
  position: relative;
}
.vui-dragndrop .vui-disabled-drag .vui-drag-box {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  color: #00629d;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.vui-dragndrop .vui-disabled-drag .vui-drag-box:hover {
  background-color: #eaf2fc;
}
.vui-dragndrop .vui-disabled-drag .vui-drag-box:hover .active-item {
  cursor: pointer;
}
.vui-dragndrop .vui-disabled-drag .vui-drag-box:hover .active-item span:first-child {
  text-decoration: underline;
}
.vui-dragndrop .vui-disabled-drag .selectedDList {
  border-bottom: 2px solid #00629d;
  padding-bottom: 0px;
  background-color: #eaf2fc;
}
.vui-dragndrop .vui-disabled-drag .selectedDList .active-item span:first-child {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}
.vui-dragndrop .vui-drag-item.active-item span {
  width: calc(100% - 36px);
}
.vui-dragndrop .vui-drag-item.active-item button {
  background-color: unset;
  border: none;
  width: 36px;
}
.vui-dragndrop .vui-drag-item {
  display: flex;
  width: calc(100% - 18px);
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding-left: 15px;
  padding-right: 3px;
}
.vui-dragndrop .vui-drag-item span {
  display: flex;
  align-items: center;
  height: 100%;
}
.vui-dragndrop .vui-drag-item .material-icons {
  font-size: 24px;
  cursor: pointer;
  color: #00358e;
}
.vui-dragndrop .vui-drag-list {
  display: block;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 12;
}
.vui-dragndrop .vui-drag-list:not(.vui-disabled-drag) .vui-drag-box {
  border: solid 1px #cccccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: move;
  background: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  margin: 3.5px 0px;
}
.vui-dragndrop .vui-drag-list:not(.vui-disabled-drag) .vui-drag-box .vui-drag-item {
  height: 35px;
}
.vui-dragndrop .cdk-drag-disabled {
  cursor: default !important;
}

.cdk-drag .vui-drag-item {
  width: 100%;
  display: flex;
  width: calc(100% - 18px);
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 3px;
  height: 35px;
}
.cdk-drag .vui-drag-item .material-icons {
  font-size: 24px;
  cursor: pointer;
  color: #00358e;
}

.cdk-drag-preview {
  box-sizing: border-box;
  background: #eaf2fc;
  /* #CCCCCC - 20% Black - Disabled State */
  border: 1px solid #cccccc;
  /* Elevation - 2 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  /* or 129% */
  /* #000000 - Black - On State, Paragraph Head */
  color: #000000;
}

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

.vui-custom-placeholder {
  /* Modal Light */
  background: #fafafa;
  /* #CCCCCC - 20% Black - Disabled State */
  border: 2px dashed #cccccc;
  border-radius: 4px;
  min-height: 40px;
  margin-top: 4px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.vui-draglist-bg-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0;
  z-index: 10;
}

.dndenabled {
  background: #fafafa !important;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2) !important;
  height: auto !important;
  /* padding: 35px !important; */
  border-radius: 0px !important;
  border: 1px solid black;
  padding: 0 2.5%;
}

.vui-form-field-input {
  min-height: 28px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  outline: unset;
  border: none;
  border-bottom: 1px solid #000000;
  transition: all 50ms ease-in-out;
  box-sizing: unset;
}
.vui-form-field-input:focus {
  border-bottom: 3px solid #00629d;
  transition: all 50ms ease-in-out;
  margin-bottom: -2px;
}
.vui-form-field-input::placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #cccccc;
}

.vui-left-nav {
  display: block;
  width: 100%;
}
.vui-left-nav [leftnavlist].active {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  background: #f2f2f2;
  border-bottom: 2px solid #002d61;
}
.vui-left-nav [leftnavlist] {
  height: 40px;
  border: unset;
  outline: none;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  background: none;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #002d61;
}
.vui-left-nav [leftnavlist]:hover {
  cursor: pointer;
  text-decoration: underline;
}

.v-leftnav-link {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0.75rem 0;
  cursor: pointer;
  color: #047cb1;
}
.v-leftnav-link .material-icons {
  font-size: 18px;
  margin-right: 3px;
  color: #00358e;
}
.v-leftnav-link:hover .nav-label {
  text-decoration: underline;
}
.v-leftnav-link:hover .material-icons {
  text-decoration: none;
  color: #047cb1;
}

.v-link {
  font-weight: 500;
  color: #047cb1;
}

.v-link-label {
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  color: #047cb1;
}
.v-link-label:hover {
  text-decoration: underline;
}

.v-link-withicon {
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #047cb1;
}
.v-link-withicon span {
  margin-left: 4px;
}
.v-link-withicon:hover {
  cursor: pointer;
}
.v-link-withicon:hover .material-icons {
  color: #4d9fd0;
}
.v-link-withicon:hover span {
  text-decoration: underline;
}

.v-link-withicon-bold {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #047cb1;
}
.v-link-withicon-bold span {
  display: inline-flex;
  align-items: center;
  flex-flow: column;
  margin-left: 4px;
  text-decoration: underline;
}
.v-link-withicon-bold span::after {
  font-weight: bold;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: attr(data-text);
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.v-link-withicon-bold i {
  font-size: 16px;
}
.v-link-withicon-bold:hover {
  cursor: pointer;
}
.v-link-withicon-bold:hover span {
  font-weight: bold;
}

.active-link {
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #000000;
}

.disabled-link {
  pointer-events: none !important;
  color: #cccccc;
}

.v-link-label {
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  color: #047cb1;
}
.v-link-label:hover {
  text-decoration: underline;
}

.vui-radio-btn {
  display: block;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.vui-radio-btn .radiobtn-container {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.vui-radio-btn .radiobtn-container:not(.checkmark) {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #737373;
}
.vui-radio-btn .radiobtn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.vui-radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #00629d;
}
.vui-radio-btn .radiobtn-container:hover input ~ .checkmark {
  background-color: #fafafa;
}
.vui-radio-btn .radiobtn-container input:checked ~ .checkmark {
  background-color: #ffffff;
}
.vui-radio-btn .radiobtn-container input:checked ~ span:not(.checkmark) {
  font-weight: bold;
}
.vui-radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.vui-radio-btn .radiobtn-container input:checked ~ .checkmark:after {
  display: block;
}
.vui-radio-btn .radiobtn-container .checkmark:after {
  margin: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00629d;
}
.vui-radio-btn .disabled-radio {
  cursor: default !important;
}
.vui-radio-btn .disabled-radio input {
  cursor: default !important;
}
.vui-radio-btn .disabled-radio:not(.checkmark) {
  color: #737373;
}
.vui-radio-btn .disabled-radio .checkmark {
  border: 1px solid #cccccc;
}
.vui-radio-btn .disabled-radio .checkmark:after {
  background: #cccccc;
}
.vui-radio-btn .disabled-radio:hover input ~ .checkmark {
  background-color: #ffffff;
}

.inline-loader {
  display: inline-block;
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  animation: rotation 1s linear infinite;
  border: 2px solid #047cb1;
  border-bottom-color: transparent;
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alerts-admin-center-panel .mat-option.mat-selected .action-count-badge,
.alerts-search-action-panel .mat-option.mat-selected .action-count-badge,
.alerts-projects-workflow-panel .mat-option.mat-selected .action-count-badge {
  background-color: #ffffff;
  color: #00358e;
}
.placeholder\:text-neutral-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:text-neutral-500:hover{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(0 53 142 / var(--tw-text-opacity, 1));
}
.focus\:border-primary-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(51 93 165 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 93 165 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:bg-neutral-50:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1440px){
  .xl\:flex-row{
    flex-direction: row;
  }
}
