.tcg-base-overlay{position:absolute;pointer-events:initial}.tcg-base-overlay.is-disabled{position:static}.tcg-base-dropdown{font-family:var(--tcg-typography-base-font-family, "Inter", Arial, sans-serif);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:initial;list-style:none;margin:0;padding:0;background-color:var(--tcg-component-base-dropdown-background-color, var(--tcg-colors-surface-background-default, #ffffff));border-radius:var(--tcg-component-base-dropdown-border-radius, var(--tcg-border-radius-md, 8px));box-shadow:var(--tcg-elevation-sm, 0px 2px 12px -4px rgba(0, 0, 0, .18));color:var(--tcg-component-base-dropdown-color, var(--tcg-colors-surface-text-primary, #121212));display:none;left:0;max-height:calc(var(--tcg-component-base-dropdown-padding-y, var(--tcg-spacer-2xs, .5rem)) * 2 + (var(--tcg-component-base-dropdown-item-padding-y, var(--tcg-spacer-2xs, .5rem)) * 2 + 1.5rem) * var(--tcg-component-base-dropdown-max-items, 6));max-width:100vw;min-width:var(--tcg-component-base-dropdown-min-width, 240px);overflow:auto;padding:var(--tcg-component-base-dropdown-padding-y, var(--tcg-spacer-2xs, .5rem)) var(--tcg-component-base-dropdown-padding-x, var(--tcg-spacer-2xs, .5rem));position:absolute;top:calc(100% + var(--tcg-component-base-dropdown-offset-y, var(--tcg-spacer-2xs, .5rem)));z-index:2}.tcg-base-dropdown:focus-visible{box-shadow:var(--tcg-focus, 0 0 0 2px #ffffff, 0 0 0 4px #000000);outline:none}.tcg-base-dropdown__item{align-items:center;border-radius:var(--tcg-component-base-dropdown-border-radius, var(--tcg-border-radius-md, 8px));display:flex;margin-bottom:var(--tcg-spacer-2xs, .5rem);padding:var(--tcg-component-base-dropdown-item-padding-y, var(--tcg-spacer-2xs, .5rem)) var(--tcg-component-base-dropdown-item-padding-x, var(--tcg-spacer-sm, 1rem));position:relative;transition:.35s}.tcg-base-dropdown__item:hover,.tcg-base-dropdown__item.is-focused{background-color:var(--tcg-component-base-dropdown-item-hover-background-color, var(--tcg-colors-surface-background-alt, #f7f7f8));color:var(--tcg-component-base-dropdown-item-hover-color, var(--tcg-colors-surface-text-primary, #121212))}.tcg-base-dropdown__item.is-focused{box-shadow:var(--tcg-focus, 0 0 0 2px #ffffff, 0 0 0 4px #000000);outline:none;z-index:1}.tcg-base-dropdown__item.is-selected:not(.is-disabled){background-color:var(--tcg-component-base-dropdown-item-selected-background-color, var(--tcg-colors-surface-background-highlight, #f8fbff));color:var(--tcg-component-base-dropdown-item-selected-color, var(--tcg-colors-surface-text-highlight, #121212))}.tcg-base-dropdown__item.is-selected:not(.is-disabled) .tcg-base-dropdown__checkbox{color:var(--tcg-colors-surface-text-link, #0835db);background-color:currentColor;border-color:currentColor}.tcg-base-dropdown__item.is-selected:not(.is-disabled) .tcg-base-dropdown__checkbox:before{background-image:url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L3.5 4.5L1.5 2.5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' style='stroke: var(--tcg-colors-surface-background-default, %23ffffff);'/%3E%3C/svg%3E%0A")}.tcg-base-dropdown__item.is-selected:not(.is-disabled) .tcg-base-dropdown__checkmark{display:inline-flex}.tcg-base-dropdown__item.is-disabled{background-color:transparent;color:var(--tcg-colors-surface-text-subdued, #5e616c)}.tcg-base-dropdown__item a{color:inherit;text-decoration:none}.tcg-base-dropdown__item-content{flex-grow:1}.tcg-base-dropdown__checkbox{border-radius:var(--tcg-component-input-checkbox-border-radius, .1875rem);border:var(--tcg-component-input-checkbox-border-width, .125rem) solid var(--tcg-component-input-checkbox-border-color, var(--tcg-colors-surface-text-default, #000000));cursor:pointer;display:block;height:var(--tcg-component-input-checkbox-size, .875rem);transition:.25s;position:relative;width:var(--tcg-component-input-checkbox-size, .875rem);margin-right:var(--tcg-spacer-sm, 1rem)}.tcg-base-dropdown__checkbox:before{background-position:center;background-repeat:no-repeat;background-size:100%;content:"";height:100%;position:absolute;width:100%}.tcg-base-dropdown__checkmark{color:var(--tcg-colors-surface-text-link, #0835db);display:none}.tcg-base-dropdown.is-open{display:block}.tcg-base-dropdown.tcg-base-dropdown--vertical-position-top{bottom:calc(100% + var(--tcg-component-base-dropdown-offset-y, var(--tcg-spacer-2xs, .5rem)));top:auto}.tcg-base-dropdown.tcg-base-dropdown--vertical-position-bottom{bottom:auto;top:calc(100% + var(--tcg-component-base-dropdown-offset-y, var(--tcg-spacer-2xs, .5rem)))}.tcg-base-dropdown.tcg-base-dropdown--horizontal-position-left{left:0;right:auto}.tcg-base-dropdown.tcg-base-dropdown--horizontal-position-right{left:auto;right:0}.tcg-base-dropdown.is-teleported{left:0!important;right:auto}.tcg-breadcrumbs-item{align-items:center;display:inline-flex;flex:0 0 auto}.tcg-breadcrumbs-item__divider{margin-left:var(--tcg-component-breadcrumbs-divider-spacing, var(--tcg-spacer-2xs, .5rem));margin-right:var(--tcg-component-breadcrumbs-divider-spacing, var(--tcg-spacer-2xs, .5rem))}.tcg-breadcrumbs-item__non-link{color:var(--tcg-component-breadcrumbs-inactive-item-color, var(--tcg-colors-surface-text-subdued, #5e616c));transition:.25s}.tcg-breadcrumbs-item__link{color:var(--tcg-component-breadcrumbs-inactive-item-color, var(--tcg-colors-surface-text-subdued, #5e616c));text-decoration:underline;transition:.25s}.tcg-breadcrumbs-item__link:hover{color:var(--tcg-component-breadcrumbs-inactive-item-hover-color, var(--tcg-colors-surface-text-link, #0835db))}.tcg-breadcrumbs-item__link:focus-visible{box-shadow:var(--tcg-focus, 0 0 0 2px #ffffff, 0 0 0 4px #000000);outline:none}.tcg-breadcrumbs-item.is-active{display:inline}.tcg-breadcrumbs-item.is-active .tcg-breadcrumbs-item__non-link,.tcg-breadcrumbs-item.is-active .tcg-breadcrumbs-item__link{color:var(--tcg-component-breadcrumbs-active-item-color, var(--tcg-colors-surface-text-default, #000000));font-weight:var(--tcg-component-breadcrumbs-active-item-font-weight, 700);text-decoration:none}.tcg-breadcrumbs-item.is-active .tcg-breadcrumbs-item__link:hover{color:var(--tcg-component-breadcrumbs-active-item-hover-color, var(--tcg-colors-surface-text-link, #0835db))}.tcg-breadcrumbs{font-family:var(--tcg-typography-base-font-family, "Inter", Arial, sans-serif);font-size:.8rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:initial;max-width:100%;white-space:nowrap}.tcg-breadcrumbs__list{list-style:none;margin:0;padding:0;align-items:center;display:flex}.tcg-breadcrumbs__non-active-item-container{align-items:center;display:flex}.tcg-breadcrumbs__items{flex-grow:1;overflow:hidden}.tcg-breadcrumbs__dropdown-item{align-items:center;display:inline-flex;position:relative}.tcg-breadcrumbs__divider{margin-left:var(--tcg-component-breadcrumbs-divider-spacing, var(--tcg-spacer-2xs, .5rem));margin-right:var(--tcg-component-breadcrumbs-divider-spacing, var(--tcg-spacer-2xs, .5rem))}.tcg-breadcrumbs.is-multiline .tcg-breadcrumbs__list{flex-wrap:wrap}.tcg-breadcrumbs.is-multiline .tcg-breadcrumbs__active-item{white-space:normal;width:100%}.tcg-breadcrumbs.is-fully-collapsed:not(.is-multiline) .tcg-breadcrumbs__active-item{display:block;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.tcg-breadcrumbs.is-wrap-active:not(.is-multiline) .tcg-breadcrumbs__list{flex-wrap:wrap}.tcg-breadcrumbs.is-wrap-active:not(.is-multiline) .tcg-breadcrumbs__active-item{white-space:normal}
