/* src/styles.scss */
html {
  height: 100%;
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    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-sys-level1:
    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-sys-level2:
    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-sys-level3:
    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-sys-level4:
    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-sys-level5:
    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-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
:root {
  --slds-brand: #0176d3;
  --slds-brand-dark: #014486;
  --slds-brand-accessible: #0b5cab;
  --slds-brand-accessible-active: #014486;
  --slds-success: #2e844a;
  --slds-warning: #fe9339;
  --slds-error: #ea001e;
  --slds-background: #f3f3f3;
  --slds-surface: #ffffff;
  --slds-border: #c9c9c9;
  --slds-text: #181818;
  --slds-text-weak: #444444;
  --slds-radius: 0.25rem;
  --slds-spacing-x-small: 0.5rem;
  --slds-spacing-small: 0.75rem;
  --slds-spacing-medium: 1rem;
  --slds-spacing-large: 1.5rem;
}
body {
  color-scheme: light;
  background-color: var(--slds-background);
  color: var(--slds-text);
  font: var(--mat-sys-body-medium);
  margin: 0;
  height: 100%;
}
.slds-card {
  background: var(--slds-surface);
  border: 1px solid var(--slds-border);
  border-radius: var(--slds-radius);
  padding: var(--slds-spacing-medium);
}
.ript-required::after {
  content: "*";
  color: var(--slds-error);
  margin-left: 0.125rem;
}
.ript-form-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: hidden;
}
.ript-form-dialog .mdc-dialog__container {
  padding: 0 !important;
}
.ript-form-dialog .mdc-dialog__surface {
  border-radius: 4px !important;
  overflow: hidden;
}
.ript-filter-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  overflow: hidden;
  height: 100vh;
}
.ript-filter-dialog .mdc-dialog__container {
  padding: 0 !important;
  height: 100vh;
}
.ript-filter-dialog .mdc-dialog__surface {
  border-radius: 0 !important;
  overflow: hidden;
  height: 100vh;
}
.mat-mdc-dialog-container {
  border-radius: 4px !important;
}
.rd-tabs .mdc-tab-indicator {
  bottom: 0;
}
.rf-slds-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.rf-slds-field .rf-slds-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #3e3e3c;
  line-height: 1.2;
  min-height: 1.25rem;
}
.rf-slds-field mat-form-field {
  width: 100%;
}
.rf-slds-field mat-form-field .mdc-notched-outline__notch {
  border-right: none;
}
.rf-slds-field mat-form-field .mat-mdc-form-field-infix {
  min-height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.rf-slds-field mat-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.rf-help {
  font-size: 16px;
  width: 16px;
  height: 16px !important;
  line-height: 16px;
  vertical-align: middle;
  margin-left: 4px;
  color: #706e6b;
  cursor: help;
  pointer-events: auto;
}
.rf-dep-link {
  font-size: 0.75rem;
  color: #0176d3;
  text-decoration: none;
  padding-left: 0.1rem;
}
.rf-dep-link:hover {
  text-decoration: underline;
}
.ript-validation-message {
  display: block;
  color: #ea001e;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.ript-field-invalid .mdc-notched-outline__leading,
.ript-field-invalid .mdc-notched-outline__notch,
.ript-field-invalid .mdc-notched-outline__trailing {
  border-color: #ea001e !important;
}
.rf-required {
  color: #ba0517;
  margin-right: 0.15rem;
  font-weight: 600;
}
.rf-slds-field {
  position: relative;
}
.rf-slds-field.rf-dirty {
  background-color: #fef5e7;
  box-shadow: inset 0 0 0 1px #f7c774;
  border-radius: 4px;
  padding: 6px 8px;
  margin: -6px -8px;
}
.rf-slds-field.rf-dirty .mat-mdc-text-field-wrapper,
.rf-slds-field.rf-dirty .mdc-text-field {
  background-color: #fff;
}
.rf-undo-btn {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #ba0517;
  border-radius: 3px;
  background: #fff;
  color: #ba0517;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.rf-undo-btn:hover {
  background: #fdecec;
}
.rf-undo-btn:focus-visible {
  outline: 2px solid #0176d3;
  outline-offset: 1px;
}
.rf-undo-btn svg {
  display: block;
}
.slds-context-bar {
  display: flex;
  align-items: stretch;
  background: #0176d3;
  height: 44px;
  border-bottom: 1px solid #0b5cab;
  position: sticky;
  top: 52px;
  z-index: 199;
}
.slds-context-bar__primary {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.slds-context-bar__secondary {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slds-context-bar__item {
  display: flex;
  align-items: stretch;
}
.slds-context-bar__item.slds-is-active .slds-context-bar__label-action {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 3px solid #fff;
}
.slds-context-bar__label-action {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.slds-context-bar__label-action:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slds-context-bar__label-action:visited {
  color: #fff;
}
.slds-context-bar__item-arrow {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.mat-mdc-menu-panel.rsm-menu {
  min-width: 260px;
  max-width: 360px;
}
.mat-mdc-menu-panel.rsm-menu .rsm-section-heading {
  padding: 0.5rem 1rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #444;
  text-transform: none;
  letter-spacing: 0.02em;
  border-top: 1px solid #ecebea;
  margin-top: 0.25rem;
}
.mat-mdc-menu-panel.rsm-menu .rsm-section-heading:first-of-type {
  border-top: 0;
  margin-top: 0;
}
.mat-mdc-menu-panel.rsm-menu .rsm-empty {
  padding: 0.4rem 1rem 0.6rem;
  font-size: 0.8125rem;
  color: #706e6b;
  font-style: italic;
}
.mat-mdc-menu-panel.rsm-menu .rsm-record-title {
  color: #0176d3;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
  display: inline-block;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-heading {
  min-height: 32px;
  height: 32px;
  padding: 0.5rem 1rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #444;
  opacity: 1;
  pointer-events: none;
  background: transparent;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-heading .mdc-list-item__primary-text {
  color: inherit;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item {
  min-height: 44px;
  padding: 0.5rem 1rem;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item .ript-lookup-item__icon {
  color: #ffffff;
  background: #747474;
  border-radius: 2px;
  font-size: 16px;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin-right: 0.75rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item .ript-lookup-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.25;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item .ript-lookup-item__label {
  color: #0176d3;
  font-size: 0.875rem;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-item .ript-lookup-item__sublabel {
  color: #444;
  font-size: 0.75rem;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-new {
  min-height: 40px;
  padding: 0.5rem 1rem;
  border-top: 1px solid #ecebea;
  color: #0176d3;
}
.mat-mdc-autocomplete-panel.ript-lookup-panel .mat-mdc-option.ript-lookup-new mat-icon {
  color: #0176d3;
  margin-right: 0.5rem;
  font-size: 18px;
  width: 18px;
  height: 18px;
}

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