/* feed-actions-bottom-sheet.css?file=../ui/components/BottomSheet/BottomSheet.styl */
.feed_actions_bottom_sheet_bottomsheet-fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  transition: visibility 0s ease-in-out .3s, background-color .2s ease-in-out 0s;
  will-change: visibility;
  visibility: hidden;
  contain: strict;
  pointer-events: auto;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___inside-bottom-menu {
  z-index: 2005;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___open {
  visibility: visible;
  transition: visibility 0s ease-in-out 0s, background-color .2s ease-in-out 0s;
  background-color: var(--color_black-032);
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___with-padding .feed_actions_bottom_sheet_bottomsheet-window {
  padding: 16px;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___with-padding .feed_actions_bottom_sheet_bottomsheet-window_block {
  padding: $offset 0;
  border-radius: 20px;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025 {
  height: 100vh;
  height: 100dvh;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025.feed_actions_bottom_sheet___open {
  pointer-events: none;
  background-color: transparent;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025.feed_actions_bottom_sheet___open.feed_actions_bottom_sheet___full-height-open {
  background-color: #0000005c;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025.feed_actions_bottom_sheet___open .feed_actions_bottom_sheet_bottomsheet-window {
  transition: transform .6s cubic-bezier(.07, .72, .35, 1) .1s;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025 .feed_actions_bottom_sheet_bottomsheet-window_block {
  max-width: 616px;
  transition: transform .3s ease-in-out 0s;
  pointer-events: auto;
  background-color: var(--dynamic-surface-base-quaternary);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 0 72px -24px var(--dynamic-elevate-5-base-color, rgba(0,0,0,.24));
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025 .feed_actions_bottom_sheet_bottomsheet-window_block.feed_actions_bottom_sheet___is-dragging {
  transition: none;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025 .feed_actions_bottom_sheet_bottomsheet-window_block.feed_actions_bottom_sheet___with-sticky {
  position: sticky;
  overflow: visible;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025 .feed_actions_bottom_sheet_bottomsheet-swipeBar {
  padding: 12px 0 0;
  background-position: 50% 100%;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025.feed_actions_bottom_sheet___full-height .feed_actions_bottom_sheet_bottomsheet-window_block {
  top: 0;
  height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___redesign2025.feed_actions_bottom_sheet___full-height-container .feed_actions_bottom_sheet_bottomsheet-window_block {
  max-height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-fader:before {
  content: "";
  display: block;
  height: 100%;
  overflow: hidden;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___blur-bg:before {
  background: var(--dynamic-surface-special-layer);
  backdrop-filter: blur(2px);
}
.feed_actions_bottom_sheet_bottomsheet-fader .feed_actions_bottom_sheet_bottomsheet-window {
  max-height: 50%;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___full-height-container .feed_actions_bottom_sheet_bottomsheet-window {
  max-height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___full-height-container .feed_actions_bottom_sheet_bottomsheet-window_block {
  max-height: calc(100% - 48px);
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___full-height .feed_actions_bottom_sheet_bottomsheet-window {
  max-height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___full-height .feed_actions_bottom_sheet_bottomsheet-window_block {
  position: absolute;
  top: 48px;
  height: calc(100% - 48px);
}
.feed_actions_bottom_sheet_bottomsheet-fader.feed_actions_bottom_sheet___full-height .feed_actions_bottom_sheet_bottomsheet-window_block .feed_actions_bottom_sheet_bottomsheet-content {
  flex-grow: 1;
}
.feed_actions_bottom_sheet_bottomsheet-window {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out 0s;
  box-sizing: border-box;
  text-align: center;
  user-select: none;
  pointer-events: none;
}
.feed_actions_bottom_sheet_bottomsheet-window.feed_actions_bottom_sheet___open {
  transform: translateY(-100%);
}
.feed_actions_bottom_sheet_bottomsheet-window:after {
  content: "";
  display: inline-block;
  height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-window .feed_actions_bottom_sheet_bottomsheet-window_block {
  max-height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-window.feed_actions_bottom_sheet___justify-left {
  justify-content: left;
}
.feed_actions_bottom_sheet_bottomsheet-window_block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: auto;
  background-color: var(--color_surface);
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  max-width: 450px;
  width: 100%;
  text-align: left;
  transition: transform .3s ease-in-out 0s;
  will-change: transform;
  pointer-events: auto;
}
.feed_actions_bottom_sheet_bottomsheet-window_block.feed_actions_bottom_sheet___is-dragging {
  transition: none;
}
.feed_actions_bottom_sheet_bottomsheet-window_block.feed_actions_bottom_sheet___full-height {
  position: absolute;
  top: 48px;
  height: calc(100% - 48px);
}
.feed_actions_bottom_sheet_bottomsheet-window_block.feed_actions_bottom_sheet___full-height .feed_actions_bottom_sheet_bottomsheet-content {
  flex-grow: 1;
}
.feed_actions_bottom_sheet_bottomsheet-background {
  position: absolute;
  inset: 0;
  pointer-events: auto;
  touch-action: none;
}
.feed_actions_bottom_sheet_bottomsheet-swipeZone {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.feed_actions_bottom_sheet_bottomsheet-swipeBar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 8px;
  background-image: url("./swipe_bar-EWIHN5UH.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.feed_actions_bottom_sheet_bottomsheet-swipeBar-colored {
  position: sticky;
  top: 10px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--dynamic-surface-contrast-mid);
  margin: -4px auto;
  flex-shrink: 0;
  z-index: 4;
}
.feed_actions_bottom_sheet_bottomsheet-close {
  display: flex;
  cursor: pointer;
}
.feed_actions_bottom_sheet_bottomsheet-close-btn {
  position: absolute;
  bottom: 56px;
  right: 12px;
}
.feed_actions_bottom_sheet_bottomsheet-content {
  overflow-y: auto;
  max-height: 100%;
}
.feed_actions_bottom_sheet_bottomsheet-content.feed_actions_bottom_sheet___disable-scroll {
  overflow: hidden;
}
.feed_actions_bottom_sheet_bottomsheet-spinner {
  display: flex;
  justify-content: center;
  padding: 12px;
}

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

/* feed-actions-bottom-sheet.css?file=components/FeedActionsBottomSheet/FeedActionsBottomSheet.styl */
.feed_actions_bottom_sheet_feed-actions-bottom-sheet {
  display: block;
}
.feed_actions_bottom_sheet_feed-actions-content {
  display: flex;
  flex-direction: column;
}
.feed_actions_bottom_sheet_bs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--color_divider, rgba(0,0,0,.08));
}
.feed_actions_bottom_sheet_bs-title {
  font-size: 16px;
  font-weight: 600;
}
.feed_actions_bottom_sheet_bs-close {
  display: inline-flex;
  padding: 4px;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
.feed_actions_bottom_sheet_bs-close svg {
  width: 16px;
  height: 16px;
  display: block;
}
.feed_actions_bottom_sheet_bs-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.feed_actions_bottom_sheet_bs-menu-loader,
.feed_actions_bottom_sheet_bs-menu-error {
  display: flex;
  justify-content: center;
  padding: 24px 16px;
}
.feed_actions_bottom_sheet_bs-menu[data-feed-actions-menu-open=true] .sc-menu,
.feed_actions_bottom_sheet_bs-menu[data-feed-actions-menu-open=true] .sc-menu.sc-menu__hidden {
  position: static;
  left: auto;
  top: auto;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.feed_actions_bottom_sheet_bs-menu .sc-menu_arw_w {
  display: none;
}
.feed_actions_bottom_sheet_bs-menu .u-menu_a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--color_main);
  font-size: var(--fs-n, 15px);
  line-height: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color_divider, rgba(0,0,0,.08));
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
.feed_actions_bottom_sheet_bs-menu .u-menu_a:last-child {
  border-bottom: none;
}
.feed_actions_bottom_sheet_bs-menu .u-menu_a:hover {
  background-color: var(--color_main-004);
  text-decoration: none;
}
.feed_actions_bottom_sheet_bs-menu .sc-menu.__feed .tico,
.feed_actions_bottom_sheet_bs-menu .sc-menu.__logoff .tico {
  display: inline-flex;
  align-items: center;
  padding-left: 4px;
  font-size: var(--fs-n, 15px);
  line-height: 20px;
}
.feed_actions_bottom_sheet_bs-menu .tico_img {
  position: static;
  top: auto;
  left: auto;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  flex: 0 0 auto;
}
.feed_actions_bottom_sheet_bs-menu .u-menu_a svg,
.feed_actions_bottom_sheet_bs-menu .tico_img.svg-ic {
  width: 16px;
  height: 16px;
}
/*# sourceMappingURL=feed-actions-bottom-sheet-latest-F2QCALPU.css.map */
