.watermarked{position:relative;padding:0;border:0}.watermarked:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-image:URL(/static/media/watermark.24ccd51f.png);background-size:50px 25px;background-position:0 0;background-repeat:no-repeat;opacity:.7}.EditorView{--leading-color:#009efd;--button-text-color:#fff;--hue-value:172deg;height:100vh;width:99vw;margin:0;padding:0;background-color:#4c4c4c;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.EditorView.withPopup{-webkit-filter:blur(2px) brightness(.3);filter:blur(2px) brightness(.3);pointer-events:none}.ImagePreview{position:absolute;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;border-bottom:1px solid #171717}.ImagePreview:nth-child(odd){border-right:1px solid #171717}.ImagePreview .Foreground{position:absolute;z-index:100;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ImagePreview .Foreground .Image{position:absolute;left:0;top:0;border:1px solid #282828;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ImagePreview .Foreground .CheckBox{position:absolute;z-index:1000;max-width:20px;max-height:20px;bottom:-10px;left:-10px;-webkit-filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);-webkit-filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.ImagePreview .Background{position:absolute;z-index:0;background-color:#4c4c4c;transition:background-color .3s ease-in-out,-webkit-transform .3s;transition:background-color .3s ease-in-out,transform .3s;transition:background-color .3s ease-in-out,transform .3s,-webkit-transform .3s}.ImagePreview.selected .Foreground{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}.ImagePreview.selected .Background{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px);background-color:#009efd;background-color:var(--leading-color)}.ImagePreview:hover .Foreground{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}.ImagePreview:hover .Background{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}.ImagesList{align-self:stretch;flex:1 1;overflow:hidden}.LabelsToolkit{flex:1 1;overflow:hidden;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start}.LabelsToolkit,.LabelsToolkit .Header{align-self:stretch;display:flex;align-items:center}.LabelsToolkit .Header{position:relative;box-sizing:border-box;padding:0 25px;color:#fff;font-size:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:space-between}.LabelsToolkit .Header .HeaderGroupWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelsToolkit .Header .Marker{position:absolute;height:calc(100% - 4px);width:5px;top:2px;left:-5px;background-color:#4c4c4c;transition:background-color .3s ease-in-out,-webkit-transform .3s;transition:background-color .3s ease-in-out,transform .3s;transition:background-color .3s ease-in-out,transform .3s,-webkit-transform .3s}.LabelsToolkit .Header .Ico{max-width:20px;max-height:20px;margin-right:20px}.LabelsToolkit .Header .Arrow,.LabelsToolkit .Header .Ico{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.LabelsToolkit .Header .Arrow{max-width:12px;max-height:12px}.LabelsToolkit .Header:hover .Marker{-webkit-transform:translate(5px);transform:translate(5px)}.LabelsToolkit .Header.active{background-color:rgba(0,0,0,.1)}.LabelsToolkit .Header.active .Marker{-webkit-transform:translate(5px);transform:translate(5px);background-color:#009efd;background-color:var(--leading-color)}.LabelsToolkit .Header.active .Arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.LabelsToolkit .Content{align-self:stretch;box-sizing:border-box;height:0;transition:height .3s ease-in-out;overflow:hidden}.LabelsToolkit .Content,.RectLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.RectLabelsList .RectLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.LabelInputField{background-color:transparent;position:relative;overflow:hidden;cursor:pointer}.LabelInputField .LabelInputFieldWrapper{position:absolute;left:calc(-100% - 5px);transition:left .3s ease-in-out;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .Marker{width:5px;height:calc(100% - 4px);background-color:#4c4c4c}.LabelInputField .LabelInputFieldWrapper .Content{flex:1 1;height:100%;padding:0 10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .Content .ContentWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelInputField .LabelInputFieldWrapper .Content .DropdownLabel{position:relative;font-size:14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;min-width:240px;height:30px;padding:5px;color:#000;background-color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .Content .DropdownLabel:hover{background-color:hsla(0,0%,100%,.95)}.LabelInputField .LabelInputFieldWrapper .Content .DropdownLabel:hover:after{background-color:#009efd;background-color:var(--leading-color)}.LabelInputField .LabelInputFieldWrapper .Content .DropdownLabel:after{background:#4c4c4c;width:100%;position:absolute;bottom:0;height:1px;left:0;z-index:100;display:block;content:""}.LabelInputField .LabelInputFieldWrapper .Content .Dropdown{position:fixed;z-index:1000;background-color:#171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelInputField .LabelInputFieldWrapper .Content .Dropdown .DropdownOption{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;font-size:14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0 15px;color:#000;background-color:#fff}.LabelInputField .LabelInputFieldWrapper .Content .Dropdown .DropdownOption:hover{background-color:#ebecf0}.LabelInputField .LabelInputFieldWrapper .Content .ImageButton{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.LabelInputField .LabelInputFieldWrapper .Content .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.LabelInputField .LabelInputFieldWrapper .Content .ImageButton:hover{background-color:transparent}.LabelInputField .LabelInputFieldWrapper .Content .ImageButton.trash:not(.disabled):hover{-webkit-filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);-webkit-filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.LabelInputField .LabelInputFieldWrapper:hover{background-color:rgba(0,0,0,.05)}.LabelInputField .LabelInputFieldWrapper:hover .Marker{background-color:#009efd;background-color:var(--leading-color)}.LabelInputField.active{background-color:rgba(0,0,0,.05)}.LabelInputField.active .Marker{background-color:#009efd;background-color:var(--leading-color)}.LabelInputField.loaded .LabelInputFieldWrapper{left:0}.LabelInputField.highlighted{background-color:rgba(0,0,0,.05)}.LabelInputField.highlighted .Marker{background-color:#009efd;background-color:var(--leading-color)}.ImageButton{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;border-radius:50%;box-sizing:border-box;transition:background-color .7s ease;margin:5px 2px}.ImageButton>img{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ImageButton:hover{z-index:4000}.ImageButton:hover~.Cursor{width:20px;height:20px;border-color:#fff;background-color:rgba(0,0,0,.2)}.ImageButton:not(.disabled):hover{cursor:pointer}.ImageButton:hover{background-color:hsla(0,0%,100%,.3)}.PointLabelsList{justify-content:center;align-content:center}.PointLabelsList,.PointLabelsList .PointLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.PointLabelsList .PointLabelsListContent{justify-content:flex-start;align-content:flex-start}.EmptyLabelList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;text-align:center;width:150px;color:#fff;font-size:16px}.EmptyLabelList,.EmptyLabelList>img{-webkit-user-select:none;-ms-user-select:none;user-select:none}.EmptyLabelList>img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);max-width:80px;max-height:80px;margin-bottom:20px}.EmptyLabelList>p.extraBold{font-size:16px;font-weight:600}.PolygonLabelsList{justify-content:center;align-content:center}.PolygonLabelsList,.PolygonLabelsList .PolygonLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.PolygonLabelsList .PolygonLabelsListContent{justify-content:flex-start;align-content:flex-start}.LineLabelsList{justify-content:center;align-content:center}.LineLabelsList,.LineLabelsList .LineLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.LineLabelsList .LineLabelsListContent{justify-content:flex-start;align-content:flex-start}.TagLabelsList,.TagLabelsList .EmptyLabelList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.TagLabelsList .EmptyLabelList{text-align:center;width:150px;color:#fff;font-size:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.TagLabelsList .EmptyLabelList>img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);max-width:80px;max-height:80px;margin-bottom:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.TagLabelsList .EmptyLabelList>p.extraBold{font-size:16px;font-weight:600}.TagLabelsList .TagLabelsListContent{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:flex-start;flex:1 1 auto}.TagLabelsList .TagItem{margin-right:10px;margin-bottom:10px;padding:5px 20px;border-radius:3px;background-color:rgba(0,0,0,.2);font-size:14px;font-weight:700;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;color:#fff}.TagLabelsList .TagItem:hover{background-color:rgba(0,0,0,.4)}.TagLabelsList .TagItem.active{background-color:#009efd;background-color:var(--leading-color)}.TagLabelsList .ImageButton{margin:0 0 10px;border-radius:3px;background-color:rgba(0,0,0,.2)}.TagLabelsList .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:16px;height:16px}.TagLabelsList .ImageButton:hover{background-color:rgba(0,0,0,.4)}.SideNavigationBar{align-self:stretch;background-color:#282828;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.SideNavigationBar.with-context .NavigationBarContentWrapper{background-color:#262c2f}.SideNavigationBar .CompanionBar{min-width:23px;width:23px;justify-content:flex-start;align-content:flex-start}.SideNavigationBar .CompanionBar,.SideNavigationBar .NavigationBarContentWrapper{align-self:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.SideNavigationBar .NavigationBarContentWrapper{min-width:300px;width:300px;justify-content:flex-end;align-content:flex-end}.SideNavigationBar.left{flex-direction:row}.SideNavigationBar.left,.SideNavigationBar.left .CompanionBar{border-right:1px solid #171717}.SideNavigationBar.left .CompanionBar .VerticalEditorButton{-webkit-transform:rotate(-90deg) translateY(-2px);transform:rotate(-90deg) translateY(-2px)}.SideNavigationBar.right{flex-direction:row-reverse}.SideNavigationBar.right,.SideNavigationBar.right .CompanionBar{border-left:1px solid #171717}.SideNavigationBar.right .CompanionBar .VerticalEditorButton{-webkit-transform:rotate(-90deg) translateY(-1px);transform:rotate(-90deg) translateY(-1px)}.SideNavigationBar.closed{border:none}.VerticalEditorButton{height:23px;width:80px;background-color:transparent;transition:.3s ease-in-out;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:55px 25px;transform-origin:55px 25px;margin-bottom:60px;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;color:#fff;font-size:13px}.VerticalEditorButton,.VerticalEditorButton img{-webkit-user-select:none;-ms-user-select:none;user-select:none}.VerticalEditorButton img{width:15px;height:15px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);margin-right:5px}.VerticalEditorButton.active,.VerticalEditorButton:hover{background-color:#009efd;background-color:var(--leading-color)}.EditorContainer{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 35px);height:calc(100% - 35px);flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start}.EditorContainer,.EditorContainer .EditorWrapper{align-self:stretch;display:flex;align-items:center}.EditorContainer .EditorWrapper{flex:1 1;min-width:0;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-content:center}.Editor{align-self:stretch;flex:1 1}.Editor,.Editor .ViewPortContent{position:relative}.Editor .ViewPortContent .track-horizontal,.Editor .ViewPortContent .track-vertical{cursor:none}.Editor .ViewPortContent .ImageCanvas{position:absolute;top:0;left:0;cursor:none}.Editor .ViewPortContent .ImageCanvas:hover{cursor:none}.Editor .MousePositionIndicator{position:absolute;color:#fff;font-size:12px;background-color:#4c4c4c;opacity:.6;padding:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:100;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Editor .Cursor{position:absolute;width:6px;height:6px;transition:width .05s ease-out,height .05s ease-out,background-color .05s ease-in;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;border:2px solid #fff;background-color:#fff;z-index:100000}.Editor .Cursor>img{position:absolute;max-width:20px;max-height:20px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);bottom:calc(50% + 10px);left:calc(50% + 10px);display:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.Editor .Cursor.add,.Editor .Cursor.close,.Editor .Cursor.move,.Editor .Cursor.resize{width:24px;height:24px;background-color:transparent}.Editor .Cursor.grabbing{width:18px;height:18px;background-color:hsla(0,0%,100%,.5);border:2px solid transparent}.Editor .Cursor.add>img,.Editor .Cursor.cancel>img,.Editor .Cursor.close>img,.Editor .Cursor.grab>img,.Editor .Cursor.grabbing>img,.Editor .Cursor.move>img,.Editor .Cursor.resize>img{display:block}.LabelControlPanel.is-active,.LabelControlPanel:not(.is-active){-webkit-animation-delay:4s;animation-delay:4s}.LabelControlPanel{position:absolute;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelControlPanel .ImageButton{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.LabelControlPanel .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-user-select:none;-ms-user-select:none;user-select:none}.LabelControlPanel .ImageButton:hover{background-color:transparent}.LabelControlPanel .ImageButton:not(.disabled):hover{-webkit-filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);-webkit-filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.LabelControlPanel .ImageButton:not(.disabled):hover.right{-webkit-transform:translate(2px);transform:translate(2px)}.LabelControlPanel .ImageButton:not(.disabled):hover.left{-webkit-transform:translate(-2px);transform:translate(-2px)}.LabelControlPanel .ImageButton.disabled img{-webkit-filter:invert(1) opacity(25%);filter:invert(1) opacity(25%);-webkit-user-select:none;-ms-user-select:none;user-select:none}.LabelControlPanel .SuggestedLabel{align-self:stretch;justify-content:center;align-items:center;align-content:center;padding:0 10px 0 15px;color:#fff}.LabelControlPanel.is-active{background-color:#282828;border:1px solid #2af598;-webkit-animation:brColor 5s linear infinite;animation:brColor 5s linear infinite;-webkit-animation-delay:2s;animation-delay:2s;-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px);border-radius:3px;min-width:30px;height:30px;z-index:1000}.LabelControlPanel:not(.is-active){background-color:#2af598;-webkit-animation:bgColor 5s linear infinite;animation:bgColor 5s linear infinite;-webkit-animation-delay:2s;animation-delay:2s;-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px);border-radius:6px;width:12px;height:12px;z-index:1}@-webkit-keyframes bgColor{50%{background-color:#009efd}to{background-color:#2af598}}@keyframes bgColor{50%{background-color:#009efd}to{background-color:#2af598}}@-webkit-keyframes brColor{50%{border-color:#009efd}to{border-color:#2af598}}@keyframes brColor{50%{border-color:#009efd}to{border-color:#2af598}}.EditorBottomNavigationBar{align-self:stretch;height:40px;border-top:1px solid #171717;background-color:#282828;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.EditorBottomNavigationBar.with-context{background-color:#262c2f}.EditorBottomNavigationBar .ImageButton{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.EditorBottomNavigationBar .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-user-select:none;-ms-user-select:none;user-select:none}.EditorBottomNavigationBar .ImageButton:hover{background-color:transparent}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover{-webkit-filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);-webkit-filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover.right{-webkit-transform:translate(2px);transform:translate(2px)}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover.left{-webkit-transform:translate(-2px);transform:translate(-2px)}.EditorBottomNavigationBar .ImageButton.disabled img{-webkit-filter:invert(1) opacity(25%);filter:invert(1) opacity(25%);-webkit-user-select:none;-ms-user-select:none;user-select:none}.EditorBottomNavigationBar .CurrentImageName{min-width:200px;font-size:14px}.EditorBottomNavigationBar .CurrentImageCount,.EditorBottomNavigationBar .CurrentImageName{padding:0 20px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.EditorBottomNavigationBar .CurrentImageCount{min-width:80px}.EditorTopNavigationBar{align-self:stretch;height:40px;border-bottom:1px solid #171717;background-color:#282828;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding:0 5px}.EditorTopNavigationBar.with-context{background-color:#262c2f}.EditorTopNavigationBar .ImageName{color:#fff;margin-left:100px}.EditorTopNavigationBar .ButtonWrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.EditorTopNavigationBar .ButtonWrapper:not(:last-child){padding-right:5px;margin-right:5px;border-right:1px solid #171717}.EditorTopNavigationBar .ImageButton{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;margin:0 2px}.EditorTopNavigationBar .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.EditorTopNavigationBar .ImageButton:hover{border-radius:3px;background-color:rgba(0,0,0,.2)}.EditorTopNavigationBar .ImageButton.active{border-radius:3px;background-color:rgba(0,0,0,.4)}.TextsToolkit{align-self:stretch;flex:1 1;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.TextsToolkit .Header{position:relative;box-sizing:border-box;padding:0 25px;color:#fff;font-size:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;justify-content:space-between;align-content:space-between}.TextsToolkit .Header,.TextsToolkit .Header .HeaderGroupWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.TextsToolkit .Header .HeaderGroupWrapper{justify-content:center;align-content:center}.TextsToolkit .Header .Marker{position:absolute;height:calc(100% - 4px);width:5px;top:2px;left:-5px;background-color:#4c4c4c;transition:background-color .3s ease-in-out,-webkit-transform .3s;transition:background-color .3s ease-in-out,transform .3s;transition:background-color .3s ease-in-out,transform .3s,-webkit-transform .3s}.TextsToolkit .Header .Ico{max-width:20px;max-height:20px;margin-right:20px}.TextsToolkit .Header .Arrow,.TextsToolkit .Header .Ico{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.TextsToolkit .Header .Arrow{max-width:12px;max-height:12px}.TextsToolkit .Header:hover .Marker{-webkit-transform:translate(5px);transform:translate(5px)}.TextsToolkit .Header.active{background-color:rgba(0,0,0,.1)}.TextsToolkit .Header.active .Marker{-webkit-transform:translate(5px);transform:translate(5px);background-color:#009efd;background-color:var(--leading-color)}.TextsToolkit .Header.active .Arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.TextsToolkit .Content{align-self:stretch;box-sizing:border-box;height:0;transition:height .3s ease-in-out;overflow:hidden}.RectTextsList,.TextsToolkit .Content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.RectTextsList .RectTextsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.Command Button{width:300px}.TextInputField{background-color:transparent;position:relative;overflow:hidden;cursor:pointer}.TextInputField .TextInputFieldWrapper{position:absolute;left:calc(-100% - 5px);transition:left .3s ease-in-out;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.TextInputField .TextInputFieldWrapper .Marker{width:5px;height:calc(100% - 4px);background-color:#4c4c4c}.TextInputField .TextInputFieldWrapper .Content{flex:1 1;height:100%;padding:0 10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.TextInputField .TextInputFieldWrapper .Content .ContentWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.TextInputField .TextInputFieldWrapper .Content .Input{position:relative;font-size:14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;min-width:160px;height:30px;padding:0 5px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.TextInputField .TextInputFieldWrapper .Content .Input:hover{background-color:rgba(0,0,0,.05)}.TextInputField .TextInputFieldWrapper .Content .Input:hover:after{background-color:#009efd;background-color:var(--leading-color)}.TextInputField .TextInputFieldWrapper .Content .Input:after{background:#4c4c4c;width:100%;position:absolute;bottom:0;height:1px;left:0;z-index:100;display:block;content:""}.TextInputField .TextInputFieldWrapper .Content .Text{position:fixed;z-index:1000;background-color:#171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.TextInputField .TextInputFieldWrapper .Content .ImageButton{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.TextInputField .TextInputFieldWrapper .Content .ImageButton img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.TextInputField .TextInputFieldWrapper .Content .ImageButton:hover{background-color:transparent}.TextInputField .TextInputFieldWrapper .Content .ImageButton.trash:not(.disabled):hover{-webkit-filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);-webkit-filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.TextInputField .TextInputFieldWrapper:hover{background-color:rgba(0,0,0,.05)}.TextInputField .TextInputFieldWrapper:hover .Marker{background-color:#009efd;background-color:var(--leading-color)}.TextInputField.active{background-color:rgba(0,0,0,.05)}.TextInputField.active .Marker{background-color:#009efd;background-color:var(--leading-color)}.TextInputField.loaded .TextInputFieldWrapper{left:0}.TextInputField.highlighted{background-color:rgba(0,0,0,.05)}.TextInputField.highlighted .Marker{background-color:#009efd;background-color:var(--leading-color)}.GenericImageToolkit{align-self:stretch;flex:1 1;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.GenericImageToolkit .Content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;width:280px;color:#fff}.GenericImageToolkit .Content Button{margin-top:6px;margin-bottom:3px;width:280px}.GenericImageToolkit .Content .title{margin-left:10px;margin-top:10px;margin-bottom:3px}.GenericImageToolkit .Content .endpoint{margin-top:10px;margin-bottom:3px}.GenericImageToolkit .Content input{margin-top:6px;margin-bottom:3px;height:30px}.GenericImageList{justify-content:center;align-content:center}.GenericImageList,.GenericImageList .GenericImageListContent{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.GenericImageList .GenericImageListContent{justify-content:flex-start;align-content:flex-start}.Command{color:#fff}.Command Button{margin-top:6px;margin-bottom:3px;width:280px}.Command div{margin-top:3px;margin-bottom:3px}.Command input{margin-top:6px;margin-bottom:3px;width:280px}.tableaction Button{width:150px}.tableaction label{height:33px}.subheader{border-top:1px solid #eee;border-bottom:1px solid #eee;background-color:#f5f5f5;margin:5px -16px}.subheader .title{margin:5px 16px;font-size:14px;color:#16191f;font-family:"Roboto","Helvetica Neue","HelveticaNeue","Helvetica","Arial",sans-serif;font-weight:700}.quickstartaction Button{width:250px;margin-top:12px}.run Button{width:250px}
/*# sourceMappingURL=main.1bc2196d.chunk.css.map */