/*
 * Application colors
 */
/*
 * Theme colors
 */
/*
 * Alert colors
 */
/*
 * Tokens for developers
 */
/*
 * Default page background;
 * UI Shell base color
 */
/*
 * Container color on $background;
 * Secondary page background
 */
/*
Container color on $layer-01
 */
/*
Container color on $layer-02
 */
/*
Primary icons
 */
/*

Inverse icon color
 */
/**
Primary text;
Body copy;
Headers;
Hover text color for --text-secondary
 */
/**
 * Secondary text;
 * Input labels
 */
/**
 * Placeholder text
 */
/**
Text on interactive colors;
Text on button colors
 */
/**
Tertiary text;
Help text
 */
/**
Error message text
 */
/**
Inverse text color
 */
/*
Default input fields;
Fields on $backgrounds
 */
/*
Secondary input fields;
Fields on $layer-01
 */
/*
Secondary input fields;
Fields on $layer-02
 */
/*
Hover color for $field-01
 */
/*
Hover color for $field-02
 */
/*
Hover color for $field-03
 */
/*
Primary icons
 */
/*

Inverse icon color
 */
/*
 * Skeleton color for text and UI elements
 */
/*
 * Skeleton color for containers
 */
/*
Selected UI elements
 */
/**
* Disabled fields;
* Disabled backgrounds;
* Disabled border
*/
/**
* Disabled elements on $disabled-01;
* Disabled label;
* Disabled text on $disabled-01;
* Disabled icons;
* Disabled border
*/
/**
* Disabled text on $disabled-02;
* Disabled icons on $disabled-02
*/
/**
* Primary links;
* Ghost button
*/
/**
Secondary link color for lower contrast backgrounds
 */
/**
* Secondary link color for lower contrast backgrounds
*/
/*
Subtle borders paired with $background
 */
/*
Subtle borders paired with $background
 */
/*
Subtle borders paired with $layer-01
 */
/*
Subtle borders paired with $layer-02
 */
/*
Subtle borders paired with $layer-03
 */
/*
Medium contrast border;
Border-bottom paired with $field-01;
3:1 AA non-text contrast
 */
/*
Medium contrast border;
Border-bottom paired with $field-02;
3:1 AA non-text contrast
 */
/*
Medium contrast border;
Border-bottom paired with $field-03;
3:1 AA non-text contrast
 */
/*
 * There are two body styles for productive and expressive moments. Productive styles have a suffix of -01 and expressive styles have a suffix of -02
 */
/*
 * Application colors
 */
/*
 * Theme colors
 */
/*
 * Alert colors
 */
/*
 * Tokens for developers
 */
/*
 * Default page background;
 * UI Shell base color
 */
/*
 * Container color on $background;
 * Secondary page background
 */
/*
Container color on $layer-01
 */
/*
Container color on $layer-02
 */
/*
Primary icons
 */
/*

Inverse icon color
 */
/**
Primary text;
Body copy;
Headers;
Hover text color for --text-secondary
 */
/**
 * Secondary text;
 * Input labels
 */
/**
 * Placeholder text
 */
/**
Text on interactive colors;
Text on button colors
 */
/**
Tertiary text;
Help text
 */
/**
Error message text
 */
/**
Inverse text color
 */
/*
Default input fields;
Fields on $backgrounds
 */
/*
Secondary input fields;
Fields on $layer-01
 */
/*
Secondary input fields;
Fields on $layer-02
 */
/*
Hover color for $field-01
 */
/*
Hover color for $field-02
 */
/*
Hover color for $field-03
 */
/*
Primary icons
 */
/*

Inverse icon color
 */
/*
 * Skeleton color for text and UI elements
 */
/*
 * Skeleton color for containers
 */
/*
Selected UI elements
 */
/**
* Disabled fields;
* Disabled backgrounds;
* Disabled border
*/
/**
* Disabled elements on $disabled-01;
* Disabled label;
* Disabled text on $disabled-01;
* Disabled icons;
* Disabled border
*/
/**
* Disabled text on $disabled-02;
* Disabled icons on $disabled-02
*/
/**
* Primary links;
* Ghost button
*/
/**
Secondary link color for lower contrast backgrounds
 */
/**
* Secondary link color for lower contrast backgrounds
*/
/*
Subtle borders paired with $background
 */
/*
Subtle borders paired with $background
 */
/*
Subtle borders paired with $layer-01
 */
/*
Subtle borders paired with $layer-02
 */
/*
Subtle borders paired with $layer-03
 */
/*
Medium contrast border;
Border-bottom paired with $field-01;
3:1 AA non-text contrast
 */
/*
Medium contrast border;
Border-bottom paired with $field-02;
3:1 AA non-text contrast
 */
