.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: 0 2px 6px #6a6d7899;
  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, #0b0f08);
  box-shadow: 0 2px 6px #0009;
}
.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: #b2b5be;
  cursor: grab;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 24px;
}
html.theme-dark .tv-floating-toolbar__drag {
  color: #50535e;
}
.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;
}
.tv-caret {
  border-color: currentcolor #0000 #0000;
  border-style: solid;
  border-width: 4px 4px 0;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 5px;
  transition: transform 0.35s ease;
  vertical-align: middle;
  width: 0;
}
.active .tv-caret,
.i-dropped .tv-caret:not(.tv-caret--strict),
.tv-caret--strict.i-dropped {
  transform: rotate(-180deg);
  transition-duration: 0.33;
  will-change: transform;
}
.tv-caret--small {
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  margin-left: 3px;
  margin-right: -1px;
}
.tv-caret--colored {
  transition:
    transform 0.35s ease,
    color 0.35s ease;
}
.tv-caret--no-margin {
  margin-left: 0;
}
.tv-grouped-floating-toolbar {
  color: #434651;
}
html.theme-dark .tv-grouped-floating-toolbar {
  color: #d1d4dc;
}
.tv-grouped-floating-toolbar__popup {
  background-color: var(--tv-color-popup-background, #fff);
  border-radius: 0 0 1px 1px;
  border-radius: 3px;
  box-shadow: 0 2px 4px #0003;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.35s ease;
}
html.theme-dark .tv-grouped-floating-toolbar__popup {
  background-color: var(--tv-color-popup-background, #0b0f08);
  box-shadow: 0 2px 4px #0006;
}
.tv-grouped-floating-toolbar__popup.i-opened {
  opacity: 1;
  transition-duration: 0.11666667s;
}
.tv-grouped-floating-toolbar__popup--at-top {
  border-radius: 1px 1px 0 0;
  box-shadow: 0 -5px 10px -5px #00000026;
  top: calc(-100% - 2px);
}
.tv-grouped-floating-toolbar__popup--at-left {
  border-radius: 1px 0 0 1px;
  left: 0;
  transform: translateX(-100%);
}
.tv-grouped-floating-toolbar.i-vertical
  .tv-grouped-floating-toolbar__popup:not(
    .tv-grouped-floating-toolbar__popup--at-left
  ) {
  border-radius: 0 1px 1px 0;
  left: 100%;
}
.tv-grouped-floating-toolbar__sub-widget {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition:
    background-color 0.35s ease,
    opacity 0.35s ease;
}
.tv-grouped-floating-toolbar__sub-widget--current {
  background-color: #bbd9fb;
  transition-duration: 0.06s;
}
@media (any-hover: hover) {
  .tv-grouped-floating-toolbar__sub-widget:hover {
    background-color: #bbd9fb;
    transition-duration: 0.06s;
  }
}
html.theme-dark .tv-grouped-floating-toolbar__sub-widget--current {
  background-color: #709C51;
}
@media (any-hover: hover) {
  html.theme-dark .tv-grouped-floating-toolbar__sub-widget:hover {
    background-color: #709C51;
  }
}
.tv-grouped-floating-toolbar__sub-widget:active {
  background-color: #eaecef;
  transition-duration: 0.06s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-9,
.tv-grouped-floating-toolbar__sub-widget--slide-right-9 {
  transition-delay: 0s, 0.2422s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-8,
.tv-grouped-floating-toolbar__sub-widget--slide-right-8 {
  transition-delay: 0s, 0.20055s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-7,
.tv-grouped-floating-toolbar__sub-widget--slide-right-7 {
  transition-delay: 0s, 0.1638s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-6,
.tv-grouped-floating-toolbar__sub-widget--slide-right-6 {
  transition-delay: 0s, 0.13195s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-5,
.tv-grouped-floating-toolbar__sub-widget--slide-right-5 {
  transition-delay: 0s, 0.105s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-4,
.tv-grouped-floating-toolbar__sub-widget--slide-right-4 {
  transition-delay: 0s, 0.08295s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-3,
.tv-grouped-floating-toolbar__sub-widget--slide-right-3 {
  transition-delay: 0s, 0.0658s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-2,
.tv-grouped-floating-toolbar__sub-widget--slide-right-2 {
  transition-delay: 0s, 0.05355s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-1,
.tv-grouped-floating-toolbar__sub-widget--slide-right-1 {
  transition-delay: 0s, 0.0462s;
}
.tv-grouped-floating-toolbar__popup--at-left
  .tv-grouped-floating-toolbar__sub-widget--slide-left-0,
.tv-grouped-floating-toolbar__sub-widget--slide-right-0 {
  transition-delay: 0s, 0.04375s;
}
.tv-grouped-floating-toolbar__popup.i-opened
  .tv-grouped-floating-toolbar__sub-widget {
  opacity: 1;
}
.tv-grouped-floating-toolbar__sub-widget:not(:first-child) {
  border-left: 1px solid #e0e3eb;
}
html.theme-dark .tv-grouped-floating-toolbar__sub-widget:not(:first-child) {
  border-left-color: #363a45;
}
.tv-grouped-floating-toolbar__widget-wrapper {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  transition: background-color 0.35s ease;
}
html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper {
  background-color: #0b0f08;
}
.tv-grouped-floating-toolbar__widget-wrapper.i-dropped {
  background-color: #bbd9fb;
  transition-duration: 0.06s;
}
@media (any-hover: hover) {
  .tv-grouped-floating-toolbar__widget-wrapper:hover {
    background-color: #bbd9fb;
    transition-duration: 0.06s;
  }
}
html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper.i-dropped {
  background-color: #709C51;
}
@media (any-hover: hover) {
  html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper:hover {
    background-color: #709C51;
  }
}
.tv-grouped-floating-toolbar__widget-wrapper.i-disabled {
  color: #adaeb0;
  cursor: default;
}
@media (any-hover: hover) {
  .tv-grouped-floating-toolbar__widget-wrapper.i-disabled:hover {
    background-color: #fff;
  }
}
.tv-grouped-floating-toolbar__widget-wrapper:active {
  background-color: #eaecef;
  transition-duration: 0.06s;
}
.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: #fff;
  background-image: url("");
  background-size: 4px;
  border-radius: 2px;
  height: 4px;
  margin-top: 4px;
  width: 22px;
}
html.theme-dark .colorBg-Nn3SCuEL {
  background-color: #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 #d1d4dc;
  height: 2px;
  width: 20px;
}
html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL {
  border: 1px solid #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;
}
.tv-favorited-drawings-toolbar__widget {
  align-items: center;
  color: var(--tv-color-toolbar-button-text, #0b0f08);
  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: 2px none #C6FF9E;
  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, #709C51);
}
@media (any-hover: hover) {
  html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before {
    background-color: var(--tv-color-toolbar-button-background-hover, #709C51);
  }
}
.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, #C6FF9E);
}
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, #C6FF9E);
}
@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);
  }
}
