.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,#fff); border-radius: 6px; box-shadow: rgba(106, 109, 120, 0.6) 0px 2px 6px; 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,#1e222d); box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 6px; }
.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: rgb(178, 181, 190); cursor: grab; display: flex; flex-shrink: 0; justify-content: center; width: 24px; }
html.theme-dark .tv-floating-toolbar__drag { color: rgb(80, 83, 94); }
.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: 0px; 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; }
.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: rgb(255, 255, 255); background-image: url(""); background-size: 4px; border-radius: 2px; height: 4px; margin-top: 4px; width: 22px; }
html.theme-dark .colorBg-Nn3SCuEL { background-color: rgb(0, 0, 0); }
.color-Nn3SCuEL { border-radius: 2px; height: 4px; width: 22px; }
.color-Nn3SCuEL.multicolor-Nn3SCuEL { background: linear-gradient(270deg, rgb(255, 46, 0), rgb(255, 230, 0) 27.27%, rgb(97, 255, 0) 50%, rgb(0, 194, 255) 72.44%, rgb(143, 0, 255)); }
.color-Nn3SCuEL.white-Nn3SCuEL { border: 1px solid rgb(209, 212, 220); height: 2px; width: 20px; }
html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL { border: 1px solid rgba(0, 0, 0, 0); }
.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; }
.tv-favorited-drawings-toolbar__widget { align-items: center; color: var(--tv-color-toolbar-button-text,#131722); 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,#d1d4dc); }
.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: rgb(41, 98, 255) 2px; 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,#f0f3fa); content: ""; }
@media (any-hover: hover) {
  .tv-favorited-drawings-toolbar__widget:hover::before { background-color: var(--tv-color-toolbar-button-background-hover,#f0f3fa); 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,#2a2e39); }
@media (any-hover: hover) {
  html.theme-dark .tv-favorited-drawings-toolbar__widget:hover::before { background-color: var(--tv-color-toolbar-button-background-hover,#2a2e39); }
}
.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,#f0f3fa)); 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,#2a2e39)); }
.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,#2962ff); }
html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active { color: var(--tv-color-toolbar-button-text-active,#ff7200); }
html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active { color: var(--tv-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,#1e53e5); }
}