/*
Medium contrast border;
Border-bottom paired with $field-03;
3:1 AA non-text contrast
 */
/*
 * There are two body styles for productive and expressive moments. Productive styles have a suffix of -01 and expressive styles have a suffix of -02
 */
* {
  box-sizing: border-box;
}

:host {
  font-family: var(--font-family-base, "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif);
}

::selection {
  color: var(--color-white, white);
  background: var(--color-primary, #0f62fe);
}

/* width */
::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width);
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb :hover {
  background: #555;
}

:host([hidden]) {
  display: none;
}

:host, :host([layer=background]) {
  --field: var(--field-01, #f4f4f4);
  --layer: var(--layer-01, #f4f4f4);
  --layer-hover: var(--layer-hover-01, #e8e8e8);
  --layer-accent: var(--layer-accent-01, #e0e0e0);
  --layer-selected: var(--layer-selected-01, #e0e0e0);
  --layer-selected-hover: var(--layer-selected-hover-01, #d1d1d1);
  --field-hover: var(--field-hover-01, #e8e8e8);
  --border-strong: var(--border-strong-01, #8d8d8d);
  --border-subtle: var(--border-subtle-00, #e0e0e0);
}

:host([layer="01"]) {
  --field: var(--field-02, white);
  --layer: var(--layer-02, white);
  --layer-hover: var(--layer-hover-02, #e8e8e8);
  --layer-accent: var(--layer-accent-02, #e0e0e0);
  --layer-selected: var(--layer-selected-02, #e0e0e0);
  --layer-selected-hover: var(--layer-selected-hover-02, #d1d1d1);
  --field-hover: var(--field-hover-02, #e8e8e8);
  --border-strong: var(--border-strong-02, #8d8d8d);
  --border-subtle: var(--border-subtle-01, #e0e0e0);
}

:host([layer="02"]) {
  --field: var(--field-03, #f4f4f4);
  --layer: var(--layer-03, #f4f4f4);
  --layer-hover: var(--layer-hover-03, #e8e8e8);
  --layer-accent: var(--layer-accent-03, #e0e0e0);
  --layer-selected: var(--layer-selected-03, #e0e0e0);
  --layer-selected-hover: var(--layer-selected-hover-03, #d1d1d1);
  --field-hover: var(--field-hover-03, #e8e8e8);
  --border-strong: var(--border-strong-03, #8d8d8d);
  --border-subtle: var(--border-subtle-02, #e0e0e0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: var(--skeleton-background, #e8e8e8);
  box-shadow: none;
  pointer-events: none;
}
.skeleton::before {
  position: absolute;
  animation: 3000ms ease-in-out skeleton infinite;
  background: var(--skeleton-element, #c6c6c6);
  block-size: 100%;
  content: "";
  inline-size: 100%;
  will-change: transform-origin, transform, opacity;
}

@keyframes skeleton {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
:host {
  display: inline-block;
}

.tab {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.5rem;
}
.tab .native-button {
  height: 100%;
  background: transparent;
  cursor: pointer;
  color: var(--text-secondary, #525252);
  z-index: var(--z-index-button, 0);
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
.tab .native-button .slot-container {
  display: flex;
}
.tab .native-button .tab-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
  gap: var(--spacing-02, 0.25rem);
  padding: 0 1rem;
  font-family: var(--body-compact-01-font-family, IBM Plex Sans, Helvetica Neue, Arial, sans-serif);
  font-size: var(--body-compact-01-font-size, 0.875rem);
  font-weight: var(--body-compact-01-font-weight, 400);
  line-height: var(--body-compact-01-line-height, 1.125rem);
  letter-spacing: var(--body-compact-01-letter-spacing, 0.16px);
}
.tab .tab-background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tab:hover .native-button {
  color: var(--text-primary, #161616);
  border-bottom-color: var(--border-strong);
}
.tab.disabled .native-button {
  cursor: not-allowed;
  color: var(--text-disabled, rgba(22, 22, 22, 0.25));
}
.tab:not(.has-content) .slot-container {
  display: none;
}
.tab.selected .native-button {
  color: var(--text-primary, #161616);
}
.tab.selected .tab-content {
  font-family: var(--heading-compact-01-font-family, IBM Plex Sans, Helvetica Neue, Arial, sans-serif);
  font-size: var(--heading-compact-01-font-size, 0.875rem);
  font-weight: var(--heading-compact-01-font-weight, 600);
  line-height: var(--heading-compact-01-line-height, 1.125rem);
  letter-spacing: var(--heading-compact-01-letter-spacing, 0.16px);
}

/**
 * Tab variant definitions - bottom line
 */
.tab.type-default .native-button {
  border-bottom: 2px solid var(--border-subtle);
}
.tab.type-default .native-button .tab-content {
  border: 2px solid transparent;
  border-bottom: 0;
}
.tab.type-default .tab-background {
  background: transparent;
}
.tab.type-default.selected .native-button {
  border-bottom-color: var(--border-interactive, #0f62fe);
}
.tab.type-default.has-focus:not(.active) .native-button {
  border-bottom-color: var(--border-interactive, #0f62fe);
}
.tab.type-default.has-focus:not(.active) .tab-content {
  border-color: var(--border-interactive, #0f62fe);
}
.tab.type-default.disabled .native-button {
  border-bottom-color: var(--border-disabled, #c6c6c6) !important;
}
.tab.type-default.disabled.has-focus:not(.active) .tab-content {
  border-color: transparent !important;
}

.tab.type-contained .native-button {
  border-right: 1px solid var(--border-strong);
  border-top: 2px solid transparent;
}
.tab.type-contained .native-button .tab-content {
  border: 2px solid transparent;
  border-top: 0;
}
.tab.type-contained .tab-background {
  background: var(--layer-accent);
}
.tab.type-contained.selected .native-button {
  border-right-color: transparent;
  border-top-color: var(--border-interactive);
}
.tab.type-contained.selected .tab-background {
  background: var(--layer);
}
.tab.type-contained.has-focus:not(.active) .native-button {
  border-top-color: var(--border-interactive);
}
.tab.type-contained.has-focus:not(.active) .tab-content {
  border-color: var(--border-interactive);
}
.tab.type-contained.disabled .tab-background {
  background: var(--button-disabled) !important;
}

.tab.type-contained-bottom .native-button {
  border-right: 1px solid var(--border-strong);
  border-bottom: 2px solid transparent;
}
.tab.type-contained-bottom .native-button .tab-content {
  border: 2px solid transparent;
  border-bottom: 0;
}
.tab.type-contained-bottom .tab-background {
  background: var(--layer-accent);
}
.tab.type-contained-bottom.selected .native-button {
  border-right-color: transparent;
  border-bottom-color: var(--border-interactive);
}
.tab.type-contained-bottom.selected .tab-background {
  background: var(--layer);
}
.tab.type-contained-bottom.has-focus:not(.active) .native-button {
  border-bottom-color: var(--border-interactive);
}
.tab.type-contained-bottom.has-focus:not(.active) .tab-content {
  border-color: var(--border-interactive);
}
.tab.type-contained-bottom.disabled .tab-background {
  background: var(--button-disabled) !important;
}

:host(.last-tab), :host(.previous-tab) {
  /**
    * Color Variants
    */
}
:host(.last-tab) .tab.type-contained .native-button, :host(.last-tab) .tab.type-contained-bottom .native-button, :host(.previous-tab) .tab.type-contained .native-button, :host(.previous-tab) .tab.type-contained-bottom .native-button {
  border-right: 0;
}
:host(.last-tab) :host(.color-primary) .tab, :host(.previous-tab) :host(.color-primary) .tab {
  --tab-color: var(--color-primary, #0f62fe);
}
:host(.last-tab) :host(.color-secondary) .tab, :host(.previous-tab) :host(.color-secondary) .tab {
  --tab-color: var(--color-secondary, #726e6e);
}
:host(.last-tab) :host(.color-success) .tab, :host(.previous-tab) :host(.color-success) .tab {
  --tab-color: var(--color-success, #198038);
}
:host(.last-tab) :host(.color-error) .tab, :host(.previous-tab) :host(.color-error) .tab {
  --tab-color: var(--color-error, #da1e28);
}
:host(.last-tab) :host(.color-info) .tab, :host(.previous-tab) :host(.color-info) .tab {
  --tab-color: var(--color-info, #0f62fe);
}
:host(.last-tab) :host(.color-warning) .tab, :host(.previous-tab) :host(.color-warning) .tab {
  --tab-color: var(--color-warning, #8e6a00);
}
:host(.last-tab) :host(.color-brand-primary) .tab, :host(.previous-tab) :host(.color-brand-primary) .tab {
  --tab-color: var(--color-brand-primary, #0f62fe);
}
:host(.last-tab) :host(.color-brand-secondary) .tab, :host(.previous-tab) :host(.color-brand-secondary) .tab {
  --tab-color: var(--color-brand-secondary, #726e6e);
}
:host(.last-tab) :host(.color-custom-01) .tab, :host(.previous-tab) :host(.color-custom-01) .tab {
  --tab-color: var(--color-custom-01, );
}
:host(.last-tab) :host(.color-custom-02) .tab, :host(.previous-tab) :host(.color-custom-02) .tab {
  --tab-color: var(--color-custom-02, );
}
:host(.last-tab) :host(.color-custom-03) .tab, :host(.previous-tab) :host(.color-custom-03) .tab {
  --tab-color: var(--color-custom-03, );
}