/* bdui-component.css?file=renderer/ButtonInlineRenderer/ButtonInlineRenderer.styl */
.bdui_component_container4 {
  display: flex;
  width: 100%;
  min-width: 0;
}
.bdui_component_custom-colors2 {
  --button-inline-custom-color: var(--color-text_color-light);
  --button-inline-custom-icon-left-color: var(--color-icon_color-light, var(--button-inline-custom-color));
  --button-inline-custom-icon-right-color: var(--color-icon_color-light, var(--button-inline-custom-color));
  --button-inline-custom-loader-color: var(var(--color-loader_color-light), var(--button-inline-custom-color));
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_custom-colors2 {
    --button-inline-custom-color: var(--color-text_color-dark);
    --button-inline-custom-icon-left-color: var(--color-icon_color-dark, var(--button-inline-custom-color));
    --button-inline-custom-icon-right-color: var(--color-icon_color-dark, var(--button-inline-custom-color));
    --button-inline-custom-loader-color: var(var(--color-loader_color-dark), var(--button-inline-custom-color));
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_custom-colors2 {
  --button-inline-custom-color: var(--color-text_color-dark);
  --button-inline-custom-icon-left-color: var(--color-icon_color-dark, var(--button-inline-custom-color));
  --button-inline-custom-icon-right-color: var(--color-icon_color-dark, var(--button-inline-custom-color));
  --button-inline-custom-loader-color: var(var(--color-loader_color-dark), var(--button-inline-custom-color));
}

/* bdui-component.css?file=renderer/ButtonRenderer/ButtonRenderer.styl */
.bdui_component_container5 {
  display: flex;
  width: 100%;
  min-width: 0;
}
.bdui_component_custom-colors3 {
  --button-custom-text-color: var(--color-text_color-light);
  --button-custom-icon-left-color: var(--color-icon_color-light, var(--button-custom-text-color));
  --button-custom-icon-right-color: var(--color-icon_color-light, var(--button-custom-text-color));
  --button-custom-loader-color: var(var(--color-loader_color-light), var(--button-custom-text-color));
  --button-custom-background-color: var(--color-background_color-light);
  --button-custom-overlay-color: var(var(--color-overlay_color-light), var(--button-custom-text-color));
  --button-custom-shimmer-color: var(var(--color-shimmer_color-light), var(--button-custom-overlay-color));
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_custom-colors3 {
    --button-custom-text-color: var(--color-text_color-dark);
    --button-custom-icon-left-color: var(--color-icon_color-dark, var(--button-custom-text-color));
    --button-custom-icon-right-color: var(--color-icon_color-dark, var(--button-custom-text-color));
    --button-custom-loader-color: var(var(--color-loader_color-dark), var(--button-custom-text-color));
    --button-custom-background-color: var(--color-background_color-dark);
    --button-custom-overlay-color: var(var(--color-overlay_color-dark), var(--button-custom-text-color));
    --button-custom-shimmer-color: var(var(--color-shimmer_color-dark), var(--button-custom-overlay-color));
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_custom-colors3 {
  --button-custom-text-color: var(--color-text_color-dark);
  --button-custom-icon-left-color: var(--color-icon_color-dark, var(--button-custom-text-color));
  --button-custom-icon-right-color: var(--color-icon_color-dark, var(--button-custom-text-color));
  --button-custom-loader-color: var(var(--color-loader_color-dark), var(--button-custom-text-color));
  --button-custom-background-color: var(--color-background_color-dark);
  --button-custom-overlay-color: var(var(--color-overlay_color-dark), var(--button-custom-text-color));
  --button-custom-shimmer-color: var(var(--color-shimmer_color-dark), var(--button-custom-overlay-color));
}

/* bdui-component.css?file=renderer/DropdownRenderer/DropdownRenderer.styl */
.bdui_component_menu {
  margin: -12px -0px;
}
.bdui_component_menu > * {
  margin: 12px 0;
}
.bdui_component_menu-custom-vars {
  --popup-z-index: 3200;
}

/* bdui-component.css?file=renderer/IconRenderer/IconRenderer.styl */
.bdui_component_container3 {
  display: flex;
  min-width: 0;
  color: var(--color-light);
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_container3 {
    color: var(--color-dark);
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_container3 {
  color: var(--color-dark);
}

/* bdui-component.css?file=renderer/ShortcutMenuRenderer/ShortcutMenuRenderer.styl */
.bdui_component_container6 {
  display: flex;
  min-width: 0;
}

/* bdui-component.css?file=../ui/components/RichText/renderer/BaseRenderer.styl */
.bdui_component_richTextContainer {
  margin: 4px 0;
}
.bdui_component_richTextContainer.bdui_component___first {
  margin-top: 0;
}
.bdui_component_richTextContainer.bdui_component___last {
  margin-bottom: 0;
}
.bdui_component_font.bdui_component___bold {
  font-weight: 700;
}
.bdui_component_font.bdui_component___italic {
  font-style: italic;
}
.bdui_component_font.bdui_component___underline {
  text-decoration: underline;
}
.bdui_component_font.bdui_component___line-through {
  text-decoration: line-through;
}
.bdui_component_font.bdui_component___underline_line-through {
  text-decoration: underline line-through;
}
.bdui_component_font.bdui_component___monospaced {
  font-family:
    ui-monospace,
    SFMono-Regular,
    SF Mono,
    Menlo,
    Consolas,
    Liberation Mono,
    monospace;
}
.bdui_component_color {
  color: var(--color-light);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_color {
    color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_color,
:root.ds-colors.dark-theme .bdui_component_color {
  color: var(--color-dark);
}

/* bdui-component.css?file=../ui/components/RichText/renderer/GroupRefRenderer/GroupRefRenderer.styl */
.bdui_component_container7 {
  position: relative;
  display: inline;
  z-index: 1;
}
.bdui_component_link2 {
  --text-link-custom-color: var(--color-light);
  --text-link-hover-custom-color: var(--text-link-custom-color);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_link2 {
    --text-link-custom-color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_link2,
:root.ds-colors.dark-theme .bdui_component_link2 {
  --text-link-custom-color: var(--color-dark);
}

/* bdui-component.css?file=../ui/components/RichText/renderer/HashTagRenderer/HashTagRenderer.styl */
.bdui_component_container {
  position: relative;
  display: inline;
  cursor: pointer;
  z-index: 1;
}
.bdui_component_container:hover {
  text-decoration: underline;
  color: var(--color-light);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_container:hover {
    color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_container:hover,
:root.ds-colors.dark-theme .bdui_component_container:hover {
  color: var(--color-dark);
}
.bdui_component_link3 {
  --text-link-custom-color: var(--color-light);
  --text-link-hover-custom-color: var(--text-link-custom-color);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_link3 {
    --text-link-custom-color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_link3,
:root.ds-colors.dark-theme .bdui_component_link3 {
  --text-link-custom-color: var(--color-dark);
}

/* bdui-component.css?file=../ui/components/RichText/renderer/LinkRenderer/LinkRenderer.styl */
.bdui_component_link4 {
  position: relative;
  z-index: 1;
  --text-link-custom-color: var(--color-light);
  --text-link-hover-custom-color: var(--text-link-custom-color);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_link4 {
    --text-link-custom-color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_link4,
:root.ds-colors.dark-theme .bdui_component_link4 {
  --text-link-custom-color: var(--color-dark);
}

/* bdui-component.css?file=../ui/components/RichText/renderer/OListRenderer/OListRenderer.styl */
.bdui_component_container2 {
  margin: 12px 0;
  padding: 0;
  padding-inline-start: 40px;
}
.bdui_component_container2.bdui_component___padding-1 {
  padding-inline-start: 2ch;
}
.bdui_component_container2.bdui_component___padding-2 {
  padding-inline-start: 3ch;
}
.bdui_component_container2.bdui_component___padding-3 {
  padding-inline-start: 4ch;
}

/* bdui-component.css?file=../ui/components/RichText/renderer/QuoteRenderer/QuoteRenderer.styl */
.bdui_component_container8 {
  padding-left: 8px;
  border-left: 2px solid var(--color_secondary);
  font-style: italic;
}

/* bdui-component.css?file=../ui/components/RichText/renderer/TextRenderer/TextRenderer.styl */
.bdui_component_text2 {
  --text-core-color: initial;
}

/* bdui-component.css?file=../ui/components/RichText/renderer/UListRenderer/UListRenderer.styl */
.bdui_component_container9 {
  margin: 12px 0;
  padding: 0;
  padding-inline-start: 2ch;
  list-style: disc;
}

/* bdui-component.css?file=../ui/components/RichText/renderer/UserRefRenderer/UserRefRenderer.styl */
.bdui_component_container10 {
  position: relative;
  display: inline;
  z-index: 1;
}
.bdui_component_link5 {
  --text-link-custom-color: var(--color-light);
  --text-link-hover-custom-color: var(--text-link-custom-color);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_link5 {
    --text-link-custom-color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_link5,
:root.ds-colors.dark-theme .bdui_component_link5 {
  --text-link-custom-color: var(--color-dark);
}

/* bdui-component.css?file=../ui/components/RichText/renderer/ClosingTokenRenderer/ClosingTokenRenderer.styl */
.bdui_component_container11 {
  --background: var(--color_surface);
  position: absolute;
  background-color: var(--background);
  z-index: 1;
  pointer-events: none;
}
.bdui_component_fade2 {
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  background:
    linear-gradient(
      to left,
      var(--background),
      transparent);
}
.bdui_component_text {
  --text-color: var(--color-light);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_text {
    --text-color: var(--color-dark);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_text,
:root.ds-colors.dark-theme .bdui_component_text {
  --text-color: var(--color-dark);
}

/* bdui-component.css?file=renderer/TextRenderer/TextRenderer.styl */
.bdui_component_container12 {
  width: 100%;
  position: relative;
}
.bdui_component_component {
  --text-color: var(--color-light);
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_component {
    --text-color: var(--color-dark);
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_component {
  --text-color: var(--color-dark);
}

/* bdui-component.css?file=renderer/UniCellRenderer/UniCellRenderer.styl */
.bdui_component_container13 {
  --uni-cell-padding-left: 0px;
  --uni-cell-padding-right: 0px;
  --uni-cell-padding-top: 0px;
  --uni-cell-padding-bottom: 0px;
}

/* bdui-component.css?file=../ui/components/Link/Link.styl */
.bdui_component_link {
  text-decoration: none;
}
.bdui_component_link:hover {
  text-decoration: underline;
}
.bdui_component_link.bdui_component___primary {
  color: var(--color_main);
}
.bdui_component_link.bdui_component___secondary {
  color: var(--color_secondary);
}
.bdui_component_link.bdui_component___active {
  color: var(--color_orange);
}
.bdui_component_link.bdui_component___black {
  color: var(--color_main);
}
.bdui_component_link.bdui_component___white {
  color: var(--color_white);
}
.bdui_component_link.bdui_component___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.bdui_component_link.bdui_component___orange:hover {
  color: var(--color_action_active_new);
}
.bdui_component_link.bdui_component___none {
  text-decoration: none;
  cursor: auto;
}
.bdui_component_link.bdui_component___none:hover {
  color: inherit;
  text-decoration: none;
}
.bdui_component_link.bdui_component___no-text-decor,
.bdui_component_link.bdui_component___no-text-decor:hover {
  text-decoration: none;
}

/* bdui-component.css?file=renderer/LinkRenderer/LinkRenderer.styl */
.bdui_component_link6 {
  min-width: 0;
}
.bdui_component_link6.bdui_component___wrap {
  display: block;
  height: 100%;
  width: 100%;
}
.bdui_component_link6 * {
  text-decoration: inherit;
}

/* bdui-component.css?file=renderer/DividerRenderer/DividerRenderer.styl */
.bdui_component_container14 {
  width: 100%;
}
.bdui_component_custom-vars {
  --divider-padding-top: 0;
  --divider-padding-right: 0;
  --divider-padding-bottom: 0;
  --divider-padding-left: 0;
}

/* bdui-component.css?file=renderer/TagRenderer/TagRenderer.styl */
.bdui_component_container15 {
  display: flex;
  width: 100%;
  min-width: 0;
}
.bdui_component_custom-colors {
  --tag-custom-color: var(--color-text_color-light);
  --tag-custom-background-color: var(--color-background_color-light);
  --tag-custom-icon-color: var(--color-icon_color-light);
  --tag-custom-stroke-color: var(--color-stroke_color-light);
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_custom-colors {
    --tag-custom-color: var(--color-text_color-dark);
    --tag-custom-background-color: var(--color-background_color-dark);
    --tag-custom-icon-color: var(--color-icon_color-dark);
    --tag-custom-stroke-color: var(--color-stroke_color-dark);
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_custom-colors {
  --tag-custom-color: var(--color-text_color-dark);
  --tag-custom-background-color: var(--color-background_color-dark);
  --tag-custom-icon-color: var(--color-icon_color-dark);
  --tag-custom-stroke-color: var(--color-stroke_color-dark);
}
.bdui_component_custom-colors.bdui_component___state-enabled {
  --tag-custom-hover-color: var(--color-text_hover_color-light);
}
.bdui_component_custom-colors.bdui_component___state-enabled:hover {
  --tag-custom-color: var(--tag-custom-hover-color, var(--color-text_color-light));
  color: var(--tag-color);
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_custom-colors.bdui_component___state-enabled {
    --tag-custom-hover-color: var(--color-text_hover_color-dark);
  }
  [data-bdui-root=true]:not([data-bdui-theme=light]) .bdui_component_custom-colors.bdui_component___state-enabled:hover {
    --tag-custom-color: var(--tag-custom-hover-color, var(--color-text_color-dark));
  }
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_custom-colors.bdui_component___state-enabled {
  --tag-custom-hover-color: var(--color-text_hover_color-dark);
}
[data-bdui-root=true][data-bdui-theme=dark] .bdui_component_custom-colors.bdui_component___state-enabled:hover {
  --tag-custom-color: var(--tag-custom-hover-color, var(--color-text_color-dark));
}

/* bdui-component.css?file=../ui/components/Icon/Icon.styl */
.bdui_component_icon {
  display: inline-block;
}
.bdui_component_icon > svg {
  display: block;
}
.bdui_component_icon.bdui_component___is-flipped {
  transform: scaleX(-1);
}
.bdui_component_icon.bdui_component___margin-right {
  margin-right: 4px;
}
.bdui_component_icon.bdui_component___margin-left {
  margin-left: 4px;
}
.bdui_component_icon.bdui_component___size-8 {
  width: 8px;
  height: 8px;
}
.bdui_component_icon.bdui_component___size-10 {
  width: 10px;
  height: 10px;
}
.bdui_component_icon.bdui_component___size-12 {
  width: 12px;
  height: 12px;
}
.bdui_component_icon.bdui_component___size-16 {
  width: 16px;
  height: 16px;
}
.bdui_component_icon.bdui_component___size-18 {
  width: 18px;
  height: 18px;
}
.bdui_component_icon.bdui_component___size-20 {
  width: 20px;
  height: 20px;
}
.bdui_component_icon.bdui_component___size-24 {
  width: 24px;
  height: 24px;
}
.bdui_component_icon.bdui_component___size-26 {
  width: 26px;
  height: 26px;
}
.bdui_component_icon.bdui_component___size-28 {
  width: 28px;
  height: 28px;
}
.bdui_component_icon.bdui_component___size-32 {
  width: 32px;
  height: 32px;
}
.bdui_component_icon.bdui_component___size-36 {
  width: 36px;
  height: 36px;
}
.bdui_component_icon.bdui_component___size-40 {
  width: 40px;
  height: 40px;
}
.bdui_component_icon.bdui_component___size-44 {
  width: 44px;
  height: 44px;
}
.bdui_component_icon.bdui_component___size-48 {
  width: 48px;
  height: 48px;
}
.bdui_component_icon.bdui_component___size-54 {
  width: 54px;
  height: 54px;
}
.bdui_component_icon.bdui_component___size-56 {
  width: 56px;
  height: 56px;
}
.bdui_component_icon.bdui_component___size-60 {
  width: 60px;
  height: 60px;
}
.bdui_component_icon.bdui_component___size-64 {
  width: 64px;
  height: 64px;
}
.bdui_component_icon.bdui_component___size-80 {
  width: 80px;
  height: 80px;
}
.bdui_component_icon.bdui_component___size-96 {
  width: 96px;
  height: 96px;
}
.bdui_component_icon.bdui_component___size-100 {
  width: 100px;
  height: 100px;
}
.bdui_component_icon.bdui_component___size-120 {
  width: 120px;
  height: 120px;
}
.bdui_component_icon.bdui_component___size-128 {
  width: 128px;
  height: 128px;
}
.bdui_component_icon.bdui_component___size-132 {
  width: 132px;
  height: 132px;
}
.bdui_component_icon.bdui_component___size-144 {
  width: 144px;
  height: 144px;
}
.bdui_component_icon.bdui_component___size-152 {
  width: 152px;
  height: 152px;
}
.bdui_component_icon.bdui_component___size-160 {
  width: 160px;
  height: 160px;
}
.bdui_component_icon.bdui_component___size-176 {
  width: 176px;
  height: 176px;
}
.bdui_component_icon.bdui_component___size-208 {
  width: 208px;
  height: 208px;
}
.bdui_component_icon.bdui_component___size-240 {
  width: 240px;
  height: 240px;
}
.bdui_component_icon.bdui_component___size-288 {
  width: 288px;
  height: 288px;
}
.bdui_component_icon.bdui_component___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* bdui-component.css?file=../ui/components/UncensorArea/UncensorArea.styl */
.bdui_component_uncensor-area {
  background: var(--color_main-012);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--color_white);
}
.bdui_component_uncensor-area .bdui_component_uncensor-area-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.bdui_component_uncensor-area .bdui_component_uncensor-area-content .bdui_component_uncensor-icon {
  display: block;
  width: 10%;
  max-width: 30px;
  height: 10%;
  max-height: 30px;
  margin: 0 auto 8px;
}
.bdui_component_uncensor-area .bdui_component_uncensor-area-content .bdui_component_uncensor-icon.bdui_component___without-text {
  width: 27%;
  margin-bottom: 0;
}
.bdui_component_warning-text-sensitive {
  max-width: 300px;
  font-size: initial;
  fill: var(--color_white);
}

/* bdui-component.css?file=renderer/MediaRenderer/MediaRenderer.styl */
.bdui_component_container16 {
  position: relative;
  width: 100%;
  height: 100%;
}
.bdui_component_custom-vars2 {
  --corner-radius: var(--media-renderer-corner-radius);
}
.bdui_component_blur-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: default;
}
.bdui_component_blur-wrapper {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.bdui_component_media-container {
  width: 100%;
  height: 100%;
}
.bdui_component_media-container.bdui_component___hidden {
  visibility: hidden;
}
.bdui_component_blur-img {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(25px);
  transform: scale(1.6);
}
.bdui_component_unibox-custom-vars {
  --uni-box-main-padding-top: 0px;
  --uni-box-main-padding-right: 0px;
  --uni-box-main-padding-bottom: 0px;
  --uni-box-main-padding-left: 0px;
}

/* bdui-component.css?file=../ui/components/Button/ButtonClean.styl */
.bdui_component_button-clean {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.bdui_component_button-clean:focus-visible {
  outline: var(--focus-outline);
}

/* bdui-component.css?file=../ui/components/HorizontalScrollControls/HorizontalScrollControls.styl */
.bdui_component_prev,
.bdui_component_next {
  position: absolute;
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
  transition:
    visibility .45s,
    opacity .45s,
    background .3s;
}
.bdui_component_prev.bdui_component___classic,
.bdui_component_next.bdui_component___classic {
  top: 0;
  bottom: 0;
  width: 32px;
  background: #ffffffbf;
}
.bdui_component_prev.bdui_component___classic:before,
.bdui_component_next.bdui_component___classic:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 38px;
  margin: -19px 0 0 -8px;
  background: url("./arrows-o-WKR25MAC.png") 0 0 no-repeat;
  content: "";
}
.bdui_component_prev.bdui_component___classic:hover,
.bdui_component_next.bdui_component___classic:hover {
  background: #fffc;
}
.bdui_component_prev.bdui_component___circle,
.bdui_component_next.bdui_component___circle {
  top: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color_white);
  box-shadow: 0 4px 8px #00000014;
  transform: translateY(-50%);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_prev.bdui_component___circle,
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_next.bdui_component___circle {
    background: var(--color_gray-6);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_prev.bdui_component___circle,
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_next.bdui_component___circle,
:root.ds-colors.dark-theme .bdui_component_prev.bdui_component___circle,
:root.ds-colors.dark-theme .bdui_component_next.bdui_component___circle {
  background: var(--color_gray-6);
}
.bdui_component_prev.bdui_component___circle:before,
.bdui_component_next.bdui_component___circle:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("./arrow-u-QLKE4NG5.png");
  background-size: contain;
  content: "";
}
.bdui_component_prev.bdui_component___circle:hover:before,
.bdui_component_next.bdui_component___circle:hover:before {
  background-image: url("./arrow-u-h-QVWNQAWH.png");
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_prev.bdui_component___circle:hover:before,
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_next.bdui_component___circle:hover:before {
    background-image: url("./arrow-u-w-J6FXKI6C.png");
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_prev.bdui_component___circle:hover:before,
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_next.bdui_component___circle:hover:before,
:root.ds-colors.dark-theme .bdui_component_prev.bdui_component___circle:hover:before,
:root.ds-colors.dark-theme .bdui_component_next.bdui_component___circle:hover:before {
  background-image: url("./arrow-u-w-J6FXKI6C.png");
}
.bdui_component_prev.bdui_component___custom,
.bdui_component_next.bdui_component___custom {
  top: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: var(--scroll-btn-border-radius, 50%);
  background: var(--scroll-btn-background, var(--color_white), #fff);
  box-shadow: var(--scroll-btn-box-shadow, 0 4px 8px rgba(0,0,0,.08));
  transform: translateY(-50%);
}
.bdui_component_prev.bdui_component___custom:before,
.bdui_component_next.bdui_component___custom:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("./arrow-u-QLKE4NG5.png");
  background-size: contain;
  content: "";
}
.bdui_component_prev.bdui_component___custom:hover:before,
.bdui_component_next.bdui_component___custom:hover:before {
  background-image: url("./arrow-u-h-QVWNQAWH.png");
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_prev.bdui_component___custom:hover:before,
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_next.bdui_component___custom:hover:before {
    background-image: url("./arrow-u-w-J6FXKI6C.png");
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_prev.bdui_component___custom:hover:before,
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_next.bdui_component___custom:hover:before,
:root.ds-colors.dark-theme .bdui_component_prev.bdui_component___custom:hover:before,
:root.ds-colors.dark-theme .bdui_component_next.bdui_component___custom:hover:before {
  background-image: url("./arrow-u-w-J6FXKI6C.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
  .bdui_component_prev.bdui_component___custom:before,
  .bdui_component_next.bdui_component___custom:before {
    background-image: url("./arrow-u@2x-I3SYDJPR.png");
  }
  .bdui_component_prev.bdui_component___custom:hover:before,
  .bdui_component_next.bdui_component___custom:hover:before {
    background-image: url("./arrow-u-h@2x-4DF4MAZR.png");
  }
  :root.__ui-theme_enabled.__ui-theme_dark .bdui_component_prev.bdui_component___custom:hover:before,
  :root.__ui-theme_enabled.__ui-theme_dark .bdui_component_next.bdui_component___custom:hover:before,
  :root.ds-colors.dark-theme .bdui_component_prev.bdui_component___custom:hover:before,
  :root.ds-colors.dark-theme .bdui_component_next.bdui_component___custom:hover:before {
    background-image: url("./arrow-u-w@2x-G7MPWSH2.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (prefers-color-scheme: dark), (min-resolution: 1.5dppx) and (prefers-color-scheme: dark), (min-resolution: 144dpi) and (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_prev.bdui_component___custom,
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_next.bdui_component___custom {
    background-image: url("./arrow-u-w@2x-G7MPWSH2.png");
  }
}
.bdui_component_prev.bdui_component___circle_old,
.bdui_component_next.bdui_component___circle_old {
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: -26px;
  border-radius: 50%;
  color: var(--color_secondary);
  background: var(--color_surface);
  box-shadow: 0 4px 8px #0003;
}
.bdui_component_prev.bdui_component___circle_svg,
.bdui_component_next.bdui_component___circle_svg {
  background: linear-gradient(var(--color_main-008), var(--color_main-008)), var(--color_surface);
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--color_main);
}
.bdui_component_prev.bdui_component___circle_svg:hover,
.bdui_component_next.bdui_component___circle_svg:hover {
  color: inherit;
}
.bdui_component_prev.bdui_component___design-system,
.bdui_component_next.bdui_component___design-system {
  top: 50%;
}
.bdui_component_prev:hover,
.bdui_component_next:hover {
  color: var(--color_orange);
}
.bdui_component_next.bdui_component___classic {
  right: 0;
}
.bdui_component_next.bdui_component___circle {
  right: 8px;
}
.bdui_component_next.bdui_component___circle:before {
  transform: rotate(90deg);
}
.bdui_component_next.bdui_component___custom {
  right: var(--scroll-btn-offset, 8px);
  box-shadow: var(--scroll-btn-prev-box-shadow, var(--scroll-btn-box-shadow), 0 4px 8px rgba(0,0,0,.08));
}
.bdui_component_next.bdui_component___custom:before {
  transform: rotate(90deg);
}
.bdui_component_next.bdui_component___circle_old {
  right: 8px;
  transform: rotate(90deg);
}
.bdui_component_next.bdui_component___circle_svg,
.bdui_component_next.bdui_component___design-system {
  right: 8px;
  transform: translateY(-50%);
}
.bdui_component_prev.bdui_component___classic {
  left: 0;
}
.bdui_component_prev.bdui_component___classic:before {
  right: 50%;
  left: auto;
  margin: -19px -10px 0 0;
  background-position: 100% 0;
}
.bdui_component_prev.bdui_component___circle {
  left: 8px;
}
.bdui_component_prev.bdui_component___circle:before {
  transform: rotate(-90deg);
}
.bdui_component_prev.bdui_component___custom {
  left: var(--scroll-btn-offset, 8px);
  background: var(--scroll-btn-prev-background, var(--scroll-btn-background));
  box-shadow: var(--scroll-btn-prev-box-shadow, var(--scroll-btn-box-shadow), 0 4px 8px rgba(0,0,0,.08));
}
.bdui_component_prev.bdui_component___custom:before {
  transform: rotate(-90deg);
}
.bdui_component_prev.bdui_component___circle_old {
  left: 8px;
  transform: rotate(-90deg);
}
.bdui_component_prev.bdui_component___circle_svg {
  left: 8px;
  transform: translateY(-50%) rotate(-180deg);
}
.bdui_component_prev.bdui_component___design-system {
  left: 8px;
  transform: translateY(-50%);
}

/* bdui-component.css?file=../ui/components/HorizontalScrollArea/HorizontalScrollArea.styl */
.bdui_component_horizontal-scroll-area {
  position: relative;
}
.bdui_component_area {
  width: 100%;
  overflow: hidden;
}
.bdui_component_frame {
  margin: 0 0 -20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.bdui_component_frame::-webkit-scrollbar {
  display: none;
}
.bdui_component_content2 {
  padding: 0 0 20px;
}
.bdui_component_controls-btn svg {
  pointer-events: none;
}
.bdui_component_controls-btn:not(.bdui_component___show-always) {
  opacity: 0;
}
.bdui_component_horizontal-scroll-area:hover .bdui_component_controls-btn {
  opacity: 1;
}
.bdui_component_horizontal-scroll-area:hover .bdui_component_controls-btn.bdui_component_hidden {
  opacity: 0;
  pointer-events: none;
}
.bdui_component_fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
}
.bdui_component_fade.bdui_component___begin {
  left: -1px;
  background:
    linear-gradient(
      90deg,
      var(--color_surface) 0%,
      transparent 100%);
}
.bdui_component_fade.bdui_component___end {
  right: -1px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--color_surface) 100%);
}

/* bdui-component.css?file=../ui/components/StyledCarousel/components/Carousel/Carousel.styl */
.bdui_component_scroll-button {
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background: var(--dynamic-surface-base-quaternary);
  box-shadow: var(--dynamic-elevate-2-x-axis) var(--dynamic-elevate-2-y-axis) var(--dynamic-elevate-2-blur) var(--dynamic-elevate-2-spread) var(--dynamic-elevate-2-base-color);
}

/* bdui-component.css?file=renderer/CarouselRenderer/CarouselRenderer.styl */
.bdui_component_carousel {
  width: 100%;
}
.bdui_component_content {
  display: flex;
  margin: -2px;
}
.bdui_component_content > * {
  margin: 2px;
}
.bdui_component_content li {
  list-style: none;
  width: 100%;
}
.bdui_component_scroll-button2 {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
}

/* bdui-component.css?file=renderer/ProgressBarRenderer/ProgressBarRenderer.styl */
.bdui_component_container17 {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  padding: 8px;
}
.bdui_component_content3 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
}
.bdui_component_content-item {
  white-space: normal;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
}
.bdui_component_content-item.bdui_component___first2 {
  flex: 0 1 auto;
  margin-right: 8px;
}
.bdui_component_content-item.bdui_component___last2 {
  flex: 0 0 auto;
  margin-left: 8px;
}
.bdui_component_background-color {
  background-color: var(--color);
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .bdui_component_background-color {
    background-color: var(--color);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .bdui_component_background-color,
:root.ds-colors.dark-theme .bdui_component_background-color {
  background-color: var(--color);
}
.bdui_component_progress-bar {
  position: absolute;
  word-break: break-word;
  overflow: hidden;
  width: 100%;
  inset: 0;
  z-index: 0;
}
.bdui_component_progress-bar-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* bdui-component.css?file=../../node_modules/@ok/bdui-renderer/dist/bdui-renderer.css */
._overlay_1ccud_1 {
  position: fixed;
  inset: 0;
  background-color: #00000080;
  z-index: 3000;
}
._content_1ccud_7 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5em;
  background-color: #fff;
  border-radius: .625em;
  z-index: 3000;
}
._close_1ccud_17 {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  border: 0;
  padding: 12px;
  background: none;
  cursor: pointer;
}
._container_pfetr_1 {
  position: relative;
  z-index: 2999;
}
._button_pfetr_5 {
  position: absolute;
  color: var(--dynamic-text-and-icons-base-secondary);
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 2999;
}
._corner-top-left_pfetr_13 {
  top: 0;
  left: 0;
}
._corner-top-right_pfetr_17 {
  top: 0;
  right: 0;
}
._corner-bottom-right_pfetr_21 {
  bottom: 0;
  right: 0;
}
._corner-bottom-left_pfetr_25 {
  bottom: 0;
  left: 0;
}
._panel-header_pfetr_29 {
  flex-direction: row;
  justify-content: space-between;
}
._panel_pfetr_29 {
  display: flex;
  flex-direction: column;
  width: 92vw;
  height: 85vh;
  text-align: left;
}
._content_pfetr_40 {
  display: grid;
  gap: 12px;
  overflow-y: scroll;
}
._table_pfetr_45 {
  display: flex;
  gap: 8px;
  overflow-y: scroll;
}
._row_pfetr_50 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
._kbd_pfetr_57 {
  border: 1px solid var(--dynamic-surface-base-inverse-secondary);
  border-radius: 6px;
  padding: 2px 6px;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  font-size: 12px;
}
._section_pfetr_64 {
  flex: 1;
}
._pre_pfetr_67 {
  border: 1px solid var(--dynamic-surface-base-inverse-secondary);
  border-radius: 8px;
  padding: 12px;
  white-space: pre-wrap;
  word-break: break-all;
}
._highlight_pfetr_74 {
  outline: #09f solid 3px;
  outline-offset: 2px;
}
._base-container_pfetr_78 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
._cell_pfetr_83 {
  display: grid;
  gap: 4px;
}
._button-wrapper_39joa_1 {
  position: relative;
  z-index: 2999;
}
._menu-custom-vars_39joa_5._menu-custom-vars_39joa_5 {
  --popup-z-index: 3001;
}
._selection_39joa_8._selection_39joa_8 {
  --selection-cell-padding-left: 0;
  --selection-cell-padding-right: 0;
  --selection-cell-padding-top: 0;
  --selection-cell-padding-bottom: 0;
}
._row_39joa_14 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
._section_39joa_20,
._menu_39joa_5 {
  display: grid;
  gap: 8px;
}
._menu-content_39joa_28 {
  display: grid;
  gap: 12px;
}
._divider_39joa_32 {
  --divider-padding-top: 0;
  --divider-padding-right: 0;
  --divider-padding-bottom: 0;
  --divider-padding-left: 0;
}
._type-actions_39joa_38 {
  --custom-sp-8: 8px;
  --custom-sp-12: 12px;
}
._dropdown_39joa_42 {
  z-index: 2;
}
._dropdown_button_39joa_45 {
  width: 100%;
  height: 100%;
  border: 0;
  text-align: left;
  background-color: var(--dynamic-surface-base-secondary);
  color: var(--dynamic-text-and-icons-base-secondary);
}
._dropdown_icon_39joa_53 {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: var(--dynamic-text-and-icons-base-tertiary);
}
._uni-cell_39joa_61._uni-cell_39joa_61 {
  --uni-cell-padding-left: 0px;
  --uni-cell-padding-right: 0px;
  --uni-cell-padding-top: 0px;
  --uni-cell-padding-bottom: 0px;
}
._dropdown_menu_39joa_67 {
  margin: -12px -0px;
}
._dropdown_menu_39joa_67 > * {
  margin: 12px 0;
}
._icon-done_39joa_73 {
  color: var(--dynamic-text-and-icons-status-accent);
}
._container_11qv7_6 {
  --color-shadow-0: var(--color-shadow-0-light, transparent);
  --color-shadow-1: var(--color-shadow-1-light, transparent);
  --color-shadow-2: var(--color-shadow-2-light, transparent);
  box-sizing: border-box;
  display: flex;
  min-width: 0;
  min-height: 0;
  border-color: var(--color-border-light, transparent);
  background-color: var(--color-background-light, transparent);
}
@media (prefers-color-scheme: dark) {
  [data-bdui-root=true]:not([data-bdui-theme=light]) ._container_11qv7_6 {
    --color-shadow-0: var(--color-shadow-0-dark, transparent);
    --color-shadow-1: var(--color-shadow-1-dark, transparent);
    --color-shadow-2: var(--color-shadow-2-dark, transparent);
    border-color: var(--color-border-dark);
    background-color: var(--color-background-dark);
  }
}
[data-bdui-root=true][data-bdui-theme=dark] ._container_11qv7_6 {
  --color-shadow-0: var(--color-shadow-0-dark, transparent);
  --color-shadow-1: var(--color-shadow-1-dark, transparent);
  --color-shadow-2: var(--color-shadow-2-dark, transparent);
  border-color: var(--color-border-dark);
  background-color: var(--color-background-dark);
}
._container_11qv7_6.___position-relative_11qv7_34 {
  position: relative;
}
._container_11qv7_6.___position-absolute_11qv7_37 {
  position: absolute;
}
._container_11qv7_6.___width-wrap_content_11qv7_40 {
  flex-shrink: 0;
  width: auto;
}
._container_11qv7_6.___width-floating_11qv7_44 {
  flex: 1;
  width: auto;
}
._container_11qv7_6.___height-wrap_content_11qv7_49 {
  flex-shrink: 0;
  height: auto;
}
._container_11qv7_6.___height-floating_11qv7_53 {
  height: auto;
}
._container_11qv7_6.___orientation-vertical_11qv7_57 {
  flex-direction: column;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___horizontal-left_11qv7_60 {
  align-items: flex-start;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___horizontal-right_11qv7_63 {
  align-items: flex-end;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___horizontal-center_11qv7_66 {
  align-items: center;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___horizontal-stretch_11qv7_69 {
  align-items: stretch;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___vertical-top_11qv7_72 {
  justify-content: flex-start;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___vertical-bottom_11qv7_75 {
  justify-content: flex-end;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___vertical-center_11qv7_78 {
  justify-content: center;
}
._container_11qv7_6.___orientation-vertical_11qv7_57.___vertical-stretch_11qv7_81 {
  justify-content: stretch;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84 {
  flex-direction: row;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___horizontal-left_11qv7_60 {
  justify-content: flex-start;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___horizontal-right_11qv7_63 {
  justify-content: flex-end;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___horizontal-center_11qv7_66 {
  justify-content: center;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___horizontal-stretch_11qv7_69 {
  justify-content: stretch;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___vertical-top_11qv7_72 {
  align-items: flex-start;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___vertical-bottom_11qv7_75 {
  align-items: flex-end;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___vertical-center_11qv7_78 {
  align-items: center;
}
._container_11qv7_6.___orientation-horizontal_11qv7_84.___vertical-stretch_11qv7_81 {
  align-items: stretch;
}
._container_11qv7_6.___orientation-z_11qv7_111 {
  position: relative;
}
._container_11qv7_6.___orientation-z_11qv7_111 > * {
  position: absolute;
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-horizontal-left_11qv7_117 {
  left: 0;
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-horizontal-center_11qv7_120 {
  left: 50%;
  transform: translate(-50%);
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-horizontal-right_11qv7_124 {
  right: 0;
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-vertical-top_11qv7_127 {
  top: 0;
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-vertical-center_11qv7_130 {
  top: 50%;
  transform: translateY(-50%);
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-vertical-bottom_11qv7_134 {
  bottom: 0;
}
._container_11qv7_6.___orientation-z_11qv7_111 > .___z-horizontal-center_11qv7_120.___z-vertical-center_11qv7_130 {
  transform: translate(-50%, -50%);
}
._container_11qv7_6.___not-flex_11qv7_140 {
  display: block;
}
._container_11qv7_6.___scrollable_11qv7_143 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._container_11qv7_6.___scrollable_11qv7_143::-webkit-scrollbar {
  display: none;
}
._debug-container_hs6gy_1 {
  position: absolute;
  left: 100%;
  display: grid;
  gap: 4px;
}

/* bdui-component.css?file=components/BduiComponent/BduiComponent.asis.styl */

/* bdui-component.css?file=components/BduiComponent/BduiComponent.styl */
.bdui_component_container18 {
  position: relative;
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=bdui-component-I2JT5YUK.css.map */
