.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-left:1px solid #f0f3fa;color:#131722}html.theme-dark .floating-toolbar-react-widgets__button{color:#b2b5be;border-left:1px solid #2a2e39}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.floating-toolbar-react-widgets__button:hover{color:#131722}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .floating-toolbar-react-widgets__button:hover{color:#b2b5be}}.tv-floating-toolbar{display:flex;position:absolute!important;align-items:stretch;flex-direction:column;opacity:1;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1);background-color:#fff;box-shadow:0 2px 6px hsla(227,6%,44%,.6);border-radius:6px;border:1px solid;border-color:#f0f3fa}html.theme-dark .tv-floating-toolbar{border-color:#2a2e39;box-shadow:0 2px 6px rgba(0,0,0,.6);background-color:#1e222d}.tv-floating-toolbar.i-closed{transform:scale(.925);opacity:0;pointer-events:none}.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{display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#b2b5be;cursor:grab;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:#50535e}.feature-mobiletouch .tv-floating-toolbar__drag{width:20px}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar__drag-ext{height:100%;width:24px;position:absolute;padding:4px 0 0 4px;left:-4px;top:-4px}.feature-mobiletouch .tv-floating-toolbar__drag-ext{width:20px}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag-ext{width:100%;height:24px}.feature-mobiletouch .tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag-ext{height:20px}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{width:100%;height:24px}.feature-mobiletouch .tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:20px}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(90deg)}.tv-floating-toolbar__content{display:flex;flex-shrink:0;overflow:hidden;border-top-right-radius:6px;border-bottom-right-radius:6px}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{flex-direction:column;border-top-right-radius:0;border-bottom-left-radius:6px}.tv-floating-toolbar .ui-sortable-placeholder{border-left:1px solid #f0f3fa}html.theme-dark .tv-floating-toolbar .ui-sortable-placeholder{border-left:1px solid #2a2e39}.tv-floating-toolbar.i-vertical .ui-sortable-placeholder{border-left:none;border-top:1px solid #f0f3fa}html.theme-dark .tv-floating-toolbar.i-vertical .ui-sortable-placeholder{border-top:1px solid #2a2e39}.tv-floating-toolbar__widget{display:flex;align-items:stretch;border-left:1px solid;border-left-color:#f0f3fa}html.theme-dark .tv-floating-toolbar__widget{border-left-color:#2a2e39}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar__widget.ui-sortable-helper{border-left-color:transparent}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-left:none;border-top:1px solid;border-top-color:#eceff2}html.theme-dark .tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-top-color:#363c4e}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget.ui-sortable-helper{border-top-color:transparent}.button-1gEXpG61{width:38px;height:38px;color:#131722}html.theme-dark .button-1gEXpG61{color:#b2b5be}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.button-1gEXpG61:hover{color:#131722}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .button-1gEXpG61:hover{color:#b2b5be}}.tv-caret{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:4px 4px 0;border-color:currentColor transparent transparent;margin-left:5px;vertical-align:middle;transition:transform .35s ease}.active .tv-caret,.i-dropped .tv-caret:not(.tv-caret--strict),.tv-caret--strict.i-dropped{transform:rotate(-180deg);will-change:transform;transition-duration:.33}.tv-caret--small{margin-left:3px;margin-right:-1px;border-top-width:3px;border-right-width:3px;border-left-width:3px}.tv-caret--colored{transition:transform .35s ease,color .35s ease}.tv-caret--no-margin{margin-left:0}.tv-grouped-floating-toolbar{color:#4a4a4a}html.theme-dark .tv-grouped-floating-toolbar{color:#c5cbce}.tv-grouped-floating-toolbar__popup{display:flex;position:absolute;top:100%;opacity:0;border-radius:0 0 1px 1px;border-radius:3px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:opacity .35s ease}html.theme-dark .tv-grouped-floating-toolbar__popup{background-color:#1e222d;box-shadow:0 2px 4px rgba(0,0,0,.4)}.tv-grouped-floating-toolbar__popup.i-opened{opacity:1;transition-duration:.11666667s}.tv-grouped-floating-toolbar__popup--at-top{top:calc(-100% - 2px);border-radius:1px 1px 0 0;box-shadow:0 -5px 10px -5px rgba(0,0,0,.15)}.tv-grouped-floating-toolbar__popup--at-left{left:0;border-radius:1px 0 0 1px;transform:translateX(-100%)}.tv-grouped-floating-toolbar.i-vertical .tv-grouped-floating-toolbar__popup:not(.tv-grouped-floating-toolbar__popup--at-left){left:100%;border-radius:0 1px 1px 0}.tv-grouped-floating-toolbar__sub-widget{display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer;transition:background-color .35s ease,opacity .35s ease}.tv-grouped-floating-toolbar__sub-widget--current{background-color:#f1f3f6;transition-duration:.06s}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.tv-grouped-floating-toolbar__sub-widget:hover{background-color:#f1f3f6;transition-duration:.06s}}html.theme-dark .tv-grouped-floating-toolbar__sub-widget--current{background-color:#2f3241}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .tv-grouped-floating-toolbar__sub-widget:hover{background-color:#2f3241}}.tv-grouped-floating-toolbar__sub-widget:active{background-color:#eaecef;transition-duration:.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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;border-left-color:#dadde0}html.theme-dark .tv-grouped-floating-toolbar__sub-widget:not(:first-child){border-left-color:#363c4e}.tv-grouped-floating-toolbar__widget-wrapper{display:flex;align-items:center;justify-content:center;flex-grow:1;cursor:pointer;background-color:#fff;transition:background-color .35s ease}html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper{background-color:#1e222d}.tv-grouped-floating-toolbar__widget-wrapper.i-dropped{background-color:#f1f3f6;transition-duration:.06s}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.tv-grouped-floating-toolbar__widget-wrapper:hover{background-color:#f1f3f6;transition-duration:.06s}}html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper.i-dropped{background-color:#2f3241}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .tv-grouped-floating-toolbar__widget-wrapper:hover{background-color:#2f3241}}.tv-grouped-floating-toolbar__widget-wrapper.i-disabled{cursor:default;color:#adaeb0}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.tv-grouped-floating-toolbar__widget-wrapper.i-disabled:hover{background-color:#fff}}.tv-grouped-floating-toolbar__widget-wrapper:active{background-color:#eaecef;transition-duration:.06s}.wrap-2EG6_6QR{flex-direction:column;width:38px;height:38px}.icon-2EG6_6QR,.wrap-2EG6_6QR{display:flex;align-items:center;justify-content:center}.icon-2EG6_6QR{width:16px;height:16px}.colorBg-2EG6_6QR{width:22px;height:4px;border-radius:2px;margin-top:4px;background-color:#fff;background-image:url(a6506134daec7169f68f563f084a9d41.svg);background-size:4px}html.theme-dark .colorBg-2EG6_6QR{background-color:#000}.color-2EG6_6QR{width:22px;height:4px;border-radius:2px}.color-2EG6_6QR.multicolor-2EG6_6QR{background:linear-gradient(270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-2EG6_6QR.white-2EG6_6QR{width:20px;height:2px;border:1px solid #d1d4dc}html.theme-dark .color-2EG6_6QR.white-2EG6_6QR{border:1px solid transparent}.item-3Te2Sp8a{padding-left:13px;padding-right:0}.item-3Te2Sp8a.withIcon-3Te2Sp8a{padding-top:2px;padding-bottom:2px}.icon-3Te2Sp8a{margin-right:11px}.labelRow-3Te2Sp8a:last-child{padding-right:2px}.multiWidth-3Te2Sp8a{padding:5px}.buttonWrap-3Te2Sp8a{display:flex;align-items:center;padding:11px 11px 11px 10px}.buttonLabel-3Te2Sp8a{margin-left:7px}.tv-favorited-drawings-toolbar__widget{display:flex;align-items:center;justify-content:center;flex-grow:1;min-width:38px;min-height:38px;cursor:pointer;transition:color .35s ease;color:#4c525e}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:#758696}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){.tv-favorited-drawings-toolbar__widget:hover{color:#131722}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover{color:#9db2bd}}.tv-favorited-drawings-toolbar__widget.i-active{color:#1592e6}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:#2196f3}