.ui-draggable {
  touch-action: none;
}
.floating-toolbar-react-widgets {
  display: inline-flex;
}
.floating-toolbar-react-widgets__button {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  min-width: 38px;
}
.tv-floating-toolbar {
  align-items: stretch;
  background-color: var(
    --tv-color-popup-background,
    var(--themed-color-popup-background, #fff)
  );
  border-radius: 6px;
  box-shadow: 0 2px 4px 0
    var(--themed-color-other-shadow-primary-neutral-extra-heavy, #0003);
  display: flex;
  flex-direction: column;
  opacity: 1;
  position: absolute;
  transition: transform 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.theme-dark .tv-floating-toolbar {
  background-color: var(
    --tv-color-popup-background,
    var(--themed-color-popup-background, #262626)
  );
  box-shadow: 0 2px 4px 0
    var(--themed-color-other-shadow-primary-neutral-extra-heavy, #0006);
}
.tv-floating-toolbar.i-closed {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.925);
}
.tv-floating-toolbar.i-vertical {
  height: auto;
  min-width: 37px;
}
.tv-floating-toolbar__widget-wrapper {
  display: flex;
}
.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper {
  flex-direction: column;
}
.tv-floating-toolbar__drag {
  align-items: center;
  color: var(--themed-color-drag-icon, #b8b8b8);
  cursor: grab;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 24px;
}
html.theme-dark .tv-floating-toolbar__drag {
  color: var(--themed-color-drag-icon, #575757);
}
.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag {
  cursor: grabbing;
}
.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag {
  height: 24px;
  width: 100%;
}
.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg {
  transform: rotate(90deg);
}
.tv-floating-toolbar__content {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}
.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  flex-direction: column;
}
.tv-floating-toolbar__widget {
  align-items: stretch;
  display: flex;
}
.tv-floating-toolbar__widget.ui-sortable-placeholder {
  visibility: visible !important;
}
.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget {
  border-left: none;
}
.button-BuUjli6L {
  height: 38px;
  width: 38px;
}
.item-WWrZ1MEn {
  padding-left: 13px;
  padding-right: 12px;
}
.buttonWrap-WWrZ1MEn {
  align-items: center;
  display: flex;
  padding: 0 12px 0 5px;
}
.buttonWrap-WWrZ1MEn.small-WWrZ1MEn {
  padding-right: 5px;
}
.buttonLabel-WWrZ1MEn {
  margin-left: 2px;
}
.wrap-Nn3SCuEL {
  flex-direction: column;
  height: 38px;
  width: 38px;
}
.icon-Nn3SCuEL,
.wrap-Nn3SCuEL {
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-Nn3SCuEL {
  height: 16px;
  width: 16px;
}
.colorBg-Nn3SCuEL {
  background-color: var(--themed-color-opacity-bg, #fff);
  background-image: url("");
  background-size: 4px;
  border-radius: 2px;
  height: 4px;
  margin-top: 4px;
  width: 22px;
}
html.theme-dark .colorBg-Nn3SCuEL {
  background-color: var(--themed-color-opacity-bg, #000);
}
.color-Nn3SCuEL {
  border-radius: 2px;
  height: 4px;
  width: 22px;
}
.color-Nn3SCuEL.multicolor-Nn3SCuEL {
  background: linear-gradient(
    270deg,
    #ff2e00,
    #ffe600 27.27%,
    #61ff00 50%,
    #00c2ff 72.44%,
    #8f00ff
  );
}
.color-Nn3SCuEL.white-Nn3SCuEL {
  border: 1px solid var(--themed-color-white-border, #dbdbdb);
  height: 2px;
  width: 20px;
}
html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL {
  border: 1px solid var(--themed-color-white-border, #0000);
}
.item-KdWj36gM {
  padding-left: 13px;
  padding-right: 12px;
}
.item-KdWj36gM.withIcon-KdWj36gM {
  padding-bottom: 2px;
  padding-top: 2px;
}
.icon-KdWj36gM {
  margin-right: 11px;
}
.labelRow-KdWj36gM:last-child {
  padding-right: 2px;
}
.multiWidth-KdWj36gM {
  padding: 5px;
}
.buttonWrap-KdWj36gM {
  align-items: center;
  display: flex;
  padding: 11px 11px 11px 10px;
}
.buttonLabel-KdWj36gM {
  margin-left: 7px;
}
.dots-meVFo3Y9 {
  --tv-toolbar-explicit-hover-border-radius: 2px;
}
.tv-favorited-drawings-toolbar__widget {
  align-items: center;
  color: var(
    --tv-color-toolbar-button-text,
    var(--themed-color-toolbar-button-text, #1a1a1a)
  );
  display: flex;
  flex-grow: 1;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  position: relative;
  z-index: 0;
}
html.theme-dark .tv-favorited-drawings-toolbar__widget {
  color: var(
    --tv-color-toolbar-button-text,
    var(--themed-color-toolbar-button-text, #dbdbdb)
  );
}
.tv-favorited-drawings-toolbar__widget:before {
  border-radius: var(--tv-toolbar-explicit-hover-border-radius, 2px);
  bottom: var(--tv-toolbar-explicit-hover-margin, 2px);
  display: block;
  left: var(--tv-toolbar-explicit-hover-margin, 2px);
  outline: 2px none #2962ff;
  position: absolute;
  right: var(--tv-toolbar-explicit-hover-margin, 2px);
  top: var(--tv-toolbar-explicit-hover-margin, 2px);
  z-index: -1;
}
.tv-favorited-drawings-toolbar__widget.hover:before,
.tv-favorited-drawings-toolbar__widget:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #f2f2f2)
  );
  content: "";
}
@media (any-hover: hover) {
  .tv-favorited-drawings-toolbar__widget:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    );
    content: "";
  }
}
html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,
html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #303030)
  );
}
@media (any-hover: hover) {
  html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    );
  }
}
.tv-favorited-drawings-toolbar__widget.clicked:before,
.tv-favorited-drawings-toolbar__widget:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    )
  );
  content: "";
}
html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,
html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    )
  );
}
.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before {
  content: "";
  outline-style: solid;
}
.tv-favorited-drawings-toolbar__widget.i-active {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
}
html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #ff7200)
  );
}
html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
}
@media (any-hover: hover) {
  .tv-favorited-drawings-toolbar__widget.i-active:hover,
  html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover {
    color: var(
      --tv-color-toolbar-button-text-active-hover,
      var(--themed-color-toolbar-button-text-active-hover, #1e53e5)
    );
  }
}
