.itemSemiBold18Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: 18px;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 22px;
}
.itemRegular16Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 20px;
}
.itemRegular16Action {
  color: var(--slds-g-color-accent-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 22px;
}
.itemSemiBold16Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 22px;
}
.itemSemiBold16Action {
  color: var(--slds-g-color-accent-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 18px;
}
.itemRegular14Weak {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
}
.itemRegular14Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
}
.itemSemiBold14Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 18px;
}
.itemBold14Default {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-7);
  line-height: 18px;
}
/* Generic metadata line: primary token (e.g., date, status marker). */
.itemMetaPrimary {
  color: var(--slds-g-color-accent-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
}
/* Generic metadata line: secondary token (e.g., author, qualifier). */
.itemMetaSecondary {
  color: var(--slds-g-color-accent-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-style: italic;
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-4);
}
/* Generic body text style for expandable/multi-line list content. */
.itemBody {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-3);
  min-width: 0;
}
.ListColumn.itemBody > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.itemAction {
  vertical-align: middle;
}
@-webkit-keyframes slide-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@keyframes slide-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes header-slide-in {
  0% {
    left: -8em;
  }
  100% {
    left: 0em;
  }
}
@keyframes header-slide-in {
  0% {
    left: -8em;
  }
  100% {
    left: 0em;
  }
}
@font-face {
  font-family: "Regular";
  src: url("firasans/FiraSans-Regular.ttf");
}
@font-face {
  font-family: "Light";
  src: url("firasans/FiraSans-Light.ttf");
}
@font-face {
  font-family: "Medium";
  src: url("firasans/FiraSans-Medium.ttf");
}
@font-face {
  font-family: "SemiBold";
  src: url("firasans/FiraSans-SemiBold.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("firasans/FiraSans-Bold.ttf");
}
/* Single "Fira Sans" family for token stack (--slds-g-font-family-base): SF Pro → Roboto → Fira Sans */
@font-face {
  font-family: "Fira Sans";
  src: url("firasans/FiraSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("firasans/FiraSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("firasans/FiraSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("firasans/FiraSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("firasans/FiraSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.StandardFontSize {
  font-size: 104%;
}
.PrimeColorScheme {
  background: #008899;
  color: white;
}
.PrimeColorSchemeReverse {
  color: #008899;
  background: white;
}
.StandardFont {
  font-family: "Regular", sans-serif;
  font-size: 104%;
}
.NoPadding {
  padding: 0;
}
.NoMargin {
  margin: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
input {
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.DefaultControlStyle {
  -webkit-appearance: none !important;
  -webkit-user-select: auto !important;
}
.FirstLevelContainer {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}
.FlexContainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.FlexContainerHorizontal {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.FlexContainerCenteredContent {
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.StretchedFlexItem {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.SolidFlexItem {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.alignCenter {
  text-align: center;
  text-align: -webkit-center;
}
.alignLeft {
  text-align: left;
  text-align: -webkit-left;
}
.alignRight {
  text-align: right;
  text-align: -webkit-right;
}
.CenteredContentContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.Monospace {
  font-family: Menlo, monospace;
  font-size: 104%;
}
.Hidden {
  display: none;
}
.Invisible {
  visibility: hidden;
}
.DeploymentScreen .Invisible {
  display: none;
}
.ScrollableContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  z-index: 1;
}
.Scrollable {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.XYScrollable {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow-y: auto;
  overflow-x: auto;
}
.XScrollable {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow-y: hidden;
  overflow-x: auto;
}
.ScrollableXY {
  overflow: auto;
}
.Opaque {
  opacity: 0.5;
}
.Selected {
  background: #008899;
  color: white;
}
.Selected .itemSecondary,
.Selected .itemValue {
  color: #fdfdfd;
}
.Transparent {
  background-color: transparent;
}
.Disabled {
  opacity: 0.55;
  pointer-events: none;
}
.Disabled tbody {
  opacity: 0.55;
}
a.SvgImage:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a.SvgImage {
  position: relative;
  display: inline-block;
  background: transparent;
}
.AttachmentViewer {
  width: 100%;
  height: 100%;
  border: 0;
}
.AttachmentViewer--lumina {
  background: var(--slds-g-color-surface-container-2);
  border-radius: 0;
}
/*
 * FILE_HEADER
 */
/** 
Left to right animation.
List items appear by moving in from the left and disappear by moving out to the right.
Opacity is increased during appearance and decreased during disappearance
 */
@-webkit-keyframes leftToRight-appear {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes leftToRight-appear {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes leftToRight-disappear {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
}
@keyframes leftToRight-disappear {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
}
.leftToRight-enter {
  opacity: 0;
}
.leftToRight-enter.leftToRight-enter-active {
  opacity: 1;
  animation: leftToRight-appear 500ms ease-in;
  transition: all 0.5s ease-in;
}
.leftToRight-exit {
  opacity: 1;
}
.leftToRight-exit.leftToRight-exit-active {
  opacity: 0.1;
  transition: all 0.5s ease-out;
  animation: leftToRight-disappear 500ms ease-out;
}
/** 
Right to left animation.
List items appear by moving in from the right and disappear by moving out to the left.
Opacity is increased during appearance and decreased during disappearance
 */
@-webkit-keyframes rightToLeft-appear {
  0% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rightToLeft-appear {
  0% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes rightToLeft-disappear {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
}
@keyframes rightToLeft-disappear {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
}
.rightToLeft-enter {
  opacity: 0;
}
.rightToLeft-enter.rightToLeft-enter-active {
  opacity: 1;
  animation: rightToLeft-appear 500ms ease-in;
  transition: all 0.5s ease-in;
}
.rightToLeft-exit {
  opacity: 1;
}
.rightToLeft-exit.rightToLeft-exit-active {
  opacity: 0.1;
  transition: all 0.5s ease-out;
  animation: rightToLeft-disappear 500ms ease-out;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  color: black;
  font-family: "Regular", sans-serif;
  font-size: 104%;
  -ms-overflow-y: hidden;
}
body {
  font-size: 104%;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.FlexBoxContext {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
}
.CheckBox {
  height: 32px;
  width: 80px;
  float: right;
}
.CheckBox.Deployment.unchecked {
  background-image: url("../graphics/Btn_Switch-off.svg");
  background-repeat: no-repeat;
}
.CheckBox.Deployment.checked {
  background-image: url("../graphics/Btn_Switch-on.svg");
  background-repeat: no-repeat;
}
.DisabledControl {
  opacity: 0.65;
}
.DisabledInputAreaControl {
  opacity: 0.8;
}
input {
  font-family: "Regular", sans-serif;
  font-size: 104%;
  outline-style: none;
  padding: 0.5rem;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:disabled {
  -webkit-opacity: 0.65;
  /* Override iOS opacity change affecting text & background color */
  opacity: 0.65;
}
input.InputArea.InputAreaNumeric,
input.InputArea.InputAreaText {
  margin: 2px 4px;
}
input.InputArea.InputAreaNumeric,
input.InputArea.InputAreaText,
input.Stepper.InputAreaNumeric {
  border-width: 1px;
  border-style: solid;
  border-color: var(--inputarea-sec-border-color) var(--inputarea-sec-border-color) var(--inputarea-border-color) var(--inputarea-sec-border-color);
}
input.InputArea.InputAreaNumericHighLight,
input.InputArea.InputAreaTextHighLight,
input.Stepper.InputAreaNumericHighLight {
  border-width: 1px;
  border-style: solid;
  border-color: var(--inputarea-sec-border-focus-color) var(--inputarea-sec-border-focus-color) var(--inputarea-focus-color) var(--inputarea-sec-border-focus-color);
}
input.InputAreaNumeric.DisabledControl,
input.InputAreaText.DisabledControl {
  border: none;
}
textarea:disabled {
  -webkit-opacity: 0.8;
  /* Override iOS opacity change affecting text & background color */
  opacity: 0.8;
}
.PositionControlFlyout {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PositionControlFlyout .FlyOutSimpleRow {
  padding: 0.4em;
  margin-top: -1px;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 0;
}
.PositionControlFlyout .FlyOutSimpleRow img {
  width: 1.5em;
  height: 1.5em;
  margin: 0.5em;
  vertical-align: middle;
}
.PositionControl {
  white-space: nowrap;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media only screen and (max-width: 479px) {
  .PositionControl {
    padding-right: 10px;
  }
}
.PositionControl .PositionClearButton {
  padding: 0px;
  background-image: var(--inputarea-clear-img);
  position: relative;
  right: 1em;
  width: 0.925em;
  height: 0.925em;
  margin-bottom: 0.4em;
  background-position: center;
  border: none;
}
.PositionControl .PositionInput {
  width: 100%;
  height: 2.5em;
  border: none;
  padding-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .PositionControl .PositionInput {
    padding-left: 8px;
  }
}
.PositionControl .SvgImage {
  width: 1em;
  height: 1em;
  margin-top: 0.8em;
}
.SvgIconMask {
  width: 1.5em;
  height: 1.5em;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.Stepper {
  white-space: nowrap;
  width: 100%;
  padding-right: 8px;
  vertical-align: middle;
  /* https://www.webfx.com/blog/web-design/disable-text-selection/ */
  user-select: none !important;
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* Internet Explorer */
  -khtml-user-select: none !important;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none !important;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none !important;
  /* Disable Android and iOS callouts*/
}
.Stepper input {
  min-width: 2.5em;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  margin-bottom: 0px;
  margin-top: 0px;
}
.Stepper .InputAreaNumericHighLight {
  background-color: var(--inputarea-highlight-background-color) !important;
  font-weight: bold;
}
.Stepper img {
  vertical-align: middle;
}
.Selected .Stepper {
  color: white;
}
.Stepper.Disabled input {
  border: none;
}
.ListColumn.itemRight .Stepper {
  margin-right: -7px;
}
.ListColumn.itemRight .Stepper img {
  margin-left: 7px;
}
.StepperPhone {
  white-space: nowrap;
  width: 100%;
  padding-right: 8px;
  vertical-align: middle;
  /* https://www.webfx.com/blog/web-design/disable-text-selection/ */
  user-select: none !important;
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* Internet Explorer */
  -khtml-user-select: none !important;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none !important;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none !important;
  /* Disable Android and iOS callouts*/
}
.StepperPhone input {
  min-width: 2.5em;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  margin-bottom: 0px;
  margin-top: 0px;
}
.StepperPhone .InputAreaNumericHighLight {
  background-color: var(--inputarea-highlight-background-color) !important;
  font-weight: bold;
}
.StepperPhone img {
  vertical-align: middle;
}
.Selected .StepperPhone {
  color: white;
}
.Label {
  font-family: Menlo, monospace;
  font-size: 104%;
  padding: 1.2em;
}
.AdvancedSearchControl {
  height: auto;
  overflow-y: auto;
}
.AdvancedSearchPanel--lumina {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: var(--slds-g-color-surface-container-1);
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeaderContainer {
  flex-shrink: 0;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  container-type: inline-size;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader {
  display: grid;
  align-items: center;
  column-gap: var(--slds-g-spacing-4);
  row-gap: var(--slds-g-spacing-3);
  box-sizing: border-box;
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-5);
  grid-template-columns: auto auto 1fr auto;
  grid-template-areas: "clear setfav spacer apply";
}
@media only screen and (max-width: 479px) {
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader {
    padding: var(--slds-g-spacing-3);
  }
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__clearAllBtn {
  grid-area: clear;
  justify-self: start;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__setDefaultBtn {
  grid-area: setfav;
  justify-self: start;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__applyBtnWrap {
  grid-area: apply;
  justify-self: end;
  display: flex;
  align-items: center;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__applyBtnWrap:empty {
  display: none;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__applyFavToggle {
  grid-area: toggle;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader .AdvancedSearchPanel__applyFavToggle .AdvancedSearchPanel__applyFavLabel {
  color: var(--slds-g-color-on-surface-2);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
  letter-spacing: -0.196px;
  white-space: nowrap;
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) {
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "clear  spacer apply" "setfav spacer toggle";
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle .AdvancedSearchPanel__applyFavToggle {
  justify-self: end;
}
@container (max-width: 420px) {
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "clear setfav spacer apply";
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-spacing-7);
    padding: 0;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle {
    grid-template-areas: "clear  setfav spacer apply" "toggle toggle toggle .";
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle .AdvancedSearchPanel__applyFavToggle {
    justify-self: start;
  }
}
@media only screen and (min-width: 744px) {
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "clear setfav spacer apply";
  }
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-spacing-7);
    padding: 0;
  }
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle {
    grid-template-areas: "clear  setfav spacer apply" "toggle toggle toggle .";
  }
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle .AdvancedSearchPanel__applyFavToggle {
    justify-self: start;
  }
}
@media only screen and (max-width: 479px) {
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "clear setfav spacer apply";
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-sizing-9);
    padding: 0;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle {
    grid-template-areas: "clear  setfav spacer apply" "toggle toggle toggle .";
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:has(.AdvancedSearchPanel__applyBtnWrap > *).AdvancedSearchPanel__subHeader--hasToggle .AdvancedSearchPanel__applyFavToggle {
    justify-self: start;
  }
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) {
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "clear setfav toggle";
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__applyFavToggle {
  justify-self: end;
}
@container (max-width: 420px) {
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-spacing-7);
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-sizing-9);
    padding: 0;
  }
}
@media only screen and (min-width: 744px) {
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina .ImageButton__label,
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina .ImageButton__label {
    display: none;
  }
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__clearAllBtn.ImageButton--lumina:not(.ImageButton--icon-only),
  .fw-portrait .AdvancedSearchPanel--lumina .AdvancedSearchPanel__subHeader:not(:has(.AdvancedSearchPanel__applyBtnWrap > *)) .AdvancedSearchPanel__setDefaultBtn.ImageButton--lumina:not(.ImageButton--icon-only) {
    width: var(--slds-g-spacing-7);
    padding: 0;
  }
}
.AdvancedSearchPanel--lumina .AdvancedSearchPanel__scrollableWrapper {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  flex: 1;
}
.AdvancedSearchPanel--lumina .GroupedElementsArea {
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-5) var(--slds-g-spacing-5) var(--slds-g-spacing-5);
  box-sizing: border-box;
  background: var(--slds-g-color-surface-container-1);
}
@media only screen and (max-width: 479px) {
  .AdvancedSearchPanel--lumina .GroupedElementsArea {
    padding: var(--slds-g-spacing-3);
  }
}
.AdvancedSearchPanel--lumina .GroupedElement {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-4);
}
.AdvancedSearchPanel--lumina .Merger__row--lumina > div:only-child > .Stepper--lumina {
  width: fit-content;
}
.GroupElement,
.GroupedElementsArea {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.GroupElement .GroupElementHeader,
.GroupedElementsArea .GroupElementHeader {
  font-family: Menlo, monospace;
  font-size: 104%;
  padding: 1.2em;
  font-size: 80%;
}
@media only screen and (max-width: 479px) {
  .GroupElement label,
  .GroupedElementsArea label {
    white-space: nowrap;
  }
}
.GroupElement {
  flex-shrink: 0;
}
/*.GroupElement .InputArea:first-child {
  border-top: 1px solid @bg-dark-tone
}*/
.MergerPhone {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.MergerPhone label {
  font-family: "Medium";
  font-size: 12px;
  padding: 16px 16px 8px 6px;
  text-align: right;
  text-align: -webkit-right;
  flex: 0 0 8em;
  -webkit-flex: 0 0 8em;
}
.MergerPhone .Items {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.MergerPhone .ImageButton {
  font-size: 14px;
}
.InputArea label,
.Merger label {
  font-family: "Medium";
  font-size: 12px;
  padding: 16px 16px 8px 6px;
  text-align: right;
  text-align: -webkit-right;
  flex: 0 0 8em;
  -webkit-flex: 0 0 8em;
}
.InputAreaPhone {
  font-family: "Regular";
  color: var(--inputarea-font-color);
  font-size: 14px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.InputAreaPhone label {
  font-family: "Medium";
  font-size: 12px;
  padding: 16px 16px 8px 6px;
  text-align: right;
  text-align: -webkit-right;
  flex: 0 0 8em;
  -webkit-flex: 0 0 8em;
}
.InputAreaPhone .CheckBoxContainer {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
@media only screen and (min-width: 744px) and (orientation: portrait) {
  .InputAreaPhone .CheckBoxContainer .selectedBoxItem {
    width: 5.5em;
  }
}
.InputAreaPhone span,
.InputAreaPhone .SelectionBox {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.InputAreaPhone input {
  border: none;
  border-bottom: 1px solid var(--inputarea-border-color);
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.InputAreaPhone span {
  border-bottom: 0px;
}
.InputAreaPhone .DisabledControl {
  opacity: 0.65;
  border-bottom: 0;
}
.InputAreaPhone .InputAreaNumeric {
  text-align: right;
}
.InputAreaPhone .InputAreaNumericHighLight {
  font-weight: bold;
}
.InputAreaPhone input:focus {
  font-family: "Regular";
  font-size: 14px;
  border-bottom: 2px solid var(--inputarea-focus-color);
  color: var(--inputarea-focus-color);
  padding-top: 13px;
}
.InputAreaPhone input.Lookup {
  background-position: right 10px top 1em;
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
.InputAreaPhone input::placeholder {
  color: var(--inputarea-placeholder-color);
}
.InputAreaPhone .Stepper input:focus {
  padding-top: 14px;
  padding-right: 8px;
}
.InputAreaPhone input,
.InputAreaPhone .CheckBoxContainer,
.InputAreaPhone .SelectionBox,
.InputAreaPhone span {
  padding: 6px 12px 6px 12px;
}
.InputAreaPhone input:focus {
  padding-top: 6px;
  padding-right: 20px;
}
.InputAreaPhone input.Lookup {
  background-position: right 10px top 0.6em;
}
.InputAreaPhone label,
.MergerPhone label {
  padding: 16px 12px 6px 12px;
  text-align: left;
  text-align: -webkit-left;
  flex: none;
  -webkit-flex: none;
}
.InputArea {
  font-family: "Regular";
  color: var(--inputarea-font-color);
  font-size: 14px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.InputArea .CheckBoxContainer {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
@media only screen and (min-width: 744px) and (orientation: portrait) {
  .InputArea .CheckBoxContainer .selectedBoxItem {
    width: 5.5em;
  }
}
.InputArea span,
.InputArea .SelectionBox {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.InputArea input {
  border: none;
  border-bottom: 1px solid var(--inputarea-border-color);
  outline: none;
  padding: 14px 8px 6px 6px;
  border-radius: 0px;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.InputArea span {
  border-bottom: 0px;
}
.InputArea .DisabledControl {
  opacity: 0.65;
  border-bottom: 0;
}
.InputArea .InputAreaNumeric {
  text-align: right;
}
.InputArea .InputAreaNumericHighLight {
  font-weight: bold;
}
.InputArea input:focus {
  font-family: "Regular";
  font-size: 14px;
  border-bottom: 2px solid var(--inputarea-focus-color);
  color: var(--inputarea-focus-color);
  padding-top: 13px;
}
.InputArea input.Lookup {
  background-position: right 10px top 1em;
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
.InputArea input::placeholder {
  color: var(--inputarea-placeholder-color);
}
.CheckBoxArea {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.CheckBoxArea .CheckBoxContainer {
  padding: 0.5em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.SelectionArea {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  display: inline-block;
  float: right;
}
.SelectionArea .SelectionBox {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  outline: none;
  padding: 0.5em;
  min-height: 1em;
  min-width: 5em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.SelectionArea span {
  float: left;
  padding-left: 0.5em;
  padding-right: 2em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.SelectionArea .black {
  color: black;
}
.SearchField {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* Row containing SearchField (first) and SortOptions (second) when list is searchable. */
.GroupedListSearchRow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  gap: 16px;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
/* SearchFieldLumina: no left/right padding inside this row; gap above provides spacing between children. */
.GroupedListSearchRow .SearchFieldLumina {
  padding-left: 0;
  padding-right: 0;
}
/* SortOptions (Lumina): button reuses ImageButton's secondary-variant circular styling (imagebuttonV2.less); only the open-state indicator and flex layout are custom. */
.SortOptionsButton {
  flex-shrink: 0;
}
.SortOptionsButton.SortOptionsButton--open {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08) inset, 0 0.5px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
}
/* Sort option row in flyout: fixed icon column so row height is consistent. */
.SortOptionsMenu .SortOptionRow-icon {
  width: 16px;
  min-width: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SortOptionsMenu .SortOptionRow-icon .SvgIconMask,
.SortOptionsMenu .SortOptionRow-icon img {
  width: 16px;
  height: 16px;
}
.SortOptionsMenu .SortOptionRow-icon .SvgIconMask {
  background-color: var(--slds-g-color-neutral-base-50);
}
.SortOptionsMenu .SortOptionRow-icon img {
  display: block;
}
.SearchFieldLumina {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 16px;
  /* Legacy uses position:absolute for icons; override so they are flex items and do not overlap the input */
  /* Button wrapper: reset + center icon (override global button styles) */
  /* SvgIconMask child: fixed size and color (search/filter icon colors stay in JS from theme). */
}
.SearchFieldLumina .SearchFieldInputWrapper {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
  /* clip content to border-radius */
  box-sizing: border-box;
  /* height includes 1px border so total stays 40px */
  /* Lumina / Figma: fixed height and spacing */
  height: 40px;
  padding: 2px var(--slds-g-spacing-2);
  gap: var(--slds-g-spacing-2);
  flex-shrink: 0;
}
.SearchFieldLumina .SearchFieldInputWrapper .SearchIcon {
  position: static;
  left: auto;
  right: auto;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.SearchFieldLumina .SearchFieldInputWrapper .input.CancelButtonSearch {
  position: static;
  left: auto;
  right: auto;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* override global button padding so total size stays 16px (SearchIcon is a div, so no button padding) */
  background-image: none;
  /* SvgIconMask shows icon via mask, not background */
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  box-sizing: border-box;
  margin: 0;
}
.SearchFieldLumina .SearchFieldInputWrapper button.input.CancelButtonSearch {
  line-height: 0;
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.SearchFieldLumina .SearchFieldInputWrapper .input.CancelButtonSearch.SvgIconMask {
  flex: 0 0 16px;
  display: block;
  background-color: var(--slds-g-color-on-surface-1);
}
.SearchFieldLumina .SearchFieldInput {
  width: 100%;
  height: 20px;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  padding: 0;
  background-color: transparent;
  /* Typography: central tokens (slds-tokens.less) */
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  /* 14px */
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  /* 400 */
  line-height: 22px;
  letter-spacing: 0.084px;
  font-feature-settings: 'liga' off, 'clig' off;
}
.SearchFieldLumina .SearchFieldInput::placeholder {
  color: var(--Text-Placeholder, var(--searchfield-placeholder-color, #747474));
}
.SearchFieldLumina .SearchFieldInput::-webkit-input-placeholder {
  color: var(--Text-Placeholder, var(--searchfield-placeholder-color, #747474));
}
.SearchFieldLumina .AdvancedSearchButton {
  margin-left: var(--slds-g-spacing-2);
  margin-top: 0;
  width: auto;
}
.SearchFieldInput {
  border: 5px solid;
  height: 2.5em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.SearchFieldInput::placeholder {
  color: var(--searchfield-placeholder-color);
}
.SearchFieldInput::-webkit-input-placeholder {
  color: var(--searchfield-placeholder-color);
}
.CancelButton {
  position: absolute;
  right: 2.5em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  text-align: -webkit-center;
  line-height: 2.5em;
  font-size: 1em;
}
.CancelButtonPhone {
  position: absolute;
  right: 2.5em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  text-align: -webkit-center;
  line-height: 2.5em;
  font-size: 1em;
  height: 1em;
}
.SearchIcon {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  text-align: -webkit-center;
  line-height: 2.5em;
}
.AdvancedSearchButton {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 0 36px 36px 0;
  margin-top: 0.3em;
}
.AdvancedSearchButton .AdvancedSearchIcon {
  position: relative;
  right: 0.2em;
  width: 30px;
  left: 0.1em;
  top: 0.2em;
}
.AdvancedSearchFavButton {
  background-color: transparent;
  display: inline-block;
  float: left;
}
.AdvancedSearchFavButton .AdvancedSearchFavIcon {
  width: 1.4em;
  height: 1.4em;
  border-radius: 2em;
  margin-top: 0.35em;
  margin-right: 0.35em;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.ImageButton {
  text-align: center;
  text-align: -webkit-center;
  position: relative;
}
.ImageButtonText {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ImageSelectorItem {
  width: 11em;
}
.ImageSelectorItem .Badge {
  margin-left: 0.578em;
  max-width: 5.4em;
}
/*.ImageSelectorItem:only-of-type {
    display: none !important;
  }*/
.Badge {
  font-size: 0.8em;
  border-radius: 3em;
  padding: 0.5em;
  text-align: center;
  text-align: -webkit-center;
  min-width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
@media only screen and (max-width: 479px) {
  .Badge {
    min-width: 1.3em;
    height: 12px;
    line-height: 12px;
  }
}
.MasterSection,
.DetailSection,
.Area,
.FilteredViewAreaSection,
.TabbedViewAreaSection,
.GroupedList,
.GroupedButtonList,
.BreadCrumbControl,
.DirectlyInvisible,
.NavigationMenuContainer,
.SingleSectionPage {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  order: 1;
  position: relative;
}
.MultiLineFullHeight {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
}
.TabbedViewAreaSection .MultiArea,
.DirectlyInvisible .MultiArea {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  order: 1;
  position: relative;
}
.TabbedViewAreaSection {
  background: var(--page-background-color);
}
.RightSection {
  box-sizing: border-box;
  border-left: 2px solid;
}
.DetailSection {
  box-sizing: border-box;
}
.MasterSection--lumina,
.DetailSection--lumina {
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
  background: var(--slds-g-color-surface-1);
}
/* Lumina: Tab control (ImageSelector) at top instead of bottom - tied to Lumina only, not detail/master */
.TabbedViewAreaContainer.TabbedViewAreaContainer--lumina {
  padding-top: var(--slds-g-spacing-2);
}
.TabbedViewAreaContainer.TabbedViewAreaContainer--lumina .ImageSelector {
  order: -1;
  border-top: none;
}
.TabbedViewAreaContainer.TabbedViewAreaContainer--lumina .TabbedViewAreaSection {
  order: 1;
}
/* Lumina: Figma tab styling - white background, underline indicator (variant-based) - tied to Lumina only */
.ImageSelector.ImageSelector--lumina {
  background: var(--slds-g-color-surface-container-1);
  border-top-color: transparent;
  box-shadow: none;
  height: fit-content;
}
.ImageSelector.ImageSelector--lumina .InnerContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  height: auto;
  min-width: 100%;
}
.ImageSelector.ImageSelector--lumina .ImageSelectorItem.ImageSelectorItem--lumina {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  text-transform: none;
  max-width: var(--slds-g-sizing-14);
  padding: 0 var(--slds-g-spacing-3);
  gap: var(--slds-g-spacing-2);
  min-width: auto;
  height: 40px;
  /* No SLDS token available - between --slds-g-sizing-9 (32px) and --slds-g-sizing-10 (48px) */
  background: var(--slds-g-color-surface-container-1);
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-1);
  line-height: 19px;
}
.ImageSelector.ImageSelector--lumina .ImageSelectorItem.ImageSelectorItem--lumina .ImageButton__icon {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
}
.InputControl {
  outline-style: none;
  padding: 0.5rem;
  border-radius: 2px;
}
.ButtonControl {
  outline: 0;
  padding: 0.5em;
  border-radius: 2px;
}
.LoginSection {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.LoginSection img {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.LoginSection .LoginArea .LoginGroup {
  flex: 7;
  -webkit-flex: 7;
}
.LoginSection .LoginArea .ImageButton {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  -webkit-flex: 1;
}
.LoginArea {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.FilterElementArea {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
}
.PageHeader {
  z-index: 1;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  display: flex;
  box-shadow: 0 0 0 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.PageHeader .HeaderControl {
  border-radius: 3px;
  min-width: 4.5em;
}
.PageHeader .HeaderControl img {
  vertical-align: middle;
}
.PageHeader .HeaderControl.Debug {
  background: #00b5cc;
}
.PageHeader .PageHeaderLeftControls,
.PageHeader .PageHeaderRightControls {
  display: inline-block;
}
.PageHeader .PageHeaderRightControls {
  float: right;
}
.PageHeader .PageHeaderRightControls button {
  vertical-align: top;
  margin-left: 0.5em;
}
.PageHeader .PageHeaderTitleArea {
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  vertical-align: middle;
}
.PageHeader .PageHeaderReplicationIndicator {
  position: absolute;
  float: left;
}
.PageHeader .PageHeaderReplicationImg {
  float: left;
  height: 6px;
  width: 6px;
}
.PageHeader .PageHeaderReplicationLoadingImg {
  float: left;
  height: 6px;
  min-width: 28px;
  margin-left: 4px;
}
.PageHeader .NavigationButton {
  float: left;
}
.PageHeader .cpHeaderAnimation {
  animation-name: header-slide-in;
  animation-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-animation-name: header-slide-in;
  -webkit-animation-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
}
.PageHeader .NavButtonImg {
  height: 12px;
  width: 24px;
}
.PageHeader .CpMenu {
  background-color: transparent;
}
.FlyOut {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99001;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) center center no-repeat;
  -webkit-flex-direction: column;
  /* Lumina modal flyouts: vertically and horizontally center the content */
  /* Lumina modal: Content must not be absolute so flex centering works; fixed 80% viewport height */
  /* Lumina modal on phone: near-full-height flyout anchored to bottom with rounded top corners */
  /* Lumina modal: padding on ScrollableContainer (flyout scroll area) */
  /* Lumina modal + indexbar (Lumina): 24px padding right on indexbar-wrapper; 16px top, 24px left/right/bottom on ScrollableContainer */
}
.FlyOut.FlyOut--luminaModal {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.FlyOut .Content {
  position: absolute;
  border-radius: 0.3em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.FlyOut .Content.LuminaContextMenu {
  padding: 0;
}
.FlyOut.FlyOut--luminaModal .Content {
  position: relative;
  max-height: 80vh;
  border-radius: var(--slds-g-radius-border-4);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .FlyOut.FlyOut--luminaModal {
    background: transparent;
  }
  .FlyOut.FlyOut--luminaModal .Content {
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: var(--slds-g-radius-border-4) var(--slds-g-radius-border-4) 0 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07), 0px -7px 7px 0px rgba(0, 0, 0, 0.12), 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  }
}
.FlyOut .Content.FlyOut--luminaFullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  max-height: none;
  background: var(--slds-g-color-palette-neutral-10);
}
.FlyOut.FlyOut--luminaModal .SingleSectionDialogPage .ScrollableContainer {
  padding: var(--slds-g-spacing-5);
}
@media only screen and (max-width: 479px) {
  .FlyOut.FlyOut--luminaModal .SingleSectionDialogPage .ScrollableContainer {
    padding: var(--slds-g-spacing-5) var(--slds-g-spacing-3);
  }
}
.FlyOut.FlyOut--luminaModal .ImageSelector.ImageSelector--lumina .ScrollableContainer {
  padding: 0;
}
.FlyOut.FlyOut--luminaModal .FlexBoxContext:has(.indexbar-wrapper) .indexbar-wrapper {
  padding-right: var(--slds-g-spacing-5);
}
.FlyOut.FlyOut--luminaModal .FlexBoxContext:has(.indexbar-wrapper) .ScrollableContainer {
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-5) var(--slds-g-spacing-5) var(--slds-g-spacing-5);
}
@media only screen and (max-width: 479px) {
  .FlyOut.FlyOut--luminaModal .FlexBoxContext:has(.indexbar-wrapper) .ScrollableContainer {
    padding: var(--slds-g-spacing-5) var(--slds-g-spacing-3);
  }
}
.FlyOut .LuminaContextMenu .ScrollableContainer {
  overflow: visible;
}
.FlyOut .LuminaContextMenu .FillerTop,
.FlyOut .LuminaContextMenu .FillerBottom {
  display: none;
}
.FlyOut .LuminaContextMenu .ContextMenuItems {
  margin: 0;
  padding: 0.2311rem 0;
  overflow-y: auto;
  border-radius: 0.4622rem;
  box-shadow: 0 -0.0578rem 0.0693rem rgba(0, 0, 0, 0.037), 0 0.1617rem 0.1675rem rgba(0, 0, 0, 0.085), 0 0 0.1675rem rgba(0, 0, 0, 0.085);
  /* Override legacy .ContextMenuItems img { margin: 0.5em } so icons don't add extra height */
}
.FlyOut .LuminaContextMenu .ContextMenuItems img {
  margin: 0;
}
.FlyOut .LuminaContextMenu .ContextMenuItems .MenuItemRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6933rem;
  gap: 0.4622rem;
  font-weight: var(--slds-g-font-weight-4);
}
.FlyOut .LuminaContextMenu .ContextMenuItems .MenuItemRow.MenuItemRowEnabled {
  color: var(--slds-g-color-neutral-base-20);
}
.FlyOut .LuminaContextMenu .ContextMenuItems .MenuItemRow.MenuItemRowDisabled {
  color: var(--slds-g-color-disabled-1);
}
@media only screen and (min-width: 744px) {
  .FlyOut .StandardContent {
    width: 60% !important;
    height: 87.5% !important;
    left: 20% !important;
  }
}
@media only screen and (max-width: 479px) {
  .FlyOut .StandardContent {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}
.Message {
  z-index: 99000;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.Message header {
  padding: 0.5em 1em 0.5em 1em;
  font-weight: bold;
}
.Message main {
  padding: 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Message footer {
  padding: 0.5em 1em 0.5em 1em;
  text-align: right;
  text-align: -webkit-right;
}
.Message footer button {
  margin-left: 0.5em;
}
.Message .sfInputScreen {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Message .sfInput {
  padding: 1em;
}
/* Lumina message box */
.Message--lumina {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 99000;
  display: flex;
  flex-direction: column;
  background: var(--slds-g-color-surface-1);
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
  width: 330px;
  max-width: 90vw;
  height: auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  font-family: var(--slds-g-font-family);
}
.Message--lumina header {
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-4) var(--slds-g-spacing-2);
  font-size: 17px;
  font-weight: var(--slds-g-font-weight-6);
  color: var(--slds-g-color-on-surface-3);
  text-align: center;
  line-height: 22px;
  letter-spacing: -0.43px;
  background: none;
}
.Message--lumina main {
  padding: var(--slds-g-spacing-1) var(--slds-g-spacing-4) var(--slds-g-spacing-4);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  color: var(--slds-g-color-on-surface-2);
  text-align: center;
  line-height: 21px;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.Message--lumina main b {
  font-weight: var(--slds-g-font-weight-7);
}
.Message--lumina footer {
  display: flex;
  border-top: 1px solid var(--slds-g-color-border-1);
  padding: 0;
}
.Message--lumina .Message--lumina__button {
  flex: 1;
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-2);
  background: none;
  border: none;
  font-size: 17px;
  font-weight: var(--slds-g-font-weight-4);
  color: var(--slds-g-color-accent-2);
  text-align: center;
  line-height: 22px;
  -webkit-appearance: none;
}
.Message--lumina .Message--lumina__button:active {
  background-color: var(--slds-g-color-surface-container-2);
}
.Message--lumina .Message--lumina__button:last-of-type {
  font-weight: var(--slds-g-font-weight-6);
}
.Message--lumina .Message--lumina__button--destructive {
  color: var(--slds-g-color-error-1);
}
.Message--lumina .Message--lumina__separator {
  width: 1px;
  background-color: var(--slds-g-color-border-1);
  align-self: stretch;
}
hr {
  margin: 0;
  height: 1px;
  border: none;
}
.SimpleRow {
  font-size: 14px;
  padding: 10px 6px 10px 6px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
}
.SimpleRow:last-child {
  border-bottom: none;
}
.Icon {
  display: inline-block;
}
.MenuItems {
  padding: 0.4em;
  min-height: 2.2em;
}
.MenuItems .MenuItem {
  display: inline-block;
  margin-right: 0.4em;
}
.MenuItems:has(.ImageButton--lumina) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  padding: var(--slds-g-spacing-4);
}
.GroupedElementsArea .MenuItems:has(.ImageButton--lumina) {
  padding: 0;
}
.ContextMenuItems {
  width: 100%;
  display: inline-block;
  margin: 0.2em;
  min-height: 2em;
  min-width: 6em;
}
.ContextMenuItems img {
  vertical-align: middle;
  margin: 0.5em;
  width: 1.5em;
  height: 1.5em;
}
.ContextMenuItems .Icon {
  margin: 0.5em;
}
.ContextMenuItems .MenuItemRow {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 6px 10px 6px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
  border-bottom: 0;
  padding: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ContextMenuItems .MenuItemRow:last-child {
  border-bottom: none;
}
.BreadCrumbHeader {
  border-bottom: 1px solid;
  min-height: 2.2em;
  margin-top: -8px;
  padding: 0em 0.4em 0.1em 0.35em;
  display: flex;
  align-items: center;
}
.BreadCrumbHeader .BreadCrumbHeaderCont {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.BreadCrumbHeader .BreadCrumbHdrTxtCont {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
}
.BreadCrumbHeader .BreadCrumbBack {
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
.BreadCrumbHeader .BreadCrumbHeaderLeftControls {
  display: inline-block;
}
.BreadCrumbHeader .BreadCrumbHeaderTitleArea {
  position: relative;
  display: inline-block;
}
.BreadCrumbHeader .BreadCrumbSeparator {
  margin-left: 0.25em;
  margin-right: 0.5em;
}
.BreadCrumbHeaderTextfit,
.BreadCrumbHeaderTextfit > div:nth-child(1) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: start;
  vertical-align: middle;
}
.BreadCrumbHierarchy .HierarchyRow {
  font-size: 15px;
  padding: 14px 16px 10px 16px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
  border-bottom: 1px solid;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 6px 12px;
  background-position: right;
}
table.List {
  font-weight: 500;
  border-collapse: collapse;
  width: 100%;
  /*td:first-child {
    padding-left: 1em;
  }*/
}
table.List th {
  padding: 0.6em;
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 4px double;
}
table.List tr {
  border-bottom: 1px solid;
}
table.List td {
  padding: 0.6em;
}
table.List td span.ListColumn {
  display: table-cell;
  vertical-align: middle;
}
table.List td .ListRow {
  min-height: 1em;
}
table.List td .itemLabel {
  font-size: 0.7em;
}
table.List td .itemValueSmall {
  font-size: 1em;
}
table.List .MandatoryRow {
  display: flex;
  align-items: center;
}
table.List .MandatoryIndicator {
  color: var(--slds-g-color-border-error-2);
  font-weight: var(--slds-g-font-weight-6);
  flex-shrink: 0;
  margin-right: var(--slds-g-spacing-1);
}
table.List .GroupRow {
  border-bottom: none;
}
table.List .GroupRow td {
  padding: 0.3em 0 0.3em 0.5em;
}
table.List tr:last-child {
  border-bottom: none !important;
}
table.List.ListV2 {
  border-collapse: separate;
  border-spacing: 0 0.9245rem;
  /* horizontal | vertical (16px) */
  margin-top: -0.9245rem;
  /* remove top spacing (16px) */
  margin-bottom: -0.9245rem;
  /* remove bottom spacing (16px) */
  /* Set horizontal padding for 10px gaps between columns */
  /* Vertical padding uses 0.6em to match base table cell padding */
  /* Single column: 16px padding on both left and right edges */
  /* First column: 16px left edge, 5px right (combines with next column's 5px left = 10px gap) */
  /* Last column: 5px left (combines with previous column's 5px right = 10px gap), 16px right edge */
  /* Add gap between label and time ListRows */
}
table.List.ListV2 td {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.3125rem;
  /* 5px - creates 10px total gap when combined with adjacent column */
  padding-right: 0.3125rem;
  /* 5px - creates 10px total gap when combined with adjacent column */
}
table.List.ListV2 tr td:first-child:last-child {
  padding-left: var(--slds-g-spacing-4);
  /* 16px */
  padding-right: var(--slds-g-spacing-4);
  /* 16px */
  border-top-left-radius: var(--slds-g-radius-border-3);
  border-bottom-left-radius: var(--slds-g-radius-border-3);
  border-top-right-radius: var(--slds-g-radius-border-3);
  border-bottom-right-radius: var(--slds-g-radius-border-3);
}
table.List.ListV2 tr td:first-child:not(:last-child) {
  padding-left: var(--slds-g-spacing-4);
  /* 16px */
  padding-right: 0.3125rem;
  /* 5px */
  border-top-left-radius: var(--slds-g-radius-border-3);
  border-bottom-left-radius: var(--slds-g-radius-border-3);
}
table.List.ListV2 tr td:last-child:not(:first-child) {
  padding-left: 0.3125rem;
  /* 5px */
  padding-right: var(--slds-g-spacing-4);
  /* 16px */
  border-top-right-radius: var(--slds-g-radius-border-3);
  border-bottom-right-radius: var(--slds-g-radius-border-3);
}
table.List.ListV2 .ListRow:not(:last-child) {
  margin-bottom: 0.375rem;
  /* 6px - using rem so font size doesn't impact gap */
}
table.List .StaticRowHeight {
  overflow: hidden;
}
table.List .StaticRowHeight .Stepper input {
  width: calc(100% - 98px) !important;
}
.Combo {
  display: table-cell;
  min-width: 50px;
  height: 50px;
  vertical-align: middle;
}
.Combo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.optImg {
  display: block;
}
.ImageSelector {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  overflow-y: hidden;
  border-top: 2px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  order: 1;
  transform: translateZ(0);
  height: fit-content;
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .ImageSelector {
    height: 3.85em;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .ImageSelector {
    height: 3.85em;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  .ImageSelector {
    height: 3.85em;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .ImageSelector {
    height: 3.85em;
  }
}
.ImageSelector .InnerContainer {
  white-space: nowrap;
  height: 2.427em;
}
.ImageSelector .InnerContainer button :nth-child(2) {
  max-width: 12.382em;
  line-height: 26px;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  .ImageSelector .InnerContainer button :nth-child(2) {
    line-height: 22px;
  }
}
.ImageSelector .InnerContainer button div {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ImageSelector .ImageSelectorItem {
  font-size: 0.7em;
  border-radius: 0;
  display: inline-block;
  width: auto;
  margin: 0;
  height: inherit;
  font-family: "Regular";
  text-transform: uppercase;
}
.ImageSelector .ImageSelectorItem .optImg {
  position: relative;
  height: 26px;
  width: 22px;
}
@media only screen and (max-width: 479px) {
  .ImageSelector .ImageSelectorItem .optImg {
    height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .ImageSelector .ImageSelectorItem {
    font-size: 0.64em;
    text-transform: none;
  }
}
.ImageSelector button {
  padding-left: 1.333em;
  padding-right: 1.333em;
}
.ImageSelector button img.Padded {
  padding: 0;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 0.495em;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
button {
  border: none;
  outline: 0;
  padding: 0.5em;
  border-radius: 2px;
  background: #008899;
  color: white;
  border-radius: 0.2em;
  font-size: 100%;
}
button img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
}
button img.Padded {
  padding-bottom: 1em;
}
button:active:not(.Disabled) {
  background: rgba(0, 0, 0, 0.3);
}
#Page,
#ReactContainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}
#ReactContainer > #Page > img {
  height: inherit;
}
.OverlaySection--flyout {
  border-radius: 1.25rem;
}
@media only screen and (max-width: 479px) {
  .OverlaySection--flyout {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.Page.Page--flyout {
  border-radius: 1.25rem;
}
@media only screen and (max-width: 479px) {
  .Page.Page--flyout {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.PageBodyWrapper {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-3);
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-6);
  /* Calendar owns its own bottom gap — see .CalendarControl--lumina. */
}
@media only screen and (max-width: 479px) {
  .PageBodyWrapper {
    padding: 0;
  }
}
.PageBodyWrapper--flyout {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .PageBodyWrapper--flyout {
    border-radius: 0;
  }
}
.PageBodyWrapper .MasterDetailScreen {
  gap: var(--slds-g-spacing-3);
}
@media only screen and (max-width: 479px) {
  .PageBodyWrapper .MasterDetailScreen {
    gap: 0;
  }
}
.PageBodyWrapper:has(> .SingleSectionPage) {
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-6) 0;
}
@media only screen and (max-width: 479px) {
  .PageBodyWrapper:has(> .SingleSectionPage) {
    padding: 0;
  }
}
.PageBodyWrapper:has(.CardArea--lumina) {
  padding-right: var(--slds-g-spacing-2);
  padding-top: 0;
  padding-bottom: var(--slds-g-spacing-4);
}
@media only screen and (max-width: 479px) {
  .PageBodyWrapper:has(.CardArea--lumina) {
    padding-left: var(--slds-g-spacing-3);
    padding-right: var(--slds-g-spacing-1);
  }
}
.PageBodyWrapper:has(.CalendarControl--lumina) {
  padding-bottom: 0;
}
.SplitScreen {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.SplitScreen .LeftSection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.SplitScreen .RightSection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.SplitScreen .RightSection .MapWrapper {
  position: static;
}
/* Lumina: render the split panels as two rounded surface cards with a gutter between them
     (mirrors .MasterSection--lumina / .DetailSection--lumina and the .MasterDetailScreen gap);
     the outer inset is provided by .PageBodyWrapper padding. Scoped to --lumina so the legacy
     SplitScreen (flush panels + hard divider) is unaffected. */
.SplitScreen--lumina {
  gap: var(--slds-g-spacing-3);
  /* Neutralize the legacy .RightSection divider (border-left, line ~878); the Lumina gutter
       between the two cards replaces it. This targets the legacy divider at its source, so it is
       correctly scoped to the right section regardless of which pane holds the map. */
  /* Daily-view design: the tab strip has a full-width grey baseline spanning the whole
       left card, with each tab's own underline sitting flush on it — the selected tab's 3px blue
       accent and the unselected tabs' 1px grey underline all share ONE line. Two problems to solve:

       1. The per-tab underlines (border-bottom on .ImageButton--tab-selected/unselected) stop at the
          labels, so they never span the card. Add a full-width baseline on the tab row itself
          (.InnerContainer stretches min-width:100% across the card). Draw it with an INSET box-shadow
          rather than border-bottom: the shadow has zero layout height, so it paints at the row's
          bottom edge without pushing a 1px strip below the buttons (a real border would sit 1px under
          the accent and read as a gap).

       2. .InnerContainer defaults to align-items:flex-start, pinning every tab button to the TOP.
          Because the selected button is 2px taller than the unselected ones (3px accent vs 1px
          underline, box-sizing:border-box), their BOTTOMS diverge — the selected underline lands 2px
          lower than the unselected underline, and only the selected one meets the full-width baseline.
          Switch to align-items:flex-end so all buttons align by their bottom edge; every underline
          (1px and 3px alike) then lands on the same line as the baseline. One continuous line.

       Scoped to the daily SplitScreen card (weekly uses MultiSectionPage; legacy has no --lumina) so
       no other tabbed view is affected. */
}
.SplitScreen--lumina .LeftSection--lumina,
.SplitScreen--lumina .RightSection--lumina {
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
  background: var(--slds-g-color-surface-1);
  /* The design shows a white frame around the map inside its card. Inset whichever section holds
         the map (matched by content, NOT assumed to be the right one — a customiser may swap
         left/right or place the map in either pane) so the card's white surface shows as that
         border; the inner SingleAreaSection paints page-background up to the card edge otherwise
         (edge-to-edge map). Round the map (an <iframe> composited layer that the card's
         overflow:hidden won't clip) so its corners follow the inset frame. */
}
.SplitScreen--lumina .LeftSection--lumina:has(.MapWrapper),
.SplitScreen--lumina .RightSection--lumina:has(.MapWrapper) {
  padding: var(--slds-g-spacing-3);
  box-sizing: border-box;
}
.SplitScreen--lumina .LeftSection--lumina:has(.MapWrapper) .MapWrapper,
.SplitScreen--lumina .RightSection--lumina:has(.MapWrapper) .MapWrapper,
.SplitScreen--lumina .LeftSection--lumina:has(.MapWrapper) .MapWrapper > iframe,
.SplitScreen--lumina .RightSection--lumina:has(.MapWrapper) .MapWrapper > iframe {
  border-radius: var(--slds-g-radius-border-3);
}
.SplitScreen--lumina .RightSection--lumina {
  border-left: none;
}
.SplitScreen--lumina .ImageSelector.ImageSelector--lumina .InnerContainer {
  align-items: flex-end;
  box-shadow: inset 0 calc(-1 * var(--slds-g-sizing-border-1)) 0 0 var(--slds-g-color-border-1);
}
.MapContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
#MapCanvas {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
#MapCanvas img {
  max-width: none !important;
  background: none !important;
}
.NavigationPanel {
  flex: 1 0;
  -webkit-flex: 1 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.NavigationPanel .NPRow {
  padding: 1em;
}
.NavigationPanel .NPRow img {
  vertical-align: middle;
}
.MasterDetailScreen {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
#DBLoadIndicator {
  z-index: 10;
  width: 8px;
  height: 8px;
  background: #00ff00;
  position: absolute;
  top: 8px;
  right: 100px;
  opacity: 0;
}
.AttentionLabel {
  color: #00ff00;
  font-weight: bold;
}
input[type="text"],
input[type="password"],
input[type="search"] {
  -webkit-appearance: none !important;
  -webkit-user-select: auto !important;
}
.Switch {
  outline: 0;
  border-radius: 2px;
  display: inline-block;
  border: 2px solid #008899;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  text-align: -webkit-center;
  padding: 0.5em;
  color: #008899;
}
.Switch.true {
  background: #008899;
  color: white;
}
.Switch.true:after {
  content: "ON";
}
.Switch.false:after {
  content: "OFF";
}
.CodeArea {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  height: 85%;
  font-family: monospace;
  font-size: 1.4em;
  padding: 1em;
}
.InputAreaMultiLine {
  display: flex;
  display: -webkit-flex;
  font-family: "Regular";
  color: var(--inputarea-font-color);
}
.InputAreaMultiLine input:focus {
  border-bottom: 2px solid var(--inputarea-focus-color);
  color: var(--inputarea-focus-color);
}
.InputAreaMultiLine label {
  font-family: "Medium";
  font-size: 12px;
  padding: 16px 16px 8px 6px;
  text-align: right;
  text-align: -webkit-right;
  flex: 0 0 8em;
  -webkit-flex: 0 0 8em;
}
.InputAreaMultiLine textarea {
  padding: 12px 12px 6px 6px;
  color: var(--inputarea-font-color);
}
.InputAreaMultiLinePhone {
  display: flex;
  display: -webkit-flex;
  font-family: "Regular";
  flex-direction: column;
  -webkit-flex-direction: column;
  color: var(--inputarea-font-color);
}
.InputAreaMultiLinePhone input:focus {
  border-bottom: 2px solid var(--inputarea-focus-color);
  color: var(--inputarea-focus-color);
}
.InputAreaMultiLinePhone label {
  font-family: "Medium";
  font-size: 12px;
  padding: 16px 16px 8px 6px;
  text-align: right;
  text-align: -webkit-right;
  flex: 0 0 8em;
  -webkit-flex: 0 0 8em;
}
.InputAreaMultiLinePhone textarea {
  padding: 12px 12px 6px 6px;
  color: var(--inputarea-font-color);
}
.InputAreaMultiLinePhone input:focus {
  border-bottom: 2px solid var(--inputarea-focus-color);
  color: var(--inputarea-focus-color);
}
.InputAreaMultiLinePhone label {
  padding: 16px 12px 6px 12px;
  text-align: left;
  text-align: -webkit-left;
  flex: none;
  -webkit-flex: none;
  background: none !important;
}
.InputAreaMultiLinePhone textarea {
  padding: 6px 12px 6px 12px;
}
textarea {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-user-select: auto !important;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0.5em;
  padding-right: 1.7em;
  margin: 0;
  font-size: 0.81em;
  font-family: "Regular";
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  -webkit-appearance: none;
}
textarea:focus {
  font-family: "Regular";
  border-bottom: 2px solid var(--inputarea-focus-color);
  border-bottom-color: var(--inputarea-focus-color) !important;
  color: var(--inputarea-focus-color);
}
textarea::-webkit-scrollbar {
  width: 0px;
}
.textarea.CancelButton {
  width: 1em;
  background-image: var(--inputarea-clear-img);
  background-repeat: no-repeat;
  background-size: 0.6em 1em;
  right: 0;
  padding: 0.2em 0.353em;
  background-position: center;
}
.textarea.CancelButtonPhone {
  width: 1em;
  background-image: var(--inputarea-clear-img);
  background-repeat: no-repeat;
  background-size: 0.6em 1em;
  right: 0;
  padding: 0.2em 0.353em;
  background-position: center;
}
.NoDataMessageContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-left: auto;
  width: 100%;
  position: relative;
  /* Next-gen UX styling for NoDataMessage */
}
.NoDataMessageContainer.lumina {
  flex: 1;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  min-height: 0;
  font-family: var(--slds-g-font-family);
}
.NoDataMessageContainer.lumina .NoDataMessage__content {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: var(--slds-g-spacing-2);
}
.NoDataMessageContainer.lumina .NoDataMessage__icon {
  width: 60%;
  max-width: 24em;
  flex-shrink: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.NoDataMessageContainer.lumina .NoDataMessage__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.NoDataMessageContainer.lumina .NoDataMessage__text {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.NoDataMessageContainer.lumina .NoDataMessage__maintext {
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-2);
  color: var(--slds-g-color-on-surface-2);
}
.NoDataMessageContainer.lumina .NoDataMessage__subtext {
  font-weight: var(--slds-g-font-weight-4);
  font-size: var(--slds-g-font-scale-1);
  line-height: var(--slds-g-font-line-height-1);
  color: var(--slds-g-color-on-surface-1);
}
.VisitDetailsContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-left: auto;
  width: 100%;
  position: relative;
}
.UserWelcomeContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-left: auto;
  width: 100%;
  position: relative;
}
.MediaList,
.MediaControl {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.MediaList .MediaListItem:last-child,
.MediaControl .MediaListItem:last-child {
  border-bottom: none;
}
.MediaList .MediaItem,
.MediaControl .MediaItem {
  border-bottom: 1px solid #ebf0f0;
  padding-bottom: 1em;
  padding-top: 1em;
}
.MediaList .MediaListItem,
.MediaControl .MediaListItem {
  border-bottom: 1px solid #ebf0f0;
  padding-bottom: 1em;
  padding-top: 1em;
  display: flex;
}
.MediaList .MediaListItemWithNoBorder,
.MediaControl .MediaListItemWithNoBorder {
  padding-top: 0.4622rem;
  display: flex;
}
.MediaList .MediaListItemContent,
.MediaControl .MediaListItemContent {
  flex: 1;
}
.MediaList .ContextMenuItemWithoutInfo,
.MediaControl .ContextMenuItemWithoutInfo {
  padding: 0.6em;
}
.MediaList .ContextMenuItemWithInfo,
.MediaControl .ContextMenuItemWithInfo {
  padding: 1em 0.6em 0.6em;
}
.MediaList .MediaListCategory,
.MediaControl .MediaListCategory,
.MediaList .MediaCategory,
.MediaControl .MediaCategory {
  color: #393e4b;
}
.MediaList .MediaListCategory .Content,
.MediaControl .MediaListCategory .Content,
.MediaList .MediaCategory .Content,
.MediaControl .MediaCategory .Content {
  text-align: center;
  text-align: -webkit-center;
}
.MediaList .MediaListCategory .Content video,
.MediaControl .MediaListCategory .Content video,
.MediaList .MediaCategory .Content video,
.MediaControl .MediaCategory .Content video,
.MediaList .MediaListCategory .Content img,
.MediaControl .MediaListCategory .Content img,
.MediaList .MediaCategory .Content img,
.MediaControl .MediaCategory .Content img {
  max-width: 100%;
  max-height: 19.069em;
}
.MediaList .MediaListCategory .Info,
.MediaControl .MediaListCategory .Info,
.MediaList .MediaCategory .Info,
.MediaControl .MediaCategory .Info {
  padding: 1em;
  font: 14px Medium;
  text-align: left;
  text-align: -webkit-left;
}
.MediaList .MediaListCategory .Info .FileTypeIcon,
.MediaControl .MediaListCategory .Info .FileTypeIcon,
.MediaList .MediaCategory .Info .FileTypeIcon,
.MediaControl .MediaCategory .Info .FileTypeIcon {
  vertical-align: middle;
  width: 1.455em;
  height: 1.455em;
  padding: 0.727em;
  display: inline-block;
}
.MediaList .previewImageOuterContainer,
.MediaControl .previewImageOuterContainer {
  display: flex;
  position: relative;
  text-align: left;
  padding-left: 1.56em;
  padding-right: 1.56em;
}
@media screen and (max-width: 480px) {
  .MediaList .MediaListCategory .Content img,
  .MediaControl .MediaListCategory .Content img,
  .MediaList .MediaCategory .Content img,
  .MediaControl .MediaCategory .Content img {
    max-height: 12.713em;
  }
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 13.024em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 15.024em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .MediaList .MediaListCategory .Content img,
  .MediaControl .MediaListCategory .Content img,
  .MediaList .MediaCategory .Content img,
  .MediaControl .MediaCategory .Content img {
    max-height: 12.713em;
  }
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 13.024em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .MediaList .MediaListCategory .Content img,
  .MediaControl .MediaListCategory .Content img,
  .MediaList .MediaCategory .Content img,
  .MediaControl .MediaCategory .Content img {
    max-height: 12.713em;
  }
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 13.024em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 15.803em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 27.803em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .MediaList .previewImageInnerContainer,
  .MediaControl .previewImageInnerContainer {
    display: inline-block;
    max-width: 27.803em;
    height: auto;
    overflow: hidden;
  }
  .MediaList .previewImageInnerContainer img,
  .MediaControl .previewImageInnerContainer img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .TabbedViewAreaSection .MediaList .previewImageInnerContainer,
  .TabbedViewAreaSection .MediaControl .previewImageInnerContainer {
    max-width: 20.803em;
  }
}
@media screen and (min-width: 768px) {
  .TabbedViewAreaSection .MediaList .previewImageInnerContainer,
  .TabbedViewAreaSection .MediaControl .previewImageInnerContainer {
    max-width: 20.803em;
  }
}
.taggedImageIcon {
  width: 1.6em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  margin: 0.375em;
}
.ImageElementContainer--error {
  background-color: var(--slds-g-color-surface-container-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.previewImageOuterContainer--luminaLoading {
  display: flex;
  justify-content: center;
}
.ImageElement__spinner {
  width: 80px;
  height: 80px;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--slds-g-color-accent-1);
}
.MediaList--lumina {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-4);
  background-color: var(--slds-g-color-surface-1);
  padding: var(--slds-g-spacing-4);
}
.MediaListCategory--lumina {
  display: flex;
  flex-direction: column;
}
.MediaListCardGrid--lumina {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--slds-g-spacing-3);
}
@media only screen and (max-width: 479px) {
  .MediaListCardGrid--lumina {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 744px) and (orientation: portrait) {
  .MediaListCardGrid--lumina {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 743px) {
  .MediaListCardGrid--lumina {
    grid-template-columns: repeat(2, 1fr);
  }
}
.MediaListCard--lumina {
  position: relative;
  background-color: var(--slds-g-color-surface-container-1);
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border: var(--slds-g-sizing-border-2) solid transparent;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.MediaListCard--lumina.Disabled {
  opacity: var(--slds-g-opacity-6);
  pointer-events: none;
}
.MediaListCardContent--lumina {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MediaListCardContent--lumina .previewImageOuterContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--slds-g-color-neutral-base-100);
  cursor: pointer;
  padding: 0;
}
.MediaListCardContent--lumina .previewImageOuterContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MediaListCardContent--lumina .previewImageInnerContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MediaListCardContent--lumina .previewImageInnerContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MediaListCardContent--lumina .previewImageOuterContainer img,
.MediaListCardContent--lumina .previewImageInnerContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MediaListCardTaggedIndicator--lumina {
  position: absolute;
  bottom: var(--slds-g-spacing-3);
  left: var(--slds-g-spacing-3);
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--slds-g-radius-border-1);
}
.MediaListCardTaggedIndicatorIcon--lumina {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-surface-2);
}
.MediaListCardContextMenu--lumina {
  position: absolute;
  top: var(--slds-g-spacing-2);
  right: var(--slds-g-spacing-2);
  z-index: 3;
}
.VideoGradientOverlay--lumina {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.VideoPlayButton--lumina {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  pointer-events: none;
}
.VideoPlayButton--lumina img,
.VideoPlayButton--lumina svg {
  width: 52px;
  height: 52px;
}
.VideoTitleOverlay--lumina {
  position: absolute;
  bottom: var(--slds-g-spacing-2);
  left: var(--slds-g-spacing-2);
  right: var(--slds-g-sizing-10);
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  color: var(--slds-g-color-surface-1);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 22px;
}
.VideoDurationBadge--lumina {
  position: absolute;
  bottom: var(--slds-g-spacing-2);
  right: var(--slds-g-spacing-2);
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  color: var(--slds-g-color-surface-1);
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-neg-1);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: 22px;
}
.MediaListDocList--lumina {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--slds-g-radius-border-3);
}
.MediaListDocItem--lumina {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--slds-g-spacing-3);
  background-color: var(--slds-g-color-surface-container-1);
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  cursor: pointer;
}
.MediaListDocItem--lumina:last-child {
  border-bottom: none;
}
.MediaListDocItem--lumina.MediaListDocItem--lumina--selected {
  background-color: var(--slds-g-color-palette-blue-95);
}
.MediaListDocItem--lumina.Disabled {
  opacity: var(--slds-g-opacity-6);
  pointer-events: none;
}
.MediaListDocItemContent--lumina {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-3);
  flex: 1;
  min-width: 0;
}
.MediaListDocItemIcon--lumina {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MediaListDocItemIcon--lumina .FileTypeIcon {
  width: 54px;
  height: 54px;
}
.MediaListDocItemText--lumina {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
}
.MediaListDocItemName--lumina {
  overflow: hidden;
  color: var(--slds-g-color-on-surface-2);
  text-overflow: ellipsis;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 22px;
  display: block;
  white-space: nowrap;
}
.MediaListDocItemContextMenu--lumina {
  flex-shrink: 0;
}
#ScriptScreen {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.ContextMenuItem {
  font-size: 130%;
  padding: 0 0.5em 1em 0;
  float: right;
  height: fit-content;
}
.ContextMenuItemWithIndex {
  font-size: 130%;
  padding: 0 0.5em 1em 0;
  float: right;
  height: fit-content;
  margin-right: 0.8em;
}
.DeploymentScreen {
  padding: 10em;
}
.DeploymentScreen .Title {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.DeploymentScreen .Title h2 {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.DeploymentScreen .Title .Switch {
  max-height: 1.5em;
  margin: auto;
}
.DeploymentScreen .Title span {
  margin: auto;
}
.DeploymentScreen .Error {
  color: darkred;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .DeploymentScreen {
    padding: 10em 3em;
  }
  .DeploymentScreen input {
    width: 6em;
  }
  .DeploymentScreen .Error {
    font-size: 0.6em;
  }
}
.SingleSectionDialogPage {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.TabbedViewAreaContainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.TabbedViewAreaSection .GroupedButtonList.GroupedButtonList--lumina .TitleBar {
  display: none !important;
}
.TabbedViewAreaSection .GroupedButtonList.GroupedButtonList--lumina:not(:has(.SearchFieldLumina)):not(:has(.GroupedButtonListCount)) .ScrollableContent {
  padding-top: var(--slds-g-spacing-4);
}
.SingleAreaSection {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  flex: 80%;
  -webkit-flex: 80%;
  background-color: var(--page-background-color);
}
.Merger {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.Merger .Items {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.Merger .ImageButton {
  font-size: 14px;
}
/*.DraggableButton {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    cursor: pointer;
    border: 2px dotted @colorSeaGreen;
    box-sizing: border-box;
    background-color: @colorHalfBaked;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 1;
    text-align: center;
    span {
      font-size: 95%;
      vertical-align: middle;
    }
  }*/
.MultiSectionPage {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.MultiSectionPage__section--collapsible {
  background-color: var(--page-background-color);
  overflow: hidden;
  border-radius: var(--slds-g-radius-border-3);
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  width: 30%;
  padding-top: var(--slds-g-spacing-4);
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--collapsed {
  flex: 0 0 0;
  -webkit-flex: 0 0 0;
  width: 0;
}
.MultiSectionPage__section--collapsible + * {
  flex: 1;
  -webkit-flex: 1;
}
.MultiSectionPage .DirectlyInvisible {
  background-color: var(--page-background-color);
  flex: 20%;
  -webkit-flex: 20%;
  padding-top: 0.5em;
  overflow: hidden;
}
.MultiSectionPage .DirectlyInvisible:has(.GroupedButtonList--lumina) {
  margin-left: var(--slds-g-spacing-4);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList label {
  padding-left: 0.5em;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonGrouping {
  padding-left: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListItemOuter {
  border-width: 0.25em 0.5em;
  border-style: solid;
  border-color: transparent;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListItemOuter .ButtonListItemInner {
  padding: 0.5em;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListItemOuter .ButtonListItemInner .itemAddress {
  font-size: 80%;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .TitleBar label {
  padding-left: 2em;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .TitleBar .Icon {
  padding-right: 0.5em;
  float: right;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina {
  background: var(--slds-g-color-surface-1);
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .TitleBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 var(--slds-g-sizing-10);
  min-height: var(--slds-g-sizing-10);
  height: var(--slds-g-sizing-10);
  padding: 0 var(--slds-g-spacing-4);
  box-sizing: border-box;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .TitleBar label {
  padding: 0;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .TitleBar .Icon {
  padding: 0;
  float: none;
  cursor: pointer;
  color: var(--slds-g-color-accent-2);
  font-size: 18px;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 1;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .GroupedButtonListItem {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-2);
  padding: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonGrouping {
  padding: 0;
  background: transparent;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter {
  border: 0;
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  padding: var(--slds-g-spacing-3);
  background: var(--slds-g-color-surface-3);
  border-radius: var(--slds-g-radius-border-2);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner .itemName {
  font-family: var(--slds-g-font-family);
  font-size: 17px;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 22px;
  letter-spacing: 0.006em;
  color: var(--slds-g-color-on-surface-2);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner .itemAddress {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
  letter-spacing: -0.014em;
  color: var(--slds-g-color-on-surface-1);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row {
  flex-direction: row;
  gap: var(--slds-g-spacing-2);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row img {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: var(--slds-g-spacing-1);
}
.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row .ButtonListItemTextColumn {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  flex: 1;
}
.GroupedButtonList.GroupedButtonList--lumina .SearchFieldLumina {
  flex: 0 0 auto;
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded {
  margin-right: var(--slds-g-spacing-4);
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina),
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina) .SingleAreaSection,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) .SingleAreaSection,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina) .MultiArea,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) .MultiArea,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina) .Area,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) .Area {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina) .TabbedViewAreaContainer,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) .TabbedViewAreaContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.TabbedViewAreaContainer--lumina) .TabbedViewAreaSection,
.MultiSectionPage__section--collapsible.MultiSectionPage__section--expanded:has(.GroupedButtonList--lumina) .TabbedViewAreaSection {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.GroupedButtonList.GroupedButtonList--lumina {
  background: var(--slds-g-color-surface-1);
  border-radius: var(--slds-g-radius-border-3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.GroupedButtonList.GroupedButtonList--lumina .GroupedButtonListCount {
  flex: 0 0 auto;
  padding: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-1);
  letter-spacing: -0.014em;
  color: var(--slds-g-color-on-surface-2);
}
.GroupedButtonList.GroupedButtonList--lumina:not(:has(.SearchFieldLumina)) .GroupedButtonListCount {
  margin-top: var(--slds-g-spacing-4);
}
.GroupedButtonList.GroupedButtonList--lumina .ScrollableContainer {
  flex: 1;
  min-height: 0;
  overflow-y: scroll;
  background: var(--slds-g-color-surface-2) !important;
}
.GroupedButtonList.GroupedButtonList--lumina .ScrollableContainer > div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.GroupedButtonList.GroupedButtonList--lumina .ScrollableContainer > div::after {
  content: "";
  flex: 0 0 var(--slds-g-spacing-4);
}
.GroupedButtonList.GroupedButtonList--lumina .FillerTop,
.GroupedButtonList.GroupedButtonList--lumina .FillerBottom {
  flex-shrink: 0;
}
.GroupedButtonList.GroupedButtonList--lumina .ScrollableContent {
  flex: 1 0 auto;
  background: var(--slds-g-color-surface-1);
  border-radius: 0 0 var(--slds-g-radius-border-3) var(--slds-g-radius-border-3);
}
.GroupedButtonList.GroupedButtonList--lumina .TitleBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 var(--slds-g-sizing-10);
  min-height: var(--slds-g-sizing-10);
  height: var(--slds-g-sizing-10);
  padding: 0 var(--slds-g-spacing-4);
  box-sizing: border-box;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.GroupedButtonList.GroupedButtonList--lumina .TitleBar label {
  padding: 0;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
}
.GroupedButtonList.GroupedButtonList--lumina .TitleBar .Icon {
  padding: 0;
  float: none;
  cursor: pointer;
  color: var(--slds-g-color-accent-2);
  font-size: 18px;
  font-weight: var(--slds-g-font-weight-6);
  line-height: 1;
}
.GroupedButtonList.GroupedButtonList--lumina .GroupedButtonListItem {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-2);
  padding: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4);
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonGrouping {
  padding: 0;
  background: transparent;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter {
  border: 0;
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter.Selected {
  background: transparent;
  color: inherit;
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  padding: var(--slds-g-spacing-3);
  background: var(--slds-g-color-surface-3);
  border-radius: var(--slds-g-radius-border-2);
  border: var(--slds-g-sizing-border-1) solid transparent;
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner .itemName {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  letter-spacing: 0.006em;
  color: var(--slds-g-color-on-surface-2);
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner .itemAddress {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
  letter-spacing: -0.014em;
  color: var(--slds-g-color-on-surface-1);
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row {
  flex-direction: row;
  gap: var(--slds-g-spacing-2);
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row img {
  width: var(--slds-g-sizing-5) !important;
  height: var(--slds-g-sizing-5) !important;
  max-width: var(--slds-g-sizing-5) !important;
  max-height: var(--slds-g-sizing-5) !important;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: var(--slds-g-spacing-1);
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter .ButtonListItemInner--row .ButtonListItemTextColumn {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  flex: 1;
}
.GroupedButtonList.GroupedButtonList--lumina .ButtonListItemOuter.Selected .ButtonListItemInner {
  background: var(--slds-g-color-surface-1);
  border-color: var(--slds-g-color-border-accent-1);
  box-shadow: var(--slds-g-shadow-2);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter {
  background: transparent;
  border: 0;
  opacity: 1;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: var(--slds-g-radius-border-2);
  overflow: hidden;
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter::after,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter::after {
  display: none;
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter.Selected,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter.Selected {
  background: transparent;
  color: inherit;
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  padding: var(--slds-g-spacing-3);
  background: var(--slds-g-color-surface-1);
  border-radius: var(--slds-g-radius-border-2);
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-accent-1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner .itemName,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner .itemName {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  letter-spacing: 0.006em;
  color: var(--slds-g-color-on-surface-2);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner .itemAddress,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner .itemAddress {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 18px;
  letter-spacing: -0.014em;
  color: var(--slds-g-color-on-surface-1);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row {
  flex-direction: row;
  gap: var(--slds-g-spacing-2);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row img,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row img {
  width: var(--slds-g-sizing-5) !important;
  height: var(--slds-g-sizing-5) !important;
  max-width: var(--slds-g-sizing-5) !important;
  max-height: var(--slds-g-sizing-5) !important;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: var(--slds-g-spacing-1);
}
.fc-event-dragging:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row .ButtonListItemTextColumn,
.fc-event-selected:has(.ButtonListItemInner--row).ButtonListItemOuter .ButtonListItemInner--row .ButtonListItemTextColumn {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-1);
  flex: 1;
}
.input.CancelButton,
.input.CancelButtonTxt,
.input.CancelButtonPhone,
.input.CancelButtonSearch,
.picker.CancelButton,
.picker.CancelButtonPhone {
  width: 1.143em;
  height: 1.143em;
  background-repeat: no-repeat;
  right: 0;
  background-position: center;
  background-size: 1em 1em;
  background-position-y: 1.071em;
  padding: 0.714em 0.43em;
}
input.hasCancelIcon {
  padding-right: 1.573em !important;
}
.picker.CancelButton,
.picker.CancelButtonPhone,
.input.CancelButton,
.input.CancelButtonPhone,
.input.CancelButtonSearch {
  background-image: var(--inputarea-clear-img);
}
.input.CancelButtonTxt {
  background-image: url("../graphics/Icon_X.svg");
}
.input.CancelButtonPhone {
  margin-top: 0.2em;
  background-position-y: 0.3em;
  padding: 0.289rem 0.43em;
}
.inputWrapperPhone {
  display: -webkit-flex;
  position: relative;
}
.input.CancelButtonSearch {
  position: absolute;
  right: 2.5em;
  width: 0.925em;
  height: 0.925em;
  margin-top: 0.3em;
  background-position: center;
  padding: 0.462em;
}
.picker.CancelButtonPhone {
  right: 2.3em;
  padding: 0.2em 0.2311rem;
  background-position-y: 0.3em;
}
.picker.CancelButton {
  right: 2.3em;
  padding: 0.5em 0.2311rem;
  background-position-y: 0.8em;
}
.placeHolder {
  font-family: "Regular";
  font-size: 14px;
  color: rgba(57, 62, 75, 0.5);
}
::-webkit-input-placeholder {
  font-family: "Regular";
  font-size: 14px;
  color: rgba(57, 62, 75, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Regular";
  font-size: 14px;
  color: rgba(57, 62, 75, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Regular";
  font-size: 14px;
  color: rgba(57, 62, 75, 0.5);
}
:-ms-input-placeholder {
  font-family: "Regular";
  font-size: 14px;
  color: rgba(57, 62, 75, 0.5);
}
.InputArea .Stepper input:focus {
  padding-top: 14px;
  padding-right: 8px;
}
.ListRow .InputAreaNumericHighLight,
.ListColumn > .Stepper .InputAreaNumericHighLight {
  background-color: var(--list-inputarea-highlight-background-color) !important;
}
.Selected .ListRow,
.Selected .ListColumn > .Stepper {
  color: var(--list-selected-item-font-color);
}
.ListRow input:focus,
.ListColumn > .Stepper input:focus {
  background-color: var(--list-inputarea-highlight-background-color) !important;
  color: var(--list-selected-item-font-color);
}
.ListRow input:focus::selection,
.ListColumn > .Stepper input:focus::selection {
  color: var(--list-selected-item-font-color);
}
.ListColumn .Stepper input {
  background: transparent !important;
}
.ListColumn .Stepper .InputAreaNumericHighLight {
  background-color: var(--inputarea-highlight-background-color) !important;
}
.Selected .ListColumn .DatePicker {
  background: transparent !important;
  color: inherit !important;
}
.ListColumn .InputArea input {
  color: var(--list-item-font-color) !important;
}
.Selected .ListColumn .InputArea {
  color: var(--list-selected-item-font-color) !important;
}
.ListColumn .SelectionBox {
  background: transparent !important;
}
.Selected .ListColumn .SelectionBox {
  color: var(--list-selected-item-font-color) !important;
}
.ListColumn .DatePicker {
  background: transparent !important;
}
.Selected .ListColumn .Stepper {
  color: var(--list-selected-item-font-color);
}
.StepperImage {
  width: 82px;
  height: 32px;
  background-image: var(--stepper-btn-2active-img);
  background-repeat: no-repeat;
}
.Selected .StepperImage {
  background-image: var(--stepper-btn-active-img);
  background-repeat: no-repeat;
}
.StepperImagePlus {
  width: 82px;
  height: 32px;
  background-image: var(--stepper-btn-2active-img);
  background-image: var(--stepper-btn-2activePlus-img);
  background-repeat: no-repeat;
}
.Selected .StepperImagePlus {
  background-image: var(--stepper-btn-active-img);
  background-repeat: no-repeat;
}
.Selected .StepperImagePlus {
  background-image: var(--stepper-btn-activePlus-img);
  background-repeat: no-repeat;
}
.StepperImageMinus {
  width: 82px;
  height: 32px;
  background-image: var(--stepper-btn-2active-img);
  background-image: var(--stepper-btn-2activeMinus-img);
  background-repeat: no-repeat;
}
.Selected .StepperImageMinus {
  background-image: var(--stepper-btn-active-img);
  background-repeat: no-repeat;
}
.Selected .StepperImageMinus {
  background-image: var(--stepper-btn-activeMinus-img);
  background-repeat: no-repeat;
}
.ContextmenuImage {
  background-repeat: no-repeat;
  background-position: center;
}
.Selected .ContextmenuImage {
  background-repeat: no-repeat;
}
.SignatureControl {
  margin-top: 0.288em;
  margin-bottom: 0.288em;
  position: relative;
}
@media only screen and (min-width: 744px) {
  .SignatureControl {
    height: 11em;
    margin-left: 0.288em;
  }
}
.SignatureControl .SignatureSketch {
  display: block;
  width: 100%;
  height: 11em;
  background-color: white;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 479px) {
  .SignatureControl .SignatureSketch {
    overflow: hidden;
  }
}
.SignatureControl .SignatureImage {
  float: left;
  height: 10.3em;
  width: 100%;
}
.SignatureControl .Hidden {
  visibility: hidden;
}
.SignatureControl .SignatureImgUnderline {
  border-bottom: 1px solid #333;
  float: left;
  height: 11em;
  width: 75%;
}
@media only screen and (max-width: 479px) {
  .SignatureControl .SignatureImgUnderline {
    width: 90%;
    margin-left: 5%;
    margin-right: 0;
  }
}
.SignatureControl .RightAlign {
  float: right;
  margin-right: 0.288em;
  width: -webkit-fill-available;
  margin-top: 0.288em;
  max-height: 5em;
}
@media only screen and (max-width: 479px) {
  .SignatureControl .RightAlign {
    width: auto;
    min-width: 28%;
    max-width: 45%;
    word-wrap: none;
  }
}
@media only screen and (max-width: 479px) {
  .SignatureControl .LastButton {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .SignatureControl .SignNowBtn {
    width: 28%;
    margin-top: 0.288em;
    margin-left: 5%;
  }
}
.SignatureControl .SketchCanvas {
  border-bottom: 1px solid #000000;
  width: 75%;
  height: 11em;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.SignatureControl .SketchCanvasPhone {
  display: block;
  width: 100%;
  height: 11em;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.SignatureControl .SketchCanvas--lumina {
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 75%;
  height: 11em;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
}
.SignatureControl .SketchCanvas--lumina.SketchCanvas--phone {
  width: 100%;
}
.SignatureControl .SignatureButtons {
  float: right;
  width: 25%;
  border-spacing: 0px;
  table-layout: fixed;
  word-break: break-word;
}
.SignatureControl .SignatureButtonsPhone {
  border-top: 1px solid #000000;
  margin: 0 5%;
  overflow: hidden;
}
.PictureEditor--lumina {
  background-color: var(--slds-g-color-surface-2);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.PictureEditor--lumina .PictureEditor__toolbar--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-5);
  flex-shrink: 0;
}
.PictureEditor--lumina .PictureEditor__toolbar-label--lumina {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-3);
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-2);
}
.PictureEditor--lumina .PictureEditor__toolbar-actions--lumina {
  display: flex;
  gap: var(--slds-g-spacing-2);
}
.PictureEditor--lumina .PictureEditor__master--lumina {
  flex: 1 1 auto;
  overflow: hidden;
}
.NoMSTouch {
  -ms-touch-action: none;
  touch-action: none;
}
.CockpitMap {
  position: relative;
}
.MapWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dummymap {
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dummymap img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.MapNoDataMessageContainer {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.MapNoDataMessageContainer .NoDataMessageContainer {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.MultiArea {
  display: -webkit-flex;
}
/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .FlyOut .Message main {
    max-height: 14.446em;
    overflow: scroll;
  }
}
@media screen and (max-width: 640px) {
  .FlyOut .Message main {
    max-height: 16.18em;
    overflow: scroll;
  }
}
@media only screen and (min-width: 744px) {
  .DeploymentScreenSFProgressbarLogo {
    max-height: 6.5em;
    padding: 1.5em 0em 1.849rem 0em;
    left: 2.5em;
    top: 3.5em;
  }
}
@media only screen and (max-width: 479px) {
  .DeploymentScreenSFProgressbarLogo {
    max-height: 3.05em;
    padding: 1em 0em;
    left: 1.4em;
    top: 1.4em;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 479px) {
  .GroupedList {
    overflow-x: hidden;
  }
}
.GroupedList .lastItemInGroup {
  border-bottom: none !important;
}
.GroupedList.GroupedList--lumina {
  /* Blue vertical indicator (4px) on selected row when showSelectedIndicator="true" only.
         box-shadow overlays the left 4px of the 16px padding; no layout shift, content stays at 16px from left. */
  /* v2 list: remove left border-radius on first/last selected row so the blue indicator has clean square corners */
}
.GroupElement ~ .GroupedList.GroupedList--lumina table.List tr.GroupRow td,
.GroupedList.GroupedList--lumina:has(~ .GroupElement) table.List tr.GroupRow td {
  padding-left: var(--slds-g-spacing-4);
  padding-right: var(--slds-g-spacing-4);
}
.GroupedList.GroupedList--lumina .ScrollableContainer {
  padding: 0;
}
.GroupedList.GroupedList--lumina .ScrollableContent {
  padding-right: var(--slds-g-spacing-2);
}
@media only screen and (max-width: 479px) {
  .GroupedList.GroupedList--lumina .ScrollableContent {
    padding-right: 0;
  }
}
.GroupedList.GroupedList--lumina table.List tr.GroupRow td {
  background-color: var(--slds-g-color-palette-neutral-100);
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-4) var(--slds-g-spacing-3) var(--slds-g-spacing-0);
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List tr.GroupRow td {
  background-color: transparent;
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List.List--lumina {
  border-collapse: separate;
  border-spacing: 0;
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List.List--lumina tr.GroupRow + tr td:first-child {
  border-top-left-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List.List--lumina tr.GroupRow + tr td:last-child {
  border-top-right-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List.List--lumina tr.lastItemInGroup td:first-child {
  border-bottom-left-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina.GroupedList--v2 table.List.List--lumina tr.lastItemInGroup td:last-child {
  border-bottom-right-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina.GroupedList--styledGroupRow table.List tr.GroupRow td {
  background-color: var(--slds-g-color-palette-neutral-95);
  border-radius: var(--slds-g-radius-border-3);
  padding-left: var(--slds-g-spacing-4);
  padding-right: var(--slds-g-spacing-4);
}
.GroupedList.GroupedList--lumina table.List.List--lumina {
  border-collapse: separate;
  border-spacing: 0;
  /* GroupRow label color — title tier (on-surface-3 / Blue 15).
           Font sizing is a metrics concern — see .List--lumina-full. */
  /* Prevent scrollIntoView() from hiding rows behind the sticky thead.
           scroll-margin-top tells the browser to leave this much clearance at the top
           when scrolling a row into view (matches thead padding 16px*2 + ~22px line-height). */
}
.GroupedList.GroupedList--lumina table.List.List--lumina thead {
  position: sticky;
  top: 0;
  z-index: 1;
  /* Extend header coverage upward (same color) to mask group header bleed when scrolling */
  box-shadow: 0 -2px 0 0 var(--slds-g-color-surface-container-1);
}
.GroupedList.GroupedList--lumina table.List.List--lumina thead tr td {
  background-color: var(--slds-g-color-surface-container-1);
}
.GroupedList.GroupedList--lumina table.List.List--lumina thead tr td:first-child {
  border-top-left-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina table.List.List--lumina thead tr td:last-child {
  border-top-right-radius: var(--slds-g-radius-border-3);
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr {
  border-bottom: none;
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr:not(.GroupRow) {
  background-color: var(--slds-g-color-surface-container-1);
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr.Selected:not(.GroupRow) {
  background-color: var(--slds-g-color-palette-blue-95);
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr:not(.GroupRow) td {
  border-bottom: 1px solid var(--slds-g-color-border-1);
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr.lastItemInGroup td {
  border-bottom: 1px solid var(--slds-g-color-palette-neutral-95);
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr:last-child:not(.GroupRow) td {
  border-bottom: none;
}
.GroupedList.GroupedList--lumina table.List.List--lumina tr.GroupRow {
  color: var(--slds-g-color-on-surface-3);
}
.GroupedList.GroupedList--lumina table.List.List--lumina:has(thead) tbody tr {
  scroll-margin-top: 54px;
}
.GroupedList.GroupedList--lumina table.List.List--lumina td.ListColumn:has(.CheckBox--lumina) > div {
  display: flex;
  justify-content: flex-end;
}
.GroupedList.GroupedList--lumina table.List.List--lumina td.ListColumn:has(.CheckBox--lumina) .CheckBox--lumina {
  justify-content: flex-end !important;
}
.GroupedList.GroupedList--lumina table.List.List--lumina td.ContextMenuItem,
.GroupedList.GroupedList--lumina table.List.List--lumina td.ContextMenuItemWithIndex {
  width: 20px;
  padding: 0;
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full {
  /* GroupRow label font (metrics) — color is in .List--lumina chrome scope */
  /* Column-header (thead) font/color/background are CSS-owned under Lumina — see the
           form-agnostic `table.List.List--lumina thead` (chrome) and `.List--lumina-full thead`
           (metrics) scopes in listitem-layouts-lumina.less, which cover GroupedList +
           EmbeddedList + CockpitList uniformly (this GroupedList-scoped block does not). */
  /* When column headers (thead) are present, GroupRow must indent to align with header cells */
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full tr:not(.GroupRow) td {
  padding: var(--slds-g-spacing-2) var(--slds-g-spacing-1);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full tr:not(.GroupRow) td:first-child {
  padding-left: var(--slds-g-spacing-4);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full tr:not(.GroupRow) td:last-child {
  padding-right: var(--slds-g-spacing-4);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full tr.GroupRow {
  font: var(--slds-g-font-weight-6) var(--slds-g-font-scale-2) var(--slds-g-font-family);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full:has(thead) tr.GroupRow td {
  padding-left: var(--slds-g-spacing-4);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full td.ListColumn {
  font-family: var(--slds-g-font-family);
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full td.ListColumn > div {
  contain: inline-size;
}
.GroupedList.GroupedList--lumina table.List.List--lumina-full td.ListColumn > div:has(.ListRow + .ListRow) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.GroupedList.GroupedList--lumina .EmbeddedList table.List:not(.List--lumina) td.ListColumn > div:has(.ListRow + .ListRow) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.GroupedList.GroupedList--lumina .EmbeddedList table.List:not(.List--lumina) td.ListColumn > div:has(.ListRow + .ListRow) > .ListRow {
  margin-top: 0;
}
.GroupedList.GroupedList--lumina.GroupedList--showSelectedIndicator table.List.List--lumina tr.Selected:not(.GroupRow) td:first-child {
  box-shadow: inset var(--slds-g-sizing-border-4) 0 0 var(--slds-g-color-border-accent-2);
}
.GroupedList.GroupedList--lumina.GroupedList--v2.GroupedList--showSelectedIndicator table.List.List--lumina tr.GroupRow + tr.Selected td:first-child {
  border-top-left-radius: 0;
}
.GroupedList.GroupedList--lumina.GroupedList--v2.GroupedList--showSelectedIndicator table.List.List--lumina tr.Selected.lastItemInGroup td:first-child {
  border-bottom-left-radius: 0;
}
.BtnInList {
  position: relative;
  display: inline-block;
  height: 28px;
  min-width: 28px;
  border-radius: 28px;
}
.ButtonImageActive {
  opacity: 1;
  height: 16px;
  min-width: 16px;
  margin-left: 6px;
  margin-top: 6px;
}
.IconFlexListMessage {
  height: 18px;
  width: 18px;
  margin: 8px;
}
.FlexListMessageBox {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-family: "Medium";
  font-size: 13px;
  padding-right: 8px;
}
@media only screen and (max-width: 479px) {
  .FlexListMessageBox {
    font-size: 12px;
  }
}
.FlexListMessage {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ButtonBadgeClass {
  position: absolute;
  font-size: 8px;
  display: flex;
  top: -2.2px;
  right: -1.5px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-family: "Medium";
}
.itemIdentifier {
  font-weight: 500;
  font-size: 1.1em;
}
.itemValue {
  font-weight: 500;
}
.itemSecondary,
.itemSecondaryCenter {
  /*font-size: 0.8em;
  color: gray;*/
  padding: 0.2em;
}
.itemRight {
  text-align: right;
  text-align: -webkit-right;
}
table.List.List--lumina tr:not(.GroupRow):not(.Selected) {
  background-color: var(--slds-g-color-surface-container-1);
}
table.List.List--lumina tr:not(.GroupRow) {
  border-bottom: 1px solid var(--slds-g-color-border-1);
}
table.List.List--lumina td.ListColumn {
  color: var(--slds-g-color-on-surface-2);
}
table.List.List--lumina thead tr td {
  background-color: var(--slds-g-color-surface-container-1);
  color: var(--slds-g-color-on-surface-2);
}
table.List.List--lumina .itemLabel,
table.List.List--lumina .itemSecondary,
table.List.List--lumina .itemSecondarySmall,
table.List.List--lumina .itemSecondaryCockpit,
table.List.List--lumina .itemSecondaryCenter,
table.List.List--lumina .itemNameSecondary,
table.List.List--lumina .itemSubTitle {
  color: var(--slds-g-color-on-surface-1);
}
table.List.List--lumina .itemTitle {
  color: var(--slds-g-color-on-surface-3);
}
table.List.List--lumina tr.Selected:not(.GroupRow) {
  background-color: var(--slds-g-color-palette-blue-95);
}
table.List.List--lumina tr.Selected:not(.GroupRow) .itemLabel,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemSecondary,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemSecondarySmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemSecondaryCockpit,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemSecondaryCenter,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemNameSecondary,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemSubTitle {
  color: var(--slds-g-color-on-surface-1);
}
table.List.List--lumina tr.Selected:not(.GroupRow) .itemTitle {
  color: var(--slds-g-color-on-surface-3);
}
table.List.List--lumina tr.Selected:not(.GroupRow) .ListRow,
table.List.List--lumina tr.Selected:not(.GroupRow) .menuItemIdentifier,
table.List.List--lumina tr.Selected:not(.GroupRow) .menuItemIdentifierSmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .menuItemIdentifierCockpit,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemImportantValue,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemImportantValueSmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemImportantValueCockpit,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemValue,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemValueSmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemValueVerySmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemName,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemNameSmall,
table.List.List--lumina tr.Selected:not(.GroupRow) .itemPrimary {
  color: var(--slds-g-color-on-surface-2);
}
table.List.List--lumina-full thead tr td {
  font: var(--slds-g-font-weight-6) var(--slds-g-font-scale-1) var(--slds-g-font-family);
}
table.List.List--lumina-full .ListRow {
  display: flex;
  word-break: break-word;
  padding-left: 0.2em;
}
table.List.List--lumina-full .ListColumn {
  min-width: 0;
  overflow-wrap: anywhere;
}
table.List.List--lumina-full td.ListColumn {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
}
table.List.List--lumina-full .menuItemIdentifier,
table.List.List--lumina-full .menuItemIdentifierSmall {
  font-size: var(--slds-g-font-scale-2);
}
table.List.List--lumina-full .itemImportantValue,
table.List.List--lumina-full .itemImportantValueSmall {
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-5);
}
table.List.List--lumina-full .itemName,
table.List.List--lumina-full .itemNameSmall,
table.List.List--lumina-full .itemTitle {
  font-size: 15px;
}
table.List.List--lumina-full .itemValue,
table.List.List--lumina-full .itemValueSmall,
table.List.List--lumina-full .itemValueVerySmall {
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-3);
}
table.List.List--lumina-full .itemSecondary,
table.List.List--lumina-full .itemSecondaryCenter,
table.List.List--lumina-full .itemSecondarySmall {
  font-size: var(--slds-g-font-scale-neg-1);
}
table.List.List--lumina-full .itemSecondaryCenter {
  display: flex;
  align-items: center;
}
table.List.List--lumina-full .itemLabel {
  font-size: 11px;
}
table.List.List--lumina-full .menuItemIdentifierCockpit {
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-3);
}
table.List.List--lumina-full .itemSecondaryCockpit {
  font-size: var(--slds-g-font-scale-neg-1);
}
table.List.List--lumina-full .itemImportantValueCockpit {
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-5);
}
@media only screen and (max-width: 479px) {
  table.List.List--lumina-full .menuItemIdentifierCockpit {
    font-size: 13px;
  }
  table.List.List--lumina-full .itemSecondaryCockpit {
    font-size: 11px;
  }
  table.List.List--lumina-full .itemImportantValueCockpit {
    font-size: var(--slds-g-font-scale-neg-1);
  }
}
table.List.List--lumina-full .itemRight {
  text-align: right;
}
table.List.List--lumina-full .itemLeft {
  text-align: left;
}
table.List.List--lumina-full .itemCenter {
  text-align: center;
}
table.List.List--lumina-full .itemPaddingTop {
  padding-top: var(--slds-g-spacing-2);
}
table.List.List--lumina-full .itemPaddingTopSmall {
  padding-top: var(--slds-g-spacing-1);
}
table.List.List--lumina-full .itemEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.List.List--lumina-full .itemMarginRight {
  margin-right: var(--slds-g-spacing-2);
}
.ForceMinWidth {
  min-width: 100% !important;
}
.PageBodyWrapper:has(.DashboardSection) {
  background: var(--slds-g-color-surface-2);
}
.PageBodyWrapper:has(.DashboardSection) .DashboardFooter {
  left: var(--slds-g-spacing-6);
  right: var(--slds-g-spacing-6);
  width: auto;
}
.PageBodyWrapper:has(.DashboardSection) .DashboardFooter .Welcome {
  top: var(--slds-g-spacing-0);
}
.PageBodyWrapper:has(.DashboardSection) .slick-dots li button:before {
  color: var(--slds-g-color-palette-neutral-80) !important;
}
.PageBodyWrapper:has(.DashboardSection) .slick-dots li.slick-active button:before {
  color: var(--slds-g-color-accent-container-1) !important;
}
.DashboardSection {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
}
.DashboardSection .ButtonGridArea {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.DashboardSection .ButtonGridArea .ButtonGridContainer {
  width: 100%;
  height: 100%;
}
.DashboardSection .ButtonGridArea .DashboardCarousel {
  position: relative;
}
.DashboardSection .ButtonGridArea .ImageButton {
  min-width: 6em;
  min-height: 6em;
  max-width: 10em;
  max-height: 10em;
  border: none;
  background: transparent;
  vertical-align: unset;
}
.DashboardSection .ButtonGridArea .ImageButton .RoundRect {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.DashboardSection .ButtonGridArea .ImageButton .Badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
.DashboardSection .ButtonGridArea .ImageButton img {
  width: 48px;
  height: 48px;
}
.DashboardSection .ButtonGridArea .ImageButton--lumina.ImageButton--secondary {
  display: inline-grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: 8.25em;
  height: 10.25em;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: var(--slds-g-spacing-2);
  gap: var(--slds-g-spacing-1);
  margin: 0.5em;
  vertical-align: unset;
}
.DashboardSection .ButtonGridArea .ImageButton--lumina.ImageButton--secondary::before {
  content: '';
  grid-row: 1;
  grid-column: 1;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--slds-g-color-surface-container-1);
}
.DashboardSection .ButtonGridArea .ImageButton--lumina.ImageButton--secondary .ImageButton__icon {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  width: var(--slds-g-sizing-10) !important;
  height: var(--slds-g-sizing-10) !important;
}
.DashboardSection .ButtonGridArea .ImageButton--lumina.ImageButton--secondary .ImageButton__label {
  grid-row: 2;
  grid-column: 1;
  font-size: var(--slds-g-font-scale-1);
  max-width: 100%;
  text-align: center;
  text-wrap: wrap;
}
.DashboardSection .ButtonGridArea .ImageButton--lumina.ImageButton--secondary.ImageButton--pressed::before {
  background: var(--slds-g-color-surface-container-2);
}
.DashboardSection .DashboardHeader {
  width: 100%;
  min-height: 6em;
  max-height: 20em;
  position: fixed;
}
.DashboardSection .DashboardHeader .Logos {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
}
.DashboardSection .DashboardHeader .Logos .DashboardHeaderContents {
  min-width: 100% !important;
  text-align: center;
  text-align: -webkit-center;
}
.DashboardSection .DashboardHeader .Logos .DashboardHeaderContents .helper {
  display: inline-block;
  vertical-align: bottom;
}
.DashboardSection .DashboardHeader .Logos .DashboardHeaderContents .logo1 {
  margin-left: 2em;
}
.DashboardSection .DashboardHeader .Logos .DashboardHeaderContents .logo2 {
  margin-right: 2em;
}
.DashboardSection .DashboardFooter {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  position: fixed;
  max-height: 10em;
  bottom: 0;
  width: 100%;
}
.DashboardSection .DashboardFooter .Welcome {
  position: relative;
  top: -1em;
  margin-left: 2%;
  width: 50%;
}
.DashboardSection .DashboardFooter .Welcome .DefaultLogo {
  font-size: 3em;
}
.DashboardSection .DashboardFooter .Welcome .UserIcon {
  width: 3em;
  height: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  float: left;
}
.DashboardSection .DashboardFooter .Welcome .WelcomeMessage {
  margin: 0.5em 0 0 0.5em;
  float: left;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea {
  width: 50%;
  margin: auto;
  font-size: 0.8em;
  right: 2%;
  position: relative;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexArea {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  float: right;
  text-align: right;
  text-align: -webkit-right;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexArea .ReplicationInfoLabels {
  margin: auto 1em auto auto;
  font-weight: bold;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexArea .ReplicationInfoLabels .Icon {
  font-size: 115%;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexArea .ReplicationButton {
  border: 2px solid;
  padding: 0.5em 1em 0.5em 1em;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  font-weight: lighter;
  text-transform: uppercase;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexArea .ReplicationButton .RefreshIcon {
  margin: 0 0.5em 0 0;
  font-weight: bold;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexAreaWindows {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0;
  min-width: 0;
  float: right;
  margin: 1em auto auto auto;
  text-align: right;
  text-align: -webkit-right;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexAreaWindows .ReplicationInfoLabelsWindows {
  margin: 0.5em 1em 0.5em auto;
  font-weight: bold;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexAreaWindows .ReplicationInfoLabelsWindows .Icon {
  font-size: 115%;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexAreaWindows .ReplicationButton {
  border: 2px solid;
  padding: 0.5em 1em 0.5em 1em;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  font-weight: lighter;
  text-transform: uppercase;
}
.DashboardSection .DashboardFooter .ReplicationInfoArea .ReplicationFlexAreaWindows .ReplicationButton .RefreshIcon {
  margin: 0 0.5em 0 0;
  font-weight: bold;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8em;
}
@media only screen and (max-width: 479px) {
  .DashboardSection .DashboardFooter .ReplicationAreaNew {
    font-size: 0.5em;
  }
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper {
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  font-stretch: normal;
  font-weight: bold;
  line-height: normal;
  font-family: "Medium";
}
@media only screen and (max-width: 479px) {
  .DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper {
    font-size: 11px;
  }
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .UploadInfo,
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .DownLoadInfo {
  margin: 1px;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .UploadInfo .ReplicationTimestampVisualization .InfoIcon,
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .DownLoadInfo .ReplicationTimestampVisualization .InfoIcon {
  display: inline-block;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .UploadInfo .ReplicationTimestampVisualization .InfoIcon i,
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .DownLoadInfo .ReplicationTimestampVisualization .InfoIcon i {
  margin: 0px 2px;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .UploadInfo .ReplicationTimestampVisualization .TimeStamp,
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationInfoAreaWrapper .DownLoadInfo .ReplicationTimestampVisualization .TimeStamp {
  display: inline-block;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .ReplicationButtonWrapper button {
  padding: 1em;
}
.DashboardSection .DashboardFooter .ReplicationAreaNew .SyncHealthIndicatorWrapper {
  display: none;
}
.slick-dots li button:before {
  font-size: 10px !important;
}
.slick-list {
  overflow: visible !important;
}
.slick-dots li button {
  color: inherit !important;
}
.slick-dots li button:before {
  color: inherit !important;
}
#AppOverlay {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #008899;
}
#AppOverlay #AppOverlayTableau {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  font-family: Menlo, monospace;
  font-size: 104%;
  font-size: 0.8em;
  background: #3b434a;
  overflow: auto;
  padding: 1em;
  color: white;
}
#AppOverlay #AppOverlayTableau td {
  border: none;
}
#AppOverlay nav .Selected {
  background: #3b434a;
}
#AppOverlay .LogPaneTable {
  width: 100%;
  table-layout: fixed;
}
#AppOverlay .LogPaneTable tr:nth-child(odd) {
  background: #465058;
}
#AppOverlay .LogPaneTable .Checkbox {
  width: 1.5em;
}
#AppOverlay .LogPaneTable .LogSource {
  width: 6em;
  text-align: center;
  text-align: -webkit-center;
  opacity: 0.5;
}
#AppOverlay .LogPaneTable .LogMessage {
  word-break: normal;
  overflow-wrap: break-word;
}
#AppOverlay .LogPaneTable .LogMessagePhone {
  word-break: normal;
  overflow-wrap: break-word;
  width: 24em;
}
#AppOverlay .LogPaneTable .UI {
  background: white;
  color: black;
}
#AppOverlay .LogPaneTable .ENGINE {
  background: black;
  color: white;
}
#AppOverlay .LogPaneTable .LWC {
  background: darkgray;
  color: black;
}
#AppOverlay .LogPaneTable .APP {
  background: grey;
  color: white;
  opacity: 1;
}
#AppOverlay .LogPaneTable .Level {
  width: 8em;
  text-align: center;
  text-align: -webkit-center;
}
#AppOverlay .LogPaneTable .LOG {
  color: #00ff00;
}
#AppOverlay .LogPaneTable .WARN {
  color: orange;
}
#AppOverlay .LogPaneTable .ERROR {
  color: red;
}
#AppOverlay .LogPaneTable .SECURITY {
  color: red;
}
#AppOverlay .LogPaneTable .INFO {
  color: blue;
}
#AppOverlay .LogPaneTable .BLOCK_START {
  color: darkturquoise;
}
#AppOverlay .LogPaneTable .BLOCK_END {
  color: deepskyblue;
}
#AppOverlay .EngineStatePage {
  font-family: Menlo, monospace;
  font-size: 104%;
}
#AppOverlay .EngineStatePage .Raw {
  color: #468dd2;
  font-family: Menlo, monospace;
  font-size: 104%;
  font-size: 1.1em;
}
#AppOverlay .EngineStatePage .ProcessItem {
  border-bottom: 1px dotted gray;
  padding-bottom: 2em;
  padding-top: 1em;
}
#AppOverlay .EngineStatePage .ItemContainer {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px dotted gray;
}
#AppOverlay .SettingsPane {
  font-family: "Regular", sans-serif;
  font-size: 104%;
}
#AppOverlay .SettingsPane td {
  padding: 1em;
}
#AppOverlay .EventRecordingPane .EventID {
  background: #343b41;
  text-align: center;
  text-align: -webkit-center;
}
#AppOverlay .EventRecordingPane pre {
  margin: 1em;
  padding: 1em;
  font-size: 1.3em;
  color: cadetblue;
}
#AppOverlay .EventRecordingPane td,
#AppOverlay .EventRecordingPane tr {
  border-bottom: 1px dotted gray;
}
#AppOverlay .Timestamp {
  width: 10em;
  font-size: 80%;
  color: #aaa;
}
#AppOverlay .SQL {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
#AppOverlay .SQL button {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
#AppOverlay .Results {
  flex-grow: 3;
  -webkit-flex-grow: 3;
  margin-top: 1em;
  background: #465058;
}
.numericPadOpen .ScrollableContainer {
  margin-bottom: 16em;
}
.numericPadOpen .DetailSection .SingleAreaSection {
  margin-bottom: 16em;
}
.KeyboardWithEnter {
  width: 100%;
  bottom: 0em;
  left: 0;
  position: fixed;
  background-color: rgba(217, 220, 224, 0.98);
  height: 19em;
  z-index: 200000;
}
.KeyboardWithEnter ul {
  -webkit-box-pack: center;
}
.KeyboardWithEnter ul li {
  width: 35em;
  list-style-type: none;
  padding-left: 0em;
  height: 100%;
  margin-left: 23%;
  position: relative;
}
.KeyboardWithEnter ul li .Key {
  background-color: #f7f8f9;
  border: none !important;
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
  color: #000;
  height: 3.8em;
  width: 6.5em;
  /*line-height: 2.25em;
                margin:.625em .375em 0 .625em;*/
  line-height: 3.25em;
  margin: 0.375em 0.375em 0 0.375em;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  padding: 0 !important;
}
.KeyboardWithEnter ul li .Key label {
  background: transparent;
  padding: 0;
  font-size: 1.5em !important;
  font-weight: normal;
  color: #000 !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.KeyboardWithEnter ul li .Key:active {
  background-color: #D5D6D8;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.KeyboardWithEnter ul li .KeyDark {
  background-color: #c1c3c7;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.KeyboardWithEnter ul li .KeyDone {
  background: url("../graphics/hide-keyboard.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: calc(-20% + 0.1875em);
}
.KeyboardWithEnter ul li .KeyDone label {
  opacity: 0;
}
.KeyboardWithEnter ul li .KeyDone:active {
  background: url("../graphics/hide-keyboard.png"), #ACAEB1;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.KeyboardWithEnter ul li .KeyDelete {
  background: url("../graphics/backspace.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
}
.KeyboardWithEnter ul li .KeyDelete label {
  opacity: 0;
}
.KeyboardWithEnter ul li .KeyDelete:active {
  background: url("../graphics/backspace.png"), #ACAEB1;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.KeyboardWithEnter ul li .KeyClear {
  background-repeat: no-repeat;
  background-position: center center;
}
.KeyboardWithEnter ul li .KeyClear label {
  opacity: 1;
}
.KeyboardWithEnter ul li .KeyClear:active {
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.KeyboardWithEnter ul li .KeyPrevious {
  background: url("../graphics/KeyPrevious.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
}
.KeyboardWithEnter ul li .KeyPrevious label {
  opacity: 0;
}
.KeyboardWithEnter ul li .KeyNext {
  background: url("../graphics/KeyNext.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
}
.KeyboardWithEnter ul li .KeyNext label {
  opacity: 0;
}
.KeyboardWithEnter ul li .KeyEnter {
  background: url("../graphics/KeyEnter.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
}
.KeyboardWithEnter ul li .KeyEnter label {
  opacity: 0;
}
@media (orientation: portrait) {
  .KeyboardWithEnter ul li {
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .KeyboardWithEnter {
    height: 13em;
  }
  .KeyboardWithEnter ul li {
    margin-left: 15%;
  }
  .KeyboardWithEnter ul li .Key {
    width: 8%;
    height: 8%;
    padding: 0!important;
    margin: 0.375em 0.375em 0;
    line-height: 2.25em;
    border-radius: 0.25em;
    color: red;
  }
  .KeyboardWithEnter ul li .Key label {
    font-size: 0.75em !important;
    top: 0.11em;
    position: relative;
  }
  .KeyboardWithEnter ul li .KeyDark {
    width: 2.8em;
    height: 2.2em;
  }
  .KeyboardWithEnter ul li .KeyDone {
    background-size: 30px 30px;
    margin-left: -9%;
  }
  .KeyboardWithEnter ul li .KeyDelete {
    background-position: 50% 53%;
    background-size: 30px 21px;
  }
  .KeyboardWithEnter ul li .KeyPrevious {
    background: url("../graphics/KeyPreviousPhone.png"), #c1c3c7;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .KeyboardWithEnter ul li .KeyPrevious label {
    opacity: 0;
  }
  .KeyboardWithEnter ul li .KeyNext {
    background: url("../graphics/KeyNextPhone.png"), #c1c3c7;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .KeyboardWithEnter ul li .KeyNext label {
    opacity: 0;
  }
  .KeyboardWithEnter ul li .KeyEnter {
    background: url("../graphics/KeyEnterPhone.png"), #c1c3c7;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .KeyboardWithEnter ul li .KeyEnter label {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .numericPadOpen .DetailSection .SingleAreaSection {
    margin-bottom: 13em;
  }
}
@media screen and (max-width: 767px) {
  .numericPadOpen .ScrollableContainer {
    margin-bottom: 10em;
  }
}
.numericPadOpen .ScrollableContainer {
  margin-bottom: 16em;
}
.numericPadOpen .DetailSection .SingleAreaSection {
  margin-bottom: 16em;
}
.Keyboard {
  width: 100%;
  bottom: 0em;
  left: 0;
  position: fixed;
  background-color: rgba(217, 220, 224, 0.98);
  height: 19em;
  z-index: 200000;
}
.Keyboard ul {
  width: 35em;
  list-style-type: none;
  padding-left: 0em;
  height: 100%;
  -webkit-box-pack: center;
  float: right;
  left: -50%;
  position: relative;
}
.Keyboard ul li {
  left: 50%;
  position: relative;
}
.Keyboard ul li .Key {
  background-color: #f7f8f9;
  border: none !important;
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
  color: #000;
  height: 3.8em;
  width: 6.5em;
  /*line-height: 2.25em;
                margin:.625em .375em 0 .625em;*/
  line-height: 3.25em;
  margin: 0.375em 0.375em 0 0.375em;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  padding: 0 !important;
}
.Keyboard ul li .Key label {
  background: transparent;
  padding: 0;
  font-size: 2em !important;
  font-weight: normal;
  color: #000 !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.Keyboard ul li .Key:active {
  background-color: #D5D6D8;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.Keyboard ul li .KeyDark {
  background-color: #c1c3c7;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
  margin-left: 5em;
}
.Keyboard ul li .KeyDark label {
  font-size: 1.3em;
  color: #000 !important;
}
.Keyboard ul li .KeyDone {
  background: url("../graphics/hide-keyboard.png"), #c1c3c7;
  background-repeat: no-repeat;
  margin-left: 5em;
  background-position: center center;
}
.Keyboard ul li .KeyDone label {
  opacity: 0;
}
.Keyboard ul li .KeyDone:active {
  background: url("../graphics/hide-keyboard.png"), #ACAEB1;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.Keyboard ul li .KeyDelete {
  background: url("../graphics/backspace.png"), #c1c3c7;
  background-repeat: no-repeat;
  background-position: center center;
}
.Keyboard ul li .KeyDelete label {
  opacity: 0;
}
.Keyboard ul li .KeyDelete:active {
  background: url("../graphics/backspace.png"), #ACAEB1;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
.Keyboard ul li .KeyClear {
  background-repeat: no-repeat;
  background-position: center center;
}
.Keyboard ul li .KeyClear label {
  opacity: 1;
}
.Keyboard ul li .KeyClear:active {
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 0 0;
}
@media screen and (max-width: 767px) {
  .Keyboard {
    height: 13em;
  }
  .Keyboard ul li {
    left: 74%;
  }
  .Keyboard ul li .Key {
    width: 10%;
    height: 10%;
    padding: 0!important;
    margin: 0.375em 0.375em 0;
    line-height: 2.25em;
    border-radius: 0.25em;
    color: red;
  }
  .Keyboard ul li .Key label {
    font-size: 1.5em !important;
    top: 0.11em;
    position: relative;
  }
  .Keyboard ul li .KeyDark {
    margin-left: 1em;
  }
  .Keyboard ul li .KeyDone {
    background-position: 50% 53%;
    background-size: 30px 21px;
    margin-left: 1em;
  }
  .Keyboard ul li .KeyDelete {
    background-position: 50% 53%;
    background-size: 30px 21px;
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .numericPadOpen .DetailSection .SingleAreaSection {
    margin-bottom: 13em;
  }
}
@media screen and (max-width: 767px) {
  .numericPadOpen .ScrollableContainer {
    margin-bottom: 10em;
  }
}
/*ANIMATIONS*/
.animate.prev.out {
  animation-name: slide-right-out;
  -webkit-animation-name: slide-right-out;
}
.animate.prev.in {
  animation-name: slide-right-in;
  -webkit-animation-name: slide-right-in;
}
.animate.next.out {
  animation-name: slide-left-out;
  -webkit-animation-name: slide-left-out;
}
.animate.next.in {
  animation-name: slide-left-in;
  -webkit-animation-name: slide-left-in;
}
.animate {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
}
/* Lumina only: fades the calendar grid in from the swipe direction on period change. Keyframe names are
   matched in changePeriod's animationend handler. */
.CalendarControl--lumina .fc-view-harness.animate.lumina-fade {
  will-change: opacity, transform;
}
.CalendarControl--lumina .fc-view-harness.animate.lumina-fade.next {
  animation-name: lumina-fade-in-next;
  -webkit-animation-name: lumina-fade-in-next;
}
.CalendarControl--lumina .fc-view-harness.animate.lumina-fade.prev {
  animation-name: lumina-fade-in-prev;
  -webkit-animation-name: lumina-fade-in-prev;
}
/* Next: grid enters from the right (starts 6% right, faded out) and settles into place. */
@-webkit-keyframes lumina-fade-in-next {
  0% {
    opacity: 0;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes lumina-fade-in-next {
  0% {
    opacity: 0;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Prev: grid enters from the left (starts 6% left, faded out) and settles into place. */
@-webkit-keyframes lumina-fade-in-prev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-6%);
    transform: translateX(-6%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes lumina-fade-in-prev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-6%);
    transform: translateX(-6%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animateZoom.zoomOut {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}
.animateZoom.zoomOut {
  animation-name: zoomOut;
  -webkit-animation-name: zoomOut;
}
.animateZoom {
  position: relative;
  overflow: hidden;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-timing-function: ease-in-out;
}
/* SLIDE RIGHT */
@-webkit-keyframes slide-right-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slide-right-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slide-right-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide-right-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* SLIDE RIGHT */
@-webkit-keyframes slide-left-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-left-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide-left-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* SLIDE LEFT */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* SLIDE RIGHT */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* SLIDE LEFT */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* ZOOM IN */
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(2, 2);
  }
  51% {
    -webkit-transform: scale(0.2, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(2, 2);
  }
  51% {
    -webkit-transform: scale(0.2, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/* ZOOM OUT */
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.2, 0.2);
  }
  51% {
    -webkit-transform: scale(2, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.2, 0.2);
  }
  51% {
    -webkit-transform: scale(2, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/************ Context Menu ***********/
.context-menu .fa {
  margin-right: 1em;
}
.header {
  height: 2.6em;
  background-color: #f0f0f0;
  padding-top: 0.3em;
}
.hidden {
  display: none;
}
.calendar-title {
  font-size: 1.5em;
  line-height: 45px;
}
.header .btn {
  margin: 3px;
}
/************** Bootstrap replacements ******/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: none;
}
:focus {
  outline: none;
}
.header .btn-primary {
  color: white;
  background-color: #008899;
  border-color: #008899;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.col-xs-9,
.col-xs-3,
.col-md-9,
.col-md-3 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-xs-9,
.col-md-9 {
  width: 75%;
}
.col-xs-3,
.col-md-3 {
  width: 25%;
}
.pull-left {
  float: left;
  display: flex;
}
.pull-right {
  float: right;
  display: flex;
}
.pull-right.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.dropdown {
  position: relative;
  background: #fdfdfd;
  z-index: 2;
  border-radius: 0.3em;
}
.CalendarPreviousButton,
.CalendarNextButton,
.CalendarDatePickerButton {
  width: 5.35em;
  background: transparent;
  color: #008899;
}
.CalendarControl {
  background-color: var(--fc-page-bg-color);
  color: var(--calendar-font-color);
}
/************** Event Custom Style ******/
.CalendarEventOuterContainer {
  height: 100%;
  display: flex;
  flex-direction: row;
  font-size: 0.95em;
  overflow: hidden;
}
.CalendarEventContextMenu {
  flex: 0 0 2em;
  background-size: 1.8em;
  background-repeat: no-repeat;
  border: none;
  height: 100%;
  padding: 0;
  background-color: transparent;
}
.CalendarEventContextMenu img {
  margin-right: 0;
  height: 1.65em;
  width: 1.65em;
}
.CalendarEventTextContainer {
  flex: 1 1 auto;
  overflow: hidden;
}
.CalendarEventFirstLineContainerAllDay {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  word-break: normal;
  white-space: normal;
}
.CalendarEventFirstLineContainerAllDay img {
  margin-right: 0.2em;
}
.CalendarEventFirstLineContainer {
  overflow: hidden;
  word-break: normal;
}
.CalendarEventFirstLineContainer img {
  margin-right: 0.2em;
}
.CalendarEventSecondLineContainer {
  overflow: hidden;
  word-break: normal;
}
.CalendarEventPaddingTab {
  padding: 0.5em 0em 0.5em 0.5em;
}
.CalendarEventPaddingTabNoMenu {
  padding: 0.5em;
}
.CalendarEventPaddingPhone {
  padding: 0.3em;
}
/* Lumina rules for our own DOM. FC-DOM rules live in fullcalendar-custom.css. */
.CalendarControl--lumina {
  background-color: var(--slds-g-color-surface-1);
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
}
/* Built-in header nav buttons (prev/next/date-picker) in Lumina; icons inherit the button color. */
.CalendarControl--lumina .CalendarPreviousButton,
.CalendarControl--lumina .CalendarNextButton,
.CalendarControl--lumina .CalendarDatePickerButton {
  color: var(--slds-g-color-accent-2);
}
.CalendarControl--lumina .CalendarDayHeader--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--slds-g-spacing-1);
}
.CalendarControl--lumina .CalendarDayHeader__number {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-4);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 32px;
  color: var(--slds-g-color-on-surface-2);
}
.CalendarControl--lumina .CalendarDayHeader__name {
  font-family: var(--slds-g-font-family);
  font-size: 17px;
  font-weight: var(--slds-g-font-weight-4);
  line-height: 22px;
  letter-spacing: 0.006em;
  color: var(--slds-g-color-on-surface-1);
}
.CalendarControl--lumina .CalendarDayHeader--today .CalendarDayHeader__number,
.CalendarControl--lumina .CalendarDayHeader--today .CalendarDayHeader__name {
  color: var(--slds-g-color-accent-2);
}
/* Tighter than legacy 0.5em. */
.CalendarControl--lumina .CalendarEventPaddingTabNoMenu {
  padding: var(--slds-g-spacing-1);
}
/* Event text sits on the contract-coloured event fill, so it uses the on-accent token
   (text/icon on a coloured surface) rather than surface-1 (a white background token). */
.CalendarControl--lumina .CalendarEventFirstLineContainer,
.CalendarControl--lumina .CalendarEventFirstLineContainerAllDay,
.CalendarControl--lumina .CalendarEventSecondLineContainer {
  color: var(--slds-g-color-on-accent-1);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 19px;
}
/* Second line (time) is regular weight; */
.CalendarControl--lumina .CalendarEventSecondLineContainer {
  font-weight: var(--slds-g-font-weight-4);
}
/* "+N more" overflow link */
.CalendarControl--lumina .fc-more-link {
  background-color: var(--slds-g-color-neutral-base-50);
  /* #757575 */
  color: var(--slds-g-color-surface-1);
  font-size: var(--slds-g-font-scale-1);
}
.DatePicker .pickerBtnBlock {
  padding-top: 6px;
}
.DatePicker img.calendar {
  float: right;
  height: 1.45em;
  width: 1.45em;
  padding: 0.4em 0.6em 0.4em 0.2em;
  right: 0;
  position: absolute;
}
.DatePicker .DisabledControl i,
.DatePicker .DisabledControl img {
  opacity: 0.65;
}
.DatePicker input::placeholder {
  color: var(--date-time-picker-placeholder-color);
}
.DatePicker .DatePickerField {
  display: -webkit-flex;
  -webkit-flex-grow: 1;
}
.DatePickerPhone .pickerBtnBlock {
  padding-top: 6px;
}
.DatePickerPhone img.calendar {
  float: right;
  height: 1.45em;
  width: 1.45em;
  padding: 0.4em 0.6em 0.4em 0.2em;
  right: 0;
  position: absolute;
}
.DatePickerPhone .DisabledControl i,
.DatePickerPhone .DisabledControl img {
  opacity: 0.65;
}
.DatePickerPhone input::placeholder {
  color: var(--date-time-picker-placeholder-color);
}
.DatePickerPhone .DatePickerField {
  display: -webkit-flex;
  -webkit-flex-grow: 1;
}
.DatePickerPhone img.calendar {
  padding: 0em 4px;
}
/* Overwrite animation: Slide up out */
@keyframes mbsc-anim-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(120%);
  }
}
@-webkit-keyframes mbsc-anim-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(120%);
  }
}
.mbsc-lumina {
  font-family: var(--slds-g-font-family);
  --mobi-expanded-control-background-color: var(--slds-g-color-surface-1);
  --mobi-expanded-control-background-fade-color: var(--slds-g-color-transparent);
  --mobi-expanded-control-headline-font-color: var(--slds-g-color-on-surface-2);
  --mobi-expanded-control-button-font-color: var(--slds-g-color-accent-2);
  --mobi-expanded-control-current-element-font-color: var(--slds-g-color-on-surface-2);
  --mobi-expanded-control-other-elements-font-color: var(--slds-g-color-on-surface-2);
  --mobi-expanded-control-separator-color: var(--slds-g-color-border-1);
}
.mbsc-lumina .mbsc-fr-popup {
  filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.18)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.18));
}
.mbsc-lumina .mbsc-fr-w {
  border-radius: 20px;
  overflow: hidden;
}
.TimePicker .pickerBtnBlock {
  padding-top: 6px;
}
.TimePicker img.clock {
  float: right;
  height: 1.45em;
  width: 1.45em;
  padding: 0.4em 0.6em 0.4em 0.2em;
  right: 0;
  position: absolute;
}
.TimePicker .DisabledControl i,
.TimePicker .DisabledControl img {
  opacity: 0.65;
}
.TimePicker input::placeholder {
  color: var(--date-time-picker-placeholder-color);
}
.TimePicker .TimePickerField {
  display: -webkit-flex;
  -webkit-flex-grow: 1;
}
.TimePickerPhone .pickerBtnBlock {
  padding-top: 6px;
}
.TimePickerPhone img.clock {
  float: right;
  height: 1.45em;
  width: 1.45em;
  padding: 0.4em 0.6em 0.4em 0.2em;
  right: 0;
  position: absolute;
}
.TimePickerPhone .DisabledControl i,
.TimePickerPhone .DisabledControl img {
  opacity: 0.65;
}
.TimePickerPhone input::placeholder {
  color: var(--date-time-picker-placeholder-color);
}
.TimePickerPhone .TimePickerField {
  display: -webkit-flex;
  -webkit-flex-grow: 1;
}
.TimePickerPhone img.clock {
  padding: 0em 4px;
}
.indexbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  pointer-events: none;
  overflow: hidden;
}
.indexbar-wrapper .indexbar {
  position: relative;
  pointer-events: auto;
  z-index: 2;
  width: 2em;
  font-weight: bold;
  touch-action: pan-y;
  /* allow vertical scroll (list) to work when touch starts on strip; avoids blocking scroll after long press */
  flex-direction: column;
  justify-content: center;
  /* Letter rows: fixed height from JS; prevent flex shrink so spacing stays even (avoids vertical gaps). Do not use overflow: hidden here or the visible .letter text gets clipped. */
  /* Bubble (SVG) out of flow so it never increases row height and creates gaps between letters; limit size to row. When visible, show it to the left of the letter strip. */
  /* Legacy: position letter in bubble (slightly left and lower than center). */
}
.indexbar-wrapper .indexbar div {
  position: relative;
  text-align: center;
  line-height: 5px;
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
}
.indexbar-wrapper .indexbar div .SvgImage {
  position: absolute;
  right: 100%;
  left: auto;
  margin-right: 4px;
  max-height: 100%;
}
.indexbar-wrapper .indexbar div img {
  max-height: 100%;
}
.indexbar-wrapper .indexbar div .SvgImage .iconLetter {
  left: 45%;
  top: 58%;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  margin-top: 0;
  line-height: 1;
}
.indexbar-wrapper .indexbar .letter {
  float: right;
  width: 18px;
  padding-top: 10px;
}
.indexbar-wrapper .indexbar .iconLetter {
  position: absolute;
  margin-left: -20px;
  margin-top: 2px;
}
.indexbar-wrapper--lumina {
  background-color: var(--slds-g-color-surface-container-1);
  /* Lumina: position letter in bubble (oval has pointer on right; 42%/80% looks good). */
}
.indexbar-wrapper--lumina .indexbar div .SvgImage .iconLetter {
  left: 42%;
  top: 80%;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  margin-top: 0;
  line-height: 1;
}
.EmbeddedList {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  opacity: 1;
}
.EmbeddedList th {
  font-size: 0.8em !important;
  font-weight: bold;
}
.EmbeddedList table.List.List--lumina tr.Selected:not(.GroupRow) {
  background-color: var(--slds-g-color-palette-blue-95);
  color: var(--slds-g-color-on-surface-2);
}
/*
 * CompositeCardContent + CockpitList structural tuning.
 * Keep this in list styling so CompositeCardContent remains section-focused.
 */
.CompositeCardContent .EmbeddedList table.List td span.ListColumn {
  display: block;
}
.CompositeCardContent .EmbeddedList table.List td {
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-1);
}
.CompositeCardContent .EmbeddedList .ListRow {
  padding-left: 0 !important;
}
.CompositeCardContent .EmbeddedList .ListRow + .ListRow {
  margin-top: var(--slds-g-spacing-1);
}
.CompositeCardContent .EmbeddedList .ListRow > .ListColumn {
  margin-right: var(--slds-g-spacing-1);
}
.CompositeCardContent .EmbeddedList .ListRow > .ListColumn:last-child {
  margin-right: 0;
}
.RowHeader {
  display: flex;
  padding: var(--slds-g-spacing-2) var(--slds-g-spacing-0) var(--slds-g-spacing-4);
  align-items: center;
  gap: var(--slds-g-spacing-2);
  flex-shrink: 0;
  align-self: stretch;
  cursor: default;
  user-select: none;
}
.RowHeader.collapsible {
  cursor: pointer;
}
.RowHeader .RowHeader-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.RowHeader .RowHeader-toggle .SvgIconMask {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  background-color: var(--slds-g-color-on-surface-3);
}
.RowHeader .RowHeader-title {
  flex: 1;
  overflow: hidden;
  color: var(--slds-g-color-on-surface-3);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-3);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-3);
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .RowHeader .RowHeader-title {
    line-height: 28px;
  }
}
.RowSection.collapsed .RowSection-cards {
  display: none;
}
.RowSection .RowSection-cards {
  display: grid;
  grid-auto-rows: min-content;
  gap: var(--slds-g-spacing-4);
}
.CardArea {
  margin-left: 0.925em;
}
@media only screen and (max-width: 479px) {
  .CardArea {
    margin-left: 0.693em;
  }
}
.CardArea.CardArea--lumina {
  margin-left: var(--slds-g-spacing-0);
  display: grid;
  grid-auto-rows: min-content;
  gap: var(--slds-g-spacing-4);
  max-width: 100%;
  overflow-x: hidden;
  padding-right: var(--slds-g-spacing-5);
  padding-top: var(--slds-g-spacing-4);
}
@media only screen and (max-width: 479px) {
  .CardArea.CardArea--lumina {
    padding-right: var(--slds-g-spacing-2);
  }
}
.CardArea.CardArea--lumina .Card {
  margin: var(--slds-g-spacing-0);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.CardArea.CardArea-sectioned.CardArea--lumina {
  gap: var(--slds-g-spacing-2);
}
@media only screen and (max-width: 479px) {
  .CardArea.CardArea-sectioned.CardArea--lumina {
    gap: var(--slds-g-spacing-4);
  }
  .CardArea.CardArea-sectioned.CardArea--lumina .RowSection {
    min-width: 0;
  }
}
.RowSection-cards.RowSection-cards--floating {
  display: block;
  overflow: hidden;
  margin-right: calc(-1 * var(--slds-g-spacing-4));
}
@media only screen and (max-width: 479px) {
  .RowSection-cards.RowSection-cards--floating {
    margin-right: calc(-1 * var(--slds-g-spacing-3));
  }
}
.RowSection-cards.RowSection-cards--floating .Column {
  float: left;
}
.RowSection-cards.RowSection-cards--floating .Card.Card--floating {
  margin: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4) 0;
}
@media only screen and (max-width: 479px) {
  .RowSection-cards.RowSection-cards--floating .Card.Card--floating {
    margin: 0 var(--slds-g-spacing-3) var(--slds-g-spacing-3) 0;
  }
}
.RowSection-cards.RowSection-cards--floating .Card.Card--floating:last-child {
  margin-bottom: 0;
}
.Card.Card--floating .CardContainer.CardContainer--lumina,
.Card.Card--floating .SyncCardContainer.CardContainer--lumina {
  height: auto;
  min-height: unset;
}
.RowSection-cards.RowSection-cards--floating {
  display: block;
  overflow: hidden;
  margin-right: calc(-1 * var(--slds-g-spacing-4));
}
@media only screen and (max-width: 479px) {
  .RowSection-cards.RowSection-cards--floating {
    margin-right: calc(-1 * var(--slds-g-spacing-3));
  }
}
.RowSection-cards.RowSection-cards--floating .Column {
  float: left;
}
.RowSection-cards.RowSection-cards--floating .Card.Card--floating {
  margin: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4) 0;
}
@media only screen and (max-width: 479px) {
  .RowSection-cards.RowSection-cards--floating .Card.Card--floating {
    margin: 0 var(--slds-g-spacing-3) var(--slds-g-spacing-3) 0;
  }
}
.RowSection-cards.RowSection-cards--floating .Card.Card--floating:last-child {
  margin-bottom: 0;
}
.Card.Card--floating .CardContainer.CardContainer--lumina,
.Card.Card--floating .SyncCardContainer.CardContainer--lumina {
  height: auto;
  min-height: unset;
}
.CardArea,
.GoogleMapDetails {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.CardArea .Card,
.GoogleMapDetails .Card {
  margin: 0.925em 0.925em 0.925em 0px;
}
@media only screen and (max-width: 479px) {
  .CardArea .Card,
  .GoogleMapDetails .Card {
    margin: 0.693em 0.693em 0.693em 0px;
  }
}
.CardArea .Column,
.GoogleMapDetails .Column {
  float: left;
}
.CardArea .NoDataMessageContainer,
.GoogleMapDetails .NoDataMessageContainer {
  margin-top: 0.924em;
  /* Next-gen UX: Remove top margin for better centering */
}
@media only screen and (max-width: 479px) {
  .CardArea .NoDataMessageContainer,
  .GoogleMapDetails .NoDataMessageContainer {
    margin-top: 0.693em;
  }
}
.CardArea .NoDataMessageContainer.lumina,
.GoogleMapDetails .NoDataMessageContainer.lumina {
  margin-top: 0;
}
.CardArea .VisitDetailsContainer,
.GoogleMapDetails .VisitDetailsContainer {
  margin-top: 0.924em;
}
@media only screen and (max-width: 479px) {
  .CardArea .VisitDetailsContainer,
  .GoogleMapDetails .VisitDetailsContainer {
    margin-top: 0.693em;
  }
}
.CardArea .UserWelcomeContainer,
.GoogleMapDetails .UserWelcomeContainer {
  margin-top: 0.924em;
}
@media only screen and (max-width: 479px) {
  .CardArea .UserWelcomeContainer,
  .GoogleMapDetails .UserWelcomeContainer {
    margin-top: 0.693em;
  }
}
.CardArea .CockpitSections,
.GoogleMapDetails .CockpitSections {
  padding: 0 4px 0 4px;
}
.CardArea .CockpitSections .CockpitSection,
.GoogleMapDetails .CockpitSections .CockpitSection {
  margin-top: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 479px) {
  .CardArea .CockpitSections .CockpitSection,
  .GoogleMapDetails .CockpitSections .CockpitSection {
    margin-top: 0.693em;
  }
}
.CardArea .CockpitSections .CockpitSection .SwitchSection,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection {
  align-items: center;
  justify-items: stretch;
  display: grid;
  grid-template-columns: 2.08rem auto 2.08rem;
  grid-gap: 0.462rem;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .SwitchValueContainer,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .SwitchValueContainer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .ImageButton,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .ImageButton {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0.667rem;
  font: 0.693rem Regular;
  height: 2.08rem;
  margin: 0.116rem;
  min-width: 1.849rem;
  padding: 0 0.693rem;
  border-radius: 1.849rem;
  border: solid 0.116rem;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .ImageButton div:nth-child(2),
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .ImageButton div:nth-child(2) {
  max-width: 72%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .ImageButton .ImageButtonText,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .ImageButton .ImageButtonText {
  display: inline-block;
  vertical-align: middle;
  font: 0.693rem Regular;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection button img,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection button img {
  width: 1.334rem;
  height: 1.334rem;
  display: inline-block;
  vertical-align: middle;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection button img + div,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection button img + div {
  margin-left: 0.289rem;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .SwitchImage,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .SwitchImage {
  width: 2.08rem;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .SwitchText,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .SwitchText {
  font: 0.809rem Medium;
  width: auto;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.CardArea .CockpitSections .CockpitSection .SwitchSection .SwitchText + .ImageButton,
.GoogleMapDetails .CockpitSections .CockpitSection .SwitchSection .SwitchText + .ImageButton {
  margin-left: 0.578rem;
  display: flex;
  align-items: center;
}
.CardArea .CockpitSections .CockpitSection .SummaryContainer,
.GoogleMapDetails .CockpitSections .CockpitSection .SummaryContainer {
  font-family: "Regular", sans-serif;
  padding: 0 0.578rem;
  border-radius: 1.04rem;
  height: 2.08rem;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(8, fit-content(100%));
  grid-gap: 0.289rem;
  overflow: hidden;
  padding-left: 0.693rem;
  padding-right: 0.693rem;
}
.CardArea .CockpitSections .CockpitSection .SummaryContainer .SummaryItem,
.GoogleMapDetails .CockpitSections .CockpitSection .SummaryContainer .SummaryItem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CardArea .CockpitSections .CockpitSection .SummaryContainer .SummaryItemSeperator,
.GoogleMapDetails .CockpitSections .CockpitSection .SummaryContainer .SummaryItemSeperator {
  width: 0.058rem;
  height: 1rem;
  width: 0.087rem;
  margin-left: 0.116rem;
  margin-right: 0.116rem;
}
.CardArea .CockpitSections .CockpitSection .SummaryContainer .PrimarySummaryItem,
.GoogleMapDetails .CockpitSections .CockpitSection .SummaryContainer .PrimarySummaryItem {
  font: 1.387rem Regular;
}
.CardArea .CockpitSections .CockpitSection .SummaryContainer .SecondarySummaryItem,
.GoogleMapDetails .CockpitSections .CockpitSection .SummaryContainer .SecondarySummaryItem {
  font: 0.693rem Regular;
  align-self: center;
  text-align: center;
  vertical-align: middle;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout {
  width: 100%;
  word-break: break-word;
  display: flex;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col1,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col1,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col3,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col1,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col1 {
  min-width: 72px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col1 .col1row1,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col1 .col1row1 {
  margin-right: 14px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 {
  flex: 4;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 {
  margin-bottom: 2px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email button,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email button,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email button {
  padding: 0px 5px 0px 0px;
  background-color: inherit;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email .image,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email .image,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email .image {
  box-sizing: border-box;
  height: 36px;
  width: 36px;
  border: 2px solid;
  border-radius: 50%;
  padding: 5px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .dialer .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .email .image img,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email .image img,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .email .image img {
  max-width: 100%;
  max-height: 100%;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .number,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .number,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .phoneSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .phoneSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .phoneSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .phoneSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row1 .emailSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row2 .emailSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row3 .emailSection .emailId,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .emailId,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 .col2row4 .emailSection .emailId {
  font-family: "Regular";
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 > :first-child .phoneSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 > :first-child .phoneSection,
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 > :first-child .emailSection,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col2 > :first-child .emailSection {
  margin-top: 8px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col3,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col3 {
  min-width: 46px;
}
.CardArea .CockpitSections .CockpitSection .ThreeColumnLayout .Col3 .col3row1,
.GoogleMapDetails .CockpitSections .CockpitSection .ThreeColumnLayout .Col3 .col3row1 {
  margin-left: 14px;
}
.CardArea .CockpitSections .CockpitSection .ItemImportant,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemImportant,
.CardArea .CockpitSections .CockpitSection .ItemIdentifier,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemIdentifier,
.CardArea .CockpitSections .CockpitSection .ItemSecondary,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemSecondary,
.CardArea .CockpitSections .CockpitSection .ItemInfoGrey,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemInfoGrey {
  font-family: "Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.CardArea .CockpitSections .CockpitSection .ItemImportant,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemImportant {
  font: 0.925rem Medium;
  line-height: 1.098rem;
}
.CardArea .CockpitSections .CockpitSection .ItemIdentifier,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemIdentifier {
  font-size: 16px;
  line-height: 19px;
}
.CardArea .CockpitSections .CockpitSection .ItemSecondary,
.GoogleMapDetails .CockpitSections .CockpitSection .ItemSecondary {
  font-size: 13px;
  line-height: 15px;
}
.CardArea .CockpitSections .CockpitSection .previewImageInnerContainer,
.GoogleMapDetails .CockpitSections .CockpitSection .previewImageInnerContainer,
.CardArea .CockpitSections .CockpitSection .Col1ImageWrapper,
.GoogleMapDetails .CockpitSections .CockpitSection .Col1ImageWrapper {
  display: inline-block;
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.CardArea .CockpitSections .CockpitSection .previewImageInnerContainer img,
.GoogleMapDetails .CockpitSections .CockpitSection .previewImageInnerContainer img,
.CardArea .CockpitSections .CockpitSection .Col1ImageWrapper img,
.GoogleMapDetails .CockpitSections .CockpitSection .Col1ImageWrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.CardArea .CockpitSections .CockpitSection .Col3ImageWrapper,
.GoogleMapDetails .CockpitSections .CockpitSection .Col3ImageWrapper {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.CardArea .CockpitSections .CockpitSection .Col3ImageWrapper img,
.GoogleMapDetails .CockpitSections .CockpitSection .Col3ImageWrapper img {
  max-width: 100%;
  max-height: 100%;
}
.CardArea .CockpitSections .CockpitSection:last-child,
.GoogleMapDetails .CockpitSections .CockpitSection:last-child {
  padding-bottom: 0;
}
.CardArea .CockpitSections .CockpitSection.Separator,
.GoogleMapDetails .CockpitSections .CockpitSection.Separator {
  border-bottom: 1px solid;
}
.CardContainer,
.SyncCardContainer {
  background: inherit;
  overflow: hidden;
  border-radius: 0.116em;
  box-shadow: 0.116em 0px 0.116em rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
}
.CardContainer.CardContainer--lumina,
.SyncCardContainer.CardContainer--lumina {
  box-shadow: none;
  border-radius: var(--slds-g-radius-border-3);
  display: flex;
  flex-direction: column;
  height: 375px;
  min-height: 375px;
  flex: none;
}
.CardContainer.CardContainer--lumina.CardContainer--dynamicHeight,
.SyncCardContainer.CardContainer--lumina.CardContainer--dynamicHeight {
  flex: 1;
  height: auto;
  min-height: unset;
}
.CardContainer.CardContainer--lumina.CardContainer--collapsed,
.SyncCardContainer.CardContainer--lumina.CardContainer--collapsed {
  height: auto;
  min-height: unset;
}
.CardContainer:has(.UserWelcomeV2) {
  background: none !important;
  box-shadow: none;
}
.CardContainer:has(.InfoControl) {
  background: none !important;
  box-shadow: none;
}
.CardContainer:has(.EmbeddedList.ListV2) {
  background: none !important;
}
.CardContainer.CardContainer--lumina:has(.CockpitMap) {
  align-self: start;
  flex: none;
  position: relative;
}
.CardContainer.InnerContainer,
.SyncCardContainer.InnerContainer {
  padding: 0.7em;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .CardContainer.InnerContainer,
  .SyncCardContainer.InnerContainer {
    padding: 0.693em;
  }
}
.CardContainer.InnerContainer .EmbeddedList,
.SyncCardContainer.InnerContainer .EmbeddedList {
  -ms-flex-flow: row;
}
.CardContainer.InnerContainer .EmbeddedList table.List tr:last-child,
.SyncCardContainer.InnerContainer .EmbeddedList table.List tr:last-child {
  border: none;
}
.CardContainer__inner.CardContainer__inner--lumina {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: var(--slds-g-spacing-0);
  overflow: hidden;
}
.CardContainer__inner.CardContainer__inner--lumina.CardContainer__inner--noHeader {
  padding: var(--slds-g-spacing-0);
}
.CardContainer.loading {
  height: 11.557em;
  line-height: 11.557em;
  text-align: center;
  display: flex;
  justify-content: center;
}
.CardContainer.loading.CardContainer--lumina {
  flex: 1;
  align-items: center;
}
.CardContainer.loading.CardContainer--lumina .SvgIconMask.SLDSSpinner--medium {
  width: 80px;
  height: 80px;
  background-color: var(--slds-g-color-accent-1);
}
.CardContainer.ColorStatusBar {
  height: 0.462em;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.CardContainerHeader.Main {
  width: 100%;
  display: flex;
  line-height: 1.04em;
}
.CardContainerHeader.Headertext {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  overflow: auto;
  align-self: center;
}
.CardContainerHeader.Title {
  margin: 0 0.333em 0 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  align-self: flex-end;
}
.CardContainerHeader.Info {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 2.857em;
  flex: 1;
  align-self: flex-end;
  width: inherit;
  padding-bottom: 0.071em;
}
.CardContainerHeader.Collapse,
.CardContainerHeader.Max {
  width: 1.04em;
  height: 1.04em;
  min-width: 1.04em;
  position: relative;
  margin: 0.347em 0.693em;
}
.CardContainerHeader.Collapse img,
.CardContainerHeader.Max img {
  position: absolute;
  width: auto;
  height: auto;
}
.CardContainerHeader.Collapse img {
  top: 0.231em;
}
.CardContainerHeader.Max img {
  top: 0;
}
.LinkBar {
  text-align: center;
  display: flex;
  height: 2.774em;
}
.LinkBar .ImageButton {
  background: inherit;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  margin: auto;
}
.LinkBar .ImageButton div:nth-child(2) {
  max-width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.LinkBar button img {
  width: 1.334em;
  height: 1.334em;
}
.LinkBar.SeperatorContainer {
  display: flex;
  justify-content: center;
  min-width: 0.058em;
}
.LinkBar.SeperatorBar {
  width: 0.058em;
  height: 1.387em;
  align-self: center;
}
.ActionBar {
  text-align: center;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .ActionBar {
    margin-top: 0.693em;
  }
}
.ActionBar .ImageButton {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0.667em;
}
.ActionBar .ImageButton div:nth-child(2) {
  max-width: 72%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ActionBar button img {
  width: 1.334em;
  height: 1.334em;
}
.ActionBar.PrimaryActionBtn {
  width: 100%;
}
.ActionBar.SecondaryActionBtn {
  width: 100%;
}
.CardContainer.CardContainer--lumina,
.SyncCardContainer.CardContainer--lumina {
  border-radius: var(--slds-g-radius-border-3);
  background: var(--slds-g-color-surface-container-1);
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: var(--slds-g-spacing-4);
  gap: var(--slds-g-spacing-4);
}
.CardContainer.CardContainer--lumina:has(.CardContainer__inner--noHeader),
.SyncCardContainer.CardContainer--lumina:has(.CardContainer__inner--noHeader) {
  padding: var(--slds-g-spacing-0);
}
.CardContainer.CardContainer--lumina:has(.CardContainer__inner--noHeader):not(:has(.NoDataMessageContainer)),
.SyncCardContainer.CardContainer--lumina:has(.CardContainer__inner--noHeader):not(:has(.NoDataMessageContainer)) {
  border-radius: 0;
}
.CardContainer.CardContainer--lumina .CockpitMap {
  overflow: hidden;
  border-radius: var(--slds-g-radius-border-3);
}
.CardContainer.CardContainer--lumina .CockpitMap:has(.NoDataMessageContainer.lumina) {
  display: flex;
  flex-direction: column;
}
.CardContainer__inner.CardContainer__inner--lumina,
.SyncCardContainer__inner.CardContainer__inner--lumina {
  padding: var(--slds-g-spacing-0);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: var(--slds-g-spacing-4);
}
.CardContainer__content.CardContainer__content--lumina {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-4);
  min-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.CardContainer__content.CardContainer__content--lumina > div:has(.NoDataMessageContainer.lumina) {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.CardContainer__content.CardContainer__content--lumina > .NoDataMessageContainer.lumina {
  flex: 1 1 0%;
  min-height: 0;
}
.CardContainer__editableGroups {
  display: flex;
  flex-direction: column;
  gap: var(--slds-g-spacing-4);
}
.CardContainer__statusBar.CardContainer__statusBar--lumina {
  border-radius: var(--slds-g-radius-border-3) var(--slds-g-radius-border-3) 0 0;
}
.CardHeader.CardHeader--lumina {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--slds-g-spacing-3);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.CardHeader__textGroup.CardHeader__textGroup--lumina {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-3);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .CardHeader__textGroup.CardHeader__textGroup--lumina {
    gap: var(--slds-g-spacing-2);
  }
}
@media only screen and (min-width: 744px) {
  .fw-portrait .CardHeader__textGroup.CardHeader__textGroup--lumina {
    gap: var(--slds-g-spacing-2);
  }
}
.CardHeader__title.CardHeader__title--lumina {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-5);
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-3);
  margin: var(--slds-g-spacing-0);
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CardHeader__subtitle.CardHeader__subtitle--lumina {
  color: var(--slds-g-color-on-surface-1);
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-3);
  margin: var(--slds-g-spacing-0);
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CardHeader__collapseBtn.CardHeader__collapseBtn--lumina {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: var(--slds-g-spacing-1);
  cursor: pointer;
  flex: 0 0 auto;
}
.CardHeader__collapseBtn.CardHeader__collapseBtn--lumina:active {
  background: none;
}
.CardHeader__collapseBtn.CardHeader__collapseBtn--lumina .CardHeader__collapseIcon--lumina.SvgIconMask {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  background-color: var(--slds-g-color-on-surface-3) !important;
}
.CardHeader__maximizeBtn.ImageButton--lumina {
  flex: 0 0 auto;
  margin: var(--slds-g-spacing-0);
}
.ActionBar.ActionBar--lumina {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .ActionBar.ActionBar--lumina {
    margin-top: 0;
  }
}
.ActionBar.ActionBar--lumina:not(:has(.ImageButton--lumina)) {
  display: none;
}
.ActionBar.ActionBar--lumina .ImageButton {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: var(--slds-g-spacing-0);
  flex: 1 1 0;
}
.LinkBar.LinkBar--lumina {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  background: transparent;
  border-top: none;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  box-sizing: border-box;
  text-align: left;
}
.LinkBar.LinkBar--lumina:not(:has(.ImageButton--lumina)) {
  display: none;
}
.LinkBar.LinkBar--lumina .ImageButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  flex: 1 1 0;
  margin: var(--slds-g-spacing-0);
}
.LinkBar.LinkBar--lumina .ImageButton button {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.LinkBar.LinkBar--lumina .SeperatorContainer,
.LinkBar.LinkBar--lumina .SeperatorBar {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .CardContainerHeader.Title {
    display: inline-block;
    margin: 0 0.333em 0 0px;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    text-align: justify;
    padding-right: 0.75em;
    word-break: break-all;
    align-self: flex-end;
  }
  .CardContainerHeader.Title:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
  }
  .CardContainerHeader.Title:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 0.75em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
  }
  .CardContainerHeader.Collapse img,
  .CardContainerHeader.Max img {
    width: inherit;
    height: inherit;
  }
  .CardContainerHeader.Collapse img {
    top: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .CardContainer.InnerContainer .EmbeddedList table.List td {
    max-width: 10em;
  }
}
/* CompositeCardContent / ContentSection — structural layout only.
   Typography for list item types lives in itemType.less. */
.CompositeCardContent {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CompositeCardContent__divider {
  border-top: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  margin: var(--slds-g-spacing-2) 0 var(--slds-g-spacing-1) 0;
}
.ContentSection {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ContentSection__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--slds-g-spacing-2);
}
.ContentSection__title--sectionLabel {
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  padding: var(--slds-g-spacing-1);
}
.ContentSection__content {
  width: 100%;
}
.CompositeCardContent .ContentSection + .ContentSection {
  margin-top: var(--slds-g-spacing-3);
}
.CompositeCardContent__divider--before {
  margin-top: 0;
}
.CompositeCardContent__divider--after {
  margin-bottom: 0;
}
/* Section-level NoDataMessage in composite cards should be compact. */
.CompositeCardContent .NoDataMessageContainer.lumina .NoDataMessage__icon {
  width: 38%;
  max-width: var(--slds-g-sizing-13);
}
.CompositeCardContent .NoDataMessageContainer.lumina .NoDataMessage__text {
  gap: var(--slds-g-spacing-1);
}
.CompositeCardContent .NoDataMessageContainer.lumina .NoDataMessage__maintext {
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-2);
}
.CompositeCardContent .NoDataMessageContainer.lumina .NoDataMessage__subtext {
  font-size: var(--slds-g-font-scale-1);
  line-height: var(--slds-g-font-line-height-2);
}
.InfoControl {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(0, max-content) max-content minmax(0, max-content);
  align-items: center;
  width: 100%;
  min-height: var(--slds-g-spacing-7);
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .InfoControl {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: var(--slds-g-spacing-3);
  }
}
.InfoControl .InfoItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: var(--slds-g-spacing-3);
  min-width: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .InfoControl .InfoItem {
    flex-wrap: wrap;
  }
}
.InfoControl .InfoItem .InfoItemIcon {
  width: var(--slds-g-spacing-7);
  height: var(--slds-g-spacing-7);
  border-radius: var(--slds-g-radius-border-1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.InfoControl .InfoItem .InfoItemIcon.InfoItemIcon--rounded {
  clip-path: circle(50% at center);
  -webkit-clip-path: circle(50% at center);
}
.InfoControl .InfoItem .InfoItemIcon .InfoItemDefaultImageWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.InfoControl .InfoItem .InfoItemIcon .InfoItemDefaultImageWrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.InfoControl .InfoItem .InfoItemContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: var(--slds-g-spacing-1);
  min-width: 0;
  overflow: hidden;
}
.InfoControl .InfoItem .InfoItemContent > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
}
.InfoControl .InfoItem .InfoItemActionIcons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: var(--slds-g-spacing-5);
  flex-shrink: 0;
  margin-left: var(--slds-g-spacing-3);
}
@media only screen and (max-width: 479px) {
  .InfoControl .InfoItem .InfoItemActionIcons {
    gap: var(--slds-g-spacing-3);
    margin-left: auto;
  }
}
.InfoControl .InfoItemSeparator {
  width: 0;
  height: 2.1635rem;
  border-left: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  margin: 0 var(--slds-g-spacing-5);
}
@media only screen and (max-width: 479px) {
  .InfoControl .InfoItemSeparator {
    display: none;
  }
}
.BusyIndicator {
  overflow: hidden;
  text-align: center;
  height: 9em;
  width: 10em;
  border-radius: 0.5em;
}
.BusyIndicator .BusyIndicatorTextContainer {
  opacity: 0.7;
  width: 10em;
  border-radius: 0.5em;
}
.BusyIndicator--lumina {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  border-radius: 0;
}
.BusyIndicator--lumina .BusyIndicator__spinner {
  width: 120px;
  height: 120px;
  background-color: var(--slds-g-color-on-accent-1);
}
.BusyIndicator--lumina .BusyIndicatorTextContainer {
  opacity: 1;
  background: transparent;
}
.BusyIndicator--lumina .BusyIndicatorTextContainer span {
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-accent-1);
}
.SyncCardReplicationArea {
  margin-top: 0.693em;
  margin-left: 4px;
}
.SyncCardReplicationArea .ReplicationAreaNew {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper.ReplicationInfoAreaWrapper--lumina {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper .ReplicationTimestampVisualization {
  display: flex;
  align-items: baseline ;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper .ReplicationTimestampVisualization .InfoString {
  font-family: "Regular";
  font-size: 11px;
  text-align: right;
  flex: 1;
  margin-right: 12px;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper .ReplicationTimestampVisualization .TimeStamp {
  font-family: "Light";
  font-size: 14px;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper .ReplicationTimestampVisualization.ReplicationTimestampVisualization--lumina .TimeStamp {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationInfoAreaWrapper .ReplicationTimestampVisualization.ReplicationTimestampVisualization--lumina .InfoString {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
  text-align: left;
  width: 120px;
  flex: 0 0 120px;
  margin-right: var(--slds-g-spacing-3);
  box-sizing: border-box;
  font-size: var(--slds-g-font-scale-1);
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationButtonWrapper .ReplicationButton {
  font-size: 0.5em;
  margin-left: 2px;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationButtonWrapper .ReplicationButton button {
  background: inherit;
}
.SyncCardReplicationArea .ReplicationAreaNew .ReplicationButtonWrapper .ReplicationButton button div i {
  margin-left: 1px;
  margin-right: 1px;
  font-size: 2.4em;
}
.SyncCardReplicationArea .ReplicationAreaNew .SyncHealthIndicatorWrapper {
  margin-left: auto;
  display: flex;
  padding-top: 1px;
}
.SyncCardReplicationArea .ReplicationAreaNew .SyncHealthIndicatorWrapper .SyncHealthIndicator {
  max-width: 2.05em;
  max-height: 2.05em;
}
.SyncCardReplicationArea .ReplicationAreaNew .SyncHealthIndicatorWrapper .SyncHealthIndicator img {
  width: 100%;
  height: 100%;
}
.SyncCardDetailArea {
  padding: 0.693em 0.925em;
  display: flex;
}
.SyncCardDetailArea.SyncCardDetailArea--lumina {
  background: transparent;
  padding: 0;
  display: block;
  text-align: center;
}
.SyncCardDetailArea.SyncCardDetailArea--lumina .ImageArea {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
  max-height: none;
  width: 20px;
  height: 20px;
  margin-right: var(--slds-g-spacing-2);
}
.SyncCardDetailArea.SyncCardDetailArea--lumina .InfoArea {
  display: inline;
  color: var(--slds-g-color-neutral-base-20);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-7);
  /* 700 */
  line-height: 21px;
  /* 131.25% */
}
.SyncCardDetailArea.SyncCardDetailArea--lumina .InfoArea .Light--lumina,
.SyncCardDetailArea.SyncCardDetailArea--lumina .InfoArea .LastTextInfo--lumina {
  font-weight: var(--slds-g-font-weight-4);
  /* 400 */
}
.SyncCardDetailArea.SyncCardDetailArea--lumina .InfoArea .LastTextInfo--lumina::before {
  content: " ";
}
.SyncCardDetailArea .ImageArea {
  max-width: 0.925em;
  max-height: 1em;
  margin-right: 0.462em;
}
.SyncCardDetailArea .ImageArea img {
  width: 100%;
  height: 100%;
}
.SyncCardDetailArea .ImageArea.CloudIcons {
  max-width: 2.08em;
  max-height: 1em;
  margin-right: 0.52em;
}
.SyncCardDetailArea .SyncCardDetailArea-warnIcon {
  background-color: var(--slds-g-color-border-warning-1);
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
}
.SyncCardDetailArea .InfoArea {
  display: inline-block;
  font-size: 13px;
  font-family: "SemiBold";
  align-content: center;
  margin: auto 0px;
  flex: 1;
}
.SyncCardDetailArea .InfoArea span {
  line-height: 1.154em;
}
.SyncCardDetailArea .InfoArea .Light {
  font-family: "Light";
}
.SyncCardDetailArea .InfoArea .LastTextInfo {
  font-family: "Light";
}
.SyncCardDetailArea .InfoArea .LastTextInfo::before {
  content: " ";
}
.SyncModePicker-lastSyncFailed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--slds-g-spacing-2);
  font-size: 14px;
  padding: 0 0 8px 0;
  box-sizing: border-box;
}
.SyncModePicker-lastSyncFailed .SyncModePicker-lastSyncFailed-icon {
  flex-shrink: 0;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-red-40);
}
.SyncModePicker-lastSyncFailed .SyncModePicker-lastSyncFailed-text {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SyncModePicker-separator {
  width: 100%;
  min-width: 510px;
  height: var(--slds-g-sizing-border-1);
  min-height: var(--slds-g-sizing-border-1);
  background-color: var(--slds-g-color-border-1);
  flex-shrink: 0;
}
@media only screen and (max-width: 479px) {
  .SyncModePicker-separator {
    min-width: 0;
  }
}
.SyncModePicker-buttonWrapper {
  width: 300px;
}
.SyncModePicker-buttonWrapper button {
  width: 100%;
  box-sizing: border-box;
}
@-webkit-keyframes progressBarAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes progressBarAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.ProgressBarBigIcon {
  padding-top: 48px;
}
.BigStepImage {
  height: 96px;
  width: 96px;
}
.ConnectionQualityIndicator {
  position: absolute;
  float: left;
  height: 24px;
  width: 24px;
  padding-top: 48px;
  margin-left: 70px;
}
.ConnectionQualityIndicator.Phone {
  margin-left: 24px;
}
.InstalledPackageIndicator {
  position: relative;
  float: right;
  text-align: right;
  height: 24px;
  padding-top: 48px;
  margin-right: 70px;
  font-family: "Regular";
  font-size: 12px;
  color: #788994;
}
.InstalledPackageIndicator.Phone {
  margin-right: 24px;
}
.CurrentStepLabelContainer {
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.CurrentStepLabelContainerPhone {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.CurrentStepLabelInitialSync {
  color: #788994;
}
.CurrentStepLabel {
  color: #408fcd;
}
.EntertainingMessage {
  margin-left: 48px;
  margin-right: 48px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  text-align: -webkit-center;
  color: #408fcd;
}
.EntertainingMessagePhone {
  margin-left: 48px;
  margin-right: 48px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  text-align: -webkit-center;
  color: #408fcd;
  line-height: 13px;
  margin-left: 12px;
  margin-right: 12px;
}
.EntertainingMessageInitialSync {
  margin-left: 48px;
  margin-right: 48px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  text-align: -webkit-center;
  color: #408fcd;
  color: #788994;
}
.EntertainingMessagePhoneInitialSync {
  margin-left: 48px;
  margin-right: 48px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  text-align: -webkit-center;
  color: #408fcd;
  line-height: 13px;
  margin-left: 12px;
  margin-right: 12px;
  color: #788994;
}
.ProgressContainer {
  background-color: rgba(255, 255, 255, 0.98);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.ProgressContainerPhone {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100vh;
}
.ProgressBarFlyout {
  height: 100%;
}
.ProgressBarFlyout .ErrorArea {
  background-color: #d91e18;
  padding: 12px;
  display: flex;
  min-height: 24px;
}
.ProgressBarFlyout .ErrorArea .Image {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.ProgressBarFlyout .ErrorArea .Image image {
  width: 100%;
  height: 100%;
}
.ProgressBarFlyout .ErrorArea .Image.Phone {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.ProgressBarFlyout .ErrorArea .InfoArea {
  flex: 1;
  text-align: left;
  word-break: break-all;
  max-height: 80px;
}
.ProgressBarFlyout .ErrorArea .InfoArea .Header {
  color: #FFFFFF;
  line-height: 16px;
  font-family: "Medium";
}
.ProgressBarFlyout .ErrorArea .InfoArea .Details {
  font-family: "Regular";
  color: #FFFFFF;
  line-height: 16px;
}
.ProgressBarFlyout .ErrorArea .InfoArea.Phone {
  font-size: 11px;
}
.ProgressBarFlyout .ErrorArea .OkBtnWrapper {
  margin-left: 12px;
}
.ProgressBarFlyout .ErrorArea.Phone {
  padding: 8px;
  min-height: 16px;
}
.ProgressBarFlyout .MessageArea {
  background-color: rgba(57, 62, 75, 0.3);
  padding: 12px;
  display: flex;
}
.ProgressBarFlyout .MessageArea .Image {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.ProgressBarFlyout .MessageArea .Image.Phone {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.ProgressBarFlyout .MessageArea .InfoArea {
  flex: 1;
  text-align: left;
  max-height: 80px;
}
.ProgressBarFlyout .MessageArea .InfoArea .Header {
  color: #525252;
  line-height: 16px;
  font-family: "Medium";
}
.ProgressBarFlyout .MessageArea .InfoArea.Phone {
  font-size: 11px;
}
.ProgressBarFlyout .MessageArea.Phone {
  padding: 5px;
  min-height: 26px;
}
.stepsContainer {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 48px;
  padding-top: 8px;
}
.syncStep {
  z-index: 1;
  flex: 1;
  -webkit-flex: 1;
}
.syncStepIconContainer {
  height: 36px;
  width: 48px;
}
.firstSyncStep {
  margin-left: 48px;
}
.lastSyncStep {
  margin-right: 48px;
}
.syncStepIcon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.syncStepIcon.Phone {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.syncStepPending {
  background: #ebf0f0;
  margin: 6px;
}
.syncStepCompleted {
  background: #00b149;
  margin: 6px;
}
.syncStepFaulty {
  background: #d91e18;
  margin: 6px;
}
.syncStepActive {
  background: white;
  border: 5px solid #ebf0f0;
  margin: 1px;
}
.syncStepSkipped {
  background: #FFFFFF;
  margin: 6px;
}
.stepAnimation,
.stepAnimation:after {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.stepAnimation {
  position: absolute;
  border-top: 6px solid #ebf0f0;
  border-right: 6px solid #ebf0f0;
  border-bottom: 6px solid #ebf0f0;
  border-left: 6px solid #00b149;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: stepRotate 1s infinite linear;
  animation: stepRotate 1s infinite linear;
}
.stepAnimation.Phone {
  margin-left: 2px;
}
.stepAnimation.Error {
  border-left: 6px solid #d91e18;
}
.stepAnimation.Phone,
.stepAnimation.Phone:after {
  width: 32px;
  height: 32px;
}
@-webkit-keyframes stepRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes stepRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.syncCancelArea {
  background-color: #ebf0f0;
  color: #393e4b;
  display: flex;
  font-size: 12px;
  height: 48px;
  align-items: center;
}
.syncCancelArea span {
  margin-left: 16px;
}
.syncCancelArea img {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.syncCancelArea .verticalLine {
  height: 20px;
  width: 1px;
  background-color: rgba(57, 62, 75, 0.3);
  margin: 10px 0px;
}
.syncCancelArea.Phone {
  background-color: #ebf0f0;
  color: #393e4b;
  display: flex;
  font-size: 11px;
  height: 32px;
  align-items: center;
}
.syncCancelButton {
  background-color: #ebf0f0;
  color: #393e4b;
  width: auto;
  text-align: left;
  padding-left: 16px;
  padding-right: 12px;
}
.syncCancelButton .iconWrapper {
  display: flex;
}
.errorOkBtn {
  width: 72px;
  font-size: 16px;
  font-family: "Bold";
  line-height: 15.13px;
  color: #FFFFFF;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  background: transparent;
}
.errorOkBtn.Phone {
  width: 50px;
  font-size: 11px;
}
.StepImage {
  width: 18px;
  height: 18px;
  margin-top: 9px;
}
.StepImage.Phone {
  width: 16px;
  height: 16px;
  margin-top: 8px;
}
.StepImageSkipped {
  opacity: 0.6;
}
.StepLabelBase {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
}
.StepLabel {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
  color: #788994;
}
.StepLabelCompleted {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
  color: #00b149;
}
.StepLabelSkipped {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
  color: rgba(120, 137, 148, 0.6);
}
.StepLabelFaulty {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
  color: #d91e18;
}
.ProgressBarContainer {
  height: 6px;
  flex: 1;
  -webkit-flex: 1;
  background: #EBF0F0;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 22px;
}
.ProgressBarContainer.Phone {
  margin-top: 20px;
}
.ProgressBarOff {
  height: 6px;
  width: 100%;
  float: left;
  background: transparent;
}
.ProgressBarOn {
  height: 6px;
  width: 100%;
  float: left;
  background: #00b149;
}
.ProgressBarFill {
  height: 6px;
  width: 100%;
  float: left;
  background: #00b149;
  animation: progressBarAnim 1s;
  -webkit-animation: progressBarAnim 1s;
}
.subStepsContainer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 18px;
}
.subStep {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}
.subStepPending {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background: #ebf0f0;
}
.subStepCompleted {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background: #00b149;
}
.subStepActive {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background: rgba(0, 177, 73, 0.5);
}
.subStepError {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background: rgba(217, 30, 24, 0.5);
}
.subStepFaulty {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background: #d91e18;
}
.SyncBottomArea {
  bottom: 0;
  width: 100%;
}
.SyncBottomAreaPhone {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.PackageIcon {
  height: 20px;
  width: 20px;
  margin: 4px 4px 4px 16px;
}
.PackageIcon.Phone {
  height: 14px;
  width: 14px;
}
.PackageCount {
  font-size: 16px;
  line-height: 28px;
  color: #788994;
}
.PackageCount.Phone {
  line-height: 22px;
}
.PackageIconHidden {
  display: none;
}
.PackageCountHidden {
  display: none;
}
.BreakWordsWithHyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.BreakWordsWithHyphens.StepLabel.ActiveStepLabel {
  margin-top: 12px;
}
.PinScreenLogo {
  max-height: 132px;
  max-width: 136px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.PinField {
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
.PinFieldPhone {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.PinFieldActive {
  border-bottom: 2px solid;
}
.PinFieldAsterisk {
  width: 32px;
  height: 32px;
}
.PinFieldAsteriskPhone {
  width: 24px;
  height: 24px;
}
.ImgAsterisk {
  padding: 12%;
}
.ImgAsteriskPhone {
  width: 24px;
  height: 24px;
}
.FiraSansMedium {
  font-family: "Medium";
}
.FiraSansRegular {
  font-family: "Regular";
}
.CheckPinControl {
  text-align: center;
  font-size: 11px;
  line-height: 13.2px;
}
.WrongPinText {
  text-align: left;
  font-size: 11px;
}
.WrongPinIcon {
  width: 18px;
  height: 18px;
  float: left;
}
.WrongPinSectionContainer {
  height: 40px;
}
.WrongPinSection {
  height: 40px;
  padding-left: 20px;
}
.WrongPinSectionNoPadding {
  height: 40px;
}
.ValidationPinInputField {
  display: inline-flex;
  margin-bottom: 12px;
  margin-top: 12px;
}
.SetupPinInputField {
  display: inline-flex;
  margin-bottom: 16px;
  margin-top: 8px;
}
.SetupPinControl {
  text-align: left;
}
.SetupPinInputFieldText {
  line-height: 16.8px;
  font-size: 14px;
}
.PinScreen {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 40px;
}
.AlwaysOnTop {
  z-index: 190000;
}
.ImgWarningIconRed {
  height: 14px;
}
.BannerContainer {
  position: relative;
}
.BannerImg {
  object-fit: cover;
  width: 100%;
  height: 115px;
}
.BannerImgContainer {
  max-height: 115px;
  text-align: center;
  min-height: 115px;
}
.ResizableImgContainer {
  max-height: 100%;
}
.ResizableImgContainer .ResizableImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.BannerFilterArea {
  bottom: 0px;
  left: 0px;
  height: 32px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .BannerFilterArea {
    position: relative;
  }
}
.BannerFilterArea .BannerFilter {
  position: relative;
  display: flex;
  margin: 0 16px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .BannerFilterArea .BannerFilter {
    margin: 0 8px;
  }
}
.BannerFilterArea .BannerFilter .previewImageInnerContainer {
  height: 22px;
  width: 22px;
  margin-right: 6px;
}
.BannerFilterArea .BannerFilter .previewImageInnerContainer img {
  max-height: 100%;
  max-width: 100%;
}
.BannerFilterArea .BannerFilter .textArea {
  flex: 1;
  margin: auto 12px auto 0;
  overflow: hidden;
  line-height: 18px;
  font-size: 15px;
  font-family: "Medium";
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .BannerFilterArea .BannerFilter .textArea {
    line-height: 16.8px;
    font-size: 14px;
    margin-right: 6px;
  }
}
.BannerFilterArea .BannerFilter .dropDownArrow {
  max-width: 15px;
  max-height: 15px;
  display: flex;
  align-self: center;
}
.BannerFilterArea .BannerFilter .dropDownArrow img {
  width: 100%;
  height: 100%;
}
.BannerFilterArea .clearItem img {
  max-width: 26px;
  max-height: 26px;
}
.BannerFlyout {
  height: inherit;
}
.BannerFlyout .ScrollableContainer .ScrollableContent {
  margin-bottom: 8px;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow {
  display: flex;
  align-items: center;
  padding: 4px 16px;
}
@media only screen and (max-width: 479px) {
  .BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow {
    padding: 4px 8px;
  }
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .previewImageInnerContainer {
  margin-right: 12px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .previewImageInnerContainer img {
  max-width: 100%;
  max-height: 100%;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .text {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Light";
  font-size: 14px;
  word-break: break-word;
  -webkit-box-orient: vertical;
  line-height: 15px;
}
@media only screen and (max-width: 479px) {
  .BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .text {
    font-size: 13px;
  }
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .text.clearOptionText {
  font-family: "Bold";
  font-size: 12px;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .text.oneLine {
  -webkit-line-clamp: 1;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow .text.twoLine {
  -webkit-line-clamp: 2;
}
.BannerFlyout .ScrollableContainer .ScrollableContent .BannerFilterItems .BannerFilterRow.Selected {
  background: rgba(255, 255, 255, 0.1);
}
.HeaderLine {
  padding: 12px 8px 12px 16px;
  display: flex;
  flex-wrap: wrap;
  flex: none;
}
@media only screen and (max-width: 479px) {
  .HeaderLine {
    padding: 4px 4px 4px 12px;
  }
}
.HeaderLine .SearchField {
  border-radius: 32px;
  flex: 1;
  min-width: 180px;
  height: 32px;
  margin-bottom: 4px;
  margin-top: 4px;
}
@media only screen and (max-width: 479px) {
  .HeaderLine .SearchField {
    min-width: 136px;
  }
}
.HeaderLine .Dropdown {
  margin-bottom: 4px;
  margin-top: 4px;
}
.HeaderLine .SearchFieldInput {
  border: transparent;
}
.HeaderLine > .ImageButton {
  border-radius: 32px;
  border-style: solid;
  border-width: 2px;
  max-width: 100%;
  width: auto;
  min-height: 32px;
  margin-bottom: 4px;
  margin-top: 4px;
}
@media only screen and (min-width: 744px) {
  .HeaderLine > .ImageButton {
    padding: 0;
  }
}
.HeaderLine > .ImageButton img {
  width: 16px;
  height: 16px;
}
.HeaderLine > div,
.HeaderLine button {
  margin-right: 8px;
  margin-top: 0px;
}
@media only screen and (max-width: 479px) {
  .HeaderLine > div,
  .HeaderLine button {
    margin-right: 8px;
  }
}
.HeaderLine .AdvancedSearchButton {
  margin-top: 0;
}
.HeaderLine .SearchIcon {
  line-height: 1.8em;
}
.HeaderLine .SearchFieldInput {
  height: 1.8em;
}
.HeaderLine .input.CancelButtonSearch {
  height: 0.5em;
}
.HeaderLine.HeaderLine--lumina {
  display: flex;
  min-height: var(--slds-g-spacing-7);
  padding: 0;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  row-gap: var(--slds-g-spacing-2);
  column-gap: var(--slds-g-spacing-4);
  background: var(--slds-g-color-transparent);
}
.HeaderLine.HeaderLine--lumina:not(:has(.HeaderLineLabel)) .HeaderLineActions {
  flex: 1;
}
.HeaderLine.HeaderLine--lumina .HeaderLineLabel {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 0 1 auto;
  min-width: 0;
  color: var(--slds-g-color-neutral-base-20);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-3);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-2);
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
  row-gap: var(--slds-g-spacing-2);
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions__right {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  margin-left: auto;
  flex-wrap: wrap;
  row-gap: var(--slds-g-spacing-2);
  justify-content: flex-end;
}
.HeaderLine.HeaderLine--lumina > div,
.HeaderLine.HeaderLine--lumina button {
  margin-right: 0;
}
.HeaderLine.HeaderLine--lumina .SearchField {
  margin: 0;
}
.HeaderLine.HeaderLine--lumina .SearchFieldInput {
  height: auto;
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina {
  padding: 0;
  height: var(--slds-g-spacing-7);
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina .SearchFieldInputWrapper {
  flex: 1;
  width: 100%;
  border-radius: var(--slds-g-radius-border-circle);
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  background: var(--slds-g-color-surface-container-1);
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina .SearchFieldInputWrapper .SearchIcon.SvgIconMask {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-neutral-base-50) !important;
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina .SearchFieldInputWrapper .CancelButtonSearch .SvgIconMask {
  width: 18px;
  height: 18px;
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina .SearchFieldInputWrapper button.CancelButtonSearch {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: none;
}
.HeaderLine.HeaderLine--lumina .SearchFieldLumina .AdvancedSearchButton.Invisible {
  display: none !important;
}
.HeaderLine.HeaderLine--lumina .Dropdown {
  display: flex;
  min-width: 200px;
  width: fit-content;
  height: var(--slds-g-spacing-7);
  min-height: var(--slds-g-spacing-7);
  max-height: var(--slds-g-spacing-7);
  margin: 0;
  padding: 0 var(--slds-g-spacing-4);
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--slds-g-radius-border-circle) !important;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2) !important;
  background: var(--slds-g-color-surface-container-1) !important;
  box-sizing: border-box;
  flex-shrink: 1;
  overflow: visible;
}
.HeaderLine.HeaderLine--lumina .Dropdown.Dropdown--active {
  background: var(--slds-g-color-palette-neutral-95) !important;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08) inset, 0 0.5px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.HeaderLine.HeaderLine--lumina .Dropdown.Dropdown--active .DropdownFilterImg--lumina.SvgIconMask {
  background-color: var(--slds-g-color-accent-3);
}
.HeaderLine.HeaderLine--lumina .Dropdown.Dropdown--active .DropdownText {
  color: var(--slds-g-color-accent-3) !important;
}
.HeaderLine.HeaderLine--lumina .Dropdown.Dropdown--active .DropdownArrow {
  background-color: var(--slds-g-color-accent-3);
}
.HeaderLine.HeaderLine--lumina .Dropdown .Container {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  margin: 0;
  overflow: hidden;
  min-width: 0;
}
.HeaderLine.HeaderLine--lumina .Dropdown .IconContainer {
  max-width: 18px;
  max-height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.HeaderLine.HeaderLine--lumina .Dropdown .DropdownFilterImg--lumina.SvgIconMask {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
.HeaderLine.HeaderLine--lumina .Dropdown .DropdownText {
  color: var(--slds-g-color-accent-2) !important;
  text-align: left;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HeaderLine.HeaderLine--lumina .Dropdown .DropdownFilterImg {
  width: 18px;
  height: 18px;
}
.HeaderLine.HeaderLine--lumina .Dropdown .DropdownArrow {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
@media only screen and (max-width: 479px) {
  .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--phoneLabel) {
    flex: 0 0 auto;
    min-width: unset;
  }
  .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--phoneLabel) .DropdownFilterImg,
  .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--phoneLabel) .DropdownArrow {
    width: var(--slds-g-sizing-5);
    height: var(--slds-g-sizing-5);
  }
  .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--phoneLabel) .IconContainer--phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--slds-g-spacing-2);
    align-self: stretch;
    max-width: none;
    max-height: none;
  }
}
.HeaderLine.HeaderLine--lumina:has(.CalendarNavigation--agenda) .Dropdown {
  min-width: auto;
  width: fit-content;
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton {
  border-radius: var(--slds-g-radius-border-circle);
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  background: var(--slds-g-color-surface-container-1);
  display: flex;
  height: var(--slds-g-spacing-7);
  padding: 0 var(--slds-g-spacing-4);
  justify-content: center;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton .ImageButton__icon,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton .ImageButton__icon,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton .SvgIconMask,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton .SvgIconMask {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-color: var(--slds-g-color-accent-2);
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton .ImageButton__label,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton .ImageButton__label {
  color: var(--slds-g-color-accent-2);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton.Disabled,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton.Disabled {
  border-color: var(--slds-g-color-border-disabled-1);
  background: var(--slds-g-color-disabled-container-1);
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton.Disabled .ImageButton__icon,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton.Disabled .ImageButton__icon,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton.Disabled .SvgIconMask,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton.Disabled .SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton.Disabled .ImageButton__label,
.HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton.Disabled .ImageButton__label {
  color: var(--slds-g-color-on-disabled-1);
}
@media only screen and (max-width: 479px) {
  .HeaderLine.HeaderLine--lumina {
    height: auto;
    min-height: var(--slds-g-spacing-7);
    flex-wrap: wrap;
    gap: var(--slds-g-spacing-3);
    padding: var(--slds-g-spacing-3) var(--slds-g-spacing-3) var(--slds-g-spacing-0) var(--slds-g-spacing-3);
  }
  .HeaderLine.HeaderLine--lumina .HeaderLineActions {
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--slds-g-spacing-3);
  }
  .HeaderLine.HeaderLine--lumina .HeaderLineActions__right {
    gap: var(--slds-g-spacing-3);
  }
  .HeaderLine.HeaderLine--lumina .HeaderLineActions > .ImageButton,
  .HeaderLine.HeaderLine--lumina .HeaderLineActions > .HeaderLineActions__right > .ImageButton {
    height: var(--slds-g-sizing-9);
    border-color: var(--slds-g-color-border-1);
    overflow: visible;
  }
}
@media only screen and (min-width: 744px) {
  .fw-portrait .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--portraitLabel) .DropdownText {
    display: none;
  }
  .fw-portrait .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--portraitLabel) {
    flex: 0 0 auto;
    width: auto;
    min-width: unset !important;
    padding: 0 var(--slds-g-spacing-3);
  }
  .fw-portrait .HeaderLine.HeaderLine--lumina .Dropdown:not(.Dropdown--portraitLabel) .Container {
    width: auto;
  }
}
.Dropdown {
  display: flex;
  border-radius: 30px;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  max-height: 28px;
  min-height: 28px;
}
@media only screen and (min-width: 744px) {
  .Dropdown {
    min-width: 206px;
  }
}
.Dropdown .Container {
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}
.Dropdown .DropdownFilterImg {
  width: 16px;
  height: 16px;
}
.Dropdown .DropdownArrow,
.Dropdown .ClearFilter {
  width: 8px;
  height: 8px;
}
.Dropdown .IconContainer {
  position: relative;
  max-height: 16px;
  max-width: 16px;
}
@media only screen and (max-width: 479px) {
  .Dropdown .IconContainer {
    margin: auto;
  }
}
.Dropdown .SelectedIcon {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.Dropdown .DropdownText {
  flex: 1;
  margin-left: 6px;
  margin-right: 6px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Regular";
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DropdownFilter {
  margin-top: 2px;
}
.DropdownFilter .Headline {
  font-size: 14px;
  font-family: "Light";
  margin: 16px 16px 0 16px;
  overflow: hidden;
  width: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 18px;
  max-height: 18px;
}
.DropdownFilter .ListItems .Item {
  display: flex;
  padding: 0.23rem 0.93rem;
  align-items: center;
  min-height: 1.85rem;
  max-height: 2.78rem;
}
.DropdownFilter .ListItems .Item .ImgContainer {
  min-width: 16px;
  max-height: 16px;
  max-width: 16px;
  margin-right: 8px;
}
.DropdownFilter .ListItems .Item .ImgContainer img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.DropdownFilter .ListItems .Item .text {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Regular";
  font-size: 14px;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 479px) {
  .DropdownFilter .ListItems .Item .text {
    font-size: 13px;
  }
}
.DropdownFilter .ListItems .Item .text.oneLine {
  -webkit-line-clamp: 1;
}
.DropdownFilter .ListItems .Item .text.twoLine {
  -webkit-line-clamp: 2;
}
.DropdownFilter .ListItems .Item .ClearFilter {
  font-size: 12px;
  font-family: "Bold";
}
.DropdownFilter .ListItems .Item .ClearFilter img {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.DropdownFilter .ScrollableContainer {
  margin-bottom: 16px;
}
.DropdownFilter .MultiSelectOption {
  display: flex;
  justify-content: space-between;
}
.DropdownFilter.DropdownFilter--lumina {
  display: flex;
  margin-top: 0;
  padding: var(--slds-g-spacing-1) 0;
  flex-direction: column;
  align-items: stretch;
  border-radius: var(--slds-g-radius-border-2);
  background: var(--slds-g-color-surface-container-1);
  box-shadow: 0 -1px 1.2px 0 rgba(0, 0, 0, 0.04), 0 2.8px 2.9px 0 rgba(0, 0, 0, 0.09), 0 0 2.9px 0 rgba(0, 0, 0, 0.09);
}
.DropdownFilter.DropdownFilter--lumina .ScrollableContainer {
  margin-bottom: 0;
}
.DropdownFilter.DropdownFilter--lumina .DropdownFlyout__row--lumina {
  display: flex;
  height: var(--slds-g-spacing-7);
  padding: var(--slds-g-spacing-3);
  align-items: center;
  gap: var(--slds-g-spacing-2);
  box-sizing: border-box;
  cursor: pointer;
}
.DropdownFilter.DropdownFilter--lumina .DropdownFlyout__rowText--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 auto;
  overflow: hidden;
  color: var(--slds-g-color-on-surface-2);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-3);
}
.DropdownFilter.DropdownFilter--lumina .DropdownFlyout__rowIcon--lumina {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.DropdownFilter.DropdownFilter--lumina .DropdownFlyout__rowCheck--lumina.SvgIconMask {
  flex-shrink: 0;
  display: block;
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  background-color: var(--slds-g-color-on-surface-1);
}
.EnhancedDecisionList {
  overflow-y: scroll;
  width: auto;
  min-width: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}
.EnhancedDecisionList .Title {
  font-size: 16px;
  font-family: "Regular";
  line-height: 19.2px;
  margin: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.EnhancedDecisionList .DecisionListItems .GroupDescription {
  font-size: 14px;
  font-family: "Medium";
  padding: 16px 16px 16px 16px;
  word-break: break-word;
}
@media only screen and (max-width: 479px) {
  .EnhancedDecisionList .DecisionListItems .GroupDescription {
    padding: 8px 8px 8px 8px;
  }
}
.EnhancedDecisionList .DecisionListItems .GroupDescriptionText {
  display: inline;
}
.EnhancedDecisionList .DecisionListItems .GroupDetailText {
  display: inline;
  font-size: 12px;
  font-family: "Medium";
  padding-left: 8px;
  word-break: break-word;
}
.EnhancedDecisionList .DecisionListItems .GroupAdditionalInfoText {
  font-size: 11px;
  font-family: "Regular";
  padding-top: 8px;
}
.EnhancedDecisionList .DecisionListItems .GroupAdditionalInfoText > ul {
  padding-left: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  word-break: break-word;
}
.EnhancedDecisionList .DecisionListItems .ResultHeader {
  margin-top: 12px;
  font-size: 13px;
  font-family: "Medium";
  margin-right: 16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.EnhancedDecisionList .DecisionListItems .ResultHeader img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  min-width: 16px;
  min-height: 16px;
}
.EnhancedDecisionList .DecisionListItems .ResultHeader span {
  margin-top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.EnhancedDecisionList .DecisionListItems .ResultItems {
  margin-right: 16px;
  margin-left: 16px;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea {
  display: flex;
  min-width: 75%;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea {
    min-width: 85%;
  }
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea .Description {
  font-size: 13px;
  font-family: "Regular";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 16px;
  line-height: 36px;
  min-width: 20%;
}
@media only screen and (max-width: 479px) {
  .EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea .Description {
    min-width: 25%;
  }
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea .DetailText {
  margin-right: 8px;
  font-size: 12px;
  font-family: "Medium";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .DetailArea img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  min-width: 20px;
  min-height: 20px;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea {
  margin-left: auto;
  max-width: 25%;
  min-width: auto;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea .DetailButton {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 2px solid;
  max-height: 28px;
  min-height: 28px;
  font-size: 12px;
  font-family: "Regular";
  padding: 0px 10px 0px 10px;
}
@media only screen and (max-width: 479px) {
  .EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea .DetailButton {
    width: 28px;
    padding: 0px;
  }
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea .DetailButton img {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 479px) {
  .EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea .DetailButton img {
    margin: auto;
  }
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem .ButtonArea .DetailButton .ButtonText {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
}
.EnhancedDecisionList .DecisionListItems .ResultItems .ResultItem:first-child {
  margin-top: 12px;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem {
  font-size: 15px;
  font-family: "Regular";
  padding: 12px 16px 12px 16px;
  border-bottom: 1px solid;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem:last-child {
  border: none;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem .operationImg {
  width: 12px;
  height: 16px;
  margin-right: 8px;
  border: none !important;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem .DescriptionText {
  min-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem .DeviationText {
  min-width: 20%;
  max-width: 50%;
  font-size: 13px;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: auto;
  text-align: right;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem div.DeviationText:empty {
  display: none;
}
.EnhancedDecisionList .DecisionListItems .DecisionItems .DecisionItem div.operationImg:empty {
  min-width: 12px;
}
.TextBar {
  max-height: 100%;
  display: inline;
  font-family: "Regular";
  font-size: 14px;
  line-height: 16.8px;
  vertical-align: middle;
  padding: 0.6em;
  position: relative;
  z-index: 1;
}
/*
 * FILE_HEADER
 */
.GoogleMapDetails {
  position: absolute;
  background: white;
  padding: 0.5em;
  bottom: 1.75em;
  left: 3.25em;
  right: 3.25em;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  opacity: 0.925;
}
.GoogleMapDetailsClose {
  height: 0.25em;
}
.GoogleMapDetailsClose .Icon {
  float: right;
  color: #616f7a;
}
/*
 * FILE_HEADER
 */
.ThemeSelection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  order: 1;
  position: relative;
}
.ThemeSelectionHeader {
  padding: 16px 16px 14px 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ThemeSelectionHint {
  padding: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ThemeSelectionItems {
  width: 100%;
  min-height: 2em;
  min-width: 6em;
}
.ThemeSelectionItems .ThemeSelectionRow {
  font-size: 14px;
  padding: 10px 6px 10px 6px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.ThemeSelectionItems .ThemeSelectionRow:last-child {
  border-bottom: none;
}
.ThemeSelectionItems .ThemeSelectionRowIconChecked {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 16px 8px 16px 16px;
}
.ThemeSelectionItems .ThemeSelectionRowNoIcon {
  width: 40px;
  min-width: 40px;
  height: 48px;
}
.ThemeSelectionItems .ThemeSelectionRowLabel {
  vertical-align: top;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*
 * FILE_HEADER
 */
.QuickActionListSelection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  order: 1;
  position: relative;
}
.QuickActionListSelectionHeader {
  padding: 16px 16px 14px 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.QuickActionListSelectionHint {
  padding: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.QuickActionListSelectionItems {
  width: 100%;
  min-height: 2em;
  min-width: 6em;
}
.QuickActionListSelectionItems .QuickActionListSelectionRow {
  font-size: 14px;
  padding: 10px 6px 10px 6px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.QuickActionListSelectionItems .QuickActionListSelectionRow:last-child {
  border-bottom: none;
}
.QuickActionListSelectionItems .QuickActionListSelectionRowIconChecked {
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QuickActionListSelectionItems .QuickActionListSelectionRowNoIcon {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.QuickActionListSelectionItems .QuickActionListSelectionRowLabel {
  vertical-align: middle;
  margin: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-self: center;
}
.QuickActionListSelectionItems .QuickActionListIcon {
  max-height: 3em;
  max-width: 3em;
}
.QuickActionListSelection--lumina {
  background-color: transparent;
  flex: 1;
  min-height: 0;
}
.QuickActionListSelectionItems--lumina {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.QuickActionListSelectionRow--lumina {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.QuickActionListSelectionRow--lumina:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.QuickActionListRow__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QuickActionListRow__iconImg {
  max-width: 40px;
  max-height: 40px;
}
.QuickActionListRow__label {
  color: var(--slds-g-color-accent-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.SelectionBox .SvgImage {
  width: 1em;
  height: 1em;
  float: right;
  vertical-align: middle;
  margin-left: 6px;
}
.FastDataEntryGrid {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  flex: 1;
}
.FastDataEntryGrid .Disabled {
  opacity: 0.4;
  pointer-events: none;
}
.FastDataEntryGrid .Hidden {
  display: none;
}
.FastDataEntryGrid .DataInputAreaOuterContainer {
  padding: 0.925em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer {
  border-radius: 2.08em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
  line-height: 1.849em;
  height: 1.849em;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer input::placeholder {
  color: var(--datasearchfield-placeholder-color);
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .SearchIcon {
  float: left;
  position: relative;
  line-height: 0.925em;
  height: 0.925em;
  width: 0.925em;
  margin-left: 0.925em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .SearchInput {
  flex: 1;
  line-height: normal;
  height: 2.286em;
  border: none;
  font-family: "Regular";
  font-size: 0.809em;
  padding: 0 0 0 0.429em;
  border-radius: inherit;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ClearIcon {
  background-image: var(--inputarea-clear-img);
  background-repeat: no-repeat;
  background-size: 0.693em;
  background-position: center;
  width: 2.543em;
  height: 1.85em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer {
  font-family: "Regular";
  font-size: 0.809em;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 50000;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer .ResultListContainer {
  font-family: "Regular";
  font-size: 0.809em;
  margin-left: 1.04em;
  margin-right: 1.04em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer .ResultListContainer .ResultCount {
  font-style: italic;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  padding: 8px 16px 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer .ResultListContainer .ResultList {
  padding: 8px 0;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer .ResultListContainer .ResultList .ResultListItem {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px 8px 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .SearchContainer .ResultListOuterContainer .ResultListContainer .NoResults {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px 8px 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
  flex-direction: row;
  flex-wrap: no-wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 1.849em;
  line-height: 1.849em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
  height: inherit;
  line-height: inherit;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField {
  display: -webkit-inline-box;
  margin-left: 0.925em;
  max-width: fit-content;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: inherit;
  line-height: inherit;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldLabelContainer {
  max-width: 8.668em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: inherit;
  line-height: inherit;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldLabelContainer .NumericFieldLabelSpan {
  font-family: "Regular";
  font-size: 0.809em;
  vertical-align: middle;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldInput {
  max-width: 3.333em;
  border: none;
  border-bottom: solid 0.067em;
  height: 2.133em;
  padding: 0;
  font-family: "Regular";
  font-size: 0.867em;
  margin-left: 0.4em;
  line-height: normal;
  text-align: right;
  border-radius: 0;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldInput:focus {
  border-bottom-width: 0.133em !important;
  border-bottom-color: var(--numericinputfield-focus-borderbottomcolor) !important;
  background-color: var(--numericinputfield-focus-backgroundcolor) !important;
  color: var(--numericinputfield-focus-color) !important;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldInput:focus::selection {
  color: var(--numericinputfield-focus-color) !important;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .AddButton {
  width: 1.849em;
  height: 1.849em;
  margin-left: 0.925em;
}
.FastDataEntryGrid .DataInputAreaOuterContainer .SearchInfo {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Regular";
  font-size: 0.578em;
  margin-top: 0.4em;
  margin-left: 1.6em;
}
@media only screen and (max-width: 479px) {
  .FastDataEntryGrid .DataInputAreaOuterContainer {
    padding: 0.462em;
    padding-bottom: 0.925em;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer {
    flex-direction: column;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 1;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer {
    margin-top: 0.116em;
    flex: 1;
    min-width: 0;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields {
    display: inline-flex;
    min-width: 0;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField {
    flex: 1;
    display: inline-flex;
    min-width: 0;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField .NumericFieldLabelContainer {
    flex: 1;
    min-width: 0;
    max-width: fit-content;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .NumericFields .NumericField:first-child {
    margin-left: 0;
  }
  .FastDataEntryGrid .DataInputAreaOuterContainer .DataInputAreaContainer .NumericFieldsContainer .AddButton {
    margin-left: 0.925em;
  }
}
.DataGrid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.DataGrid .DataGridTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  max-width: -webkit-fill-available;
}
.DataGrid .DataGridTableHeaderRow {
  height: 1.387em;
}
.DataGrid .DataGridTableHeaderRow > :first-child {
  padding-left: 1.455em;
}
@media only screen and (max-width: 479px) {
  .DataGrid .DataGridTableHeaderRow > :first-child {
    padding-left: 0.727em;
  }
}
.DataGrid .DataGridTableRow {
  border-bottom: solid 0.058em;
}
.DataGrid .DataGridTableRow > :first-child {
  padding-left: 1.067em;
}
@media only screen and (max-width: 479px) {
  .DataGrid .DataGridTableRow > :first-child {
    padding-left: 0.533em;
  }
}
.DataGrid .DataGridHeader {
  font-family: "Regular";
  font-size: 0.636em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.727em;
}
.DataGrid .DataGridTableColumn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.867em;
  padding-bottom: 0.533em;
  padding-top: 0.533em;
  padding-left: 0.533em;
  padding-right: 0em;
}
@media only screen and (max-width: 479px) {
  .DataGrid .DataGridTableColumn {
    padding-bottom: 1.067em;
    padding-top: 1.067em;
  }
}
.DataGrid .DataGridTableColumnChild {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataGrid .DataGridTableRemoveButtonColumn {
  padding: 0;
}
.DataGrid .RemoveButtonParent {
  width: 3.005em;
  height: 1.85em;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .DataGrid .RemoveButtonParent {
    width: 2.311em;
  }
}
.DataGrid .RemoveButtonHeader {
  display: table-cell;
  width: 3.005em;
}
@media only screen and (max-width: 479px) {
  .DataGrid .RemoveButtonHeader {
    width: 2.311em;
  }
}
.DataGrid .RemoveButton {
  display: block;
  padding-left: 0.693em;
  padding-right: 0.925em;
  width: 1.387em;
  height: 1.387em;
  padding-top: 0.231em;
}
@media only screen and (max-width: 479px) {
  .DataGrid .RemoveButton {
    padding-left: 0.462em;
    padding-right: 0.462em;
  }
}
.DataGrid .EmptyGridContent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 1.387em;
}
.DataGrid .EmptyGridContent .EmptyGridImage {
  height: 3.15em;
  width: 2.83em;
  margin-right: 0.925em;
}
.DataGrid .EmptyGridContent .EmptyGridMessage {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 0.693em;
  font-family: "Regular";
}
@media only screen and (min-width: 744px) {
  .DataGrid .EmptyGridContent .EmptyGridMessage {
    max-width: 72ch;
  }
}
.DataImportWizardTable {
  font-size: 0.901rem;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: 0.481rem 0.962rem 0.481rem 0.962rem;
  max-width: -webkit-fill-available;
  table-layout: fixed;
}
.DataImportWizardTable .ColumnGroupPercentage15 {
  width: 15%;
}
.DataImportWizardTable .DataImportWizardTableHeaderCell {
  padding-top: 0.481rem;
  padding-bottom: 0.481rem;
  padding-left: 0.962rem;
  font-size: 0.661rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataImportWizardTable .DataImportWizardTableRow {
  border: solid 0.06rem;
}
.DataImportWizardTable .DataImportWizardTableCell {
  padding-top: 0.481rem;
  padding-bottom: 0.481rem;
  padding-left: 0.962rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataImportWizardTableCellChild {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataImportWizardErrTableCellChild {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
.DataImportWizardErrorDetails .DataImportWizardTable {
  table-layout: fixed;
}
.DataImportWizardErrorDetails .DataImportWizardTableCell {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
.ImportHeaderText {
  font-family: "Bold";
  font-size: 0.901rem;
  margin-top: 0.481rem;
  margin-bottom: 0.481rem;
  margin-left: 0.962rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.FirstImportHeaderText {
  margin-top: 0.962rem;
}
.ImportHeaderDetails {
  font-size: 0.721rem;
  margin-bottom: 0.962rem;
  margin-left: 0.962rem;
  margin-right: 0.962rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .ImportHeaderText {
    margin-left: 0.481rem;
  }
  .ImportHeaderDetails {
    margin-left: 0.481rem;
    margin-right: 0.481rem;
  }
  .DataImportWizardTable {
    margin: 0.481rem 0 0.481rem 0;
  }
  .DataImportWizardTable .DataImportWizardTableRow {
    border-left: none;
    border-right: none;
  }
  .DataImportWizardTable .DataImportWizardTableHeaderCell {
    padding-left: 0.481rem;
  }
  .DataImportWizardTable .DataImportWizardTableHeaderCell:last-child {
    padding-right: 0.481rem;
  }
  .DataImportWizardTable .DataImportWizardTableCell {
    padding-left: 0.481rem;
  }
  .DataImportWizardTable .DataImportWizardTableCell:last-child {
    padding-right: 0.481rem;
  }
}
.DataImportWizard {
  width: -webkit-fill-available;
}
.DataImportWizard .DummyBtnForClipBoard {
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  background: transparent;
}
.DataImportWizard .ColumnMappingTable {
  table-layout: auto;
  margin-bottom: 0.962rem;
  margin-right: 0.962rem;
  margin-left: 0.962rem;
}
.DataImportWizard .ColumnMappingTable .ColumnMappingLabel {
  padding: 0.962rem 0 0.962rem 0.962rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataImportWizard .ColumnMappingTable .ColumnMappingSelectionBox {
  float: left;
  padding-top: 0.511rem;
  padding-bottom: 0.481rem;
  padding-left: 0.962rem;
}
.DataImportWizard .DataImportWizardStatusBar {
  position: absolute;
  bottom: 0rem;
  width: -webkit-fill-available;
  width: 100%;
  font-size: 0.901rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusIcon {
  width: 1.322rem;
  height: 1.322rem;
  margin: 0.962rem 0 0.962rem 0.962rem;
}
.DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusBarOverview {
  padding: 0 0.962rem 0 0.481rem;
  --lh: 0.901rem;
  --max-lines: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.163rem;
  flex-grow: 1;
  align-content: start;
}
.DataImportWizard .DataImportWizardStatusBar .VerticalLine {
  height: 1.202rem;
  width: 0.06rem;
  margin: 0.601rem 0;
}
.DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusBarShowDetailsContainer {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusBarShowDetails {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0 0.962rem 0 0.962rem;
  font-family: "Bold";
}
.DataImportWizard .Seperators {
  display: flex;
  flex: 1;
  line-height: inherit;
  margin-bottom: 0.962rem;
}
.DataImportWizard .Seperators .Seperator {
  display: -webkit-inline-box;
  margin-left: 0.925em;
  max-width: fit-content;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: inherit;
  line-height: inherit;
}
.DataImportWizard .Seperators .Seperator .SeperatorLabelContainer {
  max-width: 8.668em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: inherit;
}
.DataImportWizard .Seperators .Seperator .SeperatorLabelContainer .SeperatorLabelSpan {
  font-family: "Regular";
  font-size: 0.809em;
  vertical-align: middle;
}
.DataImportWizard .Seperators .Seperator .SeperatorInput {
  max-width: 1.2em;
  border: none;
  border-bottom: solid 0.067em;
  padding: 0;
  font-family: "Regular";
  font-size: 0.809em;
  margin-left: 0.4em;
  line-height: normal;
  text-align: right;
  border-radius: 0;
}
.DataImportWizard .Seperators .Seperator .SeperatorInput:focus {
  border-bottom-width: 0.12rem !important;
  border-bottom-color: var(--seperatorinputfield-focus-borderbottomcolor) !important;
  background-color: var(--seperatorinputfield-focus-backgroundcolor) !important;
  color: var(--seperatorinputfield-focus-color) !important;
}
.DataImportWizard .Seperators .Seperator .SeperatorInput:focus::selection {
  color: var(--seperatorinputfield-focus-color) !important;
}
@media only screen and (max-width: 479px) {
  .DataImportWizard .Seperators .Seperator {
    margin-left: 0.481rem;
  }
  .DataImportWizard .ColumnMappingTable {
    margin-right: 0;
    margin-left: 0;
  }
  .DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusIcon {
    margin-left: 0.481rem;
  }
  .DataImportWizard .DataImportWizardStatusBar .DataImportWizardStatusBarShowDetails {
    padding-right: 0.481rem;
  }
}
.PrintV2Preview {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.PrintV2Container {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AttachmentFolder {
  overflow-y: auto;
  margin-left: 0.962rem;
  -webkit-overflow-scrolling: touch;
}
.AttachmentFolder .AttachmentFolderColumn {
  float: left;
}
.AttachmentFolder .AttachmentFolderCard {
  border-radius: 0.12rem;
  box-shadow: 0.12rem 0px 0.12rem rgba(0, 0, 0, 0.2);
  margin: 0.962rem 0.962rem 0.962rem 0;
}
.AttachmentFolder .AttachmentFolderCard .AttachmentFolderCardTitle {
  padding: 0.481rem 0.962rem 0 0.962rem;
  font-family: Light;
  font-size: 1.082rem;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0.361rem 0 0;
}
.AttachmentFolder .AttachmentFolderCard .AttachmentFolderCardSubTitle {
  padding: 0.481rem 0.962rem 0 0.962rem;
  font-family: "Regular";
  font-size: 0.962rem;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.AttachmentFolder .AttachmentFolderCard .previewImageOuterContainer {
  padding-right: 0.962rem;
  padding-left: 0.962rem;
}
.AttachmentFolder .AttachmentFolderCard .previewImageInnerContainer img {
  max-height: 4cm;
}
.AttachmentFolder .AttachmentFolderCard .LinkBar {
  margin-top: 0.481rem;
  border-bottom-left-radius: 0.12rem;
  border-bottom-right-radius: 0.12rem;
}
.AttachmentFolder .AttachmentFolderCard .InfoTable {
  display: block;
  border-collapse: collapse;
  padding-right: 0.962rem;
  padding-left: 0.962rem;
  margin-top: 0.481rem;
  border-spacing: 0;
}
.AttachmentFolder .AttachmentFolderCard .InfoTable .InfoIconTableCell {
  vertical-align: top;
  width: 0.962rem;
  height: 0.962rem;
}
.AttachmentFolder .AttachmentFolderCard .InfoTable .InfoIcon {
  padding-right: 0.721rem;
  margin: 0;
  max-width: 0.962rem;
  max-height: 0.962rem;
  object-fit: contain;
  width: auto;
  height: 100%;
}
.AttachmentFolder .AttachmentFolderCard .InfoTable .InfoText {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 0.841rem;
}
.CockpitImage {
  width: auto;
  padding-top: 0.72rem;
}
.CockpitImage .previewImageInnerContainer {
  text-align: center;
}
.CockpitImage .previewImageInnerContainer .MediaImage {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
/*
 * FILE_HEADER
 */
.BluetoothPeripheralSelection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 0;
  min-width: 0;
  order: 1;
  position: relative;
}
.BluetoothPeripheralSelectionHeader {
  padding: 16px 16px 14px 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BluetoothPeripheralSelectionHint {
  padding: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BluetoothPeripheralSelectionItems {
  width: 100%;
  min-height: 2em;
  min-width: 6em;
}
.BluetoothPeripheralSelectionItems .BluetoothPeripheralSelectionRow {
  font-size: 14px;
  padding: 10px 6px 10px 6px;
  margin-top: -1px;
  min-width: 8em;
  min-height: 1em;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.BluetoothPeripheralSelectionItems .BluetoothPeripheralSelectionRow:last-child {
  border-bottom: none;
}
.BluetoothPeripheralSelectionItems .BluetoothPeripheralSelectionRowIconChecked {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 16px 8px 16px 16px;
}
.BluetoothPeripheralSelectionItems .BluetoothPeripheralSelectionRowNoIcon {
  width: 40px;
  min-width: 40px;
  height: 48px;
}
.BluetoothPeripheralSelectionItems .BluetoothPeripheralSelectionRowLabel {
  vertical-align: top;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* V2 UI PageHeader Styling - Applied via PageHeaderV2 class */
.PageHeaderV2 {
  position: relative;
  z-index: 5;
  /* Ensure header is above navigation overlay (z-index: 3) and menu (z-index: 4) */
  box-sizing: border-box;
  padding: 0 30px 0 26px;
  height: var(--slds-g-sizing-11);
  /* 64px */
  border-bottom-width: 0;
  border-bottom-style: none;
  /* Reset legacy .PageHeader border-bottom-style: solid */
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: visible;
  /* Allow sync indicator to overflow below */
  background: var(--slds-g-color-surface-container-1);
  box-shadow: 0 0.125em 0.1875em var(--slds-g-color-border-1);
  /* No justify-content: left/right get equal flex space so title is truly centered */
  /* Left and right columns get equal width so center is geometrically centered */
  /* Center container for title and sync indicator – fixed in the middle */
  /* Title: single line with ellipsis */
  /* Left controls */
  /* Lumina: all ImageButtons use font-scale-2 and font-weight-6 */
  /* Right controls */
  /* Sync indicator - shown when replication is in progress */
  /* Sync button spinning animation during replication */
  /* Flyout-specific PageHeader styling */
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 {
    height: 56px;
    padding: var(--slds-g-spacing-3) var(--slds-g-spacing-3) var(--slds-g-spacing-3) var(--slds-g-spacing-2);
  }
}
.PageHeaderV2 .PageHeaderLeftControls {
  flex: 1 1 0%;
  min-width: 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls {
    flex: 0 0 auto;
  }
}
.PageHeaderV2 .PageHeaderCenter {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 0;
  max-width: 50%;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderCenter {
    /* Phone: title left-aligns, center column grows to fill space */
    flex: 1 1 auto;
    align-items: flex-start;
    max-width: none;
    min-width: 0;
    margin-left: var(--slds-g-spacing-2);
    margin-right: var(--slds-g-spacing-2);
  }
}
.PageHeaderV2 .PageHeaderRightControls {
  flex: 1 1 0%;
  min-width: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderRightControls {
    /* Shrink to content so the left-aligned title absorbs the slack */
    flex: 0 0 auto;
  }
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown {
  display: flex;
  min-width: 200px;
  width: fit-content;
  height: var(--slds-g-spacing-7);
  min-height: var(--slds-g-spacing-7);
  max-height: var(--slds-g-spacing-7);
  margin: 0;
  padding: 0 var(--slds-g-spacing-4);
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--slds-g-radius-border-circle) !important;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2) !important;
  background: var(--slds-g-color-surface-container-1) !important;
  box-sizing: border-box;
  flex-shrink: 1;
  overflow: visible;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown.Dropdown--active {
  background: var(--slds-g-color-palette-neutral-95) !important;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08) inset, 0 0.5px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown.Dropdown--active .DropdownFilterImg--lumina.SvgIconMask {
  background-color: var(--slds-g-color-accent-3);
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown.Dropdown--active .DropdownText {
  color: var(--slds-g-color-accent-3) !important;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown.Dropdown--active .DropdownArrow {
  background-color: var(--slds-g-color-accent-3);
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .Container {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  margin: 0;
  overflow: hidden;
  min-width: 0;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .IconContainer {
  max-width: 18px;
  max-height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .DropdownFilterImg--lumina.SvgIconMask {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .DropdownText {
  color: var(--slds-g-color-accent-2) !important;
  text-align: left;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .DropdownFilterImg {
  width: 18px;
  height: 18px;
}
.PageHeaderV2 .PageHeaderRightControls .Dropdown .DropdownArrow {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderRightControls .Dropdown:not(.Dropdown--phoneLabel) {
    flex: 0 0 auto;
    min-width: unset;
  }
  .PageHeaderV2 .PageHeaderRightControls .Dropdown:not(.Dropdown--phoneLabel) .DropdownFilterImg,
  .PageHeaderV2 .PageHeaderRightControls .Dropdown:not(.Dropdown--phoneLabel) .DropdownArrow {
    width: var(--slds-g-sizing-5);
    height: var(--slds-g-sizing-5);
  }
  .PageHeaderV2 .PageHeaderRightControls .Dropdown:not(.Dropdown--phoneLabel) .IconContainer--phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--slds-g-spacing-2);
    align-self: stretch;
    max-width: none;
    max-height: none;
  }
}
.PageHeaderV2 .PageHeaderTitleArea {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-4);
  /* 24px */
  color: var(--slds-g-color-on-surface-3);
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderTitleArea {
    font-size: var(--slds-g-font-scale-3);
    line-height: 28px;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.PageHeaderV2 .PageHeaderLeftControls {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  /* Navigation menu button (CockpitNavButton) icon styling */
  /* Company logo in header */
  /* Back button - specific padding to achieve 40px height with 20px icon */
  /* Targets .BackButton class instead of :first-child to future-proof against button order changes */
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls {
    gap: 0;
  }
}
.PageHeaderV2 .PageHeaderLeftControls .CockpitNavButton.ImageButton--lumina .SvgIconMask {
  background-color: var(--slds-g-color-accent-1);
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls .CockpitNavButton.ImageButton--lumina .ImageButton__icon {
    width: var(--slds-g-sizing-7);
    /* 24px */
    height: var(--slds-g-sizing-7);
  }
}
.PageHeaderV2 .PageHeaderLeftControls .PageHeaderLogo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls .PageHeaderLogo {
    /* Logo scales within the header's logo slot, preserving its intrinsic aspect ratio. */
    width: auto;
    max-height: var(--slds-g-sizing-9);
    margin-left: var(--slds-g-spacing-2);
    /* 8px */
  }
}
.PageHeaderV2 .PageHeaderLeftControls .BackButton {
  padding: 0.625em 0.5em 0.625em 0;
  /* 10px 8px 10px 0px - creates 40px height */
  /* Back button label styling (ImageButton) */
  /* Inner container with gap between icon and text (legacy) */
  /* Back icon mask styling - scoped to BackButton to avoid conflicts (legacy) */
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls .BackButton {
    padding: 0;
    /* Remove padding on phone */
  }
  .PageHeaderV2 .PageHeaderLeftControls .BackButton.ImageButton--lumina:not(.ImageButton--icon-only) {
    min-width: var(--slds-g-sizing-9);
    /* 32px minimum, grows for text */
  }
  .PageHeaderV2 .PageHeaderLeftControls .BackButton .ImageButton__icon {
    width: var(--slds-g-sizing-7);
    /* 24px */
    height: var(--slds-g-sizing-7);
  }
}
.PageHeaderV2 .PageHeaderLeftControls .BackButton .ImageButton__label {
  font-weight: var(--slds-g-font-weight-4);
}
.PageHeaderV2 .PageHeaderLeftControls .BackButton > div {
  display: flex;
  align-items: center;
  gap: 0.25em;
  /* 4px at 16px base = 0.25em */
  /* Back button text styling as per Figma (legacy) */
}
.PageHeaderV2 .PageHeaderLeftControls .BackButton > div > span {
  line-height: 19px;
  /* 19px as per Figma */
}
.PageHeaderV2 .PageHeaderLeftControls .BackButton .BackIconMask {
  display: inline-block;
  vertical-align: middle;
  height: var(--slds-g-sizing-6);
  /* 20px as per Figma */
  width: var(--slds-g-sizing-6);
  /* 20px as per Figma */
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderLeftControls .BackButton .BackIconMask {
    height: var(--slds-g-sizing-7);
    /* 24px for phone */
    width: var(--slds-g-sizing-7);
    /* 24px for phone */
  }
}
.PageHeaderV2 .ImageButton--lumina {
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
}
.PageHeaderV2 .PageHeaderRightControls {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  /* 8px */
  margin: 0;
  /* Agentforce button icon styling */
  /* Options button icon styling */
}
.PageHeaderV2 .PageHeaderRightControls .PageHeaderMenuItem {
  font-size: var(--slds-g-font-scale-1);
  /* 14px */
}
.PageHeaderV2 .PageHeaderRightControls .AgentforceButton.ImageButton--lumina .SvgIconMask {
  background-color: var(--slds-g-color-accent-1);
  width: 38px;
  /* Custom size - no exact SLDS token match */
  height: 38px;
}
.PageHeaderV2 .PageHeaderRightControls .PageHeaderOptionsButton.ImageButton--lumina .ImageButton__icon {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderRightControls {
    gap: var(--slds-g-spacing-3);
  }
  .PageHeaderV2 .PageHeaderRightControls button {
    margin-left: 0;
  }
  .PageHeaderV2 .PageHeaderRightControls .ImageButton--lumina.ImageButton--icon-only {
    flex-shrink: 0;
  }
  .PageHeaderV2 .PageHeaderRightControls .AgentforceButton.ImageButton--lumina .SvgIconMask {
    width: var(--slds-g-sizing-9);
    height: var(--slds-g-sizing-9);
  }
}
.PageHeaderV2 .PageHeaderSyncIndicator {
  height: 0.4rem;
}
.PageHeaderV2 .PageHeaderSyncIndicator img {
  height: 0.4rem;
  width: auto;
}
.PageHeaderV2 .PageHeaderSyncIndicator.Inactive {
  visibility: hidden;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderSyncIndicator {
    /* Title is left-aligned, so center on the header (nav) instead of the title flow. */
    position: absolute;
    left: 50%;
    bottom: var(--slds-g-spacing-1);
    /* 4px above the header's bottom edge */
    transform: translateX(-50%);
    /* Block removes the inline baseline descender that drops the art below the box. */
  }
  .PageHeaderV2 .PageHeaderSyncIndicator img {
    display: block;
  }
}
.PageHeaderV2 .SyncButton--replicating .ImageButton__icon {
  animation: spin 2s linear infinite;
}
.PageHeaderV2--flyout {
  height: unset;
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-5);
  align-self: stretch;
  border-radius: var(--slds-g-radius-border-4) var(--slds-g-radius-border-4) 0 0;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  box-shadow: none;
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2--flyout {
    padding: var(--slds-g-spacing-4) var(--slds-g-spacing-3);
    justify-content: space-between;
  }
  .PageHeaderV2--flyout .PageHeaderCenter {
    flex: 0 0 auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .PageHeaderV2--flyout .PageHeaderLeftControls,
  .PageHeaderV2--flyout .PageHeaderRightControls {
    flex: 1 1 0%;
  }
  .PageHeaderV2--flyout .PageHeaderTitleArea {
    font-size: var(--slds-g-font-scale-3);
    font-weight: var(--slds-g-font-weight-6);
    line-height: var(--slds-g-font-line-height-2);
    color: var(--slds-g-color-on-surface-2);
  }
  .PageHeaderV2--flyout .ImageButton--lumina {
    line-height: var(--slds-g-font-line-height-3);
    height: var(--slds-g-sizing-9);
    padding: 0;
    font-size: var(--slds-g-font-scale-2);
    font-weight: var(--slds-g-font-weight-6);
  }
  .PageHeaderV2--flyout .PageHeaderLeftControls .ImageButton--lumina {
    font-weight: var(--slds-g-font-weight-4);
  }
}
.PageHeaderV2--withGuidedFlow {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 124px;
  /* 64 (main row) + 44 (steps) + 16 (bottom spacing) */
  padding-bottom: 0;
}
.PageHeaderV2--withGuidedFlow.PageHeaderV2--withFilterTabs {
  height: 164px;
  /* 64 (main row) + 44 (steps) + 16 (gap) + 40 (filter tabs) */
  padding-bottom: 0;
}
.PageHeaderV2--withFilterTabs {
  padding-bottom: 0;
}
.PageHeaderV2--withPhoneDropdown {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: auto;
  padding-bottom: var(--slds-g-spacing-3);
}
.PageHeaderV2 .PageHeaderDropdownRow {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-top: var(--slds-g-spacing-2);
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown {
  display: flex;
  min-width: 200px;
  width: fit-content;
  height: var(--slds-g-spacing-7);
  min-height: var(--slds-g-spacing-7);
  max-height: var(--slds-g-spacing-7);
  margin: 0;
  padding: 0 var(--slds-g-spacing-4);
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--slds-g-radius-border-circle) !important;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2) !important;
  background: var(--slds-g-color-surface-container-1) !important;
  box-sizing: border-box;
  flex-shrink: 1;
  overflow: visible;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown.Dropdown--active {
  background: var(--slds-g-color-palette-neutral-95) !important;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.08) inset, 0 0.5px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown.Dropdown--active .DropdownFilterImg--lumina.SvgIconMask {
  background-color: var(--slds-g-color-accent-3);
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown.Dropdown--active .DropdownText {
  color: var(--slds-g-color-accent-3) !important;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown.Dropdown--active .DropdownArrow {
  background-color: var(--slds-g-color-accent-3);
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .Container {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  margin: 0;
  overflow: hidden;
  min-width: 0;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .IconContainer {
  max-width: 18px;
  max-height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .DropdownFilterImg--lumina.SvgIconMask {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .DropdownText {
  color: var(--slds-g-color-accent-2) !important;
  text-align: left;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: var(--slds-g-font-line-height-3);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .DropdownFilterImg {
  width: 18px;
  height: 18px;
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown .DropdownArrow {
  width: 18px;
  height: 18px;
  background-color: var(--slds-g-color-accent-2);
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderDropdownRow .Dropdown:not(.Dropdown--phoneLabel) {
    flex: 0 0 auto;
    min-width: unset;
  }
  .PageHeaderV2 .PageHeaderDropdownRow .Dropdown:not(.Dropdown--phoneLabel) .DropdownFilterImg,
  .PageHeaderV2 .PageHeaderDropdownRow .Dropdown:not(.Dropdown--phoneLabel) .DropdownArrow {
    width: var(--slds-g-sizing-5);
    height: var(--slds-g-sizing-5);
  }
  .PageHeaderV2 .PageHeaderDropdownRow .Dropdown:not(.Dropdown--phoneLabel) .IconContainer--phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--slds-g-spacing-2);
    align-self: stretch;
    max-width: none;
    max-height: none;
  }
}
.PageHeaderV2 .PageHeaderDropdownRow .Dropdown.Dropdown--lumina:not(.Dropdown--phoneLabel) .IconContainer--phone {
  flex: 1 1 auto;
  width: 100%;
  justify-content: space-between;
  max-width: none;
}
.PageHeaderV2 .PageHeaderRow {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 var(--slds-g-sizing-11);
  /* 64px */
  min-height: var(--slds-g-sizing-11);
  /* 64px */
  padding: 0;
}
.PageHeaderV2 .PageHeaderGuidedFlow {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  position: relative;
  overflow: hidden;
}
.PageHeaderV2 .PageHeaderFilterTabs {
  flex: 0 0 40px;
  align-self: flex-start;
  /* width = fit-content: no trailing space, no pseudo-element needed */
  max-width: 100%;
  /* still scroll when tabs overflow the nav width */
  display: flex;
  align-items: stretch;
  margin-top: var(--slds-g-spacing-4);
  /* 16px gap between GuidedFlow and tab bar */
  /* ImageSelector must fill the tab row so XScrollable can handle overflow when tabs don't fit */
  /* Force tab buttons to fill the full 40px row — height doesn't propagate through XScrollable */
}
@media only screen and (max-width: 479px) {
  .PageHeaderV2 .PageHeaderFilterTabs {
    margin-top: var(--slds-g-spacing-1);
    /* 4px on phone */
  }
}
.PageHeaderV2 .PageHeaderFilterTabs .ImageSelector {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.PageHeaderV2 .PageHeaderFilterTabs .ImageButton--tab-selected {
  border-bottom: none;
  box-shadow: inset 0 -3px 0 0 var(--slds-g-color-border-accent-2);
}
.PageHeaderV2 .PageHeaderFilterTabs .ImageButton--tab-unselected {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 0 var(--slds-g-color-border-1);
}
.PageHeaderV2 .PageHeaderFilterTabs .ImageSelectorItem--lumina {
  height: 40px;
}
/* GuidedFlow: horizontal step bar (Lumina) – compact, left-aligned, horizontally scrollable */
.GuidedFlow--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  height: 44px;
  /* Scroll indicators — circular chevron buttons flanking the scroll container */
  /* Once overflow exists both indicator slots stay in layout — no layout shift when
     toggling left/right. Inactive direction is invisible but still occupies its width. */
  /* Inner scroll container — holds the steps, handles horizontal scrolling */
  /* SvgIconMask needs background-color for the mask to be visible; use same color as step text */
}
.GuidedFlow--lumina .GuidedFlow__scrollIndicator {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--slds-g-spacing-7);
  /* 40px total (38px + 1px border each side) */
  height: var(--slds-g-spacing-7);
  border-radius: var(--slds-g-radius-border-circle);
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  background: var(--slds-g-color-surface-container-1);
  cursor: pointer;
}
.GuidedFlow--lumina .GuidedFlow__scrollIndicator:first-child {
  margin-right: var(--slds-g-spacing-2);
  /* 8px gap between left indicator and steps */
}
.GuidedFlow--lumina .GuidedFlow__scrollIndicator:last-child {
  margin-left: var(--slds-g-spacing-2);
  /* 8px gap between right indicator and steps */
}
.GuidedFlow--lumina.GuidedFlow--hasOverflow .GuidedFlow__scrollIndicator {
  display: flex;
  visibility: hidden;
  pointer-events: none;
}
.GuidedFlow--lumina.GuidedFlow--hasOverflow .GuidedFlow__scrollIndicator--visible {
  visibility: visible;
  pointer-events: auto;
}
.GuidedFlow--lumina .GuidedFlow__scrollIndicatorIcon {
  width: var(--slds-g-sizing-6);
  /* 20px */
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-on-surface-1);
}
.GuidedFlow--lumina .GuidedFlow__scrollContainer {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--slds-g-spacing-5);
  /* 24px */
  align-items: center;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Hide scrollbar across browsers while keeping scroll functional */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.GuidedFlow--lumina .GuidedFlow__scrollContainer::-webkit-scrollbar {
  display: none;
}
.GuidedFlow--lumina .GuidedFlow__step {
  flex: 0 0 200px;
  width: 200px;
  height: 44px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--slds-g-spacing-2);
  /* 8px */
  padding: 0 var(--slds-g-spacing-4);
  /* 0 16px */
  border-radius: var(--slds-g-radius-border-2);
  /* 8px */
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  background: var(--slds-g-color-surface-container-1);
  color: var(--slds-g-color-on-surface-3);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-2);
  /* 16px */
  font-weight: var(--slds-g-font-weight-4);
  /* 400 — regular; active step overrides to weight-5 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.GuidedFlow--lumina .GuidedFlow__stepIcon {
  flex-shrink: 0;
  width: var(--slds-g-sizing-6);
  /* 20px */
  height: var(--slds-g-sizing-6);
  object-fit: contain;
}
.GuidedFlow--lumina .GuidedFlow__step .SvgIconMask.GuidedFlow__stepIcon {
  background-color: var(--slds-g-color-on-surface-3);
}
.GuidedFlow--lumina .GuidedFlow__step--active .SvgIconMask.GuidedFlow__stepIcon {
  background-color: var(--slds-g-color-accent-2);
}
.GuidedFlow--lumina .GuidedFlow__stepLabel {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.GuidedFlow--lumina .GuidedFlow__step--active {
  background: var(--slds-g-color-brand-base-95);
  border-color: var(--slds-g-color-border-accent-1);
  color: var(--slds-g-color-accent-2);
  font-weight: var(--slds-g-font-weight-6);
  /* 600 */
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#navmenu-portal-root {
  position: absolute;
  top: var(--slds-g-sizing-11);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 479px) {
  #navmenu-portal-root {
    top: 56px;
  }
}
.NavigationMenuContainer--lumina {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  width: 270px;
  height: 100%;
  padding: var(--slds-g-spacing-4) 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  background: var(--slds-g-color-surface-container-1);
  animation-name: slide-in;
  animation-duration: 0.3s;
  -webkit-animation-name: slide-in;
  -webkit-animation-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  pointer-events: auto;
}
.NavigationMenuOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: var(--slds-g-color-foundation-black-transparent-60);
  pointer-events: auto;
}
.NavigationMenuItemsFrame {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  overflow-y: auto;
}
.NavigationMenuSpacer {
  flex: 1 0 0;
  min-height: 0.5rem;
}
.NavigationMenuFooter {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
}
.NavigationMenuItem--lumina {
  display: flex;
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-5) var(--slds-g-spacing-3) var(--slds-g-spacing-6);
  align-items: center;
  gap: var(--slds-g-spacing-4);
  align-self: stretch;
  border-radius: var(--slds-g-radius-border-2);
  background: var(--slds-g-color-surface-1);
  color: var(--slds-g-color-info-base-10);
  transition: background-color 0.15s ease;
}
.NavigationMenuItem--lumina.Destructive {
  color: var(--slds-g-color-error-1);
}
.NavigationMenuItem--lumina.Destructive .NavigationMenuItem__icon {
  background-color: var(--slds-g-color-error-1);
}
.NavigationMenuItem__icon {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: var(--slds-g-color-accent-1);
}
.NavigationMenuItem__label {
  font-family: var(--slds-g-font-family);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.NavigationMenuSections {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-top: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.NavigationMenuSection {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: var(--slds-g-spacing-2) 0;
  gap: var(--slds-g-spacing-2);
}
.NavigationMenuSection + .NavigationMenuSection {
  border-top: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.NavigationMenuSection__header {
  display: flex;
  padding: var(--slds-g-spacing-3) var(--slds-g-spacing-5) var(--slds-g-spacing-3) var(--slds-g-spacing-5);
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
.NavigationMenuSection__title {
  font-family: var(--slds-g-font-family);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 479px) {
  .NavigationMenuSection__title {
    color: var(--slds-g-color-on-surface-1);
  }
}
.NavigationMenuSection__chevron {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  flex-shrink: 0;
  background-color: var(--slds-g-color-accent-1);
}
@media only screen and (max-width: 479px) {
  .NavigationMenuSection__chevron {
    width: var(--slds-g-sizing-4);
    height: var(--slds-g-sizing-4);
    background-color: var(--slds-g-color-on-surface-2);
  }
}
.NavigationMenuSection__items {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.NavigationMenuSectionItem {
  display: flex;
  padding: var(--slds-g-spacing-2) var(--slds-g-spacing-5) var(--slds-g-spacing-2) var(--slds-g-spacing-6);
  align-items: center;
  gap: var(--slds-g-spacing-4);
  align-self: stretch;
  border-radius: var(--slds-g-radius-border-2);
  color: var(--slds-g-color-on-surface-2);
}
.NavigationMenuSectionItem__image {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
  flex-shrink: 0;
  border-radius: var(--slds-g-radius-border-1);
  overflow: hidden;
}
.NavigationMenuSectionItem__label {
  font-family: var(--slds-g-font-family);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: var(--slds-g-font-scale-2);
  font-style: normal;
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* UserWelcomeV2 - V2 UI Component Styling */
.UserWelcomeV2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 {
    gap: var(--slds-g-spacing-3);
    /* 12px */
    /* Override ImageButton large icon size within UserWelcomeV2 - use default 18px instead of 32px on phone */
  }
  .UserWelcomeV2 .ImageButton--lumina .ImageButton__icon.ImageButton__icon--large {
    width: 18px;
    height: 18px;
  }
}
/* Welcome Message Row */
.UserWelcomeV2 .WelcomeMessageRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
  width: 100%;
  height: var(--slds-g-sizing-7);
  /* 24px / 1.5em */
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .WelcomeMessageRow {
    justify-content: center;
    gap: 10px;
    /* 0.625em = 10px */
    height: 22px;
    /* 1.375em = 22px */
  }
}
.UserWelcomeV2 .WelcomeText {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
  font-size: var(--slds-g-font-scale-2);
  /* 16px / 1em */
  line-height: var(--slds-g-font-line-height-4);
  color: var(--slds-g-color-on-surface-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .WelcomeText {
    font-weight: var(--slds-g-font-weight-4);
    /* 400 - Regular for phone UX */
    font-size: var(--slds-g-font-scale-1);
    /* 14px / 0.875em */
    line-height: var(--slds-g-font-line-height-3);
    flex-grow: 1;
  }
}
/* Date Navigation Row */
.UserWelcomeV2 .DateNavigationRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
  width: 100%;
  height: var(--slds-g-spacing-7);
  /* 40px / 2.5em */
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .DateNavigationRow {
    flex-wrap: wrap;
    min-height: var(--slds-g-spacing-7);
    /* 40px / 2.5em */
    height: auto;
    gap: var(--slds-g-spacing-3);
    /* 12px */
    border-radius: var(--slds-g-radius-border-circle);
  }
}
/* When only DateNavigationRight is present, make it stick to right */
.UserWelcomeV2 .DateNavigationRow:has(> .DateNavigationRight):not(:has(> .DateNavigationLeft)) {
  justify-content: flex-end;
}
.UserWelcomeV2 .DateNavigationLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .DateNavigationLeft {
    gap: var(--slds-g-spacing-1);
    /* 4px phone UX */
  }
}
.UserWelcomeV2 .SelectedDate {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-2);
  /* 16px / 1em */
  line-height: 19px;
  /* 1.1875em = 19px */
  text-align: center;
  color: var(--slds-g-color-on-surface-2);
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .SelectedDate {
    font-size: var(--slds-g-font-scale-1);
    /* 14px phone UX */
    white-space: nowrap;
    flex-grow: 1;
  }
}
.UserWelcomeV2 .DateNavigationRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .DateNavigationRight {
    margin-left: auto;
    gap: var(--slds-g-spacing-3);
    /* 12px phone UX */
  }
}
/* KPI Summary */
.UserWelcomeV2 .KpiSummary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 var(--slds-g-spacing-4);
  /* 0 16px / 1em */
  gap: var(--slds-g-spacing-4);
  /* 16px / 1em */
  align-self: stretch;
  height: 80px;
  /* 5em = 80px */
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-1);
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .KpiSummary {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    height: 77px;
    /* 4.8125em = 77px */
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: flex-start;
    gap: var(--slds-g-spacing-3);
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .UserWelcomeV2 .KpiSummary::-webkit-scrollbar {
    display: none;
  }
  .UserWelcomeV2 .KpiSummary::-webkit-scrollbar-track {
    display: none;
  }
  .UserWelcomeV2 .KpiSummary::-webkit-scrollbar-thumb {
    display: none;
  }
}
.UserWelcomeV2 .KpiItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--slds-g-spacing-4) 0;
  /* 16px 0 / 1em 0em */
  gap: var(--slds-g-spacing-1);
  /* 4px / 0.25em */
  height: 80px;
  /* 5em = 80px */
  flex: none;
  border-radius: var(--slds-g-radius-border-3);
  min-width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .KpiItem {
    justify-content: center;
    padding: var(--slds-g-spacing-3);
    gap: 1px;
    /* 0.0625em = 1px */
    height: 77px;
    /* 4.8125em = 77px */
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}
.UserWelcomeV2 .KpiValue {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: 18px;
  /* 1.125em = 18px */
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-2);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .KpiValue {
    font-size: var(--slds-g-font-scale-3);
    /* 20px / 1.25em */
    line-height: var(--slds-g-font-line-height-4);
  }
}
.UserWelcomeV2 .KpiLabel {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
  font-size: var(--slds-g-font-scale-neg-1);
  /* 12px / 0.75em */
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-1);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  hyphens: auto;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .KpiLabel {
    font-size: var(--slds-g-font-scale-neg-2);
    /* 10px / 0.625em */
    line-height: 19px;
    /* 1.2em = 19.2px ≈ 19px */
    overflow-wrap: normal;
    word-break: normal;
  }
}
.UserWelcomeV2 .KpiGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1 1 0;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}
.UserWelcomeV2 .KpiDivider {
  width: 0;
  border-left: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  height: 50%;
  align-self: center;
}
@media only screen and (max-width: 479px) {
  .UserWelcomeV2 .KpiDivider {
    display: none;
  }
}
/*
 * CalendarNavigation styles: unified 16px horizontal gap on tablet — both the Today↔controls
 * seam and within the controls (prev / week-range / next / date-picker) — tightened to 12px on
 * phone. Matches the HeaderLine unified spacing (W-23937873).
 */
.CalendarNavigation.CalendarNavigation--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-4);
}
@media only screen and (max-width: 479px) {
  .CalendarNavigation.CalendarNavigation--lumina {
    gap: var(--slds-g-spacing-3);
  }
}
.CalendarNavigation__todayButton {
  display: flex;
  align-items: center;
}
.CalendarNavigation__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--slds-g-spacing-4);
}
@media only screen and (max-width: 479px) {
  .CalendarNavigation__controls {
    gap: var(--slds-g-spacing-3);
  }
}
.CalendarNavigation__weekRange {
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-5);
  text-align: center;
  color: var(--slds-g-color-on-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
 * Self-navigating (daily) agenda toolbar: the date is a single short value (e.g. "06/25/2026"), not
 * the weekly view's long range string, so the 180px week-range box is dropped and the date hugs its
 * content. The controls use a uniform 16px gap (prev · date · next · picker) per the daily-view
 * design. Scoped to --agenda so the weekly FullCalendar toolbar is unaffected.
 */
.CalendarNavigation.CalendarNavigation--agenda .CalendarNavigation__controls {
  gap: var(--slds-g-spacing-4);
}
.CalendarNavigation.CalendarNavigation--agenda .CalendarNavigation__weekRange {
  min-width: auto;
  padding: 0 var(--slds-g-spacing-2);
}
/* ImageButton V2 - V2 UI Component Styling */
.ImageButton--lumina {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--slds-g-spacing-2);
  height: 40px;
  /* Matches SLDS spec - all variants use 40px height */
  padding: var(--slds-g-sizing-border-1) var(--slds-g-spacing-4);
  /* 1px 16px - Matches Figma spec */
  border-radius: var(--slds-g-radius-border-circle);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 19px;
  /* Matches SLDS spec (135.714% of 14px) */
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  outline: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  box-sizing: border-box;
  /* Tertiary variant: no horizontal padding (matches SLDS spec) */
  /* Note: Icon-only tertiary buttons override this with padding: 0, and flexbox handles centering */
  /* Base icon styles - applies to both SVG (SvgIconMask) and non-SVG (<img>) icons */
  /* Higher specificity (.ImageButton--lumina) ensures pixel values override base .SvgIconMask (1.5em) */
  /* ============ VARIANT-SPECIFIC COLORS ============ */
  /* Primary Variant */
  /* Secondary Variant */
  /* Tertiary Variant */
  /* Primary Destructive Variant */
  /* Secondary Destructive Variant */
  /* ============ ICON COLORS PER VARIANT/STATE ============ */
  /* Primary Variant Icon Colors */
  /* Secondary Variant Icon Colors */
  /* Tertiary Variant Icon Colors */
  /* Primary Destructive Variant Icon Colors */
  /* Secondary Destructive Variant Icon Colors */
  /* Tab Variants (internal — set by TabbedViewAreaSection only, not from contracts) */
  /* Hide the label and shrink an icon+text button to the collapsed icon box. Default 40px is
       the tablet/desktop visual box (distinct from the phone tap target); phone callers pass 32px. */
  /* Tablet portrait: collapse to icon-only when showPortraitLabel={false}. */
  /* Phone: labels collapse to icon-only by default; showPhoneLabel={true} keeps the label. */
}
.ImageButton--lumina.ImageButton--tertiary {
  padding: var(--slds-g-sizing-border-1) 0;
  /* Vertical padding only - for text-only and icon+text tertiary buttons */
}
.ImageButton--lumina.ImageButton--icon-only {
  width: 40px;
  /* Matches height for circular shape */
  height: 40px;
  /* Explicit height for consistency */
  padding: 0;
  /* Flexbox (align-items: center, justify-content: center) handles centering for all icon sizes */
  border-radius: var(--slds-g-radius-border-circle);
  /* Matches SLDS spec - creates perfect circle */
  /* Icon-size-specific padding rules removed - flexbox centers icons of any size automatically */
}
.ImageButton--lumina .ImageButton__icon {
  display: inline-block;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: 18px;
  /* Default size - overrides base .SvgIconMask (1.5em) */
  height: 18px;
  /* vertical-align removed - flexbox (align-items: center) handles alignment */
}
.ImageButton--lumina .ImageButton__icon.ImageButton__icon--medium {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.ImageButton--lumina .ImageButton__icon.ImageButton__icon--large {
  width: var(--slds-g-sizing-9);
  height: var(--slds-g-sizing-9);
}
.ImageButton--lumina .ImageButton__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: inherit;
  /* Inherits from button (19px) for proper vertical alignment */
}
.ImageButton--lumina.Disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.ImageButton--lumina.ImageButton--primary {
  background-color: var(--slds-g-color-accent-container-1);
  color: var(--slds-g-color-on-accent-1);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--primary.ImageButton--pressed {
  background-color: var(--slds-g-color-accent-container-2);
  color: var(--slds-g-color-on-accent-1);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--primary.Disabled {
  background-color: var(--slds-g-color-disabled-container-2);
  color: var(--slds-g-color-disabled-1);
  border-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--secondary {
  background-color: var(--slds-g-color-surface-container-1);
  color: var(--slds-g-color-accent-2);
  border-color: var(--slds-g-color-border-2);
}
.ImageButton--lumina.ImageButton--secondary.ImageButton--pressed {
  background-color: var(--slds-g-color-surface-container-2);
  color: var(--slds-g-color-accent-3);
  border-color: var(--slds-g-color-border-2);
}
.ImageButton--lumina.ImageButton--secondary.Disabled {
  background-color: var(--slds-g-color-disabled-container-1);
  color: var(--slds-g-color-disabled-1);
  border-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--tertiary {
  background-color: var(--slds-g-color-transparent);
  color: var(--slds-g-color-accent-2);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--tertiary.ImageButton--pressed {
  background-color: var(--slds-g-color-transparent);
  color: var(--slds-g-color-accent-3);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--tertiary.Disabled {
  background-color: var(--slds-g-color-transparent);
  color: var(--slds-g-color-disabled-1);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--primary-destructive {
  background-color: var(--color-component-hooks-destructive-button-container-1);
  color: var(--slds-g-color-on-accent-1);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--primary-destructive.ImageButton--pressed {
  background-color: var(--slds-g-color-error-1);
  color: var(--slds-g-color-on-accent-1);
  border-color: var(--slds-g-color-transparent);
}
.ImageButton--lumina.ImageButton--primary-destructive.Disabled {
  background-color: var(--slds-g-color-disabled-container-2);
  color: var(--slds-g-color-disabled-1);
  border-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--secondary-destructive {
  background-color: var(--slds-g-color-surface-container-1);
  color: var(--slds-g-color-error-1);
  border-color: var(--slds-g-color-error-1);
}
.ImageButton--lumina.ImageButton--secondary-destructive.ImageButton--pressed {
  background-color: var(--slds-g-color-surface-container-2);
  color: var(--slds-g-color-error-1);
  border-color: var(--slds-g-color-border-error-2);
}
.ImageButton--lumina.ImageButton--secondary-destructive.Disabled {
  background-color: var(--slds-g-color-disabled-container-1);
  color: var(--slds-g-color-disabled-1);
  border-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--primary .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-on-accent-1);
}
.ImageButton--lumina.ImageButton--primary.ImageButton--pressed .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-on-accent-1);
}
.ImageButton--lumina.ImageButton--primary.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--secondary .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-accent-2);
}
.ImageButton--lumina.ImageButton--secondary.ImageButton--pressed .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-accent-3);
}
.ImageButton--lumina.ImageButton--secondary.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--tertiary .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-accent-2);
}
.ImageButton--lumina.ImageButton--tertiary.ImageButton--pressed .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-accent-3);
}
.ImageButton--lumina.ImageButton--tertiary.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--primary-destructive .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-on-accent-1);
}
.ImageButton--lumina.ImageButton--primary-destructive.ImageButton--pressed .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-on-accent-1);
}
.ImageButton--lumina.ImageButton--primary-destructive.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--secondary-destructive .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-error-1);
}
.ImageButton--lumina.ImageButton--secondary-destructive.ImageButton--pressed .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-error-1);
}
.ImageButton--lumina.ImageButton--secondary-destructive.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--tab-selected {
  color: var(--slds-g-color-accent-2);
  border-radius: 0;
  border: none;
  border-bottom: var(--slds-g-sizing-border-3) solid var(--slds-g-color-border-accent-2);
}
.ImageButton--lumina.ImageButton--tab-selected .ImageButton__label {
  color: inherit;
}
.ImageButton--lumina.ImageButton--tab-selected .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-accent-2);
}
.ImageButton--lumina.ImageButton--tab-selected.Disabled {
  color: var(--slds-g-color-disabled-1);
  border-bottom-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--tab-selected.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
.ImageButton--lumina.ImageButton--tab-unselected {
  color: var(--slds-g-color-on-surface-1);
  border-radius: 0;
  border: none;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.ImageButton--lumina.ImageButton--tab-unselected .ImageButton__label {
  color: inherit;
}
.ImageButton--lumina.ImageButton--tab-unselected .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-on-surface-1);
}
.ImageButton--lumina.ImageButton--tab-unselected.Disabled {
  color: var(--slds-g-color-disabled-1);
  border-bottom-color: var(--slds-g-color-border-disabled-1);
}
.ImageButton--lumina.ImageButton--tab-unselected.Disabled .ImageButton__icon.SvgIconMask {
  background-color: var(--slds-g-color-disabled-1);
}
@media only screen and (min-width: 744px) {
  .fw-portrait .ImageButton--lumina.ImageButton--hidePortraitLabel:not(.ImageButton--label-only) .ImageButton__label {
    display: none;
  }
  .fw-portrait .ImageButton--lumina.ImageButton--hidePortraitLabel:not(.ImageButton--label-only):not(.ImageButton--icon-only) {
    width: 40px;
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  .ImageButton--lumina {
    /* Phone uses tighter horizontal padding and no vertical padding (flexbox centers) */
    padding: 0 var(--slds-g-spacing-4);
    /* Phone buttons are 32px tall; pills (icon+text) keep content width, only height shrinks */
    height: var(--slds-g-sizing-9);
    /* 32px */
    /* Visual size stays 32px, but the tap target must be 40px (touch a11y minimum).
           A transparent ::after overlay enlarges the hit area to 40px without affecting
           paint or layout — clicks on the pseudo-element register on the host button. */
    position: relative;
    /* In a ButtonGroup, segments sit edge-to-edge, so extend the tap area only
           vertically (to 40px) — never horizontally — or adjacent segments' hit areas
           would overlap. Width follows the segment's visual width. */
    /* Icon-only becomes a 32x32 square (was 40x40) */
    /* @W-23715463 Phone UX (Lumina): Figma specifies the secondary button's
           border as border-1 (--slds-g-color-border-1); tablet/desktop keep the
           default border-2 set above. Scope the lighter border to phone only, and
           track it in the pressed state so the outline stays consistent while held.
           Disabled keeps border-disabled-1 (inherited from the base rule). */
    /* Phone icon glyph is 18px (was 20px via --slds-g-sizing-6). No SLDS token for 18px,
           so this uses the @imagebutton-phone-icon-size variable from variables.less. */
  }
  .ImageButton--lumina::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* Floor the width to 40px so a 32px-wide icon-only button gets a 40x40 tap area.
               NOTE: for buttons narrower than 40px this bleeds ~4px past each visual edge, so
               the overlay is wider than the button. It's transparent and safe at today's ≥12px
               gaps, but any future layout placing another interactive element within ~4px of one
               of these buttons would have its clicks silently swallowed by this overlay. Keep
               that clearance in mind, or scope this floor down, before packing controls tighter. */
    min-width: var(--slds-g-spacing-7);
    /* 40px */
    height: var(--slds-g-spacing-7);
    /* 40px tap height */
  }
  .ImageButton--lumina.ImageButton--in-group::after {
    min-width: 0;
  }
  .ImageButton--lumina.ImageButton--tertiary {
    padding: 0;
  }
  .ImageButton--lumina.ImageButton--icon-only {
    width: var(--slds-g-sizing-9);
    height: var(--slds-g-sizing-9);
  }
  .ImageButton--lumina.ImageButton--secondary {
    border-color: var(--slds-g-color-border-1);
  }
  .ImageButton--lumina.ImageButton--secondary.ImageButton--pressed {
    border-color: var(--slds-g-color-border-1);
  }
  .ImageButton--lumina .ImageButton__icon {
    width: 18px;
    height: 18px;
  }
  .ImageButton--lumina:not(.ImageButton--showPhoneLabel):not(.ImageButton--label-only) {
    /* collapse icon+text to the 32px box, not 40px */
  }
  .ImageButton--lumina:not(.ImageButton--showPhoneLabel):not(.ImageButton--label-only) .ImageButton__label {
    display: none;
  }
  .ImageButton--lumina:not(.ImageButton--showPhoneLabel):not(.ImageButton--label-only):not(.ImageButton--icon-only) {
    width: var(--slds-g-sizing-9);
    padding: 0;
  }
}
/* ButtonGroup - Lumina Component Styling */
.ButtonGroup--lumina {
  display: inline-flex;
  align-items: center;
  border-radius: var(--slds-g-radius-border-circle);
  overflow: hidden;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid var(--slds-g-color-border-2);
  background-color: var(--slds-g-color-surface-container-1);
  /* Preserve variant background colors when non-secondary variants are used
       (e.g., for ToggleButtonGroup selected state or custom variants) */
}
.ButtonGroup--lumina .ImageButton--in-group {
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: 100%;
}
.ButtonGroup--lumina .ImageButton--in-group.ImageButton--primary {
  background-color: var(--slds-g-color-accent-container-1);
}
.ButtonGroup--lumina .ImageButton--in-group.ImageButton--primary.ImageButton--pressed {
  background-color: var(--slds-g-color-accent-container-2);
}
.ButtonGroup__divider {
  width: var(--slds-g-sizing-border-1);
  height: 100%;
  background-color: var(--slds-g-color-border-2);
  flex-shrink: 0;
}
/* Phone: the group scales horizontally (content-width) but its height drops to 32px.
   In-group buttons use height:100% (above), so they follow this height automatically. */
@media only screen and (max-width: 479px) {
  .ButtonGroup--lumina {
    height: var(--slds-g-sizing-9);
    /* 32px visual */
    /* Each segment carries a 40px-tall transparent tap overlay (ImageButton ::after).
           Allow it to bleed 4px above/below the 32px group instead of being clipped. */
    overflow: visible;
    border-color: var(--slds-g-color-border-1);
    /* With the clip removed, round the end segments so pressed/primary backgrounds
           still follow the group's pill shape at the ends. */
  }
  .ButtonGroup--lumina .ImageButton--in-group:first-child {
    border-top-left-radius: var(--slds-g-radius-border-circle);
    border-bottom-left-radius: var(--slds-g-radius-border-circle);
  }
  .ButtonGroup--lumina .ImageButton--in-group:last-child {
    border-top-right-radius: var(--slds-g-radius-border-circle);
    border-bottom-right-radius: var(--slds-g-radius-border-circle);
  }
  .ButtonGroup__divider {
    background-color: var(--slds-g-color-border-1);
  }
}
/* ButtonGroupInList - wrapper for ButtonGroup inside Lumina list items */
.ButtonGroupInList {
  display: inline-flex;
  align-items: center;
}
/* Override ContextMenuItem when it contains a PrimaryAction ButtonGroup */
table.List td.ContextMenuItem:has(.PrimaryActionWrapper) {
  padding: 0 0.625rem 0 0;
  float: none;
  height: 100%;
  width: 0;
  min-width: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.PrimaryActionWrapper {
  display: inline-block;
  vertical-align: middle;
  min-width: fit-content;
}
.AboutScreen--lumina {
  margin: 0;
  padding: var(--slds-g-spacing-5);
  background-color: var(--slds-g-color-surface-container-1);
  color: var(--slds-g-color-on-surface-2);
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-4);
  font-size: var(--slds-g-font-scale-4);
  line-height: 22px;
}
.AboutScreen--lumina .AboutScreen-title {
  margin: 0 0 var(--slds-g-spacing-5) 0;
  padding: 0;
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-4);
  line-height: 22px;
  color: var(--slds-g-color-on-surface-2);
  box-sizing: border-box;
}
.AboutScreen--lumina .AboutScreen-deviceId {
  margin-bottom: var(--slds-g-spacing-5);
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
  color: var(--slds-g-color-on-surface-2);
  white-space: pre-line;
}
.AboutScreen--lumina .AboutScreen-copyButton {
  margin-top: 0;
  margin-bottom: var(--slds-g-spacing-5);
}
.AboutScreen--lumina .AboutScreen-copyButton button {
  background: var(--slds-g-color-accent-1);
  border: none;
  border-radius: var(--slds-g-radius-border-circle);
  padding: 1px 18px;
  height: 40px;
  min-width: var(--slds-g-sizing-13);
  font-family: var(--slds-g-font-family);
  font-weight: var(--slds-g-font-weight-6);
  font-size: var(--slds-g-font-scale-1);
  line-height: 19px;
  color: var(--slds-g-color-on-accent-1);
  cursor: pointer;
  margin: 0;
}
.AboutScreen--lumina .AboutScreen-copyButton br {
  display: none;
}
.AboutScreen--lumina .AboutScreen-versionInfo {
  margin-top: var(--slds-g-spacing-5);
  margin-bottom: 0;
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
}
.AboutScreen--lumina .AboutScreen-versionInfo::after {
  content: '';
  display: block;
  border-top: 1px solid var(--slds-g-color-border-1);
  margin-top: var(--slds-g-spacing-5);
  margin-bottom: 0;
}
.AboutScreen--lumina .AboutScreen-thirdParty {
  margin-top: var(--slds-g-spacing-5);
  margin-bottom: var(--slds-g-spacing-5);
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
}
.AboutScreen--lumina ul {
  margin: var(--slds-g-spacing-2) 0;
  padding-left: 20px;
  list-style-type: disc;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.AboutScreen--lumina ul li {
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
  color: var(--slds-g-color-on-surface-2);
  margin-bottom: var(--slds-g-spacing-1);
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.AboutScreen--lumina div[style*="textDecoration"],
.AboutScreen--lumina a {
  color: var(--slds-g-color-accent-2);
  text-decoration: underline;
  cursor: pointer;
}
.AboutScreen--lumina .AboutScreen-copyright {
  margin-top: 0;
  padding-top: var(--slds-g-spacing-5);
  border-top: 1px solid var(--slds-g-color-border-1);
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
}
.AboutScreen--lumina .AboutScreen-copyright p {
  margin: 0;
  font-size: var(--slds-g-font-scale-1);
  line-height: 20px;
  color: var(--slds-g-color-on-surface-2);
}
.LicenseInfo {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.LicenseInfo iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.LicenseInfo--lumina iframe {
  height: 100vh;
}
/* TextDisplay - V2 UI Component Styling */
.TextDisplay {
  height: 100%;
  box-sizing: border-box;
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-5);
  color: var(--slds-g-color-on-surface-2);
  font-family: var(--slds-g-font-family);
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  line-height: var(--slds-g-font-line-height-3);
  word-break: break-word;
  overflow-y: auto;
}
.CardContainer--lumina .TextDisplay {
  padding: 0;
  overflow: hidden;
}
/* Toast – feedback notification (success, error, warning, info). Aligned to SLDS 2 design spec. */
@keyframes FWToast-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FWToast-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.FWToastContainer {
  position: fixed;
  top: var(--slds-g-spacing-10);
  /* 64px */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99500;
  /* Above flyouts (99001) and messages (99000), below debug panel (99999) */
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--slds-g-spacing-2);
  /* 8px between stacked toasts */
}
.FWToast {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--slds-g-spacing-3);
  /* 12px */
  padding: var(--slds-g-spacing-3);
  /* 12px uniform */
  border-radius: var(--slds-g-radius-border-2);
  /* 8px */
  min-width: 200px;
  max-width: min(90vw, 500px);
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* Shadow/Elevation/3 - down */
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14), 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  animation: FWToast-fadeIn 0.5s ease-out;
}
.FWToast.FWToast--closing {
  animation: FWToast-fadeOut 0.3s ease-in forwards;
}
.FWToast .FWToast__icon {
  flex-shrink: 0;
  width: var(--slds-g-sizing-7);
  /* 24px */
  height: var(--slds-g-sizing-7);
  aspect-ratio: 1 / 1;
}
.FWToast .FWToast__icon .SvgIconMask {
  width: var(--slds-g-sizing-7);
  height: var(--slds-g-sizing-7);
}
.FWToast .FWToast__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.FWToast .FWToast__message {
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-2);
  /* 16px */
  font-weight: var(--slds-g-font-weight-6);
  /* 600 - Semibold */
  line-height: var(--slds-g-font-line-height-3);
  /* 1.375 ≈ 22px at 16px */
  font-feature-settings: 'liga' off, 'clig' off;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.FWToast .FWToast__description {
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-size-base);
  /* 13px */
  font-weight: var(--slds-g-font-weight-4);
  /* 400 - Regular */
  line-height: var(--slds-g-font-line-height-3);
  /* 1.375 ≈ 18px at 13px */
  font-feature-settings: 'liga' off, 'clig' off;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.FWToast .FWToast__close {
  background: var(--slds-g-color-transparent);
  border: none;
  cursor: pointer;
  padding: var(--slds-g-spacing-1) 0 0 0;
  /* 4px top offset */
  display: flex;
  height: var(--slds-g-sizing-5);
  /* 16px */
  justify-content: center;
  align-items: center;
  color: inherit;
  opacity: 0.8;
  flex-shrink: 0;
}
.FWToast .FWToast__close .FWToast__closeSvg {
  width: var(--slds-g-sizing-5);
  /* 16px */
  height: var(--slds-g-sizing-5);
  background-color: currentColor;
}
/* Type variants – SLDS feedback tokens */
.FWToast--success {
  background-color: var(--slds-g-color-success-container-1);
  color: var(--slds-g-color-on-success-1);
}
.FWToast--success .FWToast__icon .SvgIconMask {
  background-color: var(--slds-g-color-on-success-1);
}
.FWToast--error {
  background-color: var(--slds-g-color-error-container-1);
  color: var(--slds-g-color-on-error-1);
}
.FWToast--error .FWToast__icon .SvgIconMask {
  background-color: var(--slds-g-color-on-error-1);
}
.FWToast--warning {
  background-color: var(--slds-g-color-warning-container-1);
  color: var(--slds-g-color-on-warning-1);
}
.FWToast--warning .FWToast__icon .SvgIconMask {
  background-color: var(--slds-g-color-on-warning-1);
}
.FWToast--info {
  background-color: var(--slds-g-color-brand-base-90);
  color: var(--slds-g-color-on-info-1);
}
.FWToast--info .FWToast__icon .SvgIconMask {
  background-color: var(--slds-g-color-on-info-1);
}
.StatusBadge {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: var(--slds-g-spacing-1);
  border-radius: var(--slds-g-radius-border-1);
  /* Figma: 5px, nearest token: 4px */
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-scale-neg-1);
  font-weight: var(--slds-g-font-weight-5);
  line-height: var(--slds-g-font-line-height-2);
  /* Figma: 1.19, nearest token: 1.25 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--slds-g-color-on-surface-2);
}
.StatusBadge--default {
  background-color: var(--slds-g-color-surface-container-1);
}
.StatusBadge--warning {
  background-color: var(--slds-g-color-warning-container-1);
}
.StatusBadge--info {
  background-color: var(--slds-g-color-info-container-1);
}
.StatusBadge--error {
  background-color: var(--slds-g-color-error-container-1);
}
.StatusBadge--neutral {
  background-color: var(--slds-g-color-surface-container-3);
}
.StatusBadge--success {
  background-color: var(--slds-g-color-success-container-1);
}
/* ScopedNotification – inline scoped notification (warning). Aligned to SLDS 2 design spec. */
.SingleSectionDialogPage--withNotification {
  flex-direction: column;
}
.FWScopedNotification {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-3);
  padding: var(--slds-g-spacing-3);
  border-radius: var(--slds-g-radius-border-2);
  margin: var(--slds-g-spacing-4) var(--slds-g-spacing-4) 0;
}
.FWScopedNotification .FWScopedNotification__icon {
  flex-shrink: 0;
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
}
.FWScopedNotification .FWScopedNotification__icon .SvgIconMask {
  width: var(--slds-g-sizing-5);
  height: var(--slds-g-sizing-5);
}
.FWScopedNotification .FWScopedNotification__content {
  flex: 1;
}
.FWScopedNotification .FWScopedNotification__message {
  font-family: var(--slds-g-font-family-base);
  font-size: var(--slds-g-font-size-base);
  font-weight: var(--slds-g-font-weight-6);
  line-height: 18px;
}
.FWScopedNotification--warning {
  background-color: var(--slds-g-color-warning-container-1);
  color: var(--slds-g-color-on-warning-1);
}
.FWScopedNotification--warning .FWScopedNotification__icon .SvgIconMask {
  background-color: var(--slds-g-color-on-warning-1);
}
.Lookup--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Lookup--lumina .Lookup__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.Lookup--lumina .Lookup__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.Lookup--lumina input.Lookup__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
  background-image: none;
}
.Lookup--lumina input.Lookup__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.Lookup--lumina input.Lookup__input--lumina:read-only {
  cursor: pointer;
}
.Lookup--lumina .Lookup__icon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.Lookup--lumina .Lookup__icon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.Lookup--lumina .Lookup__icon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.Lookup--lumina .Lookup__icon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.Lookup--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.Lookup--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.Lookup--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.Lookup--lumina.DisabledControl input,
.Lookup--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.Lookup--lumina.DisabledControl input::placeholder,
.Lookup--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.Lookup--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.DatePicker--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.DatePicker--lumina .DatePicker__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.DatePicker--lumina .DatePicker__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.DatePicker--lumina div.DatePicker__input--lumina {
  flex: 1 0 0;
  min-width: 0;
}
.DatePicker--lumina input.DatePicker__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.DatePicker--lumina input.DatePicker__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.DatePicker--lumina input.DatePicker__input--lumina:read-only {
  cursor: pointer;
}
.DatePicker--lumina .DatePicker__icon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.DatePicker--lumina .DatePicker__icon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.DatePicker--lumina .DatePicker__icon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.DatePicker--lumina .DatePicker__icon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.DatePicker--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.DatePicker--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.DatePicker--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.DatePicker--lumina.DisabledControl input,
.DatePicker--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.DatePicker--lumina.DisabledControl input::placeholder,
.DatePicker--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.DatePicker--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.TimePicker--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.TimePicker--lumina .TimePicker__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.TimePicker--lumina .TimePicker__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.TimePicker--lumina div.TimePicker__input--lumina {
  flex: 1 0 0;
  min-width: 0;
}
.TimePicker--lumina input.TimePicker__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.TimePicker--lumina input.TimePicker__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.TimePicker--lumina input.TimePicker__input--lumina:read-only {
  cursor: pointer;
}
.TimePicker--lumina .TimePicker__icon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.TimePicker--lumina .TimePicker__icon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.TimePicker--lumina .TimePicker__icon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.TimePicker--lumina .TimePicker__icon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.TimePicker--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.TimePicker--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.TimePicker--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.TimePicker--lumina.DisabledControl input,
.TimePicker--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.TimePicker--lumina.DisabledControl input::placeholder,
.TimePicker--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.TimePicker--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.InputAreaMultiLine--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
  height: auto;
  min-height: 40px;
  align-items: flex-start;
  padding-top: var(--slds-g-spacing-2);
  padding-bottom: var(--slds-g-spacing-2);
}
.InputAreaMultiLine--lumina textarea.InputAreaMultiLine__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  text-overflow: unset;
  overflow: visible;
  resize: none;
  overflow-y: auto;
  line-height: 1.4;
}
.InputAreaMultiLine--lumina textarea.InputAreaMultiLine__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.InputAreaMultiLine--lumina textarea.InputAreaMultiLine__input--lumina:read-only {
  cursor: pointer;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__clearIconContainer--lumina {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(1.4 * var(--slds-g-font-scale-2));
  overflow: visible;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__clearIcon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  cursor: pointer;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__clearIcon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__clearIcon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.InputAreaMultiLine--lumina .InputAreaMultiLine__clearIcon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.InputAreaMultiLine--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.InputAreaMultiLine--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.InputAreaMultiLine--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.InputAreaMultiLine--lumina.DisabledControl input,
.InputAreaMultiLine--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.InputAreaMultiLine--lumina.DisabledControl input::placeholder,
.InputAreaMultiLine--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.InputAreaMultiLine--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless {
  padding: var(--slds-g-spacing-5);
  background: var(--slds-g-color-surface-container-1);
  border-radius: var(--slds-g-radius-border-3);
  box-sizing: border-box;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless > .InputAreaMultiLine__inputWrapper--lumina {
  border: none;
  background: transparent;
  padding: 0;
  gap: var(--slds-g-spacing-4);
  border-radius: var(--slds-g-radius-border-2);
  min-height: 0;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless textarea.InputAreaMultiLine__input--lumina {
  font-size: var(--slds-g-font-scale-1);
  line-height: 18px;
  color: var(--slds-g-color-on-surface-2);
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless .InputAreaMultiLine__clearIconContainer--lumina {
  height: 18px;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless .InputAreaMultiLine__clearIcon--lumina {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  margin: 0;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless .InputAreaMultiLine__clearIcon--lumina > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--borderless:has(.InputAreaMultiLine__clearIconContainer--lumina) {
  padding-right: var(--slds-g-spacing-4);
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--fillParent {
  flex: 1 1 auto;
  height: 100%;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--fillParent > .InputAreaMultiLine__inputWrapper--lumina {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}
.InputAreaMultiLine--lumina.InputAreaMultiLine--fillParent textarea.InputAreaMultiLine__input--lumina {
  height: 100%;
}
.SelectionBox--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.SelectionBox--lumina .SelectionBox__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.SelectionBox--lumina .SelectionBox__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.SelectionBox--lumina input.SelectionBox__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
  background-image: none;
}
.SelectionBox--lumina input.SelectionBox__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.SelectionBox--lumina input.SelectionBox__input--lumina:read-only {
  cursor: pointer;
}
.SelectionBox--lumina .SelectionBox__icon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.SelectionBox--lumina .SelectionBox__icon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.SelectionBox--lumina .SelectionBox__icon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.SelectionBox--lumina .SelectionBox__icon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.SelectionBox--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.SelectionBox--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.SelectionBox--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.SelectionBox--lumina.DisabledControl input,
.SelectionBox--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.SelectionBox--lumina.DisabledControl input::placeholder,
.SelectionBox--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.SelectionBox--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.PositionControl--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.PositionControl--lumina .PositionControl__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.PositionControl--lumina input.PositionControl__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
  background-image: none;
}
.PositionControl--lumina input.PositionControl__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.PositionControl--lumina input.PositionControl__input--lumina:read-only {
  cursor: pointer;
}
.PositionControl--lumina .PositionControl__icon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
}
.PositionControl--lumina .PositionControl__icon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.PositionControl--lumina .PositionControl__icon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.PositionControl--lumina .PositionControl__icon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.PositionControl--lumina .PositionControl__clearIcon--lumina {
  cursor: pointer;
}
.FlyOut .SelectionBoxFlyout--lumina {
  padding: 0;
  border-radius: var(--slds-g-radius-border-2);
  overflow: hidden;
  background: var(--slds-g-color-surface-container-1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.12);
  max-height: 248px;
}
.FlyOut .SelectionBoxFlyout--lumina .FillerTop,
.FlyOut .SelectionBoxFlyout--lumina .FillerBottom {
  display: none;
}
.FlyOut .SelectionBoxFlyout--lumina .ScrollableContent {
  padding: var(--slds-g-spacing-1) 0;
}
.FlyOut .SelectionBoxFlyout--lumina .SelectionBoxFlyout__row--lumina {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 var(--slds-g-spacing-3);
  gap: var(--slds-g-spacing-2);
  align-self: stretch;
  background: var(--slds-g-color-surface-container-1);
  box-sizing: border-box;
  cursor: pointer;
}
.FlyOut .SelectionBoxFlyout--lumina .SelectionBoxFlyout__row--lumina.SelectionBoxFlyout__row--selected {
  background: var(--slds-g-color-brand-base-95);
}
.FlyOut .SelectionBoxFlyout--lumina .SelectionBoxFlyout__row--lumina.SelectionBoxFlyout__row--selected .SelectionBoxFlyout__rowCheck--lumina.SvgIconMask {
  background-color: var(--slds-g-color-accent-2);
}
.FlyOut .SelectionBoxFlyout--lumina .SelectionBoxFlyout__rowText--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  font-feature-settings: 'liga' off, 'clig' off;
  line-height: 19px;
}
.FlyOut .SelectionBoxFlyout--lumina .SelectionBoxFlyout__rowCheck--lumina.SvgIconMask {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  background-color: var(--slds-g-color-on-surface-1);
}
.InputArea--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.InputArea--lumina .InputArea__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.InputArea--lumina .InputArea__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
}
.InputArea--lumina input.InputArea__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.InputArea--lumina input.InputArea__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.InputArea--lumina input.InputArea__input--lumina:read-only {
  cursor: pointer;
}
.InputArea--lumina .InputArea__clearIcon--lumina {
  flex-shrink: 0;
  margin-left: auto;
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  cursor: pointer;
}
.InputArea--lumina .InputArea__clearIcon--lumina.SvgIconMask {
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.InputArea--lumina .InputArea__clearIcon--lumina:not(.SvgIconMask) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(-1 * var(--slds-g-spacing-2));
}
.InputArea--lumina .InputArea__clearIcon--lumina:not(.SvgIconMask) > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-palette-neutral-50);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.InputArea--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.InputArea--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.InputArea--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.InputArea--lumina.DisabledControl input,
.InputArea--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.InputArea--lumina.DisabledControl input::placeholder,
.InputArea--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.InputArea--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.CheckBox--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.CheckBox--lumina .CheckBox__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
  flex: 1;
  margin-bottom: 0;
}
.CheckBox--lumina .CheckBox__toggle--lumina {
  position: relative;
  width: 62px;
  height: var(--slds-g-sizing-9);
  box-sizing: border-box;
  flex-shrink: 0;
  border: none;
  border-radius: 16px;
  background: var(--slds-g-color-palette-neutral-60);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25) inset, 0 0.5px 2px 0 rgba(0, 0, 0, 0.5) inset, 2px 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.CheckBox--lumina .CheckBox__toggle--lumina .CheckBox__checkIcon--lumina {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
  background-color: var(--slds-g-color-on-accent-1);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: none;
}
.CheckBox--lumina .CheckBox__toggle--lumina .CheckBox__thumb--lumina {
  position: absolute;
  top: 2px;
  left: 2px;
  width: var(--slds-g-sizing-8);
  height: var(--slds-g-sizing-8);
  border-radius: var(--slds-g-radius-border-circle);
  background-color: var(--slds-g-color-on-accent-1);
  transition: left 200ms ease;
}
.CheckBox--lumina .CheckBox__toggle--lumina.CheckBox__toggle--checked {
  background: var(--slds-g-color-accent-1);
}
.CheckBox--lumina .CheckBox__toggle--lumina.CheckBox__toggle--checked .CheckBox__thumb--lumina {
  left: 32px;
}
.CheckBox--lumina .CheckBox__toggle--lumina.CheckBox__toggle--checked .CheckBox__checkIcon--lumina {
  display: block;
}
.CheckBox--lumina .CheckBox__toggle--lumina.CheckBox__toggle--neutral {
  background: var(--slds-g-color-palette-neutral-65);
}
.CheckBox--lumina .CheckBox__toggle--lumina.CheckBox__toggle--neutral .CheckBox__thumb--lumina {
  left: 17px;
}
.CheckBox--lumina.DisabledControl {
  pointer-events: none;
}
.CheckBox--lumina.DisabledControl > .CheckBox__label--lumina {
  color: var(--slds-g-color-disabled-1);
}
.CheckBox--lumina.DisabledControl .CheckBox__toggle--lumina {
  background: var(--slds-g-color-disabled-container-2);
  outline: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-disabled-1);
  outline-offset: calc(-1 * var(--slds-g-sizing-border-1));
  box-shadow: none;
  cursor: default;
}
.CheckBox--lumina.DisabledControl .CheckBox__toggle--lumina .CheckBox__thumb--lumina {
  background-color: var(--slds-g-color-disabled-1);
}
.CheckBox--lumina.DisabledControl .CheckBox__toggle--lumina .CheckBox__checkIcon--lumina {
  background-color: var(--slds-g-color-on-disabled-2);
}
.CheckBox--lumina.DisabledControl .CheckBox__toggle--lumina.CheckBox__toggle--checked {
  background: var(--slds-g-color-disabled-container-2);
}
.CheckBox--lumina.DisabledControl .CheckBox__toggle--lumina.CheckBox__toggle--neutral {
  background: var(--slds-g-color-disabled-container-2);
}
.Merger--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Merger--lumina .Merger__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.Merger--lumina .Merger__row--lumina {
  display: flex;
  flex-direction: row;
  gap: var(--slds-g-spacing-4);
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .Merger--lumina .Merger__row--lumina {
    gap: var(--slds-g-spacing-3);
    align-items: center;
  }
}
.Merger--lumina .Merger__row--lumina > div {
  min-width: 0;
  overflow: hidden;
}
.Merger--lumina.DisabledControl {
  opacity: 1;
}
.Merger--lumina.DisabledControl > .Merger__label--lumina {
  color: var(--slds-g-color-disabled-1);
}
.Stepper--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Stepper--lumina .Stepper__label--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--slds-g-font-scale-1);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: 18px;
  letter-spacing: -0.196px;
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: var(--slds-g-spacing-1);
  padding: 0;
  text-align: left;
  flex: none;
}
.Stepper--lumina .Stepper__inputWrapper--lumina {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-2);
  border-radius: var(--slds-g-radius-border-3);
  background-color: var(--slds-g-color-surface-container-1);
  padding: 0 var(--slds-g-spacing-3);
  height: 40px;
  box-sizing: border-box;
  justify-content: center;
  gap: var(--slds-g-spacing-2);
}
.Stepper--lumina .Stepper__inputWrapper--lumina input.InputArea__input--lumina {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-4);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-2);
  line-height: normal;
  letter-spacing: -0.4px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 0;
  margin: 0;
  min-width: 0;
  text-align: center;
  flex: 0 1 100px;
  min-width: 2ch;
}
.Stepper--lumina .Stepper__inputWrapper--lumina input.InputArea__input--lumina::placeholder {
  font: inherit;
  color: var(--slds-g-color-palette-neutral-50);
}
.Stepper--lumina .Stepper__inputWrapper--lumina input.InputArea__input--lumina:read-only {
  cursor: pointer;
}
.Stepper--lumina .Stepper__btn--lumina {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Stepper--lumina .Stepper__btn--lumina > .SvgIconMask {
  width: var(--slds-g-sizing-6);
  height: var(--slds-g-sizing-6);
  background-color: var(--slds-g-color-accent-1);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.Stepper--lumina.DisabledControl {
  pointer-events: none;
  opacity: 1;
}
.Stepper--lumina.DisabledControl > [class$="__label--lumina"] {
  color: var(--slds-g-color-disabled-1);
}
.Stepper--lumina.DisabledControl > [class$="__inputWrapper--lumina"] {
  background: var(--slds-g-color-disabled-container-2);
  border-color: var(--slds-g-color-border-disabled-1);
}
.Stepper--lumina.DisabledControl input,
.Stepper--lumina.DisabledControl textarea {
  color: var(--slds-g-color-on-disabled-2);
  -webkit-text-fill-color: var(--slds-g-color-on-disabled-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.Stepper--lumina.DisabledControl input::placeholder,
.Stepper--lumina.DisabledControl textarea::placeholder {
  font: inherit;
  color: var(--slds-g-color-on-disabled-2);
}
.Stepper--lumina.DisabledControl .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-2);
}
.Stepper--lumina.DisabledControl .Stepper__btn--lumina {
  cursor: default;
}
.Stepper--lumina.DisabledControl .Stepper__btn--lumina > .SvgIconMask {
  background-color: var(--slds-g-color-on-disabled-1);
}
.GroupElementHeader--lumina {
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-6);
  font-family: var(--slds-g-font-family);
  color: var(--slds-g-color-on-surface-3);
  margin-bottom: var(--slds-g-spacing-2);
  padding: 0;
}
.GroupElement.GroupElement--lumina {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--slds-g-spacing-4);
  background: transparent;
}
@media only screen and (max-width: 479px) {
  .GroupElement.GroupElement--lumina {
    gap: var(--slds-g-spacing-3);
  }
}
.GroupElement.GroupElement--lumina--grid {
  display: grid;
  gap: var(--slds-g-spacing-5);
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .GroupElement.GroupElement--lumina--grid {
    gap: var(--slds-g-spacing-3);
  }
}
.GroupElement.GroupElement--lumina--compact.GroupElement--lumina--grid {
  gap: var(--slds-g-spacing-5);
}
@media only screen and (max-width: 479px) {
  .GroupElement.GroupElement--lumina--compact.GroupElement--lumina--grid {
    gap: var(--slds-g-spacing-3);
  }
}
.CardContainer--lumina .GroupElement.GroupElement--lumina--compact.GroupElement--lumina--grid {
  gap: var(--slds-g-spacing-3);
}
.GroupElement.GroupElement--lumina--grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(max(280px, calc((100% - var(--slds-g-spacing-5)) / 2)), 1fr));
}
.GroupElement.GroupElement--lumina--grid-1 {
  grid-template-columns: 1fr;
}
.GroupElement.GroupElement--lumina--grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.GroupElement__gridItem--lumina {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.GroupElement__gridItem--lumina > [class*="--lumina"] {
  flex: 1;
  justify-content: space-between;
}
.GroupElement.GroupElement--lumina--display {
  gap: var(--slds-g-spacing-3);
  padding-top: var(--slds-g-spacing-4);
  padding-bottom: var(--slds-g-spacing-4);
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
}
.GroupElement.GroupElement--lumina--display > .GroupElementHeader--lumina {
  font-size: var(--slds-g-font-scale-2);
  font-weight: var(--slds-g-font-weight-7);
  color: var(--slds-g-color-on-surface-2);
  padding: 0 var(--slds-g-spacing-4) var(--slds-g-spacing-4);
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  margin-bottom: var(--slds-g-spacing-1);
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] {
  padding-left: var(--slds-g-spacing-4);
  padding-right: var(--slds-g-spacing-4);
  flex-direction: row;
  align-items: baseline;
  gap: var(--slds-g-spacing-3);
  pointer-events: none;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"].DisabledControl {
  opacity: 1;
  pointer-events: none;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"].DisabledControl [class$="__label--lumina"],
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"].DisabledControl input,
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"].DisabledControl textarea {
  color: var(--slds-g-color-on-surface-2);
  -webkit-text-fill-color: var(--slds-g-color-on-surface-2);
  -webkit-opacity: 1;
  opacity: 1;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] > [class$="__label--lumina"] {
  flex: 1;
  text-align: left;
  margin-bottom: 0;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] > [class$="__inputWrapper--lumina"] {
  flex: 2;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  min-height: 0;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] input,
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] textarea {
  padding: 0;
  height: auto;
  min-height: 0;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] .SvgIconMask,
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] [class$="__clearIcon--lumina"],
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > [class*="--lumina"] [class$="__icon--lumina"] {
  display: none;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .Merger--lumina > .Merger__row--lumina {
  flex: 3;
  min-width: 0;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina {
  align-items: center;
  justify-content: flex-start;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__label--lumina {
  flex: 0 0 calc(40% - 4.8px);
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__toggle--lumina {
  box-shadow: none;
  flex: none;
  width: 39px;
  height: 20px;
  border-radius: 10px;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__toggle--lumina .CheckBox__thumb--lumina {
  width: 18px;
  height: 18px;
  top: 1px;
  left: 1px;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__toggle--lumina .CheckBox__checkIcon--lumina {
  width: 10px;
  height: 10px;
  left: 5px;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__toggle--lumina.CheckBox__toggle--checked .CheckBox__thumb--lumina {
  left: 20px;
}
.GroupElement.GroupElement--lumina--display > .GroupElement__gridItem--lumina > .CheckBox--lumina > .CheckBox__toggle--lumina.CheckBox__toggle--neutral .CheckBox__thumb--lumina {
  left: 10px;
}
.GroupElement.GroupElement--lumina--compact {
  gap: var(--slds-g-spacing-3);
}
.GroupElement.GroupElement--lumina--compact .DisabledControl {
  opacity: 1;
  pointer-events: none;
}
.GroupElement.GroupElement--lumina--compact input:disabled,
.GroupElement.GroupElement--lumina--compact textarea:disabled {
  -webkit-opacity: 1;
  opacity: 1;
}
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl [class$="__label--lumina"],
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl input,
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl textarea {
  color: var(--slds-g-color-on-surface-2);
  -webkit-text-fill-color: var(--slds-g-color-on-surface-2);
}
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl > [class$="__inputWrapper--lumina"] {
  border: none;
  border-bottom: var(--slds-g-sizing-border-1) solid var(--slds-g-color-border-1);
  border-radius: 0;
  background: transparent;
  height: var(--slds-g-sizing-7);
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: var(--slds-g-spacing-2);
}
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl .SvgIconMask,
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl [class$="__clearIcon--lumina"],
.GroupElement.GroupElement--lumina--compact [class*="--lumina"].DisabledControl [class$="__icon--lumina"] {
  display: none;
}
.GroupElement.GroupElement--lumina--compact .InputAreaMultiLine--lumina.DisabledControl > .InputAreaMultiLine__inputWrapper--lumina {
  height: auto;
  min-height: 40px;
  max-height: none;
}
.GroupElement.GroupElement--lumina--compact .CheckBox--lumina.DisabledControl > .CheckBox__label--lumina {
  color: var(--slds-g-color-on-surface-2);
}
.GroupElement.GroupElement--lumina--compact .Merger--lumina.DisabledControl > .Merger__label--lumina {
  color: var(--slds-g-color-on-surface-2);
}
.GroupedElementsArea.GroupedElementsArea--lumina {
  gap: var(--slds-g-spacing-4);
  box-sizing: border-box;
  padding: var(--slds-g-spacing-4);
}
@media only screen and (max-width: 479px) {
  .GroupedElementsArea.GroupedElementsArea--lumina {
    gap: 20px;
    padding: var(--slds-g-spacing-3);
  }
}
.GroupedElementsArea.GroupedElementsArea--lumina:has(.GroupElement--lumina--display) {
  padding: 0;
}
.FlyOut .GroupedElementsArea.GroupedElementsArea--lumina {
  padding: 0;
}
.MediaNavigationControl {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--slds-g-color-surface-container-2);
}
.MediaNavigationControl__media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MediaNavigationControl__chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--slds-g-color-border-1);
  background: var(--slds-g-color-surface-container-1);
}
.MediaNavigationControl__chevron--prev {
  left: var(--slds-g-spacing-6);
}
.MediaNavigationControl__chevron--next {
  right: var(--slds-g-spacing-6);
}
.MediaNavigationControl__chevronIcon {
  width: 1rem;
  height: 1rem;
  background-color: var(--slds-g-color-accent-1);
}
.MediaNavigationControl__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--slds-g-color-surface-container-2);
}
.MediaNavigationControl__spinner {
  width: 5rem;
  height: 5rem;
}
.MediaNavigationControl--inline {
  background: transparent;
  min-height: 20rem;
}
.AreaHeader {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  padding: var(--slds-g-spacing-4) var(--slds-g-spacing-4) 0;
}
@media only screen and (max-width: 479px) {
  .AreaHeader {
    padding: var(--slds-g-spacing-3) var(--slds-g-spacing-3) 0;
  }
}
.GroupedElementsArea.GroupedElementsArea--lumina > .AreaHeader {
  padding: 0;
}
.AreaHeader-title {
  font-family: var(--slds-g-font-family-base);
  font-weight: var(--slds-g-font-weight-7);
  font-size: var(--slds-g-font-scale-2);
  line-height: var(--slds-g-font-line-height-3);
  color: var(--slds-g-color-on-surface-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.AreaHeader-actions {
  display: flex;
  align-items: center;
  gap: var(--slds-g-spacing-4);
  flex-shrink: 0;
  margin-left: auto;
}
