*,*:before,*:after{box-sizing:border-box}body{height:100vh;width:100vw;margin:0;padding:0;font-family:Saira Semi Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:hidden}#root{width:100%;height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background-color:#fff3}.App{--leading-color: #009efd;--button-text-color: white;--hue-value: 172deg}.App.AI{--leading-color: #2af598;--button-text-color: #282828;--hue-value: 120deg;--alert-color: #EF4444;--alert-hue-value: 0deg;--extraction-highlight-hover-color: #FF1F1F}.EditorView{position:absolute;height:100vh;width:100vw;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{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:solid 1px #171717}.ImagePreview:nth-child(odd){border-right:solid 1px #171717}.ImagePreview .Foreground{position:absolute;z-index:100;transition:transform .3s}.ImagePreview .Foreground .Image{position:absolute;left:0;top:0;border:solid 1px #282828;user-select:none}.ImagePreview .Foreground .IconWrapper{position:absolute;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between;bottom:-10px;left:-10px}.ImagePreview .Foreground .IconWrapper .CheckBox{position:relative;z-index:1000;max-width:20px;max-height:20px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.ImagePreview .Foreground .IconWrapper .Alert{position:relative;z-index:1000;max-width:20px;max-height:20px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--alert-hue-value)) saturate(2000%)}.ImagePreview .Background{position:absolute;z-index:0;background-color:#4c4c4c;transition:background-color .3s ease-in-out,transform .3s}.ImagePreview .ImageMeta{position:absolute;left:0;right:0;bottom:0;height:20px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 4px;z-index:1002;overflow:hidden}.ImagePreview .StarInline{width:14px;height:14px;flex:0 0 14px;position:relative;top:-2px}.ImagePreview .ImageName{position:static!important;color:#fff;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ImagePreview.selected .Foreground{transform:translate(-2px,2px)}.ImagePreview.selected .Background{transform:translate(2px,-2px);background-color:#009efd;background-color:var(--leading-color)}.ImagePreview:hover .Foreground{transform:translate(-2px,2px)}.ImagePreview:hover .Background{transform:translate(2px,-2px)}.ImagesList{align-self:stretch;flex:1;overflow:hidden}.ImagesList .FilterWrapper{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between;width:100%;height:60px;background-color:#011f11}.ImagesList .FilterWrapper .OptionsWrapper{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;width:100%;height:60px}.ImagesList .FilterWrapper .OptionsWrapper .Check{width:15px;height:15px}.ImagesList .FilterWrapper .OptionsWrapper .FilterChip{min-width:100px;height:32px;border-radius:16px;line-height:32px;padding:0 12px;font-size:14px;font-weight:500;margin:0 4px}.ImagesList .FilterWrapper .OptionsWrapper .FilterChip.MuiChip-colorPrimary.MuiChip-filled{background-color:#2af598;color:#000}.ImagesList .FilterWrapper .OptionsWrapper .FilterChip.MuiChip-colorPrimary.MuiChip-outlined{border-color:#2af598;color:#2af598}.ImagesList .FilterWrapper .Chip{margin:10px;width:fit-content;height:24px;border-radius:12px;line-height:24px;padding:0 5px;font-size:14px}.LabelsToolkit{align-self:stretch;flex:1;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.LabelsToolkit .Header{position:relative;align-self:stretch;box-sizing:border-box;padding:0 25px;color:#fff;font-size:14px;user-select:none;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;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,transform .3s}.LabelsToolkit .Header .Ico{max-width:20px;max-height:20px;margin-right:20px;filter:brightness(0) invert(1)}.LabelsToolkit .Header .Arrow{max-width:12px;max-height:12px;filter:brightness(0) invert(1)}.LabelsToolkit .Header:hover .Marker{transform:translate(5px)}.LabelsToolkit .Header.active{background-color:#0000001a}.LabelsToolkit .Header.active .Marker{transform:translate(5px);background-color:#009efd;background-color:var(--leading-color)}.LabelsToolkit .Header.active .Arrow{transform:rotate(180deg)}.LabelsToolkit .Content{align-self:stretch;box-sizing:border-box;height:0;transition:height .3s ease-in-out;overflow:hidden;padding-top:10px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.RectLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.RectLabelsList .NoTemplateWarning{display:flex;flex-direction:row;align-items:flex-start;gap:8px;padding:10px 12px;margin:8px 10px;background-color:#4a4520;border:1px solid #eed202;border-radius:6px;width:calc(100% - 20px)}.RectLabelsList .NoTemplateWarning .WarningIcon{color:#eed202;font-size:14px;flex-shrink:0;line-height:1.4}.RectLabelsList .NoTemplateWarning .WarningText{color:#f5e066;font-size:12px;line-height:1.4}.RectLabelsList .RectLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.LabelInputField{background-color:#011f1180;position:relative;overflow:auto;cursor:pointer;margin-bottom:15px;overflow:hidden;max-width:100%;scrollbar-width:thin;scrollbar-color:white transparent}.LabelInputField::-webkit-scrollbar{width:8px}.LabelInputField::-webkit-scrollbar-track{background:transparent}.LabelInputField::-webkit-scrollbar-thumb{background:white;border-radius:4px}.LabelInputField::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.LabelInputField .LabelInputFieldWrapper{position:absolute;left:calc(-100% - 5px);transition:left .3s ease-in-out;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Marker{margin-left:10px;width:24px;height:24px}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content{flex:1;height:100%;padding:0 10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:space-between}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .ContentWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .DropdownLabel{position:relative;font-size:14px;cursor:pointer;user-select:none;width:150px;height:30px;padding:0 5px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;overflow:hidden}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .DropdownLabel:hover:after{background-color:#fff}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .DropdownLabel:after{background:transparent;width:100%;position:absolute;bottom:0;height:1px;left:0;z-index:100;display:block;content:""}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .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 .LabelNameWrapper .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;user-select:none;padding:0 10px;color:#fff}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .Dropdown .DropdownOption:hover{background-color:#4c4c4c}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .ImageButton{transition:transform .3s}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .ImageButton img{filter:brightness(0) invert(1)}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .ImageButton:hover{background-color:transparent}.LabelInputField .LabelInputFieldWrapper .LabelNameWrapper .Content .ImageButton.icon:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between;width:100%}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .Chip{margin-left:10px;width:fit-content;height:24px;border-radius:12px;line-height:24px;padding:0 5px;font-size:14px}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .Confidence{flex:1;height:24px;margin-left:5px;padding:0 5px;line-height:24px;position:relative;font-size:14px;cursor:pointer;width:fit-content;color:#fff}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .ContentWrapper{align-self:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .ImageButton{transition:transform .3s}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .ImageButton img{filter:brightness(0) invert(1)}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .ImageButton:hover{background-color:transparent}.LabelInputField .LabelInputFieldWrapper .AIContentWrapper .ImageButton.icon:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.LabelInputField .LabelInputFieldWrapper .TextWrapper{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between;width:100%;height:100vh;margin-bottom:20px}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TextFieldWrapper{flex:1;align-self:stretch;position:relative;font-size:14px;cursor:pointer;width:fit-content;color:#fff;overflow:hidden;margin-left:10px}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TextButton{margin-left:10px;box-shadow:#009efd 0 0 0 2px inset;box-shadow:var(--leading-color) 0 0 0 2px inset;background-color:#009efd;background-color:var(--leading-color);color:#fff;color:var(--button-text-color)}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TextButton:hover{background-color:transparent;color:#009efd;color:var(--leading-color)}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TextButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;cursor:default;opacity:.6}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TextButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;color:#fff}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper{width:100%;overflow-x:auto;padding:0 10px}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper .LabelTable{width:100%;border-collapse:collapse;color:#fff;font-size:14px;background-color:#282828;border-radius:4px;overflow:hidden}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper .LabelTable th,.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper .LabelTable td{padding:4px 6px;border-bottom:1px solid #171717}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper .LabelTable th{background:#171717;font-weight:700}.LabelInputField .LabelInputFieldWrapper .TextWrapper .TableWrapper .LabelTable tbody tr:last-child td{border-bottom:none}.LabelInputField.active{background-color:#011f11}.LabelInputField.loaded .LabelInputFieldWrapper{left:0}.LabelInputField.highlighted{background-color:#175f3e}.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{user-select:none}.ImageButton:hover~.Cursor{width:20px;height:20px;border-color:transparent;background-color:#0003}.ImageButton:not(.disabled):hover{cursor:pointer}.ImageButton:hover{background-color:#ffffff4d}.TextButton{display:block;cursor:pointer;user-select:none;line-height:0;word-wrap:break-word;padding:20px 30px;text-decoration:none;box-shadow:#000 0 0 0 2px inset;color:#000;margin:initial;border-radius:4px;transition:.3s ease-in-out;background:transparent;font-weight:700}.TextButton>a{text-decoration:none;color:#000}.TextButton:hover{box-shadow:inherit;color:#fff;background-color:#000}.TextButton:hover>a{text-decoration:none;color:#fff}.TextButton.active{box-shadow:inherit;color:#fff;background-color:#000}.TextButton.active>a{text-decoration:none;color:#fff}.TextButton.disabled{box-shadow:#0000004d 0 0 0 2px inset;color:#0000004d;cursor:not-allowed;pointer-events:none;opacity:.5}.TextButton.disabled:hover{background-color:transparent;color:#0000004d}.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;user-select:none}.EmptyLabelList>img{filter:brightness(0) invert(1);max-width:80px;max-height:80px;margin-bottom:20px;user-select:none}.EmptyLabelList>p.extraBold{font-size:16px;font-weight:600}.PointLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.PointLabelsList .PointLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.PolygonLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.PolygonLabelsList .PolygonLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.LineLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.LineLabelsList .LineLabelsListContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.TagLabelsList{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.TagLabelsList .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;user-select:none}.TagLabelsList .EmptyLabelList>img{filter:brightness(0) invert(1);max-width:80px;max-height:80px;margin-bottom:20px;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:#0003;font-size:14px;font-weight:700;cursor:pointer;user-select:none;text-decoration:none;color:#fff}.TagLabelsList .TagItem:hover{background-color:#0006}.TagLabelsList .TagItem.active{background-color:#009efd;background-color:var(--leading-color)}.TagLabelsList .ImageButton{margin:0 0 10px;border-radius:3px;background-color:#0003}.TagLabelsList .ImageButton img{filter:brightness(0) invert(1);user-select:none;width:16px;height:16px}.TagLabelsList .ImageButton:hover{background-color:#0006}.CommentATagWrapper{position:relative;width:100%;min-height:100px;max-height:500px;padding:0;margin:0 0 25px}.CommentATagScrollbars{height:100%;margin-bottom:0;overflow-y:auto;background-color:#171717;scrollbar-width:thin;scrollbar-color:white transparent}.CommentATagScrollbars::-webkit-scrollbar{width:8px}.CommentATagScrollbars::-webkit-scrollbar-track{background:transparent}.CommentATagScrollbars::-webkit-scrollbar-thumb{background:white;border-radius:4px}.CommentATagScrollbars::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.CommentsAssociatedTagField{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;padding:10px 10px 0;box-sizing:border-box}.CommentWrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start}.CommentContainer{display:flex;align-items:center;position:relative;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:8px}.CommentRow{display:flex;align-items:center;width:100%}.AddCommentButton{background:none;border:none;cursor:pointer;margin-left:8px;margin-right:0}.RemoveCommentButton{background:none;border:none;cursor:pointer;margin-left:20px;margin-right:0}.AddCommentButton img,.RemoveCommentButton img{width:20px;height:20px;transition:transform .3s;filter:brightness(0) invert(1)}.AddCommentButton:hover,.RemoveCommentButton:hover{background-color:transparent}.AddCommentButton:not([disabled]):hover img,.RemoveCommentButton:not([disabled]):hover img{filter:brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(380%) hue-rotate(110deg) brightness(104%) contrast(97%)}.AddCommentButton[disabled] img,.RemoveCommentButton[disabled] img{cursor:not-allowed}.CommentInput{flex-grow:1;margin-right:8px}.SideNavigationBar{align-self:stretch;background-color:#282828;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;z-index:1}.SideNavigationBar.with-context .NavigationBarContentWrapper{background-color:#262c2f}.SideNavigationBar .CompanionBar{min-width:23px;width:23px;display:block;position:relative;height:100%}.SideNavigationBar .NavigationBarContentWrapper{align-self:stretch;min-width:300px;width:300px;flex-direction:column;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:flex-end}.SideNavigationBar.left{flex-direction:row;border-right:solid 1px #171717}.SideNavigationBar.left .CompanionBar{border-right:solid 1px #171717}.SideNavigationBar.left .CompanionBar .VerticalEditorButton{transform:rotate(-90deg) translateY(-2px)}.SideNavigationBar.right{flex-direction:row-reverse;border-left:solid 1px #171717}.SideNavigationBar.right .CompanionBar{border-left:solid 1px #171717}.SideNavigationBar.right .CompanionBar .VerticalEditorButton{transform:rotate(-90deg) translateY(-1px)}.SideNavigationBar.closed{border:none}.VerticalEditorButton{height:23px;width:80px;background-color:transparent;transition:.3s ease-in-out;transform:rotate(-90deg);transform-origin:0 0;margin-bottom:60px;user-select:none;cursor:pointer;position:absolute;top:81px;left:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;color:#fff;font-size:13px;border-color:#282828;border-left:1px}.VerticalEditorButton img{width:15px;height:15px;filter:brightness(0) invert(1);margin-right:5px;user-select:none}.VerticalEditorButton:hover,.VerticalEditorButton.active{background-color:#171717}.EditorContainer{align-self:stretch;flex:0 0 calc(100% - 35px);height:calc(100% - 35px);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.EditorContainer .EditorWrapper{align-self:stretch;flex:1;min-width:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.Editor{align-self:stretch;flex:1;position:relative}.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;user-select:none;pointer-events:none;z-index:100;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;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;border:2px solid #EF4444;background-color:#ef4444;z-index:100000}.Editor .Cursor>img{position:absolute;max-width:20px;max-height:20px;filter:brightness(0) invert(1);bottom:calc(50% + 10px);left:calc(50% + 10px);display:none;user-select:none}.Editor .Cursor.move,.Editor .Cursor.add,.Editor .Cursor.resize,.Editor .Cursor.close{width:24px;height:24px;background-color:transparent}.Editor .Cursor.grabbing{width:18px;height:18px;background-color:#ef444480;border:2px solid transparent}.Editor .Cursor.move>img,.Editor .Cursor.add>img,.Editor .Cursor.resize>img,.Editor .Cursor.close>img,.Editor .Cursor.cancel>img,.Editor .Cursor.grab>img,.Editor .Cursor.grabbing>img{display:block}.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:transform .3s}.LabelControlPanel .ImageButton img{filter:brightness(0) invert(1);user-select:none}.LabelControlPanel .ImageButton:hover{background-color:transparent}.LabelControlPanel .ImageButton:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.LabelControlPanel .ImageButton:not(.disabled):hover.right{transform:translate(2px)}.LabelControlPanel .ImageButton:not(.disabled):hover.left{transform:translate(-2px)}.LabelControlPanel .ImageButton.disabled img{filter:invert(1) opacity(25%);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:solid 1px #2af598;animation:brColor 5s infinite linear;animation-delay:2s;transform:translate(-15px,-15px);border-radius:3px;min-width:30px;height:30px;z-index:1000}.LabelControlPanel:not(.is-active){background-color:#2af598;animation:bgColor 5s infinite linear;animation-delay:2s;transform:translate(-6px,-6px);border-radius:6px;width:12px;height:12px;z-index:1}@keyframes bgColor{50%{background-color:#009efd}to{background-color:#2af598}}@keyframes brColor{50%{border-color:#009efd}to{border-color:#2af598}}.EditorImageLoader{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#4c4c4c;margin:0 auto;height:75vh;width:100%;padding:20px;color:#fff;flex-grow:1;box-sizing:border-box;z-index:999}.EditorImageLoader .Content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;margin-bottom:20px;width:100%;height:80vh}.EditorImageLoader .Footer{display:flex;justify-content:center;gap:10px;flex-grow:1}.EditorImageLoader .Footer .TextButton{margin-left:20px;box-shadow:#009efd 0 0 0 2px inset;box-shadow:var(--leading-color) 0 0 0 2px inset;background-color:#009efd;background-color:var(--leading-color);color:#fff;color:var(--button-text-color)}.EditorImageLoader .Footer .TextButton:hover{background-color:transparent;color:#009efd;color:var(--leading-color)}.EditorImageLoader .Footer .TextButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;cursor:default;opacity:.6}.EditorImageLoader .Footer .TextButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;color:#fff;color:var(--button-text-color)}.DetectionBoxTooltip{position:absolute;pointer-events:auto;z-index:10000;background-color:#000000d9;color:#fff;padding:8px 10px;border-radius:4px;font-size:12px;font-weight:500;box-shadow:0 2px 8px #0000004d;max-width:300px;word-break:break-word;white-space:normal;line-height:1.4;display:flex;align-items:center;gap:8px;transform:none!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.DetectionBoxTooltip__Label{flex:1;min-width:0;transform:none!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.DetectionBoxTooltip__Actions{display:flex;gap:4px;align-items:center;flex-shrink:0}.DetectionBoxTooltip__ActionButton{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;pointer-events:auto}.DetectionBoxTooltip__ActionButton:hover{background-color:#fff3}.DetectionBoxTooltip__ActionButton:active{background-color:#ffffff4d}.DetectionBoxTooltip__ActionButton img{width:16px;height:16px;filter:brightness(0) invert(1)}.DetectionBoxTooltip__DeleteButton:hover{background-color:#ff1f1f4d}.DetectionBoxTooltip__ViewButton:hover{background-color:#2af5984d}.DetectionBoxTooltip__ReloadButton img{transition:transform .3s ease}.DetectionBoxTooltip__ReloadButton:hover:not(.disabled){background-color:#ffa5004d}.DetectionBoxTooltip__ReloadButton:hover:not(.disabled) img{transform:rotate(180deg)}.DetectionBoxTooltip__ReloadButton.disabled{cursor:not-allowed;opacity:.4}.DetectionBoxTooltip__ReloadButton.disabled:hover{background-color:transparent}.DetectionBoxTooltip__ReloadButton.disabled img{transform:none}.EditorBottomNavigationBar{align-self:stretch;height:40px;border-top:solid 1px #171717;background-color:#282828;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 .ButtonWrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.EditorBottomNavigationBar .ButtonWrapper:not(:last-child){padding-right:5px;margin-right:5px;border-right:solid 1px #171717}.EditorBottomNavigationBar .ImageButton{transition:transform .3s}.EditorBottomNavigationBar .ImageButton img{filter:brightness(0) invert(1);user-select:none}.EditorBottomNavigationBar .ImageButton:hover{background-color:transparent}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover.right{transform:translate(2px)}.EditorBottomNavigationBar .ImageButton:not(.disabled):hover.left{transform:translate(-2px)}.EditorBottomNavigationBar .ImageButton.disabled img{filter:invert(1) opacity(25%);user-select:none}.EditorBottomNavigationBar .CurrentImageName{flex:1;max-height:100%;max-width:300px;padding:0 10px;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center}.EditorBottomNavigationBar .CurrentImageCount{padding:0 20px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.EditorBottomNavigationBar .CurrentImageCount .PageNumberInput{width:30px;background:rgba(255,255,255,.08);border:none;border-bottom:1px solid rgba(255,255,255,.2);border-radius:0;color:#fff;font-size:inherit;font-family:inherit;text-align:center;padding:2px 2px 0;outline:none;transition:border-color .2s,background .2s;cursor:pointer;margin-right:4px}.EditorBottomNavigationBar .CurrentImageCount .PageNumberInput:hover{background:rgba(255,255,255,.12);border-bottom-color:#fff6}.EditorBottomNavigationBar .CurrentImageCount .PageNumberInput:focus{background:rgba(255,255,255,.15);border-bottom-color:#fff9;cursor:text}.EditorTopNavigationBar{align-self:stretch;height:40px;border-bottom:solid 1px #171717;background-color:#282828;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 .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:solid 1px #171717}.EditorTopNavigationBar .ButtonWrapper--right{margin-left:auto}.EditorTopNavigationBar .ImageButton{transition:transform .3s;margin:0 2px}.EditorTopNavigationBar .ImageButton img{filter:brightness(0) invert(1)}.EditorTopNavigationBar .ImageButton:hover{border-radius:3px;background-color:#0003}.EditorTopNavigationBar .ImageButton.active{border-radius:3px;background-color:#0006}.EditorTopNavigationBar .ImageButton.disabled{opacity:.5;pointer-events:none;cursor:not-allowed!important}.EditorTopNavigationBar .ImageButton.active img[alt=star-image]{filter:none!important;-webkit-filter:none!important}.EditorTopNavigationBar .SavingText{color:#fff}.TopNavigationBar{align-self:stretch;min-height:35px;background-color:#171717;box-shadow:0 0 6px #0003;display:flex;flex:0 0 35px;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.TopNavigationBar .TopNavigationBarWrapper{padding:0 23px;color:#fff;align-self:stretch;flex:1;height:33px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.TopNavigationBar .TopNavigationBarWrapper .NavigationBarGroupWrapper{margin:4px 0;align-self:stretch;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.TopNavigationBar .TopNavigationBarWrapper .NavigationBarGroupWrapper.middle{flex:auto}.TopNavigationBar .TopNavigationBarWrapper .NavigationBarGroupWrapper:not(:last-child){padding-right:10px;margin-right:10px;border-right:solid 1px #262c2f}.TopNavigationBar .TopNavigationBarWrapper .ProjectName{font-weight:700;font-size:20px;margin-right:10px;user-select:none}.TopNavigationBar .TopNavigationBarWrapper .ProjectNameReadonly{font-size:20px;font-weight:400;color:#fff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TopNavigationBar .TopNavigationBarWrapper .ImageButton{transition:transform .3s}.TopNavigationBar .TopNavigationBarWrapper .ImageButton img{filter:brightness(0) invert(1);user-select:none}.TopNavigationBar .TopNavigationBarWrapper .ImageButton:hover{background-color:transparent}.TopNavigationBar .TopNavigationBarWrapper .ImageButton:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.TopNavigationBar .TopNavigationBarWrapper .TextInput{max-width:200px;height:25px}.TopNavigationBar .TopNavigationBarWrapper .TextInput:hover{background-color:#0000000f}.TopNavigationBar .TopNavigationBarWrapper .TextInput>input{padding-top:0;font-size:20px;font-weight:400;text-align:left}.TopNavigationBar .TopNavigationBarWrapper .TextInput>input:focus{outline:none;color:#009efd;color:var(--leading-color)}.TopNavigationBar .TopNavigationBarWrapper .TextInput>input:focus~.Bar{background-color:#009efd;background-color:var(--leading-color)}.TopNavigationBar .TopNavigationBarWrapper .TextInput>input::selection{background:#4c4c4c}.TopNavigationBar .TopNavigationBarWrapper .TextInput .Bar{height:0}.TopNavigationBar .TopNavigationBarWrapper .Header{align-self:stretch;height:100%;flex:0 0 auto;width:max-content;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;cursor:pointer;margin-right:10px}.TopNavigationBar .TopNavigationBarWrapper .Header .backArrow{width:20px;height:20px;margin-right:5px;user-select:none;-webkit-user-drag:none;filter:brightness(0) invert(1)}.TopNavigationBar .TopNavigationBarWrapper .Header .appLogo{height:80%;width:auto;max-width:200px;margin:2px 6px;display:block;object-fit:contain;-webkit-user-drag:none;user-select:none}.TopNavigationBar .TopNavigationBarWrapper .Header .DropDownMenuWrapper{align-self:stretch}.StateBar{align-self:stretch;height:2px;background-color:#171717;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.StateBar .done{align-self:stretch;background-color:#009efd;background-color:var(--leading-color);transition:width .4s ease-out}*{box-sizing:border-box}.TextInput{height:50px;overflow:hidden;position:relative}label{position:absolute;top:20px;color:#fff;font:400 20px;cursor:text;transition:.25s ease}input{display:block;width:100%;padding-top:20px;border:none;border-radius:0;color:#fff;background:transparent;font-size:15px;transition:.3s ease}input:valid~label{top:0;font:700 12px;color:#fff}input:focus{outline:none}input:focus~label{top:0;font:700 12px;color:#009efd;color:var(--leading-color)}input:focus~.Bar{height:2px}input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px transparent inset;-webkit-text-fill-color:white!important}.Bar{background:white;content:"";width:300px;height:1px;transition:.3s ease;position:relative}.TextInput ::selection{background-color:#009efd4d}.DropDownMenuWrapper{align-self:stretch;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.DropDownMenuWrapper .DropDownMenuContent{z-index:10000;position:absolute;background-color:#282828;width:250px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom:solid 1px #171717;border-left:solid 1px #171717;border-right:solid 1px #171717;box-shadow:0 4px 8px #000000bf;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;cursor:pointer;align-self:stretch;height:32px;font-size:14px}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption .Marker{height:28px;width:4px;background-color:transparent;transition:background-color .3s ease-in-out,transform .3s}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption img{max-width:14px;max-height:14px;margin:0 12px;filter:brightness(0) invert(1)}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption:hover{background-color:#0000001a}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption:hover .Marker{background-color:#4c4c4c}.DropDownMenuWrapper .DropDownMenuContent .DropDownMenuContentOption:hover.active .Marker{background-color:#2af598}.DropDownMenuWrapper .DropDownMenuTab{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding:5px 12px;border-radius:3px;cursor:pointer;font-weight:400;font-size:16px;transition:background-color .15s ease-in-out;user-select:none}.DropDownMenuWrapper .DropDownMenuTab:not(:last-child){margin-right:2px}.DropDownMenuWrapper .DropDownMenuTab img{width:15px;height:15px;margin-right:10px;user-select:none;filter:brightness(0) invert(1)}.DropDownMenuWrapper .DropDownMenuTab:hover{background-color:#ffffff1a}.DropDownMenuWrapper .DropDownMenuTab.active{background-color:#282828}.MainView{position:absolute;height:100vh;width:100vw;margin:0;padding:0;background-image:linear-gradient(to top right,#2af598,#009efd);background-size:400% 400%;animation:backgroundAnimation 10s ease-in-out infinite;display:flex;flex-direction:row;flex-wrap:nowrap}.MainView.InProgress .LeftColumn{width:280px;height:100%;transition:width .4s ease-out}.MainView.InProgress .Slider{width:280px}.MainView.InProgress #lower{transition:width .5s ease-out}.MainView.InProgress #upper{transition:width .6s ease-out}.MainView.InProgress .RightColumn .ImagesDropZone{animation-duration:.1s;animation-name:cssAnimationShow;animation-fill-mode:forwards}.MainView.InProgress .LeftColumn .EditorFeaturesWrapper{animation-duration:.6s;animation-name:cssAnimationHide;animation-fill-mode:forwards}.MainView.InProgress .LeftColumn .TextButton{box-shadow:#fff 0 0 0 2px inset;color:#fff;position:absolute;left:20px;bottom:20px}.MainView.InProgress .LeftColumn .TextButton:hover{background-color:#fff;color:#000}.MainView.Canceled .RightColumn .ImagesDropZone{animation-duration:.6s;animation-name:cssAnimationHide;animation-fill-mode:forwards}.MainView.Canceled .LeftColumn .EditorFeaturesWrapper{animation-duration:1s;animation-name:cssAnimationShow;animation-fill-mode:forwards}.MainView.isLoading,.MainView.withPopup{filter:blur(2px) brightness(.3);pointer-events:none}.Slider{position:absolute;top:0;left:0;background-color:#0000004d;z-index:0;width:75%;height:100%}.Slider .TriangleVerticalContent{background-color:#0000004d}.LeftColumn .EditorFeaturesWrapper{flex:1;opacity:1;display:flex;flex-direction:row;flex-wrap:wrap}.NotificationBell{position:fixed;top:20px;right:50px;width:50px;height:50px;background-color:#0006;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9997;transition:all .3s ease;box-shadow:0 2px 10px #0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.NotificationBell img{width:26px;height:26px;filter:brightness(0) invert(1);transition:all .2s ease}.NotificationBell:hover{background-color:#ffffff26;transform:scale(1.05);box-shadow:0 4px 20px #fff3}.NotificationBell:hover img{transform:scale(1.15) rotate(15deg);filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.8));animation:bellRing .5s ease-in-out}.NotificationBell:active{transform:scale(.95)}@keyframes bellRing{0%,to{transform:scale(1.15) rotate(0)}25%{transform:scale(1.15) rotate(15deg)}50%{transform:scale(1.15) rotate(-15deg)}75%{transform:scale(1.15) rotate(10deg)}}.NotificationBadge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:0 4px;box-shadow:0 2px 6px #ef444480;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 2px 6px #ef444480}50%{transform:scale(1.1);box-shadow:0 2px 10px #ef4444cc}}.RightColumn .TextButton{box-shadow:#000 0 0 0 2px inset;color:#000}.RightColumn .TextButton:hover{background-color:#000;color:#fff}.RightColumn .ImagesDropZone{overflow-x:hidden;overflow-y:auto;width:0;max-height:calc(100vh - 40px);min-height:300px}.RightColumn>.TextButton{position:absolute;right:20px;bottom:20px}@keyframes cssAnimationShow{0%{opacity:0;width:0;max-height:calc(100vh - 40px)}60%{opacity:0;width:400px;max-height:calc(100vh - 40px)}to{opacity:1;width:400px;max-height:calc(100vh - 40px)}}@keyframes cssAnimationHide{0%{opacity:1;width:400px}40%{opacity:0;width:400px}to{opacity:0;width:0}}@keyframes backgroundAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ImagesDropZone{opacity:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;min-height:400px;max-height:100%;overflow-y:auto;padding:20px 0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.ImagesDropZone::-webkit-scrollbar{width:8px}.ImagesDropZone::-webkit-scrollbar-track{background:transparent}.ImagesDropZone::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.ImagesDropZone::-webkit-scrollbar-thumb:hover{background-color:#00000059}.ImagesDropZone .DropZone{user-select:none;width:400px;height:250px;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;margin-bottom:6px;position:relative;display:flex;flex-direction:column;justify-items:center;justify-content:center;align-items:center;cursor:pointer;outline:none;transition:height .2s ease}.ImagesDropZone .DropZone.compact{height:140px}.ImagesDropZone .DropZone.compact>img{max-width:40px;max-height:40px;margin-bottom:6px}.ImagesDropZone .DropZone.compact>p{font-size:13px}.ImagesDropZone .DropZone>img{max-width:60px;max-height:60px;margin-bottom:10px;user-select:none;filter:brightness(0)}.ImagesDropZone .DropZone>input{outline:none}.ImagesDropZone .DropZone>input::selection{background-color:var(--darkThemeFirstColor, black)!important}.ImagesDropZone .DropZone>p{margin-top:2px;margin-bottom:0}.ImagesDropZone .DropZone>p.extraBold{font-size:18px;font-weight:600}.ImagesDropZone .DropZone .ClearFilesButton{position:absolute;top:4px;right:4px}.ImagesDropZone .DropZone .ClearFilesButton .img,.ImagesDropZone .DropZone .ClearFilesButton img{width:24px;height:24px;filter:brightness(0)}.ImagesDropZone .DropZone .DeleteFilesButton{position:absolute;top:8px;right:8px;z-index:10;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.ImagesDropZone .DropZone .DeleteFilesButton:hover{background-color:#0000001a}.ImagesDropZone .DropZone .DeleteFilesButton img{width:24px;height:24px;display:block;filter:brightness(0)}.ImagesDropZone .DropZone.disabled{opacity:.5;cursor:not-allowed;background-color:#0000000d}.ImagesDropZone .DropZone.disabled:hover{box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset}.ImagesDropZone .ProjectHeader{width:100%;display:flex;justify-content:flex-start;margin-bottom:20px}.ImagesDropZone .ProjectHeader .GoBackButton{background:none;border:none;color:#000;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.ImagesDropZone .ProjectHeader .GoBackButton:hover{background:rgba(255,255,255,.1);color:#000}.ImagesDropZone .ProjectHeader .GoBackButton svg{width:20px;height:20px;fill:currentColor}.ImagesDropZone .projectNameInput{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;width:400px;height:40px}.ImagesDropZone .projectNameLabel,.ImagesDropZone .projectNameInputField{height:100%;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;background-color:transparent;color:#000;font-weight:400}.ImagesDropZone .projectNameInput label::selection,.ImagesDropZone .projectNameInput input::selection{background-color:var(--darkThemeFirstColor, black)!important;color:#fff}.ImagesDropZone .projectNameLabel{width:33%;display:flex;justify-content:center;align-items:center;font-weight:700;position:relative;top:0}.ImagesDropZone .projectNameInputField{width:65%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;padding:0 10px;color:#000;font-weight:400;text-align:left}.ImagesDropZone .ProjectHeader{flex-wrap:wrap;gap:10px}.ImagesDropZone .ProjectHeaderLeft{display:flex;align-items:center;gap:10px}.ImagesDropZone .ProjectHeaderRight{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:1 1 auto;min-width:280px;flex-wrap:wrap}.ImagesDropZone .ProjectSortControls{display:flex;align-items:center;gap:8px;padding:4px 0;border:none;border-radius:0;background:transparent}.ImagesDropZone .ProjectSortSelect{position:relative;min-height:36px;min-width:140px}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;height:36px;padding:0 12px;background:transparent;border:none;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;color:#000;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__trigger:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__trigger:hover .ProjectSortSelect__arrow{border-top-color:#fff}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;transition:transform .2s,border-top-color .2s}.ImagesDropZone .ProjectSortSelect.open .ProjectSortSelect__arrow{transform:rotate(180deg)}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;background:rgba(255,255,255,.75);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:none;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;z-index:100;overflow:hidden}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown .ProjectSortSelect__option{padding:4px 28px 4px 12px;cursor:pointer;transition:background-color .15s,color .15s;font-size:14px;font-weight:600;position:relative;border-bottom:1px solid rgba(0,0,0,.2)}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown .ProjectSortSelect__option:last-child{border-bottom:none}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown .ProjectSortSelect__option:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown .ProjectSortSelect__option:hover:after{color:#fff}.ImagesDropZone .ProjectSortSelect .ProjectSortSelect__dropdown .ProjectSortSelect__option.selected:after{content:"\2713";position:absolute;right:10px;font-size:12px;font-weight:700}.ImagesDropZone .ProjectSortDirection{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;background:transparent;border:none;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;color:#000;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600}.ImagesDropZone .ProjectSortDirection svg{width:16px;height:16px}.ImagesDropZone .ProjectSortDirection:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .DropZoneWrapper{position:relative}.ImagesDropZone .FileListContainer{width:400px;margin-top:10px;background-color:transparent;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;overflow:hidden}.ImagesDropZone .FileListContainer.expanded{min-height:127px;height:180px;max-height:350px;position:relative;cursor:default}.ImagesDropZone .FileListContainer.expanded:hover{cursor:default}.ImagesDropZone .FileListResizeHandle{position:absolute;bottom:0;left:0;right:0;height:8px;cursor:ns-resize;background:transparent}.ImagesDropZone .FileListResizeHandle:after{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:40px;height:3px;background:rgba(0,0,0,.2);border-radius:2px}.ImagesDropZone .FileListResizeHandle:hover:after{background:rgba(0,0,0,.4)}.ImagesDropZone .FileListToggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:transparent;border:none;color:#000;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.ImagesDropZone .FileListToggle svg{transition:transform .2s ease}.ImagesDropZone .FileListToggle.expanded svg{transform:rotate(180deg)}.ImagesDropZone .FileListToggle:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .FileListSearch{padding:0 10px;margin-top:8px}.ImagesDropZone .FileListSearch input{width:100%;padding:8px 12px;background:transparent;border:none;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;font-size:14px;color:#000;outline:none}.ImagesDropZone .FileListSearch input::placeholder{color:#00000080}.ImagesDropZone .FileListSearch input:focus{box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset}.ImagesDropZone .FileListScrollable{margin-top:8px;padding:0 10px 10px;height:calc(100% - 90px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.ImagesDropZone .FileListScrollable::-webkit-scrollbar{width:6px}.ImagesDropZone .FileListScrollable::-webkit-scrollbar-track{background:transparent}.ImagesDropZone .FileListScrollable::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:3px}.ImagesDropZone .FileList{padding:0;margin-top:8px}.ImagesDropZone .FileListItem{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;background-color:transparent;margin-bottom:5px;transition:background-color .15s ease,color .15s ease}.ImagesDropZone .FileListItem:last-child{margin-bottom:0}.ImagesDropZone .FileListItem:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .FileListItem:hover .FileListItemName{color:#fff}.ImagesDropZone .FileListItem:hover .FileListItemRemove{opacity:1}.ImagesDropZone .FileListItem:hover .FileListItemRemove img{filter:invert(1)}.ImagesDropZone .FileListItemName{flex:1;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px;transition:color .15s ease}.ImagesDropZone .FileListItemRemove{flex-shrink:0;width:20px;height:20px;border:none;background-color:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.ImagesDropZone .FileListItemRemove img{width:14px;height:14px;filter:brightness(0)}.ImagesDropZone .DropZoneClearBtn{position:absolute;top:8px;right:8px;z-index:2;background:transparent;border:none;box-shadow:none;padding:5px;line-height:0;cursor:pointer;transition:transform .08s ease-in-out,opacity .08s ease-in-out}.ImagesDropZone .DropZoneClearBtn img{display:block;width:20px;height:20px;pointer-events:none;filter:brightness(0)}.ImagesDropZone .DropZoneClearBtn:hover{transform:scale(1.06);opacity:.9}.ImagesDropZone .DropZoneClearBtn:active{transform:scale(1)}.ImagesDropZone .DropZoneClearBtn:focus-visible{outline:2px solid rgba(0,0,0,.4);outline-offset:2px}.ImagesDropZone .SelectEntityButtonContainer{width:400px;display:flex;justify-content:center;margin:20px 0 10px;align-self:center}.ImagesDropZone .SelectEntityButtonContainer .TextButton{width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ImagesDropZone .DetectButtonContainer{width:400px;display:flex;justify-content:center;margin-top:10px;padding-top:0;align-self:center}.ImagesDropZone .DetectButtonContainer .TextButton{width:100%;text-align:center;background-color:#000;color:#fff;border:2px solid #000000}.ImagesDropZone .DetectButtonContainer .TextButton:hover{background-color:#333;border-color:#333;color:#fff}.ImagesDropZone .DetectButtonContainer .TextButton.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ImagesDropZone .DetectButtonContainer .TextButton.disabled:hover{background-color:#000;border-color:#000;color:#fff}.ImagesDropZone .LoadProjectButtonContainer{width:400px;display:flex;justify-content:center;margin-top:20px;padding-top:0;align-self:center}.ImagesDropZone .LoadProjectButtonContainer .TextButton{width:100%;text-align:center;background-color:#000;color:#fff;border:2px solid #000000}.ImagesDropZone .LoadProjectButtonContainer .TextButton:hover{background-color:#333;border-color:#333;color:#fff}.ImagesDropZone .useExistingProject .SelectEntityButtonContainer{width:400px;display:flex;justify-content:center;margin-top:10px;margin-bottom:20px;align-self:center}.ImagesDropZone .useExistingProject .SelectEntityButtonContainer .TextButton{width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ImagesDropZone .project-container{width:100%;margin-bottom:20px;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;padding:10px;background-color:transparent}.ImagesDropZone .project-table{height:100%;overflow:visible}.ImagesDropZone .project-item{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;background-color:transparent;margin-bottom:5px}.ImagesDropZone .project-item:hover{background-color:var(--darkThemeFirstColor, black);color:#fff}.ImagesDropZone .project-item-selected{background-color:var(--darkThemeFirstColor, black)!important;color:#fff}.ImagesDropZone .project-info,.ImagesDropZone .project-header{display:flex;justify-content:space-between}.ImagesDropZone .project-header{font-weight:700;text-align:left}.ImagesDropZone .project-column{flex:1;font-size:18px}.ImagesDropZone .project-date{flex:1;font-size:12px}.ImagesDropZone #project-buffer{display:none}.ImagesDropZone .project-load-scrollbars .track-vertical,.ImagesDropZone .project-load-scrollbars .track-horizontal{background-color:transparent!important}.ImagesDropZone .project-button-hover{filter:brightness(0) invert(1)}.ImagesDropZone .project-loader-container{display:flex;justify-content:center;align-items:center}.ImagesDropZone .ProjectHeader{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}.ImagesDropZone .GoBackButton,.ImagesDropZone .RefreshButton{background:transparent;border:none;box-shadow:var(--darkThemeFirstColor, black) 0 0 0 2px inset;border-radius:4px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--darkThemeFirstColor, black);transition:all .2s ease}.ImagesDropZone .GoBackButton svg path,.ImagesDropZone .RefreshButton svg path{fill:currentColor;transition:fill .2s ease}.ImagesDropZone .GoBackButton:hover,.ImagesDropZone .RefreshButton:hover{background-color:var(--darkThemeFirstColor, black)!important;background:var(--darkThemeFirstColor, black)!important;color:#fff}.ImagesDropZone .GoBackButton:hover svg path,.ImagesDropZone .RefreshButton:hover svg path{fill:#fff}.ImagesDropZone .GoBackButton:disabled,.ImagesDropZone .RefreshButton:disabled{opacity:.5;cursor:not-allowed}.ImagesDropZone .GoBackButton:disabled:hover,.ImagesDropZone .RefreshButton:disabled:hover{background:transparent;color:var(--darkThemeFirstColor, black)}.ImagesDropZone .RefreshButton{margin-left:10px}.ImagesDropZone .SelectAllCheckbox{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:10px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.ImagesDropZone .SelectAllCheckbox:hover{background-color:#0000001a}.ImagesDropZone .SelectAllCheckbox img{width:18px;height:18px;filter:invert(0)}.DropZoneButtons{align-self:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center}.DropZoneButtons .TextButton{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin-bottom:6px}.DropZoneButtons .TextButton.disabled{box-shadow:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2) 0 0 0 2px inset;color:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2);cursor:default;pointer-events:none}.DropZoneButtons .TextButton.disabled:hover{box-shadow:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2) 0 0 0 2px inset;color:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2);background-color:transparent}.ExpirationBanner{align-self:stretch;width:80%;margin:0 auto 16px;background-color:#00000059;border:1px solid rgba(255,180,0,.5);border-radius:4px;padding:12px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.ExpirationBanner .ExpirationBannerContent{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;min-width:0}.ExpirationBanner .ExpirationBannerIcon{width:20px;height:20px;flex-shrink:0;color:#ffb400}.ExpirationBanner .ExpirationBannerText{font-size:13px;font-weight:500;color:#fff;line-height:1.4}.ExpirationBanner .ExpirationBannerActions{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.ExpirationBanner .ExpirationBannerViewButton{background:rgba(255,180,0,.2);border:1px solid rgba(255,180,0,.5);border-radius:5px;color:#ffb400;font-size:12px;font-weight:600;padding:6px 12px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.ExpirationBanner .ExpirationBannerViewButton:hover{background:rgba(255,180,0,.35)}.ExpirationBanner .ExpirationBannerDismiss{background:none;border:none;color:#ffffff80;font-size:14px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.ExpirationBanner .ExpirationBannerDismiss:hover{color:#fff}.MainMenuButtons{align-self:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:center}.MainMenuButtons .TextButton{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin-bottom:12px}.MainMenuButtons .TextButton.disabled{box-shadow:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2) 0 0 0 2px inset;color:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2);cursor:default;pointer-events:none}.MainMenuButtons .TextButton.disabled:hover{box-shadow:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2) 0 0 0 2px inset;color:rgba(var(--darkThemeFirstColor, 0, 0, 0),.2);background-color:transparent}.MainMenuButtons .IconButton{width:80%;margin-bottom:12px}.MainMenuButtons .QuickExtractLayout{display:flex;flex-direction:row;gap:20px}@media (max-width: 440px){.ImagesDropZone .DropZone{width:100%;min-width:280px;height:auto;min-height:200px}.ImagesDropZone .projectNameInput,.ImagesDropZone .FileListContainer,.ImagesDropZone .SelectEntityButtonContainer,.ImagesDropZone .DetectButtonContainer,.ImagesDropZone .LoadProjectButtonContainer{width:100%;min-width:280px}}@media (max-height: 500px){.ImagesDropZone{min-height:300px;justify-content:flex-start}.ImagesDropZone .DropZone{height:auto;min-height:150px;padding:15px}.ImagesDropZone .DropZone>img{max-width:40px;max-height:40px;margin-bottom:5px}.ImagesDropZone .DropZone>p.extraBold{font-size:14px}}.IconButton{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:15px 10px;line-height:0;border:none;box-sizing:border-box;margin:0;border-radius:4px;box-shadow:#000 0 0 0 2px inset;background:transparent;color:#000;font-weight:700;font-size:inherit;font-family:inherit;cursor:pointer;transition:.3s ease-in-out}.IconButton .IconButtonIcon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.IconButton .IconButtonIcon svg{width:20px;height:20px}.IconButton .IconButtonLabel{text-align:left}.IconButton:hover,.IconButton.active{box-shadow:inherit;color:#fff;background-color:#000}.IconButton.disabled{box-shadow:#0003 0 0 0 2px inset;color:#0003;cursor:default;pointer-events:none;opacity:.5}.project-container{width:100%;position:relative;background-color:transparent}.project-header{display:flex;font-weight:700;color:#000;border-bottom:2px solid black;margin-top:15px;margin-bottom:10px;width:100%;padding:10px;font-size:16px;box-sizing:border-box;align-items:center}.project-table{display:flex;flex-direction:column;color:#000;width:100%;background-color:transparent}.project-table.has-selection{padding-bottom:65px}.project-item{display:flex;width:100%;align-items:center;cursor:pointer;transition:background-color .3s;border-bottom:1px solid rgba(0,0,0,.15);padding:8px 10px;font-size:12px;box-sizing:border-box;position:relative;background-color:transparent}.project-item:hover{background-color:#2a2a2a;color:#fff}.project-item.project-item-selected{background-color:#171717!important;color:#fff}.more-options-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;transition:all .3s ease;position:relative}.more-options-button:hover{background-color:#fff3;transform:scale(1.1)}.more-options-button .ImageButton{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.project-icon-column{display:flex;align-items:center;flex-shrink:0;overflow:visible;margin-right:8px}.project-column{flex:1;min-width:0;padding:2px 4px 5px 0;display:flex;flex-direction:column;justify-content:center}.project-name-row{display:flex;flex-wrap:nowrap;align-items:center;min-width:0;width:100%}.project-name-left{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden}.project-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.project-name.editing{outline:none;border-bottom:1px solid white;cursor:text;overflow:visible;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;color:#fff;background:transparent;-webkit-user-drag:none}.project-saving-indicator{font-size:9px;color:#888;font-style:italic;margin-top:0;padding-left:0}.project-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:-3px;min-width:0;width:100%;padding-left:0}.project-meta-row .project-meta-text{font-size:12px;color:#555;flex-shrink:0}.project-meta-row .project-meta-separator{display:none}.project-meta-row .project-meta-tags{display:flex;gap:4px;flex-wrap:nowrap;overflow:hidden;min-width:0;margin-left:auto}.project-meta-row .project-meta-tags .project-entity-tag{font-size:11px;padding:0 6px;border-radius:10px;background-color:#00000014;color:#444;white-space:nowrap;flex-shrink:0}.project-meta-row .project-meta-tags .project-entity-tag.more{background-color:transparent;color:#555;padding:1px 4px 1px 1px}.project-meta-row .project-meta-tags .project-entity-tag.more.clickable{cursor:pointer}.project-meta-row .project-meta-tags .project-entity-tag.more.clickable:hover{text-decoration:underline}.project-item:hover .project-meta-row .project-meta-text,.project-item:hover .project-meta-row .project-meta-separator,.project-item.project-item-selected .project-meta-row .project-meta-text,.project-item.project-item-selected .project-meta-row .project-meta-separator{color:#ffffff80}.project-item:hover .project-meta-row .project-entity-tag,.project-item.project-item-selected .project-meta-row .project-entity-tag{background-color:#ffffff1f;color:#ffffffb3}.project-item:hover .project-meta-row .project-entity-tag.more,.project-item.project-item-selected .project-meta-row .project-entity-tag.more{background-color:transparent;color:#ffffff80}.project-image-count{font-size:12px;color:#555;flex-shrink:0;white-space:nowrap;margin-left:12px;margin-top:2px}.project-item:hover .project-image-count,.project-item.project-item-selected .project-image-count{color:#fff9}.owner-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease;pointer-events:auto;margin-top:0}.owner-icon svg{width:25px;height:25px;display:block}.owner-icon.black{color:#000}.owner-icon.white{color:#fff}.project-load-scrollbars{background-color:transparent}.project-load-scrollbars .project-table{display:flex;flex-direction:column;color:#000;width:100%;background-color:transparent}.project-loader-container{display:flex;justify-content:center;align-items:center;height:200px;color:#000;font-size:16px}.project-empty-state{display:flex;align-items:center;justify-content:center;height:50px;color:#000;font-size:14px}.select-checkbox{display:flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer;border-radius:4px;transition:background-color .2s ease;margin-left:4px}.select-checkbox:hover{background-color:#fff3}.select-checkbox img{width:18px;height:18px}.select-checkbox img.black{filter:invert(0)}.select-checkbox img.white{filter:invert(1)}.multi-select-bar{position:absolute;bottom:0;left:0;right:0;background-color:#171717;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px 8px 0 0;transform:translateY(100%);opacity:0;transition:transform .25s ease,opacity .25s ease;z-index:10;pointer-events:none}.multi-select-bar.visible{transform:translateY(0);opacity:1;pointer-events:auto}.multi-select-bar .multi-select-left{display:flex;align-items:center;height:33px}.multi-select-bar .multi-select-left .select-all-checkbox{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:33px;line-height:33px;margin:0;padding:0;cursor:pointer;border-radius:4px;transition:background-color .2s ease;box-sizing:border-box}.multi-select-bar .multi-select-left .select-all-checkbox:hover{background-color:#fff3}.multi-select-bar .multi-select-left .select-all-checkbox img{width:18px;height:18px;filter:invert(1)}.multi-select-bar .multi-select-left .select-all-checkbox:after{content:attr(data-tooltip);position:absolute;top:100%;margin-top:2px;left:50%;transform:translate(-50%);background-color:#171717;color:#fff;font-size:11px;line-height:1.2;padding:4px 8px;border-radius:4px;white-space:nowrap;max-width:200px;text-align:center;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;z-index:100}.multi-select-bar .multi-select-left .select-all-checkbox:hover:after{opacity:1;visibility:visible}.multi-select-bar [data-tooltip]{position:relative}.multi-select-bar [data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:100%;margin-top:2px;left:50%;transform:translate(-50%);background-color:#171717;color:#fff;font-size:11px;line-height:1.2;padding:4px 8px;border-radius:4px;white-space:nowrap;max-width:200px;text-align:center;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;z-index:100}.multi-select-bar [data-tooltip]:hover:after{opacity:1;visibility:visible}.multi-select-bar .multi-select-center{flex:1;text-align:center}.multi-select-bar .multi-select-center .selection-count{font-size:13px}.multi-select-bar .multi-select-center .selection-count .select-action{color:#2af598;cursor:pointer;transition:opacity .2s ease}.multi-select-bar .multi-select-center .selection-count .select-action:hover{opacity:.8}.multi-select-bar .multi-select-right{display:flex;align-items:center;height:33px;gap:8px}.multi-select-bar .multi-select-right .multi-select-action{display:flex;align-items:center;justify-content:center;background-color:#ffffff26;color:#fff;border:none;margin:0;padding:0 16px;border-radius:4px;font-size:13px;font-family:inherit;line-height:33px;cursor:pointer;transition:background-color .2s ease;height:33px;box-sizing:border-box}.multi-select-bar .multi-select-right .multi-select-action:hover{background-color:#ffffff40}.multi-select-bar .multi-select-right .multi-select-action.share{background-color:#2af598;color:#171717}.multi-select-bar .multi-select-right .multi-select-action.share:hover{background-color:#0be17f}.multi-select-bar .multi-select-right .multi-select-action.delete{background-color:#ef4444;color:#fff}.multi-select-bar .multi-select-right .multi-select-action.delete:hover{background-color:#eb1515}.multi-select-bar .multi-select-right .multi-select-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:4px 8px;margin-left:8px;opacity:.7;transition:opacity .2s ease}.multi-select-bar .multi-select-right .multi-select-close:hover{opacity:1}.LoginWindow{background-color:#282828;padding:5vh;border-radius:8px;box-shadow:0 0 10px #171717;width:450px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.LoginWindow.signIn{height:300px}.LoginWindow.signUp{height:500px}.LoginWindow input{width:100%;padding:10px;margin:10px 0;border:none;border-radius:4px;background-color:#4c4c4c;color:#2af598;-webkit-text-fill-color:#2af598;caret-color:#2af598}.LoginWindow input::placeholder{color:#2af598}.LoginWindow input::selection{background-color:#262c2f!important}.LoginWindow button{width:100%;padding:10px;margin:10px 0;border:none;border-radius:4px;background-color:#2af598;color:#262c2f;cursor:pointer;font-size:16px;font-weight:700}.LoginWindow button:hover{background-color:#0be17f}.LoginWindow button:disabled{cursor:not-allowed;background-color:#282828;border:1px solid #2af598;color:#000}.LoginWindow p{text-align:center;cursor:pointer;color:#2af598;margin:4px 0}#FirebaseSignInSwitch:hover{text-decoration:underline;color:#0be17f}.LoginWindow input:-webkit-autofill,.LoginWindow input:-webkit-autofill:hover,.LoginWindow input:-webkit-autofill:focus,.LoginWindow input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #4c4c4c inset!important;-webkit-text-fill-color:#2af598!important;background-color:#4c4c4c!important;caret-color:#2af598}.LoginWindow #passwordCriteria{margin-top:0;display:flex;flex-direction:column;align-items:flex-start}.LoginWindow #passwordCriteria p{margin-bottom:2px}.LoginWindow #passwordCriteria ul{padding:0;margin:0}.LoginWindow #passwordCriteria li{margin:2px 0;padding:0}.LoginWindow #passwordCriteria li.matching{color:#009efd}.LoginWindow #passwordCriteria li.notMatching{color:#ef4444}.ShareRequestNotification{background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0003;transition:all .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ShareRequestNotification:hover{background-color:#ffffff1f;border-color:#ffffff40;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.ShareRequestNotification .NotificationContent{margin-bottom:12px}.ShareRequestNotification .NotificationContent .NotificationHeader{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ShareRequestNotification .NotificationContent .NotificationHeader .NotificationIcon{width:20px;height:20px;flex-shrink:0;opacity:.9}.ShareRequestNotification .NotificationContent .NotificationHeader .TitleBox{flex:1;background-color:#0000004d;padding:8px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.ShareRequestNotification .NotificationContent .NotificationHeader .TitleBox h3{margin:0;font-size:16px;font-weight:600;color:#fff}.ShareRequestNotification .NotificationContent .NotificationHeader .ViewEntityButton{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;opacity:.8}.ShareRequestNotification .NotificationContent .NotificationHeader .ViewEntityButton:hover:not(:disabled){opacity:1;background-color:#ffffff1a}.ShareRequestNotification .NotificationContent .NotificationHeader .ViewEntityButton:active:not(:disabled){transform:scale(.95)}.ShareRequestNotification .NotificationContent .NotificationHeader .ViewEntityButton:disabled{opacity:.4;cursor:not-allowed}.ShareRequestNotification .NotificationContent .NotificationHeader .ViewEntityButton .ViewIcon{width:20px;height:20px}.ShareRequestNotification .NotificationContent .NotificationDescription{margin:0;font-size:14px;color:#fffc;line-height:1.5}.ShareRequestNotification .NotificationActions{display:flex;gap:8px}.ShareRequestNotification .NotificationActions button{flex:1;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ShareRequestNotification .NotificationActions button:disabled{opacity:.5;cursor:not-allowed}.ShareRequestNotification .NotificationActions .AcceptButton{background-color:#2af598;color:#000;border:1px solid rgba(42,245,152,.3)}.ShareRequestNotification .NotificationActions .AcceptButton:hover:not(:disabled){background-color:#0be17f}.ShareRequestNotification .NotificationActions .AcceptButton:active:not(:disabled){background-color:#09c971}.ShareRequestNotification .NotificationActions .DenyButton{background-color:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.ShareRequestNotification .NotificationActions .DenyButton:hover:not(:disabled){background-color:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.ShareRequestNotification .NotificationActions .DenyButton:active:not(:disabled){background-color:#ffffff0d;transform:translateY(0)}.ShareRequestNotification .ErrorMessage{background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:10px 12px;margin-top:8px;font-size:13px;color:#ef4444;line-height:1.4}.ShareRequestNotification .NameConflictSection{background-color:#00000040;border:1px solid rgba(255,255,255,.15);border-left:3px solid #2af598;border-radius:6px;padding:14px;margin-top:12px}.ShareRequestNotification .NameConflictSection .ConflictHeader{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.ShareRequestNotification .NameConflictSection .ConflictHeader .ConflictIcon{width:18px;height:18px;color:#2af598}.ShareRequestNotification .NameConflictSection .ConflictHeader .ConflictTitle{font-size:14px;font-weight:600;color:#ffffffe6;margin:0}.ShareRequestNotification .NameConflictSection .ConflictMessage{margin:0 0 10px;font-size:13px;color:#ffffffd9;line-height:1.5;word-break:break-word;overflow-wrap:break-word}.ShareRequestNotification .NameConflictSection .ConflictOptions{margin:0 0 14px;padding-left:18px;font-size:12px;color:#ffffffb3;line-height:1.7;word-break:break-word;overflow-wrap:break-word}.ShareRequestNotification .NameConflictSection .ConflictOptions li{margin-bottom:6px}.ShareRequestNotification .NameConflictSection .ConflictOptions li strong{color:#fffffff2}.ShareRequestNotification .NameConflictSection .CustomNameInput{width:100%;padding:10px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background-color:#0000004d;color:#fff;font-size:14px;margin-bottom:14px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.ShareRequestNotification .NameConflictSection .CustomNameInput:focus{outline:none;border-color:#2af598;box-shadow:0 0 0 2px #2af59826}.ShareRequestNotification .NameConflictSection .CustomNameInput::placeholder{color:#fff6}.ShareRequestNotification .NameConflictSection .CustomNameInput.HasError{margin-bottom:4px;border-color:#ef4444}.ShareRequestNotification .NameConflictSection .InputError{margin:0 0 14px;font-size:12px;color:#ef4444;line-height:1.4}.ShareRequestNotification .NameConflictSection .ConflictActions{display:flex;gap:8px}.ShareRequestNotification .NameConflictSection .ConflictActions button{flex:1;padding:10px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.ShareRequestNotification .NameConflictSection .ConflictActions button:disabled{opacity:.5;cursor:not-allowed}.ShareRequestNotification .NameConflictSection .ConflictActions .RetryButton{background-color:#2af598;color:#000;border:1px solid rgba(42,245,152,.3)}.ShareRequestNotification .NameConflictSection .ConflictActions .RetryButton:hover:not(:disabled){background-color:#0be17f}.ShareRequestNotification .NameConflictSection .ConflictActions .OverwriteButton{background-color:#483333;color:#ff7070;border:1px solid rgba(255,112,112,.4);max-width:100%;white-space:normal;word-break:break-word;line-height:1.3}.ShareRequestNotification .NameConflictSection .ConflictActions .OverwriteButton:hover:not(:disabled){background-color:#573e3e;border-color:#ff707099}.ShareRequestNotification .NameConflictSection .ConflictActions .OverwriteButton.Processing{white-space:nowrap;word-break:normal}.ShareRequestNotification .NameConflictSection .ConflictActions .CancelButton{background-color:#ffffff14;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.ShareRequestNotification .NameConflictSection .ConflictActions .CancelButton:hover:not(:disabled){background-color:#ffffff1f;border-color:#ffffff4d}.NotificationSidebarOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.NotificationSidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background-color:#171717;box-shadow:-2px 0 10px #0000004d;z-index:9999;transition:right .3s ease-in-out;display:flex;flex-direction:column}.NotificationSidebar.open{right:0}.NotificationSidebarHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:2px solid rgba(255,255,255,.1);background-color:#0003}.NotificationSidebarHeader h2{color:#fff;font-size:24px;font-weight:700;margin:0}.CloseButton{background:none;border:none;color:#fff;font-size:36px;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.CloseButton:hover{background-color:#ffffff1a}.CloseButton:active{background-color:#fff3}.NotificationTabs{display:flex;gap:8px;padding:12px 24px;background-color:#00000026;border-bottom:1px solid rgba(255,255,255,.1)}.NotificationTabs .TabButton{flex:1;padding:8px 16px;background-color:transparent;border:1px solid rgba(255,255,255,.2);color:#fff9;font-size:14px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease}.NotificationTabs .TabButton:hover{background-color:#ffffff0d;color:#fffc;border-color:#ffffff4d}.NotificationTabs .TabButton.active{background-color:#2af598;border-color:#2af598;color:#000}.NotificationTabs .TabButton.active:hover{background-color:#0be17f;border-color:#0be17f}.NotificationSidebarContent{flex:1;overflow-y:auto;padding:24px}.NotificationSidebarContent::-webkit-scrollbar{width:8px}.NotificationSidebarContent::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.NotificationSidebarContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.NotificationSidebarContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.EmptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;color:#fff9}.EmptyStateIcon{width:80px;height:80px;opacity:.4;margin-bottom:24px;filter:invert(1)}.EmptyStateText{font-size:18px;font-weight:600;color:#fffc;margin:0 0 12px}.EmptyStateSubtext{font-size:14px;color:#ffffff80;margin:0;max-width:280px;line-height:1.5}.NotificationsList{display:flex;flex-direction:column;gap:0}.NotificationItem{background-color:#ffffff0d;border-radius:8px;padding:16px;margin-bottom:12px;border-left:3px solid #171717;cursor:pointer;transition:all .2s ease}.NotificationItem:hover{background-color:#ffffff14}.NotificationItem.unread{border-left-color:#2af598;background-color:#2af5981a}.NotificationTitle{color:#fff;font-size:16px;font-weight:600;margin:0 0 8px}.NotificationMessage{color:#ffffffb3;font-size:14px;margin:0 0 8px;line-height:1.4}.NotificationTime{color:#fff6;font-size:12px;margin:0}.PopupView{position:absolute;height:100vh;width:100vw;margin:0;padding:0;z-index:1000;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.spinner{border:4px solid rgba(255,255,255,.1);border-top:4px solid #ffffff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.LoadLabelsPopupContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding-top:30px;flex:1;min-height:450px}.LoadLabelsPopupContent .Message{align-self:stretch;color:#fff;font-size:15px;padding:0 40px 30px;border-bottom:solid 1px #171717}.LoadLabelsPopupContent .DropZone{user-select:none;align-self:stretch;border-radius:4px;flex:1;color:#fff;display:flex;flex-direction:column;justify-items:center;justify-content:center;align-items:center;cursor:pointer;outline:none}.LoadLabelsPopupContent .DropZone:hover{background-color:#00000008}.LoadLabelsPopupContent .DropZone>img{max-width:60px;max-height:60px;margin-bottom:30px;filter:brightness(0) invert(1);user-select:none}.LoadLabelsPopupContent .DropZone>input{outline:none}.LoadLabelsPopupContent .DropZone>p{margin-top:2px;margin-bottom:0}.LoadLabelsPopupContent .DropZone>p.extraBold{font-size:18px;font-weight:600}.GenericYesNoPopup{max-height:100vh;max-width:800px;width:100%;border-radius:5px;user-select:none;box-shadow:0 0 10px 3px #ffffff05;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.GenericYesNoPopup.LargePopup{max-width:2000px!important;width:90vw!important;max-height:90vh!important;height:85vh!important}.GenericYesNoPopup.MediumPopup{max-width:900px!important;width:85vw!important}.GenericYesNoPopup .Header{align-self:stretch;height:40px;box-shadow:0 2px 15px #0006;color:#fff;font-weight:700;font-size:18px;background-color:#171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.GenericYesNoPopup .Content{align-self:stretch;font-size:14px;background-color:#282828;flex:1;overflow-y:auto;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;width:100%;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.GenericYesNoPopup .Content::-webkit-scrollbar{width:8px}.GenericYesNoPopup .Content::-webkit-scrollbar-track{background:transparent}.GenericYesNoPopup .Content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.GenericYesNoPopup .Content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.GenericYesNoPopup.LargePopup .GenericYesNoPopup .Content{height:calc(85vh - 120px);overflow:auto;justify-content:flex-start;padding:20px}.GenericYesNoPopup .Footer{padding:0 40px;height:80px;align-self:stretch;background-color:#282828;border-top:solid 1px #171717;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:flex-end}.GenericYesNoPopup .Footer .FooterLeft{margin-right:auto;margin-left:0;display:flex;align-items:center;height:100%}.GenericYesNoPopup .Footer .NavigationButtons{display:flex;align-items:center;gap:8px;margin-right:auto;margin-left:0}.GenericYesNoPopup .Footer .NavigationButtons .NavButton{width:28px;height:28px;border:1px solid white;border-radius:4px;background:transparent;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.GenericYesNoPopup .Footer .NavigationButtons .NavButton:hover{background:rgba(255,255,255,.2);border-color:#fffc}.GenericYesNoPopup .Footer .NavigationButtons .NavButton:disabled{opacity:.5;cursor:not-allowed}.GenericYesNoPopup .Footer .NavigationButtons .NavButton:disabled:hover{background:transparent;border-color:#fff}.GenericYesNoPopup .Footer .NavigationButtons .NavCounter{color:#fff;font-size:12px;font-weight:600;margin:0 4px;white-space:nowrap;display:flex;align-items:center}.GenericYesNoPopup .Footer .NavigationButtons .NavCounter .PageNumberInput{width:22px;background:rgba(255,255,255,.08);border:none;border-bottom:1px solid rgba(255,255,255,.2);border-radius:0;color:#fff;font-size:12px;font-weight:600;font-family:inherit;text-align:center;padding:2px 2px 0;outline:none;transition:border-color .2s,background .2s;cursor:pointer;margin-right:4px;line-height:inherit;transform:translateY(-1px)}.GenericYesNoPopup .Footer .NavigationButtons .NavCounter .PageNumberInput:hover{background:rgba(255,255,255,.12);border-bottom-color:#fff6}.GenericYesNoPopup .Footer .NavigationButtons .NavCounter .PageNumberInput:focus{background:rgba(255,255,255,.15);border-bottom-color:#fff9;cursor:text}.GenericYesNoPopup .Footer .NavigationButtons .NavCounter>span{margin-left:2px}.GenericYesNoPopup .Footer .ImageButton.share-button{margin-right:auto;margin-left:0;cursor:pointer;transition:opacity .2s}.GenericYesNoPopup .Footer .ImageButton.share-button:hover{opacity:.7}.GenericYesNoPopup .Footer .ImageButton.share-button.disabled{opacity:.5;cursor:default;pointer-events:none}.GenericYesNoPopup .Footer .ImageButton.share-button.disabled:hover{opacity:.5}.GenericYesNoPopup .Footer .FooterCenter{position:absolute;left:50%;transform:translate(-50%);color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40%}.GenericYesNoPopup .Footer .TextButton{margin-left:20px;box-shadow:#009efd 0 0 0 2px inset;box-shadow:var(--leading-color) 0 0 0 2px inset;background-color:#009efd;background-color:var(--leading-color);color:#fff;color:var(--button-text-color)}.GenericYesNoPopup .Footer .TextButton:hover{background-color:transparent;color:#009efd;color:var(--leading-color)}.GenericYesNoPopup .Footer .TextButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;cursor:default;opacity:.5;pointer-events:none}.GenericYesNoPopup .Footer .TextButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;color:#fff}.GenericYesNoPopup .Footer .TextButton.third{margin-left:20px;order:1}.GenericYesNoPopup .Footer .TextButton.fourth{margin-left:20px;order:2}.GenericYesNoPopup .Footer .TextButton.accept{margin-left:20px;order:3}.GenericYesNoPopup .Footer .TextButton.delete-action{box-shadow:#ef4444 0 0 0 2px inset;background-color:#ef4444;color:#fff}.GenericYesNoPopup .Footer .TextButton.delete-action:hover{background-color:transparent;color:#ef4444}.GenericYesNoPopup .Footer .TextButton.fifth{margin-left:0;margin-right:auto;order:-1}.InsertLabelNamesPopup{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;align-self:stretch;flex:1;min-height:400px}.InsertLabelNamesPopup .LeftContainer{width:50px;align-self:stretch;border-right:solid 1px #171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding:3px 0}.InsertLabelNamesPopup .LeftContainer .ImageButton{transition:transform .3s}.InsertLabelNamesPopup .LeftContainer .ImageButton:hover{border-radius:3px;background-color:#0003}.InsertLabelNamesPopup .LeftContainer .ImageButton.active{border-radius:3px;background-color:#0006}.InsertLabelNamesPopup .LeftContainer .ImageButton.monochrome img{filter:brightness(0) invert(1)}.InsertLabelNamesPopup .RightContainer{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.InsertLabelNamesPopup .RightContainer .Message{align-self:stretch;color:#fff;font-size:15px;padding:30px 40px;border-bottom:solid 1px #171717}.InsertLabelNamesPopup .RightContainer .LabelsContainer{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;color:#fff}.InsertLabelNamesPopup .RightContainer .LabelsContainer .ImageButton{transition:transform .3s}.InsertLabelNamesPopup .RightContainer .LabelsContainer .ImageButton img{filter:brightness(0) invert(1);user-select:none}.InsertLabelNamesPopup .RightContainer .LabelsContainer .ImageButton:hover{background-color:transparent}.InsertLabelNamesPopup .RightContainer .LabelsContainer .ImageButton:not(.disabled):hover{filter:brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.InsertLabelNamesPopup .RightContainer .LabelsContainer .EmptyList{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;cursor:pointer}.InsertLabelNamesPopup .RightContainer .LabelsContainer .EmptyList:hover{background-color:#00000008}.InsertLabelNamesPopup .RightContainer .LabelsContainer .EmptyList>img{max-width:60px;max-height:60px;margin-bottom:10px;filter:brightness(0) invert(1);user-select:none}.InsertLabelNamesPopup .RightContainer .LabelsContainer .EmptyList>p{margin-top:2px;margin-bottom:0}.InsertLabelNamesPopup .RightContainer .LabelsContainer .EmptyList>p.extraBold{font-size:18px;font-weight:600}.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent{margin-left:40px;margin-right:10px;margin-top:20px}.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent .LabelEntry{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:space-between}.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent .LabelEntry .ColorSelectorView,.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent .LabelEntry .ImageButton{margin-left:15px}.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent .LabelEntry .ImageButton img{filter:brightness(0) invert(1)}.InsertLabelNamesPopup .RightContainer .InsertLabelNamesPopupContent .LabelEntry .ImageButton:hover{background-color:transparent}.ColorSelectorView{width:30px;height:30px;border-radius:2px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.ColorSelectorView>img{filter:brightness(0) invert(1);width:20px;height:20px}.ColorSelectorView:hover{cursor:pointer}.ExitProjectPopupContent{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding-top:30px}.ExitProjectPopupContent .Message{align-self:stretch;color:#fff;font-size:15px;padding:0 40px 30px}.ExitProjectPopupContent .SaveProjectButton{margin-right:300px;margin-top:10px;box-shadow:#009efd 0 0 0 2px inset;box-shadow:var(--leading-color) 0 0 0 2px inset;background-color:#009efd;background-color:var(--leading-color);color:#fff;color:var(--button-text-color)}.ExitProjectPopupContent .SaveProjectButton:hover{background-color:transparent;color:#009efd;color:var(--leading-color)}.ExitProjectPopupContent .SaveProjectButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;cursor:default;opacity:.6}.ExitProjectPopupContent .SaveProjectButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset;background-color:#4c4c4c;color:#fff}.LoadMoreImagesPopupContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;flex:1;min-height:300px;align-self:stretch}.LoadMoreImagesPopupContent .DropZone{user-select:none;align-self:stretch;border-radius:4px;flex:1;color:#fff;display:flex;flex-direction:column;justify-items:center;justify-content:center;align-items:center;cursor:pointer;outline:none}.LoadMoreImagesPopupContent .DropZone:hover{background-color:#00000008}.LoadMoreImagesPopupContent .DropZone>img{max-width:60px;max-height:60px;margin-bottom:30px;filter:brightness(0) invert(1);user-select:none}.LoadMoreImagesPopupContent .DropZone>input{outline:none}.LoadMoreImagesPopupContent .DropZone>p{margin-top:2px;margin-bottom:0}.LoadMoreImagesPopupContent .DropZone>p.extraBold{font-size:18px;font-weight:600}.GenericYesNoPopup.LoadMoreImagesPopup .Footer{position:relative}.GenericYesNoPopup.LoadMoreImagesPopup .Footer .FooterLeft{position:absolute;left:40px;top:60%;transform:translateY(-50%)}.GenericYesNoPopup.LoadMoreImagesPopup .Footer .FooterLeft .DetectCheckboxLabel{display:flex;align-items:center;gap:10px;cursor:pointer;color:#fff;font-size:14px;user-select:none;margin:0}.GenericYesNoPopup.LoadMoreImagesPopup .Footer .FooterLeft .DetectCheckboxLabel .DetectCheckbox{width:18px;height:18px;cursor:pointer;accent-color:var(--leading-color, #009efd);margin:0}.GenericYesNoPopup.LoadMoreImagesPopup .Footer .FooterLeft .DetectCheckboxLabel span{font-weight:500}.GenericYesNoPopup.LoadMoreImagesPopup .Footer .FooterLeft .DetectCheckboxLabel:hover{opacity:.8}.SuggestLabelNamesPopupContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding-top:30px;flex:1;min-height:350px}.SuggestLabelNamesPopupContent .Message{align-self:stretch;color:#fff;font-size:15px;padding:0 40px}.SuggestLabelNamesPopupContent .OptionsItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.SuggestLabelNamesPopupContent .OptionsItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.SuggestLabelNamesPopupContent .AllToggle{align-self:stretch;color:#fff;font-size:15px;padding:10px 40px 20px;border-bottom:solid 1px #171717}.SuggestLabelNamesPopupContent .LabelNamesContainer{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;color:#fff}.SuggestLabelNamesPopupContent .LabelNamesContainer .LabelNamesContent{margin-left:40px;margin-right:10px;margin-top:20px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start}.GenericLabelTypePopupContent .RightContainer{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}.GenericLabelTypePopupContent .RightContainer .FeatureInProgress{flex:1}.GenericLabelTypePopupContent .RightContainer .DropZone{user-select:none;align-self:stretch;border-radius:4px;flex:1;color:#fff;display:flex;flex-direction:column;justify-items:center;justify-content:center;align-items:center;cursor:pointer;outline:none}.GenericLabelTypePopupContent .RightContainer .DropZone:hover{background-color:#00000008}.GenericLabelTypePopupContent .RightContainer .DropZone>img{max-width:60px;max-height:60px;margin-bottom:30px;filter:brightness(0) invert(1);user-select:none}.GenericLabelTypePopupContent .RightContainer .DropZone>input{outline:none}.GenericLabelTypePopupContent .RightContainer .DropZone>p{margin-top:2px;margin-bottom:0}.GenericLabelTypePopupContent .RightContainer .DropZone>p.extraBold{font-size:18px;font-weight:600}.GenericLabelTypePopupContent{align-self:stretch;flex:1;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;min-height:300px}.GenericLabelTypePopupContent .LeftContainer{width:50px;align-self:stretch;border-right:solid 1px #171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding:3px 0}.GenericLabelTypePopupContent .LeftContainer .ImageButton{transition:transform .3s}.GenericLabelTypePopupContent .LeftContainer .ImageButton img{filter:brightness(0) invert(1)}.GenericLabelTypePopupContent .LeftContainer .ImageButton:hover{border-radius:3px;background-color:#0003}.GenericLabelTypePopupContent .LeftContainer .ImageButton.active{border-radius:3px;background-color:#0006}.GenericLabelTypePopupContent .RightContainer{align-self:stretch;flex:1}.FeatureInProgress{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;user-select:none}.FeatureInProgress>img{filter:brightness(0) invert(1);max-width:100px;max-height:100px;user-select:none;margin:20px}.FeatureInProgress>p.extraBold{font-size:18px;font-weight:600}.GenericYesNoPopup.SmallPopup{max-height:270px!important;height:270px!important;max-width:600px!important;width:600px!important}.GenericYesNoPopup.SmallPopup .Content{justify-content:flex-start!important;align-items:flex-start!important;overflow:hidden!important;overflow-y:hidden!important;height:auto!important;padding:0!important}.GenericYesNoPopup.LargePopup .Content{justify-content:flex-start!important;align-items:flex-start!important}.GenericYesNoPopup.LargePopup:has(.GenericLabelTypePopupContent){max-height:400px!important;height:400px!important;max-width:600px!important;width:600px!important}.GenericYesNoPopup.LargePopup:has(.GenericLabelTypePopupContent) .Content{justify-content:flex-start!important;align-items:flex-start!important;overflow:hidden!important;overflow-y:hidden!important;height:auto!important;padding:0!important}.GenericLabelTypePopupContent .RightContainer{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;overflow:hidden;height:100%;padding:5px 0}.GenericLabelTypePopupContent .RightContainer .Message{align-self:stretch;color:#fff;font-size:15px;padding:30px 40px;border-bottom:solid 1px #171717}.GenericLabelTypePopupContent .RightContainer .Options{align-self:stretch;padding:20px 40px 20px 25px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start}.GenericLabelTypePopupContent .RightContainer .Options .OptionsItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.GenericLabelTypePopupContent .RightContainer .Options .OptionsItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.GenericLabelTypePopupContent .RightContainer .Options .OptionsItem>img .disabled{display:none}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection{align-self:stretch;padding:20px 40px;border-top:solid 1px #171717;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;position:relative;min-height:50px}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection label{color:#fff;font-size:14px;margin:0;padding:0;text-align:center;white-space:nowrap;position:relative;z-index:1;display:flex;align-items:center;height:100%;transform:translateY(-21px)}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection .ProjectNameInput{width:375px;padding:10px 12px;background-color:#282828;color:#fff;border:1px solid #4c4c4c;border-radius:4px;font-size:14px;text-align:center}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection .ProjectNameInput::placeholder{color:#888;opacity:.7}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection .ProjectNameInput:focus{outline:none;border-color:#262c2f}.GenericLabelTypePopupContent .RightContainer .ProjectNameSection .ProjectNameHint{color:#888;font-size:12px;margin-top:5px;text-align:center;font-style:italic}.GenericLabelTypePopupContent .RightContainer .GroupingMessage{align-self:stretch;color:#fff;font-size:15px;padding:20px 40px 10px;border-top:solid 1px #171717}.GenericLabelTypePopupContent .RightContainer .GroupingOptions{align-self:center;padding:10px 50px;width:400px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingEntitySelection,.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingPropertySelection{margin-bottom:20px;width:100%}.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingEntitySelection label,.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingPropertySelection label{display:block;color:#fff;font-size:14px;margin-bottom:10px;text-align:center}.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingEntitySelection select,.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingPropertySelection select{width:100%;padding:10px 12px;background-color:#282828;color:#fff;border:1px solid #4c4c4c;border-radius:4px;font-size:14px;text-align:center}.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingEntitySelection select option,.GenericLabelTypePopupContent .RightContainer .GroupingOptions .GroupingPropertySelection select option{background-color:#282828;color:#fff}.GenericLabelTypePopupContent .RightContainer .FallbackSection{align-self:stretch;padding:15px 40px 10px;border-top:solid 1px #171717;display:flex;justify-content:center}.GenericLabelTypePopupContent .RightContainer .FallbackSection .FallbackOption .OptionsItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.GenericLabelTypePopupContent .RightContainer .FallbackSection .FallbackOption .OptionsItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.GenericLabelTypePopupContent .RightContainer .FallbackSection .FallbackOption .OptionsItem>img .disabled{display:none}.LoadModelPopupContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding-top:30px;flex:1}.LoadModelPopupContent .Message{align-self:stretch;color:#fff;font-size:15px;padding:0 40px 30px}.LoadModelPopupContent .Companion{align-self:stretch;padding-bottom:30px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;height:150px}.LoadModelPopupContent .Companion .Options{align-self:stretch;flex:1;padding:0 40px}.LoadModelPopupContent .Companion .Options .OptionsItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.LoadModelPopupContent .Companion .Options .OptionsItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.load-yolo-v5-model-popup{display:flex;flex-direction:row;flex-wrap:nowrap;min-height:400px;align-self:stretch}.load-yolo-v5-model-popup .left-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;align-content:flex-start;align-self:stretch;width:50px;border-right:solid 1px #171717;padding:3px 0}.load-yolo-v5-model-popup .left-container .ImageButton{transition:transform .3s}.load-yolo-v5-model-popup .left-container .ImageButton:hover{border-radius:3px;background-color:#0003}.load-yolo-v5-model-popup .left-container .ImageButton.active{border-radius:3px;background-color:#0006}.load-yolo-v5-model-popup .left-container .ImageButton.monochrome img{filter:brightness(0) invert(1)}.load-yolo-v5-model-popup .right-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;align-content:flex-start;align-self:stretch;flex:1}.load-yolo-v5-model-popup .right-container .loader{display:flex;align-items:center;align-content:center;justify-content:center;align-self:stretch;flex:1}.load-yolo-v5-model-popup .right-container .message{align-self:stretch;color:#fff;font-size:15px;padding:40px 40px 0}.load-yolo-v5-model-popup .right-container .options{align-self:stretch;flex:1;padding:40px}.load-yolo-v5-model-popup .right-container .options .options-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.load-yolo-v5-model-popup .right-container .options .options-item>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.load-yolo-v5-model-popup .right-container .drop-zone{display:flex;flex-direction:column;align-items:center;align-content:center;justify-items:center;justify-content:center;align-self:stretch;flex:1;color:#fff;cursor:pointer;outline:none}.load-yolo-v5-model-popup .right-container .drop-zone:hover{background-color:#00000008}.load-yolo-v5-model-popup .right-container .drop-zone>img{max-width:60px;max-height:60px;margin-bottom:30px;filter:brightness(0) invert(1);user-select:none}.load-yolo-v5-model-popup .right-container .drop-zone>input{outline:none}.load-yolo-v5-model-popup .right-container .drop-zone>p{margin-top:2px;margin-bottom:0}.load-yolo-v5-model-popup .right-container .drop-zone>p.extraBold{font-size:18px;font-weight:600}.generic-side-menu-popup{align-self:stretch;flex:1;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;min-height:300px}.generic-side-menu-popup .left-container{width:50px;align-self:stretch;border-right:solid 1px #171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding:3px 0}.generic-side-menu-popup .left-container .ImageButton{transition:transform .3s}.generic-side-menu-popup .left-container .ImageButton img{filter:brightness(0) invert(1)}.generic-side-menu-popup .left-container .ImageButton:hover{border-radius:3px;background-color:#0003}.generic-side-menu-popup .left-container .ImageButton.active{border-radius:3px;background-color:#0006}.generic-side-menu-popup .right-container{align-self:stretch;flex:1}.right-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;align-content:flex-start;align-self:stretch;flex:1}.right-container .loader{display:flex;align-items:center;align-content:center;justify-content:center;align-self:stretch;flex:1}.right-container .message{align-self:stretch;color:#fff;font-size:15px;padding:30px 40px;border-bottom:solid 1px #171717}.right-container .details{align-self:stretch;padding:30px 40px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start}.FilterPredictionsPopupContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding-top:30px;flex:1}.FilterPredictionsPopupContent .Message{align-self:stretch;color:#fff;font-size:15px;padding:0 40px 30px}.FilterPredictionsPopupContent .Companion{align-self:stretch;padding-bottom:30px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;height:150px}.FilterPredictionsPopupContent .Companion .Options{align-self:stretch;flex:1;padding:0 40px}.FilterPredictionsPopupContent .Companion .Options .OptionsItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;color:#fff;cursor:pointer;user-select:none;font-size:15px;padding:5px 0}.FilterPredictionsPopupContent .Companion .Options .OptionsItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.FilterPredictionsPopupContent .Companion .Options .ThresholdWrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;color:#fff;margin-left:32px}.FilterPredictionsPopupContent .Companion .Options .ThresholdWrapper .TextFieldWrapper{flex:1;align-self:stretch;position:relative;font-size:14px;cursor:pointer;width:fit-content;color:#fff;overflow:hidden;margin-left:10px}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton.accept{box-shadow:#ef4444 0 0 0 2px inset!important;background-color:#ef4444!important;color:#fff!important}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton.accept:hover{background-color:transparent!important;color:#ef4444!important}.FeaturesPopup.GenericYesNoPopup{max-width:1000px;max-height:80vh}.FeaturesScrollContainer{min-height:100px}.FeaturesPopupContent{max-height:calc(80vh - 120px);overflow:auto;color:#fff;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.FeaturesPopupContent::-webkit-scrollbar{width:6px}.FeaturesPopupContent::-webkit-scrollbar-track{background:transparent}.FeaturesPopupContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}.FeaturesPopupContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.FeaturesPopupContent>ul,.FeaturesPopupContent h3,.FeaturesPopupContent li,.FeaturesPopupContent p,.FeaturesPopupContent span,.FeaturesPopupContent strong{color:inherit;font-size:16px}.FeaturesPopupContent h3{padding-left:10px}.FeaturesPopupContent .feature-icon{height:20px;width:20px;vertical-align:middle;margin:0 4px;filter:brightness(0) invert(1)}.ShortcutsPopup.GenericYesNoPopup{max-width:950px;max-height:80vh}.ShortcutsPopupContent{align-self:stretch;flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;padding-top:0;overflow:auto}.ShortcutsPopupContent .ShortcutsTable{width:100%;border-collapse:collapse;font-size:16px;color:#fff;text-align:left;background-color:#282828}.ShortcutsPopupContent .ShortcutsTable th,.ShortcutsPopupContent .ShortcutsTable td{padding:10px 15px;border-bottom:1px solid #171717}.ShortcutsPopupContent .ShortcutsTable td:last-child{white-space:nowrap}.ShortcutsPopupContent .ShortcutsTable th{background:#171717;font-size:14px;font-weight:700;position:sticky;top:0;z-index:1}.ShortcutsPopupContent .ShortcutsTable tbody tr:last-child td{border-bottom:none}.ShortcutsPopupContent kbd{background:#151515;padding:4px 6px;border-radius:4px;font-size:12px;font-family:monospace;font-weight:700;display:inline-block}.ShortcutsPopupContent .KeySeparator{margin:0 5px;font-size:12px}.ShortcutsPopupContent .ShortcutGroup{display:inline}.ShortcutsPopupContent .OrSeparator{margin:0 8px;font-size:12px;font-style:italic;opacity:.7}.CustomCommentsWrapper{display:flex;flex-direction:column;gap:10px;padding:10px 0}.Message{color:#fff;font-size:16px;text-align:center;padding-bottom:10px;margin-top:10px}.NoCommentsMessage{color:#fff;font-size:14px;text-align:center;opacity:.7}.CustomCommentContainer{display:flex;align-items:center;gap:10px;background:#151515;padding:8px;border-radius:5px}.CustomCommentContainer .ImageButton,.CustomCommentsActions .ImageButton{cursor:pointer;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center}.CustomCommentContainer .ImageButton img,.CustomCommentsActions .ImageButton img{filter:brightness(0) invert(1);transition:opacity .2s ease-in-out,filter .2s ease-in-out}.CustomCommentContainer .ImageButton:hover img,.CustomCommentsActions .ImageButton:hover img{opacity:.8}.CustomCommentContainer .ImageButton:active,.CustomCommentsActions .ImageButton:active{transform:scale(.95)}.CustomCommentInput{flex:1;background:transparent;border:1px solid #4c4c4c;color:#fff;font-size:14px;padding:6px 10px;border-radius:4px;transition:border-color .2s ease-in-out}.CustomCommentInput:focus{border-color:#8c8c8c;outline:none}.CustomCommentInput::placeholder{color:#ccc;opacity:.7}.CustomCommentsActions{display:flex;justify-content:center;gap:15px;margin-top:10px}.OpenLabelTablePopupContent{width:100%;height:100%;padding:10px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:1rem;max-height:calc(85vh - 120px);overflow:auto;position:relative}@media (max-width: 768px){.OpenLabelTablePopupContent{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:calc(85vh - 140px)}}.OpenLabelTablePopupContent.stacked-layout{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:calc(85vh - 120px);overflow:auto}.OpenLabelTablePopupContent .TableSection{min-width:0;overflow:hidden;display:flex;flex-direction:row;align-items:flex-start;height:100%}.OpenLabelTablePopupContent .TableSection .InteractiveLabelTable{flex:1 1 0%;min-width:0}.OpenLabelTablePopupContent .TableSection .TableSectionButtons{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-left:12px;margin-right:6px;margin-top:5px}.OpenLabelTablePopupContent .TableSection .CopyTableButton,.OpenLabelTablePopupContent .TableSection .ToggleLayoutButton{margin-left:0;align-self:flex-start;background-color:#2af598;transition:background-color .3s}.OpenLabelTablePopupContent .TableSection .CopyTableButton>img,.OpenLabelTablePopupContent .TableSection .ToggleLayoutButton>img{filter:brightness(0)}.OpenLabelTablePopupContent .TableSection .CopyTableButton:hover,.OpenLabelTablePopupContent .TableSection .ToggleLayoutButton:hover{background-color:transparent;box-shadow:#2af598 0 0 0 2px inset}.OpenLabelTablePopupContent .TableSection .CopyTableButton:hover>img,.OpenLabelTablePopupContent .TableSection .ToggleLayoutButton:hover>img{filter:brightness(0) invert(1)}.OpenLabelTablePopupContent .TableSection .DeleteDetectionButton{margin-left:0;align-self:flex-start;background-color:#ef4444;transition:background-color .3s}.OpenLabelTablePopupContent .TableSection .DeleteDetectionButton>img{filter:brightness(0) invert(1)}.OpenLabelTablePopupContent .TableSection .DeleteDetectionButton:hover{background-color:transparent;box-shadow:#ef4444 0 0 0 2px inset}.OpenLabelTablePopupContent .TableSection .DeleteDetectionButton:hover>img{filter:brightness(0) invert(1)}@media (max-width: 768px){.OpenLabelTablePopupContent .TableSection{max-height:350px;flex-direction:column;align-items:stretch}.OpenLabelTablePopupContent .TableSection .TableSectionButtons{flex-direction:row;gap:8px;margin-left:0;margin-top:0;align-items:flex-end}.OpenLabelTablePopupContent .TableSection .CopyTableButton,.OpenLabelTablePopupContent .TableSection .ToggleLayoutButton,.OpenLabelTablePopupContent .TableSection .DeleteDetectionButton{margin-left:0;margin-top:0;align-self:flex-end}}.OpenLabelTablePopupContent .ImageSection{display:flex;justify-content:center;align-items:flex-start;overflow:auto;scroll-behavior:smooth;height:100%}@media (max-width: 768px){.OpenLabelTablePopupContent .ImageSection{max-height:350px}}.OpenLabelTablePopupContent .ImageSection img{width:100%;object-fit:contain;align-self:flex-start}.OpenLabelTablePopupContent .ResizeHandle{background-color:#4c4c4c}.OpenLabelTablePopupContent .ResizeHandle.vertical{width:5px;cursor:ew-resize;height:100%}.OpenLabelTablePopupContent .ResizeHandle.horizontal{height:5px;cursor:ns-resize;width:100%}.OpenLabelTablePopupContent :global(.handsontable){width:100%!important;height:350px!important;background-color:#171717!important}@media (max-width: 768px){.OpenLabelTablePopupContent :global(.handsontable){height:250px!important}}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtHolder{background-color:#171717!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable td,.OpenLabelTablePopupContent :global(.handsontable) .htCore td{background-color:#282828!important;color:#fff!important;border:1px solid #4c4c4c!important;border-right:1px solid #4c4c4c!important;border-bottom:1px solid #4c4c4c!important;padding:4px 6px!important;font-size:12px!important;user-select:text!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable td::selection,.OpenLabelTablePopupContent :global(.handsontable) .htCore td::selection{background-color:#edfef6!important;color:#000!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable th,.OpenLabelTablePopupContent :global(.handsontable) .htCore th{background-color:#171717!important;color:#fff!important;border:1px solid #4c4c4c!important;border-right:1px solid #4c4c4c!important;border-bottom:1px solid #4c4c4c!important;padding:4px 6px!important;font-weight:500!important;font-size:11px!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable td.current,.OpenLabelTablePopupContent :global(.handsontable) .htCore td.current{background-color:#2af598!important;color:#000!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable td.area,.OpenLabelTablePopupContent :global(.handsontable) .htCore td.area{background-color:#2af5984d!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable td:hover,.OpenLabelTablePopupContent :global(.handsontable) .htCore td:hover{background-color:#2af59880!important}.OpenLabelTablePopupContent :global(.handsontable) .handsontableInput{background-color:#282828!important;color:#fff!important;border:2px solid #2af598!important;padding:2px 4px!important}.OpenLabelTablePopupContent :global(.handsontable) .wtBorder.current{border:2px solid #2af598!important}.OpenLabelTablePopupContent :global(.handsontable) .wtBorder.area{border:1px solid rgba(42,245,152,.8)!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_master .wtTable .ht_clone_top_left_corner th,.OpenLabelTablePopupContent :global(.handsontable) .ht_clone_top_left_corner th{background-color:#171717!important;color:#fff!important;border:1px solid #4c4c4c!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_clone_left th{background-color:#171717!important;color:#fff!important;border:1px solid #4c4c4c!important}.OpenLabelTablePopupContent :global(.handsontable) .ht_clone_top th{background-color:#171717!important;color:#fff!important;border:1px solid #4c4c4c!important}.OpenLabelTablePopupContent .hot-table{width:100%!important;height:350px!important}@media (max-width: 768px){.OpenLabelTablePopupContent .hot-table{height:250px!important}}.OpenLabelTablePopupContent .handsontable td::selection,.OpenLabelTablePopupContent .handsontableInput::selection{background:rgba(42,245,152,.6)!important;color:#000!important}.OpenLabelTablePopupContent .DeleteConfirmationOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(2px)}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog{background-color:#282828;border-radius:5px;box-shadow:0 0 10px 3px #ffffff05;width:600px;max-width:90%;display:flex;flex-direction:column;overflow:hidden}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationHeader{align-self:stretch;height:40px;box-shadow:0 2px 15px #0006;color:#fff;font-weight:700;font-size:18px;background-color:#171717;display:flex;justify-content:center;align-items:center}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationMessage{align-self:stretch;flex:1;display:flex;justify-content:center;align-items:center;padding:30px 40px;color:#fff;font-size:15px;text-align:center}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons{padding:0 40px;height:80px;align-self:stretch;background-color:#282828;border-top:solid 1px #171717;display:flex;justify-content:flex-end;align-items:center;gap:20px}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons button{padding:10px 30px;border:none;border-radius:4px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .CancelButton{background-color:#2af598;color:#282828;box-shadow:#2af598 0 0 0 2px inset}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .CancelButton:hover{background-color:transparent;color:#2af598}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .DeleteButton{background-color:#ef4444;color:#fff;box-shadow:#ef4444 0 0 0 2px inset}.OpenLabelTablePopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .DeleteButton:hover{background-color:transparent;color:#ef4444}/*!
* Copyright (c) HANDSONCODE sp. z o. o.
*
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
*
* This software is protected by applicable copyright laws, including international treaties, and dual-
* licensed - depending on whether your use for commercial purposes, meaning intended for or
* resulting in commercial advantage or monetary compensation, or not.
*
* If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
* the suitability, performance, and usefulness of this software outside the production environment,
* you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
*
* Your use of this software for commercial purposes is subject to the terms included in an applicable
* license agreement.
*
* In any case, you must not make any such use of this software as to develop software which may be
* considered competitive with this software.
*
* UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
* LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
* USE OR INABILITY TO USE THIS SOFTWARE.
*
* Version: 15.3.0
* Release date: 29/04/2025 (built at 24/04/2025 10:59:11)
*/.handsontable .table th,.handsontable .table td{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child th,.handsontable .table caption+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table thead:first-child tr:first-child th,.handsontable .table thead:first-child tr:first-child td{border-top:1px solid #CCCCCC}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered th,.handsontable .table-bordered td{border-left:none}.handsontable .table-bordered th:first-child,.handsontable .table-bordered td:first-child{border-left:1px solid #CCCCCC}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(even){background-color:#fff}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{position:relative;width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable table,.handsontable tbody,.handsontable thead,.handsontable td,.handsontable th,.handsontable input,.handsontable textarea,.handsontable div{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:initial}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable th,.handsontable td{border-top-width:0;border-left-width:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline:none;outline-width:0;white-space:pre-wrap}[dir=rtl].handsontable th,[dir=rtl].handsontable td{border-right-width:0;border-left:1px solid #ccc}.handsontable th:last-child{border-left:none;border-right:1px solid #ccc;border-bottom:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-right:none;border-left:1px solid #ccc}.handsontable th:first-child,.handsontable td:first-of-type{border-left:1px solid #ccc}[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable td:first-of-type{border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-right-width:0;border-left:1px solid #ccc}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child th,.handsontable tr:first-child td{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-right-width:0;border-left:1px solid #ccc}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;text-align:center;font-weight:400;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{font-size:0;cursor:crosshair}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_master,.ht_clone_inline_start,.ht_clone_top,.ht_clone_bottom{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_master table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_clone_inline_start table.htCore>thead{visibility:hidden}.ht_clone_top .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_bottom .wtHolder{overflow:hidden}.handsontable{position:relative;touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;color:#373737}.handsontable a{color:#104acc}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable td.htInvalid{background-color:#ffbeba!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:rgba(255,255,255,0)}.hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;color:#373737;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .htFocusCatcher{position:absolute;z-index:-1;opacity:0;border:0;margin:0;padding:0;width:0;height:0}.handsontable .manualColumnResizer{position:absolute;top:0;cursor:col-resize;z-index:210;width:5px;height:25px}.handsontable .manualRowResizer{position:absolute;left:0;cursor:row-resize;z-index:210;height:5px;width:50px}.handsontable .manualColumnResizer:hover,.handsontable .manualColumnResizer.active,.handsontable .manualRowResizer:hover,.handsontable .manualRowResizer.active{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:absolute;right:unset;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;border-left:none;margin-left:5px;margin-right:unset}[dir=rtl].handsontable .manualColumnResizerGuide{left:unset;border-left:1px dashed #777;border-right:none;margin-right:5px;margin-left:unset}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area:before,.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#005eff}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #4b89ff}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:0 0 0 2px #5292f7 inset;resize:none;display:block;color:#000;border-radius:0;background-color:#fff;box-sizing:border-box!important}.handsontableInput:focus{outline:none}.handsontableInputHolder{position:absolute;top:0;left:0}.htSelectEditor{position:absolute;select {-webkit-appearance: menulist-button !important; width: 100%; height: 100%; border: 2px solid #4b89ff; box-sizing: border-box !important;}}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{display:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{content:"\25b6";color:#777;position:absolute;right:5px;font-size:9px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{content:"\25c0";color:#777;position:absolute;left:5px;font-size:9px}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{border:1px solid #ccc;border-collapse:separate;background:white}.handsontable.listbox th,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th,.handsontable.listbox tr:first-child td,.handsontable.listbox td{border-color:transparent!important}.handsontable.listbox th,.handsontable.listbox td{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-box-shadow:0 0 0 2px #5292f7 inset;-moz-box-shadow:0 0 0 2px #5292f7 inset;box-shadow:0 0 0 2px #5292f7 inset;-webkit-appearance:none}.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea,.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea,[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea{right:-10000px;left:unset}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable .htAutocompleteArrow{float:right;font-size:10px;color:#bbb;cursor:default;width:16px;text-align:center}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td.htInvalid .htAutocompleteArrow{color:#555}.handsontable td.htInvalid .htAutocompleteArrow:hover{color:#1a1a1a}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{font-size:inherit;vertical-align:middle;cursor:pointer;display:inline-block}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);left:unset;right:5px;border:1px solid #A6A6A6;line-height:8px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px rgb(238,238,238);-moz-box-shadow:0 0 0 6px rgb(238,238,238);box-shadow:0 0 0 3px #eee;background:#eee;text-align:center}[dir=rtl].handsontable .collapsibleIndicator{right:unset;left:5px}.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader{margin-right:20px}.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader{margin-left:20px}.handsontable .columnSorting{position:relative}.handsontable[dir=ltr] div.htRight span[class*=ascending],.handsontable[dir=ltr] div.htRight span[class*=descending]{margin-right:10px;margin-left:-10px}.handsontable[dir=rtl] div.htLeft span[class*=ascending],.handsontable[dir=rtl] div.htLeft span[class*=descending]{margin-left:10px;margin-right:-10px}.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child{margin-right:15px;margin-left:-15px}.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child{margin-left:15px;margin-right:-15px}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;left:unset;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}[dir=rtl].handsontable span.colHeader.columnSorting:before{padding-right:8px;padding-left:0;left:-9px;right:unset;background-position-x:left}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;position:relative;padding-right:20px}.handsontable.htGhostTable table thead th{border-bottom-width:0}.handsontable.htGhostTable table tbody tr th,.handsontable.htGhostTable table tbody tr td{border-top-width:0}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{content:"";position:absolute;top:0;right:0;left:unset;border-left:6px solid transparent;border-right:none;border-top:6px solid black}[dir=rtl].handsontable .htCommentCell:after{left:0;right:unset;border-right:6px solid transparent;border-left:none}.htCommentsContainer .htComments{display:none;z-index:1059;position:absolute}.htCommentsContainer .htCommentTextArea{box-shadow:#0000001e 0 1px 3px,#0000003d 0 1px 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;border-left:3px solid #ccc;border-right:none;background-color:#fff;width:215px;height:90px;font-size:12px;padding:5px;outline:0!important;-webkit-appearance:none}[dir=rtl].htCommentsContainer .htCommentTextArea{border-right:3px solid #ccc;border-left:none}.htCommentsContainer .htCommentTextArea:focus{box-shadow:#0000001e 0 1px 3px,#0000003d 0 1px 2px,inset 0 0 0 1px #5292f7;border-left:3px solid #5292f7;border-right:none}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-right:3px solid #5292f7;border-left:none}/*!
 * Handsontable ContextMenu
 */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_bottom,.htContextMenu .ht_clone_inline_start,.htContextMenu .ht_clone_top_inline_start_corner,.htContextMenu .ht_clone_bottom_inline_start_corner{display:none}.htContextMenu .ht_master table.htCore{border-color:#ccc;border-style:solid;border-top-width:1px;border-bottom-width:2px;border-left-width:1px;border-right-width:2px}[dir=rtl].htContextMenu .ht_master table.htCore{border-right-width:1px;border-left-width:2px}.htContextMenu.handsontable:focus{outline:none}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htContextMenu table tbody tr td:first-child{border-top-width:0;border-bottom-width:0;border-left-width:0;border-right-width:0}[dir=rtl].htContextMenu table tbody tr td:first-child{border-right-width:0;border-left-width:0}.htContextMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htContextMenu table tbody tr td.current{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0;cursor:default}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}[dir=rtl].htContextMenu table tbody tr td .htItemWrapper{margin-right:10px;margin-left:6px}.htContextMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px;right:0}[dir=rtl].htContextMenu table tbody tr td div span.selected{right:4px;left:0}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea.HandsontableCopyPaste{position:fixed!important;top:0!important;right:100%!important;overflow:hidden;opacity:0;outline:0 none!important}/*!
 * Handsontable DropdownMenu
 */.handsontable .changeType{background:#eee;border-radius:2px;border:1px solid #bbb;color:#bbb;font-size:9px;line-height:9px;padding:2px;margin:3px 1px 0 5px;float:right}[dir=rtl].handsontable .changeType{float:left}.handsontable[dir=rtl] .changeType{margin:3px 5px 0 1px}.handsontable .changeType:before{content:"\25bc  "}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_bottom,.htDropdownMenu .ht_clone_inline_start,.htDropdownMenu .ht_clone_top_inline_start_corner,.htDropdownMenu .ht_clone_bottom_inline_start_corner{display:none}.htDropdownMenu table.htCore{border-color:#ccc;border-style:solid;border-top-width:1px;border-bottom-width:2px;border-left-width:1px;border-right-width:2px}[dir=rtl].htDropdownMenu table.htCore{border-right-width:1px;border-left-width:2px}.htDropdownMenu.handsontable:focus{outline:none}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htDropdownMenu table tbody tr td:first-child{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0}[dir=rtl].htDropdownMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htDropdownMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htDropdownMenu table tbody tr td.current{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0;cursor:default}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper{margin-right:10px;margin-left:10px}.htDropdownMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px;right:0}[dir=rtl].htDropdownMenu table tbody tr td div span.selected{right:4px;left:0}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}/*!
 * Handsontable Filters
 */.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_bottom,.htFiltersConditionsMenu .ht_clone_inline_start,.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner{display:none}.htFiltersConditionsMenu table.htCore{border:1px solid #bbb;border-bottom-width:2px;border-right-width:2px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htFiltersConditionsMenu table tbody tr td:first-child{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0}[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htFiltersConditionsMenu table tbody tr td.current{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htFiltersConditionsMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:.75em}.handsontable .htFiltersMenuActionBar{text-align:center;padding-top:10px;padding-bottom:3px}.handsontable .htFiltersMenuCondition.border{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{font-family:inherit;font-size:.75em;padding:4px;box-sizing:border-box;width:100%}.htUIMultipleSelect .ht_master .wtHolder{overflow:auto}.handsontable .htFiltersActive .changeType{border:1px solid #509272;color:#18804e;background-color:#d2e0d9}.handsontable .htUISelectAll{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUISelectAll{margin-right:0;margin-left:10px}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:.75em}.handsontable .htUISelectionControls{text-align:right}[dir=rtl].handsontable .htUISelectionControls{text-align:left}.handsontable .htCheckboxRendererInput{display:inline-block;margin:0 5px 0 0;vertical-align:middle;height:1em}[dir=rtl].handsontable .htCheckboxRendererInput{margin-left:5px;margin-right:0}.handsontable .htUIInput{padding:3px 0 7px;position:relative;text-align:center}.handsontable .htUIInput input{border-radius:2px;border:1px solid #d2d1d1}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:700;height:19px;min-width:64px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUIInput.htUIButtonOK{margin-right:0;margin-left:10px}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:focus-visible{background-color:#92dd8d;border-color:#7cb878;color:#000}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;position:relative}.handsontable .htUISelectCaption{background-color:#e8e8e8;border-radius:2px;border:1px solid #d2d1d1;font-family:inherit;font-size:.75em;font-weight:700;padding:3px 20px 3px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:"\25b2";font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:"\25bc";font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border-radius:2px;border:1px solid #d2d1d1;padding:3px}.handsontable .htUIRadio{display:inline-block;margin-left:0;margin-right:5px;height:100%}[dir=rtl].handsontable .htUIRadio{margin-right:0;margin-left:5px}.handsontable .htUIRadio:last-child{margin-right:0}.handsontable .htUIRadio>input[type=radio]{margin-left:0;margin-right:.5ex}[dir=rtl].handsontable .htUIRadio>input[type=radio]{margin-right:0;margin-left:.5ex}.handsontable .htUIRadio label{vertical-align:middle}.handsontable .htFiltersMenuOperators{padding-bottom:5px}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn:after,.handsontable th.afterHiddenColumn:before{color:#bbb;position:absolute;top:50%;font-size:5pt;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft{margin-left:10px}.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight,.handsontable[dir=rtl] th.afterHiddenColumn div.htRight{margin-right:10px}.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft{margin-left:10px}.handsontable th.beforeHiddenColumn:after{right:1px;content:"\25c0"}[dir=rtl].handsontable th.beforeHiddenColumn:after{right:initial;left:1px;content:"\25b6"}.handsontable th.afterHiddenColumn:before{left:1px;content:"\25b6"}[dir=rtl].handsontable th.afterHiddenColumn:before{right:1px;left:initial;content:"\25c0"}/*!
 * Handsontable HiddenRows
 */.handsontable th.beforeHiddenRow:before,.handsontable th.afterHiddenRow:after{color:#bbb;font-size:6pt;line-height:6pt;position:absolute;left:2px}.handsontable th.beforeHiddenRow,.handsontable th.afterHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before{content:"\25b2";bottom:2px}.handsontable th.afterHiddenRow:after{content:"\25bc";top:2px}.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #CCC}.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2),.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type{border-left:0 none}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--guideline,.handsontable .ht__manualColumnMove--backlight{position:absolute;height:100%;display:none}.handsontable .ht__manualColumnMove--guideline{background:#757575;width:2px;top:0;margin-inline-start:-1px;margin-inline-end:0;z-index:205}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;z-index:205;pointer-events:none}.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable.on-moving--columns .ht__manualColumnMove--backlight{display:block}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--guideline,.handsontable .ht__manualRowMove--backlight{position:absolute;width:100%;display:none}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:205}.handsontable .ht__manualRowMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;z-index:205;pointer-events:none}.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable.on-moving--rows .ht__manualRowMove--backlight{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}.handsontable[dir=ltr] div.htRight span[class*=sort-]{margin-right:15px;margin-left:-15px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]{margin-left:15px;margin-right:-15px}.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child{margin-right:20px;margin-left:-20px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child{margin-left:20px;margin-right:-20px}.handsontable span.colHeader.columnSorting:after{top:50%;margin-top:-2px;position:absolute;right:-15px;left:unset;padding-left:5px;padding-right:unset;font-size:8px;height:8px;line-height:1.1}[dir=rtl].handsontable span.colHeader.columnSorting:after{left:-15px;right:unset;padding-right:5px;padding-left:unset}.handsontable span.colHeader.columnSorting[class^=sort-]:after,.handsontable span.colHeader.columnSorting[class*=" sort-"]:after{content:"+"}.handsontable span.colHeader.columnSorting.sort-1:after{content:"1"}.handsontable span.colHeader.columnSorting.sort-2:after{content:"2"}.handsontable span.colHeader.columnSorting.sort-3:after{content:"3"}.handsontable span.colHeader.columnSorting.sort-4:after{content:"4"}.handsontable span.colHeader.columnSorting.sort-5:after{content:"5"}.handsontable span.colHeader.columnSorting.sort-6:after{content:"6"}.handsontable span.colHeader.columnSorting.sort-7:after{content:"7"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:5px}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}thead th.hiddenHeaderText .colHeader{opacity:0}.handsontable th.ht_nestingLevels{text-align:left;padding-left:7px}[dir=rtl].handsontable th.ht_nestingLevels{text-align:right;padding-right:7px}.handsontable th div.ht_nestingLevels{display:inline-block;position:absolute;left:11px;right:unset}[dir=rtl].handsontable th div.ht_nestingLevels{right:11px;left:unset}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{right:10px;left:unset}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:10px;right:unset}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;width:10px;height:1px;float:left}[dir=rtl].handsontable th span.ht_nestingLevel_empty{float:right}.handsontable th span.ht_nestingLevel:after{content:"\2510";font-size:9px;display:inline-block;position:relative;bottom:3px}.handsontable th div.ht_nestingButton{display:inline-block;position:absolute;right:-2px;left:unset;cursor:pointer}[dir=rtl].handsontable th div.ht_nestingButton{left:-2px;right:unset}.handsontable th div.ht_nestingButton.ht_nestingExpand:after{content:"+"}.handsontable th div.ht_nestingButton.ht_nestingCollapse:after{content:"-"}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{right:0;left:unset}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:0;right:unset}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.pika-single:before,.pika-single:after{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px #00000080}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;opacity:0}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev,.is-rtl .pika-next{float:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)}.pika-next,.is-rtl .pika-prev{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:700;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:center;background:#f5f5f5;height:initial}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:700}.is-selected .pika-button,.has-event .pika-button{color:#fff;font-weight:700;background:#33aaff;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#D5E9F7}.is-startrange .pika-button{color:#fff;background:#6CB31D;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#33aaff;box-shadow:none;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{pointer-events:none;cursor:default}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:none;cursor:help}.OpenLabelFeaturesPopupContent{width:100%;height:100%;padding:10px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:1rem;max-height:calc(85vh - 120px);overflow:auto;position:relative}@media (max-width: 768px){.OpenLabelFeaturesPopupContent{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:calc(85vh - 140px)}}.OpenLabelFeaturesPopupContent.stacked-layout{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:calc(85vh - 120px);overflow:auto}.OpenLabelFeaturesPopupContent .FeaturesSection img{filter:invert(1)}.OpenLabelFeaturesPopupContent .FeaturesSection{display:flex;flex-direction:column;gap:15px;height:100%;width:95%;margin:0 auto auto;align-items:center;align-items:stretch;background-color:#171717;border-radius:8px;box-shadow:0 1px 3px #0000001f;padding:0 12px 12px;overflow:auto}.OpenLabelFeaturesPopupContent .FeaturesSection .FeaturesSectionHeader{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0 0}.OpenLabelFeaturesPopupContent .FeaturesSection h1{color:#fff;margin:0}.OpenLabelFeaturesPopupContent .FeaturesSection .DeleteDetectionButton{background-color:#ef4444;transition:background-color .3s}.OpenLabelFeaturesPopupContent .FeaturesSection .DeleteDetectionButton>img{filter:brightness(0) invert(1)}.OpenLabelFeaturesPopupContent .FeaturesSection .DeleteDetectionButton:hover{background-color:transparent;box-shadow:#ef4444 0 0 0 2px inset}.OpenLabelFeaturesPopupContent .FeaturesSection .DeleteDetectionButton:hover>img{filter:brightness(0) invert(1)}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterRow{display:flex;align-items:center;gap:8px;margin:4px 0 10px;position:relative;width:100%}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect{padding:10px 12px;min-height:40px;border-radius:6px;flex:1 1 320px;min-width:140px;width:100%;background:#222;color:#fff;border:1px solid #fff;outline:none;transition:border .2s;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;user-select:none}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect:hover{border-color:#2af598}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect.open{border-color:#2af598;border-bottom-left-radius:0;border-bottom-right-radius:0}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect .PrimaryFilterSelect__value{text-align:center}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect .PrimaryFilterSelect__arrow{position:absolute;right:12px;font-size:10px;color:#fff;transition:transform .2s}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterSelect.open .PrimaryFilterSelect__arrow{transform:rotate(180deg)}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown{position:absolute;top:100%;left:0;right:0;background:#222;border:1px solid #2af598;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;z-index:100;max-height:250px;overflow-y:auto}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option{padding:5px 12px;text-align:center;cursor:pointer;transition:background-color .15s,color .15s;font-size:16px;font-weight:600;color:#fff;position:relative}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option.selected{color:#2af598}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option.selected:before{content:"\2713";position:absolute;left:12px;font-size:14px;font-weight:700}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option:hover{background-color:#2af598;color:#171717}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option:hover:before{color:#171717}.OpenLabelFeaturesPopupContent .FeaturesSection .PrimaryFilterDropdown__option:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureGroup{width:100%;margin-bottom:12px;overflow:clip}.OpenLabelFeaturesPopupContent .FeaturesSection .PropertyHeader{position:sticky;top:0;z-index:2;margin:0;padding:8px 12px 8px 14px;display:flex;align-items:center;gap:8px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:0;position:relative;isolation:isolate;font-size:16px;font-weight:600}.OpenLabelFeaturesPopupContent .FeaturesSection .PropertyHeader:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--cat-colour, #bbb)}.OpenLabelFeaturesPopupContent .FeaturesSection .PropertyBody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:12px;margin-top:8px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background-color:#ffffff08;padding:12px 15px;justify-items:stretch;align-items:end}@media (max-width: 820px){.OpenLabelFeaturesPopupContent .FeaturesSection .PropertyBody{grid-template-columns:1fr}}.OpenLabelFeaturesPopupContent .FeaturesSection .PropertyRow{display:flex;flex-direction:column;gap:6px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background-color:#ffffff0a}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow{display:flex;flex-direction:column;gap:2px;width:100%;margin:0;min-width:0}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureHeader{width:100%;max-width:100%;display:flex;align-items:center}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureHeader h3{margin:0;color:#fff;font-size:16px;font-weight:600}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureHeader .ImageButton{margin-left:5px}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList{width:100%;max-width:100%;padding-left:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:12px;justify-items:stretch;align-items:stretch;display:block}@media (max-width: 820px){.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList{grid-template-columns:1fr}}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item{min-width:0;width:100%;display:block}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiInputLabel-root{opacity:.9}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root{border-radius:10px;background:rgba(255,255,255,.08)}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#ffffff2e}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#ffffff47}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2af598;border-width:1.5px}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#ffffff1f}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item>.MuiFormControl-root,.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item>.MuiTextField-root{flex:1 1 auto;width:100%!important;max-width:none;min-width:0}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRowList__item .MuiInputBase-root{width:100%;min-width:0}.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRow .MuiInputLabel-root,.OpenLabelFeaturesPopupContent .FeaturesSection .FeatureRow .FeatureRow .MuiInputBase-input{font-size:.85rem}.OpenLabelFeaturesPopupContent .ImageSection{display:flex;justify-content:center;align-items:center;overflow:hidden;scroll-behavior:smooth;width:auto;height:100%;min-height:100%}@media (max-width: 768px){.OpenLabelFeaturesPopupContent .ImageSection{max-height:350px}}.OpenLabelFeaturesPopupContent .ImageSection .react-transform-component,.OpenLabelFeaturesPopupContent .ImageSection .react-transform-element{width:100%;height:100%;min-height:0}.OpenLabelFeaturesPopupContent .ImageSection img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;align-self:center}.OpenLabelFeaturesPopupContent .ImageSection.loading:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.6);pointer-events:none}.OpenLabelFeaturesPopupContent .fade-in{opacity:1;transition:opacity .16s ease-out}.OpenLabelFeaturesPopupContent .fade-out{opacity:.6;transition:opacity .16s ease-out}.OpenLabelFeaturesPopupContent .Loader{position:absolute;top:8px;right:8px;padding:4px 8px;background:rgba(255,255,255,.9);border-radius:6px;font-size:12px}.OpenLabelFeaturesPopupContent .ResizeHandle{background-color:#4c4c4c}.OpenLabelFeaturesPopupContent .ResizeHandle.vertical{width:5px;cursor:ew-resize;height:100%}.OpenLabelFeaturesPopupContent .ResizeHandle.horizontal{height:5px;cursor:ns-resize;width:100%}.OpenLabelFeaturesPopupContent .FeaturesSection,.OpenLabelFeaturesPopupContent .PropertyBody,.OpenLabelFeaturesPopupContent .ImageSection{scrollbar-width:thin;scrollbar-color:white transparent;scrollbar-gutter:stable}.OpenLabelFeaturesPopupContent .OpenLabelFeaturesPopupContent::-webkit-scrollbar,.OpenLabelFeaturesPopupContent .FeaturesSection::-webkit-scrollbar,.OpenLabelFeaturesPopupContent .PropertyBody::-webkit-scrollbar,.OpenLabelFeaturesPopupContent .ImageSection::-webkit-scrollbar{width:8px;height:8px}.OpenLabelFeaturesPopupContent .OpenLabelFeaturesPopupContent::-webkit-scrollbar-track,.OpenLabelFeaturesPopupContent .FeaturesSection::-webkit-scrollbar-track,.OpenLabelFeaturesPopupContent .PropertyBody::-webkit-scrollbar-track,.OpenLabelFeaturesPopupContent .ImageSection::-webkit-scrollbar-track{background:transparent}.OpenLabelFeaturesPopupContent .OpenLabelFeaturesPopupContent::-webkit-scrollbar-thumb,.OpenLabelFeaturesPopupContent .FeaturesSection::-webkit-scrollbar-thumb,.OpenLabelFeaturesPopupContent .PropertyBody::-webkit-scrollbar-thumb,.OpenLabelFeaturesPopupContent .ImageSection::-webkit-scrollbar-thumb{background:white;border-radius:4px}.OpenLabelFeaturesPopupContent .OpenLabelFeaturesPopupContent::-webkit-scrollbar-thumb:hover,.OpenLabelFeaturesPopupContent .FeaturesSection::-webkit-scrollbar-thumb:hover,.OpenLabelFeaturesPopupContent .PropertyBody::-webkit-scrollbar-thumb:hover,.OpenLabelFeaturesPopupContent .ImageSection::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.OpenLabelFeaturesPopupContent .PrimaryName{--primary-colour: #EF4444;display:inline-flex;align-items:center;gap:6px;margin-left:8px;font-size:12px;font-weight:500;opacity:.85}.OpenLabelFeaturesPopupContent .PrimaryName__dot{width:8px;height:8px;border-radius:50%;background:var(--primary-colour);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary-colour) 15%,transparent);flex:0 0 8px}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(2px)}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog{background-color:#282828;border-radius:5px;box-shadow:0 0 10px 3px #ffffff05;width:600px;max-width:90%;display:flex;flex-direction:column;overflow:hidden}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationHeader{align-self:stretch;height:40px;box-shadow:0 2px 15px #0006;color:#fff;font-weight:700;font-size:18px;background-color:#171717;display:flex;justify-content:center;align-items:center}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationMessage{align-self:stretch;flex:1;display:flex;justify-content:center;align-items:center;padding:30px 40px;color:#fff;font-size:15px;text-align:center}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons{padding:0 40px;height:80px;align-self:stretch;background-color:#282828;border-top:solid 1px #171717;display:flex;justify-content:flex-end;align-items:center;gap:20px}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons button{padding:10px 30px;border:none;border-radius:4px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .CancelButton{background-color:#2af598;color:#282828;box-shadow:#2af598 0 0 0 2px inset}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .CancelButton:hover{background-color:transparent;color:#2af598}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .DeleteButton{background-color:#ef4444;color:#fff;box-shadow:#ef4444 0 0 0 2px inset}.OpenLabelFeaturesPopupContent .DeleteConfirmationOverlay .DeleteConfirmationDialog .ConfirmationButtons .DeleteButton:hover{background-color:transparent;color:#ef4444}.AddEntityPopupContent{--category-tag-max: 180px;display:flex;flex-direction:column;gap:22px;width:100%;padding:40px;height:500px;color:#fff;overflow-x:hidden;transition:height .2s ease}.AddEntityPopupContent.no-type-selected{height:auto;min-height:200px}.AddEntityPopupContent select.EntityTypeSelect,.AddEntityPopupContent .PropertyTypeSelect,.AddEntityPopupContent .PropertyOccurrenceSelect,.AddEntityPopupContent .ColumnTypeSelect{padding:8px 28px 8px 8px;border:1px solid #fff;border-radius:4px;background-color:#222;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;color:#fff;font-size:13px;max-width:180px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;width:100%;cursor:pointer}.AddEntityPopupContent select.EntityTypeSelect:focus,.AddEntityPopupContent .PropertyTypeSelect:focus,.AddEntityPopupContent .PropertyOccurrenceSelect:focus,.AddEntityPopupContent .ColumnTypeSelect:focus{border:1.5px solid #fff}.AddEntityPopupContent select.EntityTypeSelect:disabled,.AddEntityPopupContent .PropertyTypeSelect:disabled,.AddEntityPopupContent .PropertyOccurrenceSelect:disabled,.AddEntityPopupContent .ColumnTypeSelect:disabled{opacity:.6;cursor:not-allowed}.AddEntityPopupContent .EntityTypeRadioGroup{display:flex;gap:0}.AddEntityPopupContent .EntityTypeRadio{display:inline-flex;align-items:center;justify-content:center;padding:6px 20px;border:1px solid #fff;background:transparent;color:#fff;font-size:13px;cursor:pointer;transition:background .2s,color .2s;position:relative}.AddEntityPopupContent .EntityTypeRadio:first-child{border-radius:4px 0 0 4px}.AddEntityPopupContent .EntityTypeRadio:last-child{border-radius:0 4px 4px 0;border-left:none}.AddEntityPopupContent .EntityTypeRadio input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0;padding:0;border:none!important}.AddEntityPopupContent .EntityTypeRadio.is-selected{background:#fff;color:#222;padding-left:14px}.AddEntityPopupContent .EntityTypeRadio.is-selected .EntityTypeRadio__label:before{content:"\2713";margin-right:10px;font-weight:700}.AddEntityPopupContent .EntityTypeRadio:hover:not(.is-selected):not(.is-disabled){background:rgba(255,255,255,.1)}.AddEntityPopupContent .EntityTypeRadio.is-disabled{opacity:.6;cursor:not-allowed}.AddEntityPopupContent .EntityTypeRadio__label{font-weight:500}.AddEntityPopupContent .EntityNameTypeSection{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin:0;padding:8px 0 16px;width:100%}.AddEntityPopupContent .EntityNameTypeSection select.EntityTypeSelect{margin-left:20px;width:auto}.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root{scrollbar-width:thin;scrollbar-color:white transparent}.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar{width:8px;height:8px}.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-track{background:transparent}.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb{background:white;border-radius:4px}.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.AddEntityPopupContent .EntityDescriptionSection{display:flex;justify-content:flex-start}.AddEntityPopupContent .EntityTypeSection{display:flex;align-items:center;gap:8px;margin-bottom:20px}.AddEntityPopupContent .PropertiesSection{display:flex;flex-direction:column;gap:10px}.AddEntityPopupContent .PropertiesSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.AddEntityPopupContent .PropertiesSection .PropertiesContent{--arrow-gutter: 18px;padding:10px 0 10px var(--arrow-gutter);position:relative}.AddEntityPopupContent .PropertiesSection .PropertyContainer{margin-bottom:4px}.AddEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow{display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;position:relative}.AddEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow{display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;gap:8px 25px;align-items:start}.AddEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow:after{content:"";grid-column:3;grid-row:1/span 2;width:36px;height:1px;pointer-events:none}.AddEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyBottomRow{display:flex;width:100%}.AddEntityPopupContent .SmartTableSection{display:flex;flex-direction:column;gap:10px}.AddEntityPopupContent .SmartTableSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.AddEntityPopupContent .SmartTableSection .ColumnsContent{padding:10px 0}.AddEntityPopupContent .SmartTableSection .ColumnContainer{margin-bottom:4px}.AddEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.AddEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.AddEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnBottomRow{display:flex;width:100%}.AddEntityPopupContent .TextButton{color:#fff!important;border:1.5px solid #fff!important;background:transparent!important;font-weight:600;border-radius:4px;padding:18px;margin-top:10px;transition:background .2s,color .2s}.AddEntityPopupContent .TextButton:hover{background:#fff!important;color:#222!important}.AddEntityPopupContent input,.AddEntityPopupContent .MuiInputBase-input,.AddEntityPopupContent .MuiInputLabel-root,.AddEntityPopupContent .MuiInput-underline:before,.AddEntityPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.AddEntityPopupContent .EntityNameTypeSection .MuiInputBase-root,.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-root,.AddEntityPopupContent .PropertyContainer .MuiInputBase-root,.AddEntityPopupContent .ColumnContainer .MuiInputBase-root,.AddEntityPopupContent .NewCategorySection .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.AddEntityPopupContent .EntityNameTypeSection .MuiInputBase-input,.AddEntityPopupContent .EntityDescriptionSection .MuiInputBase-input,.AddEntityPopupContent .PropertyContainer .MuiInputBase-input,.AddEntityPopupContent .ColumnContainer .MuiInputBase-input,.AddEntityPopupContent .NewCategorySection .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.AddEntityPopupContent .MuiInput-underline:before,.AddEntityPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.AddEntityPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.AddEntityPopupContent .PropertyContainer .MuiInputLabel-root,.AddEntityPopupContent .ColumnContainer .MuiInputLabel-root,.AddEntityPopupContent .NewCategorySection .MuiInputLabel-root{font-size:12px!important;transform:translateY(-5px)!important}.AddEntityPopupContent .EntityNameTypeSection .MuiInputLabel-root,.AddEntityPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:16px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.AddEntityPopupContent .MuiInputBase-root,.AddEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.AddEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.AddEntityPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.AddEntityPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before,.AddEntityPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.AddEntityPopupContent .MuiInputBase-input.Mui-disabled,.AddEntityPopupContent .MuiInputBase-root.Mui-disabled .MuiInputBase-input,.AddEntityPopupContent .MuiInputBase-root.Mui-disabled{color:#fff!important;-webkit-text-fill-color:#fff!important}.AddEntityPopupContent .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.AddEntityPopupContent .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.AddEntityPopupContent .ValidationErrors{color:#ef4444;margin:4px 0 8px;padding-left:20px;font-size:12px;list-style-type:disc}.AddEntityPopupContent .input-label-error{color:#ef4444!important}.AddEntityPopupContent .error-hint{color:#ef4444;font-size:12px;margin-top:4px}.AddEntityPopupContent .required-asterisk{color:#ef4444}.AddEntityPopupContent .EntityNameTypeSection .ValidationErrors,.AddEntityPopupContent .EntityDescriptionSection .ValidationErrors{position:absolute;top:100%;left:0;margin:2px 0 0}.AddEntityPopupContent .ValidationErrorsContainer{min-height:22px}.AddEntityPopupContent .PropertyRow img,.AddEntityPopupContent .ColumnRow img{filter:invert(1)}.AddEntityPopupContent .PropertyCategoryRow{margin-top:0;position:relative;display:block;width:100%}.AddEntityPopupContent .CategoryChip,.AddEntityPopupContent .CategoryTag{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid #fff;background:#222;color:#fff;cursor:pointer;box-sizing:border-box}.AddEntityPopupContent .CategoryTag{border-radius:4px;font-size:13px;line-height:1;transition:background .15s ease,border-color .15s ease;gap:6px;padding:0 8px;max-width:var(--category-tag-max, 180px);overflow:visible;width:100%}.AddEntityPopupContent .CategoryTag:hover{background:rgba(255,255,255,.08);border-color:#fff}.AddEntityPopupContent .CategoryTag--ghost{border:1px dashed #fff;background:transparent;opacity:.95}.AddEntityPopupContent .CategoryTag--ghost:hover{background:rgba(255,255,255,.06);border-style:solid}.AddEntityPopupContent .CategoryTag--withBubbles{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 4px 4px 8px;min-height:36px;max-width:100%;width:100%}.AddEntityPopupContent .CategoryTag__bubbles{display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:1;min-width:0}.AddEntityPopupContent .CategoryTag__placeholder{color:#fff9;font-size:13px}.AddEntityPopupContent .CategoryBubble{display:inline-flex;align-items:center;gap:4px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2px 6px;font-size:11px;line-height:1.2;max-width:120px;transition:all .2s ease}.AddEntityPopupContent .CategoryBubble:hover{background-color:#ffffff26;border-color:#ffffff4d}.AddEntityPopupContent .CategoryBubble__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AddEntityPopupContent .CategoryBubble__remove{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:0;margin:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.AddEntityPopupContent .CategoryBubble__remove:hover{background-color:#fff3;transform:scale(1.1)}.AddEntityPopupContent .CategoryBubble__remove:focus{outline:1px solid rgba(255,255,255,.5);outline-offset:1px}.AddEntityPopupContent .CategoryBubble--more{background-color:#ffffff26;cursor:default;padding:2px 8px}.AddEntityPopupContent .CategoryBubble--more:hover{background-color:#ffffff26}.AddEntityPopupContent .CategoryTag__addButton{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1;padding:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.AddEntityPopupContent .CategoryTag__addButton:hover{background-color:#fff3;border-color:#ffffff80;transform:scale(1.05)}.AddEntityPopupContent .CategoryTag__addButton:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.AddEntityPopupContent .CategoryPicker{position:absolute;z-index:1000;left:0;margin-top:6px;min-width:180px;max-width:260px;background:#222;border:1px solid #fff;border-radius:4px;padding:4px;box-shadow:0 8px 22px #00000080;overflow-y:auto;max-height:168px;overscroll-behavior:contain}.AddEntityPopupContent .CategoryPicker__item{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;background:transparent;border:0;width:100%;text-align:left;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AddEntityPopupContent .CategoryPicker__item:before{content:"";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid rgba(255,255,255,.7);border-radius:3px;margin-right:8px;flex:0 0 14px;box-sizing:border-box}.AddEntityPopupContent .CategoryPicker__item[aria-selected=true]:before{content:"\2713";color:#222;background:#fff;border-color:#fff;font-size:12px;line-height:1}.AddEntityPopupContent .CategoryPicker__item--new:before{content:none;width:0;height:0;margin:0;border:0}.AddEntityPopupContent .CategoryPicker__item:hover,.AddEntityPopupContent .CategoryPicker__item[aria-selected=true]{background:rgba(255,255,255,.08)}.AddEntityPopupContent .CategoryPicker__label{font-weight:600;font-size:13px}.AddEntityPopupContent .CategoryPicker__plus{width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;transform:translateY(-1px)}.AddEntityPopupContent .CategoryPicker__empty{padding:8px;opacity:.8;font-size:12px}.AddEntityPopupContent .IconButton{background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.AddEntityPopupContent .IconButton:focus{outline:1px solid rgba(255,255,255,.6);outline-offset:2px}.AddEntityPopupContent .IconTrash{height:1em;width:auto;filter:invert(1);display:block}.AddEntityPopupContent .IconButton--chip,.AddEntityPopupContent .IconButton--tag{margin-left:0}.AddEntityPopupContent .CategoryTag__dot,.AddEntityPopupContent .CategoryPicker__dot,.AddEntityPopupContent .CategoryChip__dot{display:none}.AddEntityPopupContent .CategoryTag__text{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AddEntityPopupContent .CategoryChips{position:relative;margin:10px 0 8px}.AddEntityPopupContent .CategoryChips__track{position:relative;display:flex;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.AddEntityPopupContent .CategoryChips__track>.CategoryChip{flex:0 0 auto}.AddEntityPopupContent .CategoryChips__track::-webkit-scrollbar{height:0}.AddEntityPopupContent .CategoryChips__dropIndicator{position:absolute;top:4px;bottom:4px;width:2px;background:#fff;border-radius:6px;pointer-events:none;z-index:2;transform:translate(-50%)}.AddEntityPopupContent .CategoryChips__scrollRight,.AddEntityPopupContent .CategoryChips__scrollLeft{position:absolute;top:50%;transform:translateY(-50%);height:40px;width:32px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}.AddEntityPopupContent .CategoryChips__scrollRight{right:0;background:linear-gradient(90deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-left:8px}.AddEntityPopupContent .CategoryChips__scrollLeft{left:0;background:linear-gradient(270deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-right:8px}.AddEntityPopupContent .CategoryChips__scrollRight img,.AddEntityPopupContent .CategoryChips__scrollLeft img{height:16px;width:auto;filter:invert(1);display:block}.AddEntityPopupContent .CategoryChip{border-radius:14px;user-select:none;margin-bottom:8px;align-items:center;min-height:32px;position:relative}.AddEntityPopupContent .CategoryChip.is-active{border-width:2px}.AddEntityPopupContent .CategoryChip.is-dragging{opacity:.6;transform:scale(.98);transition:transform 80ms ease}.AddEntityPopupContent .CategoryChip__label{font-size:12px;line-height:1}.AddEntityPopupContent .PropRow{display:grid;grid-template-columns:var(--arrow-gutter) 1fr;align-items:center;position:relative;overflow:visible;margin-left:calc(-1 * var(--arrow-gutter))}.AddEntityPopupContent .PropRow>.PropertyContainer{grid-column:2}.AddEntityPopupContent .PropRow .OrderArrows{grid-column:1;justify-self:end;align-self:center;display:flex;flex-direction:column;gap:6px;z-index:2}.AddEntityPopupContent .ArrowBtn{padding:0;border:0;background:transparent;cursor:pointer;opacity:.9;filter:invert(1)}.AddEntityPopupContent .ArrowBtn.up img{transform:rotate(-90deg)}.AddEntityPopupContent .ArrowBtn.down img{transform:rotate(90deg)}.AddEntityPopupContent .ArrowBtn.disabled{opacity:.3;pointer-events:none;cursor:default}.AddEntityPopupContent .TopGrid{--row-gap: 8px;--col-gap: 15px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:36px 36px;row-gap:var(--row-gap);column-gap:var(--col-gap)}.AddEntityPopupContent .TopGrid__type{grid-column:1;grid-row:1;width:100%}.AddEntityPopupContent .TopGrid__occurrence{grid-column:2;grid-row:1;width:100%}.AddEntityPopupContent .TopGrid__primaryCat{grid-column:1/span 2;grid-row:2}.AddEntityPopupContent .TopGrid__trash,.AddEntityPopupContent .PropertyRow__removeBtn{grid-column:3;grid-row:1/span 2;justify-self:end;align-self:start;margin-left:0}.AddEntityPopupContent .TopGrid__primaryCat .CategoryTag,.AddEntityPopupContent .TopGrid__primaryCat .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%}.AddEntityPopupContent .CategoryInlineInput{display:inline-flex;vertical-align:middle;width:var(--category-tag-max, 180px);max-width:var(--category-tag-max, 180px);min-width:100px;flex:0 0 var(--category-tag-max, 180px)}.AddEntityPopupContent .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%;background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important;min-height:32px;display:flex;align-items:center;box-sizing:border-box}.AddEntityPopupContent .CategoryInlineInput .MuiInputBase-input{color:#fff!important;background-color:transparent!important;font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AddEntityPopupContent .CategoryInlineInput .MuiInputLabel-root{color:#fff!important;font-size:12px!important;transform:translateY(-5px)!important}.EditEntityPopupContent{padding:10px;width:100%;height:500px;display:flex;flex-direction:column}.EditEntityPopupContent .EntityList{display:flex;flex-direction:column;gap:10px;color:#fff;max-height:500px;overflow-y:auto;width:100%;align-items:center}.EditEntityPopupContent .EntityHeader{display:flex;align-items:center;justify-content:flex-start;background-color:#ffffff1a;padding:8px 10px;border-radius:4px;width:100%;height:40px;font-weight:700;border-bottom:3px solid #171717;gap:20px}.EditEntityPopupContent .EntityHeader.multiselect{justify-content:flex-start}.EditEntityPopupContent .EntityHeaderCheckbox{width:30px;flex-shrink:0}.EditEntityPopupContent .EntityHeaderCheckbox.clickable{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:12px;cursor:pointer;user-select:none;border:2px solid white;border-radius:3px;transition:all .15s ease;background-color:transparent}.EditEntityPopupContent .EntityHeaderCheckbox.clickable svg{opacity:0;transition:opacity .15s ease;stroke:#fff}.EditEntityPopupContent .EntityHeaderCheckbox.clickable.checked{border-color:#2af598;background-color:#2af598}.EditEntityPopupContent .EntityHeaderCheckbox.clickable.checked svg{opacity:1;stroke:#171717}.EditEntityPopupContent .EntityHeaderCheckbox.clickable:hover:not(.checked){border-color:#ffffffb3}.EditEntityPopupContent .EntityHeaderName{flex:2;text-align:center}.EditEntityPopupContent .EntityHeaderType{flex:1;text-align:center}.EditEntityPopupContent .EntityHeaderCreated{flex:0 0 100px;text-align:center}.EditEntityPopupContent .EntityHeaderActions{width:170px;text-align:center}.EditEntityPopupContent .EntityItem{display:flex;align-items:center;justify-content:flex-start;background-color:#171717;padding:8px 10px;border-radius:4px;width:100%;height:40px;gap:20px}.EditEntityPopupContent .EntityItem.multiselect{justify-content:flex-start;cursor:pointer}.EditEntityPopupContent .EntityItem.multiselect:hover{background-color:#ffffff1a}.EditEntityPopupContent .EntityCheckbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:12px;cursor:pointer;user-select:none;flex-shrink:0;border:2px solid white!important;border-radius:3px;transition:all .15s ease;color:#fff!important;filter:none!important;background-color:transparent}.EditEntityPopupContent .EntityCheckbox svg{opacity:0;transition:opacity .15s ease;stroke:#fff!important}.EditEntityPopupContent .EntityCheckbox.checked{border-color:#2af598!important;background-color:#2af598!important}.EditEntityPopupContent .EntityCheckbox.checked svg{opacity:1;stroke:#171717!important}.EditEntityPopupContent .EntityCheckbox:hover:not(.checked){border-color:#fff!important}.EditEntityPopupContent .EntityItem>img{filter:invert(1)}.EditEntityPopupContent .EntityActions img[src$=".svg"]{filter:brightness(0) invert(1)}.EditEntityPopupContent .EntityName{flex:2;text-align:center}.EditEntityPopupContent .EntityType{flex:1;text-align:center}.EditEntityPopupContent .EntityActions{display:flex;gap:4px;flex:0 0 170px;justify-content:right}.EditEntityPopupContent .DefaultEntitiesToggle{display:flex;align-items:center;width:100%;height:36px;padding:6px 10px;cursor:pointer;background-color:#ffffff0d;border-radius:4px;user-select:none}.EditEntityPopupContent .DefaultEntitiesToggle .Caret{width:18px;display:inline-block;text-align:center;margin-right:6px}.EditEntityPopupContent .DefaultEntitiesToggle .Label{color:#ddd;letter-spacing:.3px}.EditEntityPopupContent .EntityItem.default{background-color:#ffffff0f}.EditEntityPopupContent .EntityItem.noninteractive{cursor:default}.EditEntityPopupContent .SortLabel{font-weight:600}.EditEntityPopupContent .SortSelect,.EditEntityPopupContent .SortDirButton{cursor:pointer}.EditEntityPopupContent .SortableHeader{display:flex;align-items:center;gap:4px;background:transparent;border:none;padding:0;font:inherit;cursor:pointer;color:#fff;justify-content:center;width:100%}.EditEntityPopupContent .HeaderContent{display:flex;align-items:center;justify-content:center;gap:4px}.EditEntityPopupContent .EntityCreated{flex:0 0 100px;font-size:12px;opacity:.75;white-space:nowrap;justify-content:center;text-align:center}.EditEntityPopupContent .SortableHeader.active .SortArrow{opacity:1}.EditEntityPopupContent .SortArrow{opacity:.7}.EditEntityPopupContent .EntityCreated.dim{color:#888;text-align:center}.EditEntityPopupContent .SortableHeader:not(.active) .SortArrow{visibility:hidden}.EditEntityFormPopupContent{--category-tag-max: 180px;display:flex;flex-direction:column;gap:22px;width:100%;padding:40px;height:500px;color:#fff;overflow-x:hidden}.EditEntityFormPopupContent select.EntityTypeSelect,.EditEntityFormPopupContent .PropertyTypeSelect,.EditEntityFormPopupContent .PropertyOccurrenceSelect,.EditEntityFormPopupContent .ColumnTypeSelect{padding:8px 28px 8px 8px;border:1px solid #fff;border-radius:4px;background-color:#222;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;color:#fff;font-size:13px;max-width:180px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;width:100%;cursor:pointer}.EditEntityFormPopupContent select.EntityTypeSelect:focus,.EditEntityFormPopupContent .PropertyTypeSelect:focus,.EditEntityFormPopupContent .PropertyOccurrenceSelect:focus,.EditEntityFormPopupContent .ColumnTypeSelect:focus{border:1.5px solid #fff}.EditEntityFormPopupContent select.EntityTypeSelect:disabled,.EditEntityFormPopupContent .PropertyTypeSelect:disabled,.EditEntityFormPopupContent .PropertyOccurrenceSelect:disabled,.EditEntityFormPopupContent .ColumnTypeSelect:disabled{opacity:.6;cursor:not-allowed}.EditEntityFormPopupContent .EntityTypeRadioGroup{display:flex;gap:0}.EditEntityFormPopupContent .EntityTypeRadio{display:inline-flex;align-items:center;justify-content:center;padding:6px 20px;border:1px solid #fff;background:transparent;color:#fff;font-size:13px;cursor:pointer;transition:background .2s,color .2s;position:relative}.EditEntityFormPopupContent .EntityTypeRadio:first-child{border-radius:4px 0 0 4px}.EditEntityFormPopupContent .EntityTypeRadio:last-child{border-radius:0 4px 4px 0;border-left:none}.EditEntityFormPopupContent .EntityTypeRadio input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0;padding:0;border:none!important}.EditEntityFormPopupContent .EntityTypeRadio.is-selected{background:#fff;color:#222;padding-left:14px}.EditEntityFormPopupContent .EntityTypeRadio.is-selected .EntityTypeRadio__label:before{content:"\2713";margin-right:10px;font-weight:700}.EditEntityFormPopupContent .EntityTypeRadio:hover:not(.is-selected):not(.is-disabled){background:rgba(255,255,255,.1)}.EditEntityFormPopupContent .EntityTypeRadio.is-disabled{opacity:.6;cursor:not-allowed}.EditEntityFormPopupContent .EntityTypeRadio__label{font-weight:500}.EditEntityFormPopupContent .EntityNameTypeSection{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin:0;padding:8px 0 16px;width:100%}.EditEntityFormPopupContent .EntityNameTypeSection select.EntityTypeSelect{margin-left:20px;width:auto}.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root{scrollbar-width:thin;scrollbar-color:white transparent}.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar{width:8px;height:8px}.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-track{background:transparent}.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb{background:white;border-radius:4px}.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.EditEntityFormPopupContent .EntityDescriptionSection{display:flex;justify-content:flex-start}.EditEntityFormPopupContent .EntityTypeSection{display:flex;align-items:center;gap:8px;margin-bottom:20px}.EditEntityFormPopupContent .PropertiesSection{display:flex;flex-direction:column;gap:10px}.EditEntityFormPopupContent .PropertiesSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.EditEntityFormPopupContent .PropertiesSection .PropertiesContent{--arrow-gutter: 18px;padding:10px 0 10px var(--arrow-gutter);position:relative}.EditEntityFormPopupContent .PropertiesSection .PropertyContainer{margin-bottom:4px}.EditEntityFormPopupContent .PropertiesSection .PropertyContainer .PropertyRow{display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;position:relative}.EditEntityFormPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow{display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;gap:8px 25px;align-items:start}.EditEntityFormPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow:after{content:"";grid-column:3;grid-row:1/span 2;width:36px;height:1px;pointer-events:none}.EditEntityFormPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyBottomRow{display:flex;width:100%}.EditEntityFormPopupContent .SmartTableSection{display:flex;flex-direction:column;gap:10px}.EditEntityFormPopupContent .SmartTableSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.EditEntityFormPopupContent .SmartTableSection .ColumnsContent{padding:10px 0}.EditEntityFormPopupContent .SmartTableSection .ColumnContainer{margin-bottom:4px}.EditEntityFormPopupContent .SmartTableSection .ColumnContainer .ColumnRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.EditEntityFormPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.EditEntityFormPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnBottomRow{display:flex;width:100%}.EditEntityFormPopupContent .TextButton{color:#fff!important;border:1.5px solid #fff!important;background:transparent!important;font-weight:600;border-radius:4px;padding:18px;margin-top:10px;transition:background .2s,color .2s}.EditEntityFormPopupContent .TextButton:hover{background:#fff!important;color:#222!important}.EditEntityFormPopupContent input,.EditEntityFormPopupContent .MuiInputBase-input,.EditEntityFormPopupContent .MuiInputLabel-root,.EditEntityFormPopupContent .MuiInput-underline:before,.EditEntityFormPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.EditEntityFormPopupContent .EntityNameTypeSection .MuiInputBase-root,.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-root,.EditEntityFormPopupContent .PropertyContainer .MuiInputBase-root,.EditEntityFormPopupContent .ColumnContainer .MuiInputBase-root,.EditEntityFormPopupContent .NewCategorySection .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.EditEntityFormPopupContent .EntityNameTypeSection .MuiInputBase-input,.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputBase-input,.EditEntityFormPopupContent .PropertyContainer .MuiInputBase-input,.EditEntityFormPopupContent .ColumnContainer .MuiInputBase-input,.EditEntityFormPopupContent .NewCategorySection .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.EditEntityFormPopupContent .MuiInput-underline:before,.EditEntityFormPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.EditEntityFormPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.EditEntityFormPopupContent .PropertyContainer .MuiInputLabel-root,.EditEntityFormPopupContent .ColumnContainer .MuiInputLabel-root,.EditEntityFormPopupContent .NewCategorySection .MuiInputLabel-root{font-size:12px!important;transform:translateY(-5px)!important}.EditEntityFormPopupContent .EntityNameTypeSection .MuiInputLabel-root,.EditEntityFormPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:16px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.EditEntityFormPopupContent .MuiInputBase-root,.EditEntityFormPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.EditEntityFormPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.EditEntityFormPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.EditEntityFormPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before,.EditEntityFormPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.EditEntityFormPopupContent .MuiInputBase-input.Mui-disabled,.EditEntityFormPopupContent .MuiInputBase-root.Mui-disabled .MuiInputBase-input,.EditEntityFormPopupContent .MuiInputBase-root.Mui-disabled{color:#fff!important;-webkit-text-fill-color:#fff!important}.EditEntityFormPopupContent .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.EditEntityFormPopupContent .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.EditEntityFormPopupContent .ValidationErrors{color:#ef4444;margin:4px 0 8px;padding-left:20px;font-size:12px;list-style-type:disc}.EditEntityFormPopupContent .input-label-error{color:#ef4444!important}.EditEntityFormPopupContent .error-hint{color:#ef4444;font-size:12px;margin-top:4px}.EditEntityFormPopupContent .required-asterisk{color:#ef4444}.EditEntityFormPopupContent .EntityNameTypeSection .ValidationErrors,.EditEntityFormPopupContent .EntityDescriptionSection .ValidationErrors{position:absolute;top:100%;left:0;margin:2px 0 0}.EditEntityFormPopupContent .ValidationErrorsContainer{min-height:22px}.EditEntityFormPopupContent .PropertyRow img,.EditEntityFormPopupContent .ColumnRow img{filter:invert(1)}.EditEntityFormPopupContent .PropertyCategoryRow{margin-top:0;position:relative;display:block;width:100%}.EditEntityFormPopupContent .CategoryChip,.EditEntityFormPopupContent .CategoryTag{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid #fff;background:#222;color:#fff;cursor:pointer;box-sizing:border-box}.EditEntityFormPopupContent .CategoryTag{border-radius:4px;font-size:13px;line-height:1;transition:background .15s ease,border-color .15s ease;gap:6px;padding:0 8px;max-width:var(--category-tag-max, 180px);overflow:visible;width:100%}.EditEntityFormPopupContent .CategoryTag:hover{background:rgba(255,255,255,.08);border-color:#fff}.EditEntityFormPopupContent .CategoryTag--ghost{border:1px dashed #fff;background:transparent;opacity:.95}.EditEntityFormPopupContent .CategoryTag--ghost:hover{background:rgba(255,255,255,.06);border-style:solid}.EditEntityFormPopupContent .CategoryTag--withBubbles{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 4px 4px 8px;min-height:36px;max-width:100%;width:100%}.EditEntityFormPopupContent .CategoryTag__bubbles{display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:1;min-width:0}.EditEntityFormPopupContent .CategoryTag__placeholder{color:#fff9;font-size:13px}.EditEntityFormPopupContent .CategoryBubble{display:inline-flex;align-items:center;gap:4px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2px 6px;font-size:11px;line-height:1.2;max-width:120px;transition:all .2s ease}.EditEntityFormPopupContent .CategoryBubble:hover{background-color:#ffffff26;border-color:#ffffff4d}.EditEntityFormPopupContent .CategoryBubble__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EditEntityFormPopupContent .CategoryBubble__remove{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:0;margin:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.EditEntityFormPopupContent .CategoryBubble__remove:hover{background-color:#fff3;transform:scale(1.1)}.EditEntityFormPopupContent .CategoryBubble__remove:focus{outline:1px solid rgba(255,255,255,.5);outline-offset:1px}.EditEntityFormPopupContent .CategoryBubble--more{background-color:#ffffff26;cursor:default;padding:2px 8px}.EditEntityFormPopupContent .CategoryBubble--more:hover{background-color:#ffffff26}.EditEntityFormPopupContent .CategoryTag__addButton{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1;padding:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.EditEntityFormPopupContent .CategoryTag__addButton:hover{background-color:#fff3;border-color:#ffffff80;transform:scale(1.05)}.EditEntityFormPopupContent .CategoryTag__addButton:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.EditEntityFormPopupContent .CategoryPicker{position:absolute;z-index:1000;left:0;margin-top:6px;min-width:180px;max-width:260px;background:#222;border:1px solid #fff;border-radius:4px;padding:4px;box-shadow:0 8px 22px #00000080;overflow-y:auto;max-height:168px;overscroll-behavior:contain}.EditEntityFormPopupContent .CategoryPicker__item{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;background:transparent;border:0;width:100%;text-align:left;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EditEntityFormPopupContent .CategoryPicker__item:before{content:"";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid rgba(255,255,255,.7);border-radius:3px;margin-right:8px;flex:0 0 14px;box-sizing:border-box}.EditEntityFormPopupContent .CategoryPicker__item[aria-selected=true]:before{content:"\2713";color:#222;background:#fff;border-color:#fff;font-size:12px;line-height:1}.EditEntityFormPopupContent .CategoryPicker__item--new:before{content:none;width:0;height:0;margin:0;border:0}.EditEntityFormPopupContent .CategoryPicker__item:hover,.EditEntityFormPopupContent .CategoryPicker__item[aria-selected=true]{background:rgba(255,255,255,.08)}.EditEntityFormPopupContent .CategoryPicker__label{font-weight:600;font-size:13px}.EditEntityFormPopupContent .CategoryPicker__plus{width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;transform:translateY(-1px)}.EditEntityFormPopupContent .CategoryPicker__empty{padding:8px;opacity:.8;font-size:12px}.EditEntityFormPopupContent .IconButton{background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.EditEntityFormPopupContent .IconButton:focus{outline:1px solid rgba(255,255,255,.6);outline-offset:2px}.EditEntityFormPopupContent .IconTrash{height:1em;width:auto;filter:invert(1);display:block}.EditEntityFormPopupContent .IconButton--chip,.EditEntityFormPopupContent .IconButton--tag{margin-left:0}.EditEntityFormPopupContent .CategoryTag__dot,.EditEntityFormPopupContent .CategoryPicker__dot,.EditEntityFormPopupContent .CategoryChip__dot{display:none}.EditEntityFormPopupContent .CategoryTag__text{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EditEntityFormPopupContent .CategoryChips{position:relative;margin:10px 0 8px}.EditEntityFormPopupContent .CategoryChips__track{position:relative;display:flex;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.EditEntityFormPopupContent .CategoryChips__track>.CategoryChip{flex:0 0 auto}.EditEntityFormPopupContent .CategoryChips__track::-webkit-scrollbar{height:0}.EditEntityFormPopupContent .CategoryChips__dropIndicator{position:absolute;top:4px;bottom:4px;width:2px;background:#fff;border-radius:6px;pointer-events:none;z-index:2;transform:translate(-50%)}.EditEntityFormPopupContent .CategoryChips__scrollRight,.EditEntityFormPopupContent .CategoryChips__scrollLeft{position:absolute;top:50%;transform:translateY(-50%);height:40px;width:32px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}.EditEntityFormPopupContent .CategoryChips__scrollRight{right:0;background:linear-gradient(90deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-left:8px}.EditEntityFormPopupContent .CategoryChips__scrollLeft{left:0;background:linear-gradient(270deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-right:8px}.EditEntityFormPopupContent .CategoryChips__scrollRight img,.EditEntityFormPopupContent .CategoryChips__scrollLeft img{height:16px;width:auto;filter:invert(1);display:block}.EditEntityFormPopupContent .CategoryChip{border-radius:14px;user-select:none;margin-bottom:8px;align-items:center;min-height:32px;position:relative}.EditEntityFormPopupContent .CategoryChip.is-active{border-width:2px}.EditEntityFormPopupContent .CategoryChip.is-dragging{opacity:.6;transform:scale(.98);transition:transform 80ms ease}.EditEntityFormPopupContent .CategoryChip__label{font-size:12px;line-height:1}.EditEntityFormPopupContent .PropRow{display:grid;grid-template-columns:var(--arrow-gutter) 1fr;align-items:center;position:relative;overflow:visible;margin-left:calc(-1 * var(--arrow-gutter))}.EditEntityFormPopupContent .PropRow>.PropertyContainer{grid-column:2}.EditEntityFormPopupContent .PropRow .OrderArrows{grid-column:1;justify-self:end;align-self:center;display:flex;flex-direction:column;gap:6px;z-index:2}.EditEntityFormPopupContent .ArrowBtn{padding:0;border:0;background:transparent;cursor:pointer;opacity:.9;filter:invert(1)}.EditEntityFormPopupContent .ArrowBtn.up img{transform:rotate(-90deg)}.EditEntityFormPopupContent .ArrowBtn.down img{transform:rotate(90deg)}.EditEntityFormPopupContent .ArrowBtn.disabled{opacity:.3;pointer-events:none;cursor:default}.EditEntityFormPopupContent .TopGrid{--row-gap: 8px;--col-gap: 15px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:36px 36px;row-gap:var(--row-gap);column-gap:var(--col-gap)}.EditEntityFormPopupContent .TopGrid__type{grid-column:1;grid-row:1;width:100%}.EditEntityFormPopupContent .TopGrid__occurrence{grid-column:2;grid-row:1;width:100%}.EditEntityFormPopupContent .TopGrid__primaryCat{grid-column:1/span 2;grid-row:2}.EditEntityFormPopupContent .TopGrid__trash,.EditEntityFormPopupContent .PropertyRow__removeBtn{grid-column:3;grid-row:1/span 2;justify-self:end;align-self:start;margin-left:0}.EditEntityFormPopupContent .TopGrid__primaryCat .CategoryTag,.EditEntityFormPopupContent .TopGrid__primaryCat .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%}.EditEntityFormPopupContent .CategoryInlineInput{display:inline-flex;vertical-align:middle;width:var(--category-tag-max, 180px);max-width:var(--category-tag-max, 180px);min-width:100px;flex:0 0 var(--category-tag-max, 180px)}.EditEntityFormPopupContent .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%;background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important;min-height:32px;display:flex;align-items:center;box-sizing:border-box}.EditEntityFormPopupContent .CategoryInlineInput .MuiInputBase-input{color:#fff!important;background-color:transparent!important;font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EditEntityFormPopupContent .CategoryInlineInput .MuiInputLabel-root{color:#fff!important;font-size:12px!important;transform:translateY(-5px)!important}.bulk-action-content.entity-delete .loading-info{margin-top:16px;padding:12px;font-size:13px;color:#ffffffb3;font-style:italic;text-align:center;background-color:#90caf91a;border-radius:4px}.bulk-action-content.entity-delete .affected-projects{margin-top:16px}.bulk-action-content.entity-delete .affected-projects .affected-header{font-size:13px;color:#fffc;margin-bottom:8px}.bulk-action-content.entity-delete .affected-projects .project-list .project-item.more-projects{color:#2af598;font-style:italic}.bulk-action-content.entity-delete .affected-projects .impact-note{margin-top:12px;font-size:12px;color:#fff9;font-style:italic;line-height:1.4}.ViewEntityPopupContent{display:flex;flex-direction:column;gap:22px;width:100%;padding:40px;height:500px;color:#fff;overflow-x:hidden}.ViewEntityPopupContent .Message{text-align:center;color:#ccc;font-size:14px;padding:20px}.ViewEntityPopupContent .EntityNameTypeSection{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin:0;padding:8px 0 16px;width:100%}.ViewEntityPopupContent .EntityTypeRadioGroup{display:flex;gap:0}.ViewEntityPopupContent .EntityTypeRadio{display:inline-flex;align-items:center;justify-content:center;padding:6px 20px;border:1px solid #fff;background:transparent;color:#fff;font-size:13px;cursor:pointer;transition:background .2s,color .2s;position:relative}.ViewEntityPopupContent .EntityTypeRadio:first-child{border-radius:4px 0 0 4px}.ViewEntityPopupContent .EntityTypeRadio:last-child{border-radius:0 4px 4px 0;border-left:none}.ViewEntityPopupContent .EntityTypeRadio input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0;padding:0;border:none!important}.ViewEntityPopupContent .EntityTypeRadio.is-selected{background:#fff;color:#222;padding-left:14px}.ViewEntityPopupContent .EntityTypeRadio.is-selected .EntityTypeRadio__label:before{content:"\2713";margin-right:10px;font-weight:700}.ViewEntityPopupContent .EntityTypeRadio:hover:not(.is-selected):not(.is-disabled){background:rgba(255,255,255,.1)}.ViewEntityPopupContent .EntityTypeRadio.is-disabled{cursor:not-allowed}.ViewEntityPopupContent .EntityTypeSection{display:flex;align-items:center;gap:8px;margin-bottom:20px}.ViewEntityPopupContent .EntityDescriptionSection{display:flex;justify-content:flex-start}.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root{scrollbar-width:thin;scrollbar-color:white transparent}.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar{width:8px}.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-track{background:transparent}.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb{background:white;border-radius:4px}.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.ViewEntityPopupContent .PropertiesSection{display:flex;flex-direction:column;gap:10px}.ViewEntityPopupContent .PropertiesSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.ViewEntityPopupContent .PropertiesSection .PropertiesContent{padding:10px 0}.ViewEntityPopupContent .PropertiesSection .PropertyContainer{margin-bottom:4px}.ViewEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.ViewEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.ViewEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow .PropertyTypeSelect,.ViewEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow .PropertyOccurrenceSelect{padding:8px;border:1px solid #fff;border-radius:4px;background-color:#222;color:#fff;font-size:13px;min-width:100px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.ViewEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyBottomRow{display:flex;width:100%}.ViewEntityPopupContent .SmartTableSection{display:flex;flex-direction:column;gap:10px}.ViewEntityPopupContent .SmartTableSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.ViewEntityPopupContent .SmartTableSection .ColumnsContent{padding:10px 0}.ViewEntityPopupContent .SmartTableSection .ColumnContainer{margin-bottom:4px}.ViewEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.ViewEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.ViewEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow .ColumnTypeSelect{padding:8px;border:1px solid #fff;border-radius:4px;background-color:#222;color:#fff;font-size:13px;min-width:100px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.ViewEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnBottomRow{display:flex;width:100%}.ViewEntityPopupContent input,.ViewEntityPopupContent .MuiInputBase-input,.ViewEntityPopupContent .MuiInputLabel-root,.ViewEntityPopupContent .MuiInput-underline:before,.ViewEntityPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.ViewEntityPopupContent .EntityNameTypeSection .MuiInputBase-root,.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-root,.ViewEntityPopupContent .PropertyContainer .MuiInputBase-root,.ViewEntityPopupContent .ColumnContainer .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.ViewEntityPopupContent .EntityNameTypeSection .MuiInputBase-input,.ViewEntityPopupContent .EntityDescriptionSection .MuiInputBase-input,.ViewEntityPopupContent .PropertyContainer .MuiInputBase-input,.ViewEntityPopupContent .ColumnContainer .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.ViewEntityPopupContent .MuiInput-underline:before,.ViewEntityPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.ViewEntityPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.ViewEntityPopupContent .PropertyContainer .MuiInputLabel-root,.ViewEntityPopupContent .ColumnContainer .MuiInputLabel-root{margin-bottom:8px!important}.ViewEntityPopupContent .EntityNameTypeSection .MuiInputLabel-root,.ViewEntityPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:16px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.ViewEntityPopupContent .MuiInputBase-root{color:#fff!important}.ViewEntityPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.ViewEntityPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:2px solid #fff!important}.ViewEntityPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.ViewEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.ViewEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.ViewEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInput-underline:after{border-bottom:2px solid #fff!important}.ViewEntityPopupContent .MuiInputBase-input.Mui-disabled,.ViewEntityPopupContent .MuiInputBase-root.Mui-disabled .MuiInputBase-input{color:#fff!important;-webkit-text-fill-color:#fff!important}.ViewEntityPopupContent .MuiInputBase-root.Mui-disabled,.ViewEntityPopupContent select,.ViewEntityPopupContent select option{color:#fff!important}.ViewEntityPopupContent select:disabled{color:#fff!important}.ViewEntityPopupContent .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.ViewEntityPopupContent .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.ViewEntityPopupContent .PropertyContainer .ValidationErrors{color:#ef4444;margin:4px 0 8px;padding-left:20px;font-size:12px;list-style-type:disc}.ViewEntityPopupContent .PropertyRow img,.ViewEntityPopupContent .ColumnRow img{filter:invert(1)}.DuplicateEntityPopupContent{display:flex;flex-direction:column;gap:20px;padding:20px;max-width:500px;min-height:300px;color:#fff}.DuplicateEntityPopupContent .Message{text-align:center;color:#ccc;font-size:14px;padding:20px}.DuplicateEntityPopupContent .OriginalEntityInfo{display:flex;flex-direction:column;gap:10px;padding:15px;background-color:#ffffff1a;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.DuplicateEntityPopupContent .OriginalEntityInfo h3{margin:0;color:#fff;font-size:16px;font-weight:600}.DuplicateEntityPopupContent .OriginalEntityInfo .EntityInfo{color:#ddd;font-size:14px;line-height:1.4}.DuplicateEntityPopupContent .DuplicateNameSection{display:flex;flex-direction:column;gap:10px;align-items:center}.DuplicateEntityPopupContent .DuplicateNameSection .ValidationErrors{color:#ef4444;margin:4px 0 8px;padding-left:20px;font-size:12px;list-style-type:disc}.DuplicateEntityPopupContent input,.DuplicateEntityPopupContent .MuiInputBase-input,.DuplicateEntityPopupContent .MuiInputLabel-root,.DuplicateEntityPopupContent .MuiInput-underline:before,.DuplicateEntityPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.DuplicateEntityPopupContent .EntityNameTypeSection .MuiInputBase-root,.DuplicateEntityPopupContent .EntityDescriptionSection .MuiInputBase-root,.DuplicateEntityPopupContent .PropertyContainer .MuiInputBase-root,.DuplicateEntityPopupContent .ColumnContainer .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.DuplicateEntityPopupContent .EntityNameTypeSection .MuiInputBase-input,.DuplicateEntityPopupContent .EntityDescriptionSection .MuiInputBase-input,.DuplicateEntityPopupContent .PropertyContainer .MuiInputBase-input,.DuplicateEntityPopupContent .ColumnContainer .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.DuplicateEntityPopupContent .MuiInput-underline:before,.DuplicateEntityPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.DuplicateEntityPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.DuplicateEntityPopupContent .EntityNameTypeSection .MuiInputLabel-root,.DuplicateEntityPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:20px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.DuplicateEntityPopupContent .MuiInputBase-root{color:#fff!important}.DuplicateEntityPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.DuplicateEntityPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:2px solid #fff!important}.DuplicateEntityPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.DuplicateEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.DuplicateEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.DuplicateEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInput-underline:after{border-bottom:2px solid #fff!important}.CopyEditEntityPopupContent{--category-tag-max: 180px;display:flex;flex-direction:column;gap:22px;width:100%;padding:40px;height:500px;color:#fff;overflow-x:hidden}.CopyEditEntityPopupContent select.EntityTypeSelect,.CopyEditEntityPopupContent .PropertyTypeSelect,.CopyEditEntityPopupContent .PropertyOccurrenceSelect,.CopyEditEntityPopupContent .ColumnTypeSelect{padding:8px 28px 8px 8px;border:1px solid #fff;border-radius:4px;background-color:#222;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;color:#fff;font-size:13px;max-width:180px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;width:100%;cursor:pointer}.CopyEditEntityPopupContent select.EntityTypeSelect:focus,.CopyEditEntityPopupContent .PropertyTypeSelect:focus,.CopyEditEntityPopupContent .PropertyOccurrenceSelect:focus,.CopyEditEntityPopupContent .ColumnTypeSelect:focus{border:1.5px solid #fff}.CopyEditEntityPopupContent select.EntityTypeSelect:disabled,.CopyEditEntityPopupContent .PropertyTypeSelect:disabled,.CopyEditEntityPopupContent .PropertyOccurrenceSelect:disabled,.CopyEditEntityPopupContent .ColumnTypeSelect:disabled{opacity:.6;cursor:not-allowed}.CopyEditEntityPopupContent .EntityTypeRadioGroup{display:flex;gap:0}.CopyEditEntityPopupContent .EntityTypeRadio{display:inline-flex;align-items:center;justify-content:center;padding:6px 20px;border:1px solid #fff;background:transparent;color:#fff;font-size:13px;cursor:pointer;transition:background .2s,color .2s;position:relative}.CopyEditEntityPopupContent .EntityTypeRadio:first-child{border-radius:4px 0 0 4px}.CopyEditEntityPopupContent .EntityTypeRadio:last-child{border-radius:0 4px 4px 0;border-left:none}.CopyEditEntityPopupContent .EntityTypeRadio input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0;padding:0;border:none!important}.CopyEditEntityPopupContent .EntityTypeRadio.is-selected{background:#fff;color:#222;padding-left:14px}.CopyEditEntityPopupContent .EntityTypeRadio.is-selected .EntityTypeRadio__label:before{content:"\2713";margin-right:10px;font-weight:700}.CopyEditEntityPopupContent .EntityTypeRadio:hover:not(.is-selected){background:rgba(255,255,255,.1)}.CopyEditEntityPopupContent .EntityNameTypeSection{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin:0;padding:8px 0 16px;width:100%}.CopyEditEntityPopupContent .EntityNameTypeSection select.EntityTypeSelect{margin-left:20px;width:auto}.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root{scrollbar-width:thin;scrollbar-color:white transparent}.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar{width:8px;height:8px}.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-track{background:transparent}.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb{background:white;border-radius:4px}.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.CopyEditEntityPopupContent .EntityDescriptionSection{display:flex;justify-content:flex-start}.CopyEditEntityPopupContent .EntityTypeSection{display:flex;align-items:center;gap:8px;margin-bottom:20px}.CopyEditEntityPopupContent .PropertiesSection{display:flex;flex-direction:column;gap:10px}.CopyEditEntityPopupContent .PropertiesSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.CopyEditEntityPopupContent .PropertiesSection .PropertiesContent{--arrow-gutter: 18px;padding:10px 0 10px var(--arrow-gutter);position:relative}.CopyEditEntityPopupContent .PropertiesSection .PropertyContainer{margin-bottom:4px}.CopyEditEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow{display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;position:relative}.CopyEditEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow{display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;gap:8px 25px;align-items:start}.CopyEditEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow:after{content:"";grid-column:3;grid-row:1/span 2;width:36px;height:1px;pointer-events:none}.CopyEditEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyBottomRow{display:flex;width:100%}.CopyEditEntityPopupContent .SmartTableSection{display:flex;flex-direction:column;gap:10px}.CopyEditEntityPopupContent .SmartTableSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.CopyEditEntityPopupContent .SmartTableSection .ColumnsContent{padding:10px 0}.CopyEditEntityPopupContent .SmartTableSection .ColumnContainer{margin-bottom:4px}.CopyEditEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.CopyEditEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.CopyEditEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnBottomRow{display:flex;width:100%}.CopyEditEntityPopupContent .TextButton{color:#fff!important;border:1.5px solid #fff!important;background:transparent!important;font-weight:600;border-radius:4px;padding:18px;margin-top:10px;transition:background .2s,color .2s}.CopyEditEntityPopupContent .TextButton:hover{background:#fff!important;color:#222!important}.CopyEditEntityPopupContent input,.CopyEditEntityPopupContent .MuiInputBase-input,.CopyEditEntityPopupContent .MuiInputLabel-root,.CopyEditEntityPopupContent .MuiInput-underline:before,.CopyEditEntityPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.CopyEditEntityPopupContent .EntityNameTypeSection .MuiInputBase-root,.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-root,.CopyEditEntityPopupContent .PropertyContainer .MuiInputBase-root,.CopyEditEntityPopupContent .ColumnContainer .MuiInputBase-root,.CopyEditEntityPopupContent .NewCategorySection .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.CopyEditEntityPopupContent .EntityNameTypeSection .MuiInputBase-input,.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputBase-input,.CopyEditEntityPopupContent .PropertyContainer .MuiInputBase-input,.CopyEditEntityPopupContent .ColumnContainer .MuiInputBase-input,.CopyEditEntityPopupContent .NewCategorySection .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.CopyEditEntityPopupContent .MuiInput-underline:before,.CopyEditEntityPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.CopyEditEntityPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.CopyEditEntityPopupContent .PropertyContainer .MuiInputLabel-root,.CopyEditEntityPopupContent .ColumnContainer .MuiInputLabel-root,.CopyEditEntityPopupContent .NewCategorySection .MuiInputLabel-root{font-size:12px!important;transform:translateY(-5px)!important}.CopyEditEntityPopupContent .EntityNameTypeSection .MuiInputLabel-root,.CopyEditEntityPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:16px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.CopyEditEntityPopupContent .MuiInputBase-root,.CopyEditEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.CopyEditEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.CopyEditEntityPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.CopyEditEntityPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before,.CopyEditEntityPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.CopyEditEntityPopupContent .MuiInputBase-input.Mui-disabled,.CopyEditEntityPopupContent .MuiInputBase-root.Mui-disabled .MuiInputBase-input,.CopyEditEntityPopupContent .MuiInputBase-root.Mui-disabled{color:#fff!important;-webkit-text-fill-color:#fff!important}.CopyEditEntityPopupContent .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.CopyEditEntityPopupContent .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.CopyEditEntityPopupContent .ValidationErrors{color:#ef4444;margin:4px 0 8px;padding-left:20px;font-size:12px;list-style-type:disc}.CopyEditEntityPopupContent .input-label-error{color:#ef4444!important}.CopyEditEntityPopupContent .error-hint{color:#ef4444;font-size:12px;margin-top:4px}.CopyEditEntityPopupContent .required-asterisk{color:#ef4444}.CopyEditEntityPopupContent .EntityNameTypeSection .ValidationErrors,.CopyEditEntityPopupContent .EntityDescriptionSection .ValidationErrors{position:absolute;top:100%;left:0;margin:2px 0 0}.CopyEditEntityPopupContent .PropertyContainer .ValidationErrors,.CopyEditEntityPopupContent .ColumnContainer .ValidationErrors{margin:4px 0 8px}.CopyEditEntityPopupContent .PropertyRow img,.CopyEditEntityPopupContent .ColumnRow img{filter:invert(1)}.CopyEditEntityPopupContent .PropertyCategoryRow,.CopyEditEntityPopupContent .PropertySubcategoryRow{margin-top:0;position:relative;display:block;width:100%}.CopyEditEntityPopupContent .CategoryChip,.CopyEditEntityPopupContent .CategoryTag{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid #fff;background:#222;color:#fff;cursor:pointer;box-sizing:border-box}.CopyEditEntityPopupContent .CategoryTag{border-radius:4px;font-size:13px;line-height:1;transition:background .15s ease,border-color .15s ease;gap:6px;padding:0 8px;max-width:var(--category-tag-max, 180px);overflow:visible;width:100%}.CopyEditEntityPopupContent .CategoryTag:hover{background:rgba(255,255,255,.08);border-color:#fff}.CopyEditEntityPopupContent .CategoryTag--ghost{border:1px dashed #fff;background:transparent;opacity:.95}.CopyEditEntityPopupContent .CategoryTag--ghost:hover{background:rgba(255,255,255,.06);border-style:solid}.CopyEditEntityPopupContent .CategoryTag--withBubbles{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 4px 4px 8px;min-height:36px;max-width:100%;width:100%}.CopyEditEntityPopupContent .CategoryTag__bubbles{display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:1;min-width:0}.CopyEditEntityPopupContent .CategoryTag__placeholder{color:#fff9;font-size:13px}.CopyEditEntityPopupContent .CategoryBubble{display:inline-flex;align-items:center;gap:4px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2px 6px;font-size:11px;line-height:1.2;max-width:120px;transition:all .2s ease}.CopyEditEntityPopupContent .CategoryBubble:hover{background-color:#ffffff26;border-color:#ffffff4d}.CopyEditEntityPopupContent .CategoryBubble__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CopyEditEntityPopupContent .CategoryBubble__remove{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:0;margin:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.CopyEditEntityPopupContent .CategoryBubble__remove:hover{background-color:#fff3;transform:scale(1.1)}.CopyEditEntityPopupContent .CategoryBubble__remove:focus{outline:1px solid rgba(255,255,255,.5);outline-offset:1px}.CopyEditEntityPopupContent .CategoryBubble--more{background-color:#ffffff26;cursor:default;padding:2px 8px}.CopyEditEntityPopupContent .CategoryBubble--more:hover{background-color:#ffffff26}.CopyEditEntityPopupContent .CategoryTag__addButton{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1;padding:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.CopyEditEntityPopupContent .CategoryTag__addButton:hover{background-color:#fff3;border-color:#ffffff80;transform:scale(1.05)}.CopyEditEntityPopupContent .CategoryTag__addButton:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.CopyEditEntityPopupContent .CategoryPicker{position:absolute;z-index:1000;left:0;margin-top:6px;min-width:180px;max-width:260px;background:#222;border:1px solid #fff;border-radius:4px;padding:4px;box-shadow:0 8px 22px #00000080;overflow-y:auto;max-height:168px;overscroll-behavior:contain}.CopyEditEntityPopupContent .CategoryPicker__item{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;background:transparent;border:0;width:100%;text-align:left;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CopyEditEntityPopupContent .CategoryPicker__item:before{content:"";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid rgba(255,255,255,.7);border-radius:3px;margin-right:8px;flex:0 0 14px;box-sizing:border-box}.CopyEditEntityPopupContent .CategoryPicker__item[aria-selected=true]:before{content:"\2713";color:#222;background:#fff;border-color:#fff;font-size:12px;line-height:1}.CopyEditEntityPopupContent .CategoryPicker__item--new:before{content:none;width:0;height:0;margin:0;border:0}.CopyEditEntityPopupContent .CategoryPicker__item:hover,.CopyEditEntityPopupContent .CategoryPicker__item[aria-selected=true]{background:rgba(255,255,255,.08)}.CopyEditEntityPopupContent .CategoryPicker__label{font-weight:600;font-size:13px}.CopyEditEntityPopupContent .CategoryPicker__plus{width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;transform:translateY(-1px)}.CopyEditEntityPopupContent .CategoryPicker__empty{padding:8px;opacity:.8;font-size:12px}.CopyEditEntityPopupContent .IconButton{background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.CopyEditEntityPopupContent .IconButton:focus{outline:1px solid rgba(255,255,255,.6);outline-offset:2px}.CopyEditEntityPopupContent .IconTrash{height:1em;width:auto;filter:invert(1);display:block}.CopyEditEntityPopupContent .IconButton--chip,.CopyEditEntityPopupContent .IconButton--tag{margin-left:0}.CopyEditEntityPopupContent .CategoryTag__dot,.CopyEditEntityPopupContent .CategoryPicker__dot,.CopyEditEntityPopupContent .CategoryChip__dot{display:none}.CopyEditEntityPopupContent .CategoryChips{position:relative;margin:10px 0 8px}.CopyEditEntityPopupContent .CategoryChips__track{position:relative;display:flex;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.CopyEditEntityPopupContent .CategoryChips__track>.CategoryChip{flex:0 0 auto}.CopyEditEntityPopupContent .CategoryChips__track::-webkit-scrollbar{height:0}.CopyEditEntityPopupContent .CategoryChips__dropIndicator{position:absolute;top:4px;bottom:4px;width:2px;background:#fff;border-radius:6px;pointer-events:none;z-index:2;transform:translate(-50%)}.CopyEditEntityPopupContent .CategoryChips__scrollRight,.CopyEditEntityPopupContent .CategoryChips__scrollLeft{position:absolute;top:50%;transform:translateY(-50%);height:40px;width:32px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}.CopyEditEntityPopupContent .CategoryChips__scrollRight{right:0;background:linear-gradient(90deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-left:8px}.CopyEditEntityPopupContent .CategoryChips__scrollLeft{left:0;background:linear-gradient(270deg,rgba(34,34,34,0) 0%,var(--popup-bg, #282828) 45%,var(--popup-bg, #282828) 100%);padding-right:8px}.CopyEditEntityPopupContent .CategoryChips__scrollRight img,.CopyEditEntityPopupContent .CategoryChips__scrollLeft img{height:16px;width:auto;filter:invert(1);display:block}.CopyEditEntityPopupContent .CategoryChip{border-radius:14px;user-select:none;margin-bottom:8px;align-items:center;min-height:32px;position:relative}.CopyEditEntityPopupContent .CategoryChip.is-active{border-width:2px}.CopyEditEntityPopupContent .CategoryChip.is-dragging{opacity:.6;transform:scale(.98);transition:transform 80ms ease}.CopyEditEntityPopupContent .CategoryChip__label{font-size:12px;line-height:1}.CopyEditEntityPopupContent .CategoryTag__text{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CopyEditEntityPopupContent .PropRow{display:grid;grid-template-columns:var(--arrow-gutter) 1fr;align-items:center;position:relative;overflow:visible;margin-left:calc(-1 * var(--arrow-gutter))}.CopyEditEntityPopupContent .PropRow>.PropertyContainer{grid-column:2}.CopyEditEntityPopupContent .PropRow .OrderArrows{grid-column:1;justify-self:end;align-self:center;display:flex;flex-direction:column;gap:6px;z-index:2}.CopyEditEntityPopupContent .ArrowBtn{padding:0;border:0;background:transparent;cursor:pointer;opacity:.9;filter:invert(1)}.CopyEditEntityPopupContent .ArrowBtn.up img{transform:rotate(-90deg)}.CopyEditEntityPopupContent .ArrowBtn.down img{transform:rotate(90deg)}.CopyEditEntityPopupContent .ArrowBtn.disabled{opacity:.3;pointer-events:none;cursor:default}.CopyEditEntityPopupContent .TopGrid{--row-gap: 8px;--col-gap: 15px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:36px 36px;row-gap:var(--row-gap);column-gap:var(--col-gap);width:100%;min-width:260px}.CopyEditEntityPopupContent .TopGrid__type{grid-column:1;grid-row:1;width:100%}.CopyEditEntityPopupContent .TopGrid__occurrence{grid-column:2;grid-row:1;width:100%}.CopyEditEntityPopupContent .TopGrid__primaryCat{grid-column:1/span 2;grid-row:2}.CopyEditEntityPopupContent .TopGrid__trash,.CopyEditEntityPopupContent .PropertyRow__removeBtn{grid-column:3;grid-row:1/span 2;justify-self:end;align-self:start;margin-left:0}.CopyEditEntityPopupContent .TopGrid__primaryCat .CategoryTag,.CopyEditEntityPopupContent .TopGrid__primaryCat .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%}.CopyEditEntityPopupContent .CategoryInlineInput{display:inline-flex;vertical-align:middle;width:var(--category-tag-max, 180px);max-width:var(--category-tag-max, 180px);min-width:100px;flex:0 0 var(--category-tag-max, 180px)}.CopyEditEntityPopupContent .CategoryInlineInput .MuiInputBase-root{width:100%;max-width:100%;background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important;min-height:32px;display:flex;align-items:center;box-sizing:border-box}.CopyEditEntityPopupContent .CategoryInlineInput .MuiInputBase-input{color:#fff!important;background-color:transparent!important;font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CopyEditEntityPopupContent .CategoryInlineInput .MuiInputLabel-root{color:#fff!important;font-size:12px!important;transform:translateY(-5px)!important}.CopyEditEntityPopupContent .CategoryChipsRow{display:flex;align-items:center;gap:8px;width:100%}.CopyEditEntityPopupContent .CategoryChipsRow .CategoryChips--sub{flex:1 1 auto;min-width:0}.CopyEditEntityPopupContent .CategoryChipsRow .CategoryChips--sub .CategoryChips__track{overflow-x:auto;overflow-y:hidden;white-space:nowrap}.SelectEntityPopupContent{padding:10px;width:100%;height:500px;display:flex;flex-direction:column}.SelectEntityPopupContent .EntityList{display:flex;flex-direction:column;gap:10px;color:#fff;max-height:500px;overflow-y:auto;width:100%;align-items:center}.SelectEntityPopupContent .EntityHeader{display:flex;align-items:center;justify-content:flex-start;background-color:#ffffff1a;padding:8px 10px;border-radius:4px;width:100%;height:40px;font-weight:700;border-bottom:3px solid #171717}.SelectEntityPopupContent .EntityHeaderCheckbox{width:30px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.SelectEntityPopupContent .EntityHeaderCheckbox .HeaderCheckbox{max-width:20px;max-height:20px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none;transition:opacity .2s ease}.SelectEntityPopupContent .EntityHeaderCheckbox .HeaderCheckbox:hover{opacity:.8}.SelectEntityPopupContent .EntityHeaderName{flex:2;text-align:center}.SelectEntityPopupContent .EntityHeaderType{flex:1;text-align:center}.SelectEntityPopupContent .EntityHeaderCreated{flex:0 0 100px;text-align:center}.SelectEntityPopupContent .EntityHeaderSpacer{width:150px;flex-shrink:0}.SelectEntityPopupContent .EntityItem{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:flex-start;background-color:#171717;padding:8px 10px;border-radius:4px;width:100%;height:auto;cursor:pointer}.SelectEntityPopupContent .EntityItem>img.EntityCheckbox{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none;flex:0 0 30px}.SelectEntityPopupContent .EntityName{flex:2;text-align:center;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.SelectEntityPopupContent .EntityType{flex:1;text-align:center}.SelectEntityPopupContent .AutoExtractToggle{display:flex;align-items:center;margin-left:auto}.SelectEntityPopupContent .AutoExtractToggle>img{max-width:20px;max-height:20px;margin-right:5px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%)}.SelectEntityPopupContent .AutoExtractToggle .AutoExtractLabel{margin-right:10px}.SelectEntityPopupContent .AutoExtractToggle.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.SelectEntityPopupContent .EntityHeader.withAutoExtract .EntityHeaderSpacer{width:calc(35px + 12ch);flex-shrink:0}.SelectEntityPopupContent .EntityItem.withAutoExtract .AutoExtractContainer{flex:0 0 calc(35px + 12ch);display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:flex-end;min-width:calc(35px + 12ch)}.SelectEntityPopupContent .DefaultEntitiesToggle{display:flex;align-items:center;width:100%;height:36px;padding:6px 10px;cursor:pointer;background-color:#ffffff0d;border-radius:4px;user-select:none}.SelectEntityPopupContent .DefaultEntitiesToggle .Caret{width:18px;display:inline-block;text-align:center;margin-right:6px}.SelectEntityPopupContent .DefaultEntitiesToggle .Label{color:#ddd;letter-spacing:.3px}.SelectEntityPopupContent .EntityItem.default{background-color:#ffffff0f}.SelectEntityPopupContent .SortLabel{font-weight:600}.SelectEntityPopupContent .SortSelect,.SelectEntityPopupContent .SortDirButton{cursor:pointer}.SelectEntityPopupContent .SortableHeader{display:flex;align-items:center;gap:4px;background:transparent;border:none;padding:0;font:inherit;cursor:pointer;color:#fff;justify-content:center;width:100%}.SelectEntityPopupContent .HeaderContent{display:flex;align-items:center;justify-content:center;gap:4px}.SelectEntityPopupContent .EntityCreated{flex:0 0 100px;font-size:12px;opacity:.75;white-space:nowrap;justify-content:center;text-align:center}.SelectEntityPopupContent .SortableHeader.active .SortArrow{opacity:1}.SelectEntityPopupContent .SortArrow{opacity:.7}.SelectEntityPopupContent .EntityCreated.dim{color:#888;text-align:center}.SelectEntityPopupContent .SortableHeader:not(.active) .SortArrow{visibility:hidden}.SelectSingleEntityPopupContent{padding:20px;width:100%;height:400px;display:flex;flex-direction:column}.EntityList{display:flex;flex-direction:column;gap:10px;color:#fff;max-height:400px;overflow-y:auto;width:100%;align-items:center}.EntityHeader{display:flex;align-items:center;justify-content:flex-start;background-color:#ffffff1a;padding:8px 10px;border-radius:4px;width:100%;height:40px;font-weight:700;border-bottom:3px solid #171717}.EntityHeaderName,.EntityHeaderType{flex:1;text-align:center}.EntityItem.single{display:flex;align-items:center;background-color:#171717;padding:8px 10px;border-radius:4px;width:100%;height:40px;cursor:pointer;transition:background-color .15s ease-in-out}.EntityItem.single.selected{background-color:#009efd}.EntityName,.EntityType{flex:1;text-align:center}.AutomaticExtractionPopupContent{padding:20px;width:100%;height:400px;display:flex;flex-direction:column}.AutomaticExtractionPopupContent .EntityList{display:flex;flex-direction:column;gap:10px;color:#fff;max-height:400px;overflow-y:auto;width:100%;align-items:center}.AutomaticExtractionPopupContent .EntityHeader{display:flex;align-items:center;justify-content:flex-start;background-color:#ffffff1a;padding:8px 10px;border-radius:4px;width:100%;height:40px;font-weight:700;border-bottom:3px solid #171717}.AutomaticExtractionPopupContent .EntityHeaderCheckbox{width:30px;flex-shrink:0}.AutomaticExtractionPopupContent .EntityHeaderName,.AutomaticExtractionPopupContent .EntityHeaderType{flex:1;text-align:center}.AutomaticExtractionPopupContent .EntityItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:#171717;padding:8px 10px;border-radius:4px;width:100%;height:40px;cursor:pointer}.AutomaticExtractionPopupContent .EntityItem>img{max-width:20px;max-height:20px;margin-right:10px;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);filter:invert(1) brightness(35%) sepia(100%) hue-rotate(var(--hue-value)) saturate(2000%);user-select:none}.AutomaticExtractionPopupContent .EntityName,.AutomaticExtractionPopupContent .EntityType{flex:1;text-align:center}.GenericYesNoPopup:has(.StartProjectPopupContent){max-width:500px}.StartProjectPopupContent{padding:20px;width:100%;display:flex;flex-direction:column;align-items:center;color:#fff;position:relative}.StartProjectPopupContent .CloseButton{position:absolute;top:10px;right:10px;background:none;border:none;color:#b0b0b0;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;z-index:10}.StartProjectPopupContent .CloseButton:hover{background:rgba(255,255,255,.1);color:#fff}.StartProjectPopupContent .CloseButton svg{width:16px;height:16px;fill:currentColor}.StartProjectPopupContent .Message{font-size:16px;color:#e0e0e0;text-align:center;margin-bottom:30px;line-height:1.5;margin-top:10px}.StartProjectPopupContent .ButtonContainer{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px}.StartProjectPopupContent .ButtonContainer .ProjectButton{display:flex;align-items:center;padding:12px 16px;background-color:#171717;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;height:60px}.StartProjectPopupContent .ButtonContainer .ProjectButton:hover{background-color:#ffffff1a}.StartProjectPopupContent .ButtonContainer .ProjectButton .ButtonIcon{margin-right:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#4c4c4c;border-radius:4px;color:#fff;flex-shrink:0}.StartProjectPopupContent .ButtonContainer .ProjectButton .ButtonIcon svg{width:20px;height:20px;fill:currentColor}.StartProjectPopupContent .ButtonContainer .ProjectButton .ButtonText{flex:1}.StartProjectPopupContent .ButtonContainer .ProjectButton .ButtonText .ButtonTitle{font-size:16px;font-weight:600;color:#fff;margin-bottom:2px}.StartProjectPopupContent .ButtonContainer .ProjectButton .ButtonText .ButtonDescription{font-size:13px;color:#b0b0b0;line-height:1.3}.ProjectOptionsPopup{max-height:90vh;max-width:500px;width:100%;border-radius:5px;user-select:none;box-shadow:0 0 10px 3px #ffffff05;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.ProjectOptionsPopup .ProjectOptionsPopupContent{padding:20px;width:100%;display:flex;flex-direction:column;align-items:center;color:#fff;position:relative;background-color:#282828;flex:1}.ProjectOptionsPopup .ProjectOptionsPopupContent .Header{position:absolute;top:0;left:0;right:0;height:40px;box-shadow:0 2px 15px #0006;color:#fff;font-weight:700;font-size:18px;background-color:#171717;margin-bottom:20px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding:0 20px}.ProjectOptionsPopup .ProjectOptionsPopupContent .Header .Title{flex:1;text-align:center}.ProjectOptionsPopup .ProjectOptionsPopupContent .Header .CloseButton{position:absolute;right:4px;background:none;border:none;color:#b0b0b0;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.ProjectOptionsPopup .ProjectOptionsPopupContent .Header .CloseButton:hover{background:rgba(255,255,255,.1);color:#fff}.ProjectOptionsPopup .ProjectOptionsPopupContent .Header .CloseButton svg{width:16px;height:16px;fill:currentColor}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content{align-self:stretch;font-size:14px;flex:1;overflow-y:auto;min-height:280px;margin-top:60px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:center;width:100%;padding-bottom:40px}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection{width:100%;max-width:400px;margin-bottom:20px}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameDisplay{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s ease}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameDisplay:hover{background-color:#ffffff14}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameDisplay:hover .EditIcon{opacity:1}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameDisplay .ProjectNameText{font-size:20px;font-weight:700;color:#fff;word-break:break-word;text-align:center}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameDisplay .EditIcon{width:14px;height:14px;opacity:.4;filter:brightness(0) invert(1);transition:opacity .2s ease;flex-shrink:0}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameInput{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:20px;font-weight:700;text-align:center;padding:8px 12px;outline:none;font-family:inherit}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectNameSection .ProjectNameInput:focus{border-color:#009efd;border-color:var(--leading-color)}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;width:100%;max-width:400px}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;transition:background-color .2s ease}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow:hover{background-color:#ffffff14}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow .InfoLabel{color:#b0b0b0;font-size:14px;font-weight:500;flex-shrink:0}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow .InfoValue{color:#fff;font-size:14px;font-weight:600;text-align:right;flex:1;margin-left:15px}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow .InfoValue .editor-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow .InfoValue .editor-tags .editor-tag{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:4px 8px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;transition:all .2s ease}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .ProjectInfo .InfoRow .InfoValue .editor-tags .editor-tag:hover{background-color:#ffffff26;border-color:#ffffff4d}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .delete-button{box-shadow:#ef4444 0 0 0 2px inset;background-color:#ef4444;color:#fff;padding:20px 40px;font-size:18px;font-weight:700}.ProjectOptionsPopup .ProjectOptionsPopupContent .Content .delete-button:hover{background-color:transparent;color:#ef4444}.QuickExtractResultsPopup .Content{height:calc(85vh - 120px)!important;max-height:calc(85vh - 120px)!important;min-height:calc(85vh - 120px)!important;flex:none!important;overflow:hidden!important}.QuickExtractResultsPopup .QuickExtractResultsContent{display:grid;grid-template-columns:var(--divider-position, .7fr) 5px var(--divider-remaining, .3fr);grid-template-rows:1fr;height:calc(85vh - 120px)!important;width:100%;padding:10px 20px 5px;overflow:hidden;background:transparent;box-sizing:border-box;gap:0}.QuickExtractResultsPopup .QuickExtractResultsContent.stacked-layout{grid-template-columns:1fr;grid-template-rows:var(--divider-position, .7fr) 5px var(--divider-remaining, .3fr);gap:0}.QuickExtractResultsPopup .QuickExtractResultsContent .ImageSection{width:100%!important;height:100%!important;min-width:0;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden;position:relative}.QuickExtractResultsPopup .QuickExtractResultsContent .ImageSection img{width:100%;height:auto;object-fit:contain}.QuickExtractResultsPopup .QuickExtractResultsContent .ResizeHandle{background:rgb(255,255,255);transition:background-color .2s ease}.QuickExtractResultsPopup .QuickExtractResultsContent .ResizeHandle:hover{background:rgba(255,255,255,.4)}.QuickExtractResultsPopup .QuickExtractResultsContent .ResizeHandle.horizontal{cursor:row-resize}.QuickExtractResultsPopup .QuickExtractResultsContent .ResizeHandle.vertical{cursor:col-resize}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection{width:100%!important;height:100%!important;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:transparent}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:white transparent}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection::-webkit-scrollbar{width:8px}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection::-webkit-scrollbar-track{background:transparent}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection::-webkit-scrollbar-thumb{background:white;border-radius:4px}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection .TableSectionButtons{display:flex;gap:4px;padding:0;justify-content:flex-end;align-items:center}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection .TableSectionButtons .ImageButton img{filter:brightness(0) invert(1)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableSection .TableSectionButtons .ImageButton:hover img{filter:brightness(0) invert(1) opacity(.8)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .TableData{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:4px;box-sizing:border-box}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection{display:flex;flex-direction:column;gap:15px;height:100%;width:95%;margin:0 auto auto;align-items:center;align-items:stretch;background-color:#171717;border-radius:8px;box-shadow:0 1px 3px #0000001f;padding:0 12px 12px;overflow:auto}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection h1{align-self:center;color:#fff;margin:10px 0 0}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterRow{display:flex;align-items:center;gap:8px;margin:4px 0 10px;position:relative;width:100%}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect{padding:10px 12px;min-height:40px;border-radius:6px;flex:1 1 320px;min-width:140px;width:100%;background:#222;color:#fff;border:1px solid #fff;outline:none;transition:border .2s;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;user-select:none}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect:hover{border-color:#2af598}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect.open{border-color:#2af598;border-bottom-left-radius:0;border-bottom-right-radius:0}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect .PrimaryFilterSelect__value{text-align:center}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect .PrimaryFilterSelect__arrow{position:absolute;right:12px;font-size:10px;color:#fff;transition:transform .2s}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterSelect.open .PrimaryFilterSelect__arrow{transform:rotate(180deg)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown{position:absolute;top:100%;left:0;right:0;background:#222;border:1px solid #2af598;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;z-index:100;max-height:250px;overflow-y:auto}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown__option{padding:5px 12px;text-align:center;cursor:pointer;transition:background-color .15s,color .15s;font-size:16px;font-weight:600;color:#fff;position:relative}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown__option.selected{color:#2af598}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown__option.selected:before{content:"\2713";position:absolute;left:12px}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown__option:hover{background-color:#2af598;color:#222}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PrimaryFilterDropdown__option:hover.selected:before{color:#222}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureGroup{width:100%;margin-bottom:12px;overflow:clip}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PropertyHeader{position:sticky;top:0;z-index:2;margin:0;padding:8px 12px 8px 14px;display:flex;align-items:center;gap:8px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:0;position:relative;isolation:isolate;font-size:16px;font-weight:600}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PropertyHeader:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--cat-colour, #bbb)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PropertyBody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:12px;margin-top:8px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background-color:#ffffff08;padding:12px 15px;justify-items:stretch;align-items:stretch}@media (max-width: 820px){.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .PropertyBody{grid-template-columns:1fr}}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow{display:flex;flex-direction:column;gap:2px;width:100%;margin:0;min-width:0}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureHeader{width:100%;max-width:100%;display:flex;align-items:center}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureHeader h3{margin:0;color:#fff;font-size:16px;font-weight:600}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList{width:100%;max-width:100%;padding-left:0;justify-items:stretch;align-items:stretch;display:block}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item{min-width:0;width:100%;display:block}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiInputLabel-root{opacity:.9}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root{border-radius:10px;background:rgba(255,255,255,.08)}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#ffffff2e}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#ffffff47}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2af598;border-width:1.5px}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .FeatureTextField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#ffffff1f}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item>.MuiFormControl-root,.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item>.MuiTextField-root{flex:1 1 auto;width:100%!important;max-width:none;min-width:0}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRowList__item .MuiInputBase-root{width:100%;min-width:0}.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRow .MuiInputLabel-root,.QuickExtractResultsPopup .QuickExtractResultsContent .DataSection .FeaturesSection .FeatureRow .FeatureRow .MuiInputBase-input{font-size:.85rem}@media (max-width: 768px){.QuickExtractResultsPopup .QuickExtractResultsPopup .Content{height:calc(85vh - 140px)!important;max-height:calc(85vh - 140px)!important;min-height:calc(85vh - 140px)!important}.QuickExtractResultsPopup .QuickExtractResultsPopup .QuickExtractResultsContent{height:calc(85vh - 140px)!important;grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px}.QuickExtractResultsPopup .QuickExtractResultsPopup .QuickExtractResultsContent .ImageSection{width:100%!important;height:200px!important;flex-shrink:0}.QuickExtractResultsPopup .QuickExtractResultsPopup .QuickExtractResultsContent .DataSection{width:100%!important;height:calc(85vh - 352px)!important;flex-shrink:0}}.QuickExtractResultsPopup .FeaturesSection,.QuickExtractResultsPopup .PropertyBody,.QuickExtractResultsPopup .ImageSection{scrollbar-width:thin;scrollbar-color:white transparent;scrollbar-gutter:stable}.QuickExtractResultsPopup .QuickExtractResultsContent::-webkit-scrollbar,.QuickExtractResultsPopup .FeaturesSection::-webkit-scrollbar,.QuickExtractResultsPopup .PropertyBody::-webkit-scrollbar,.QuickExtractResultsPopup .ImageSection::-webkit-scrollbar{width:8px;height:8px}.QuickExtractResultsPopup .QuickExtractResultsContent::-webkit-scrollbar-track,.QuickExtractResultsPopup .FeaturesSection::-webkit-scrollbar-track,.QuickExtractResultsPopup .PropertyBody::-webkit-scrollbar-track,.QuickExtractResultsPopup .ImageSection::-webkit-scrollbar-track{background:transparent}.QuickExtractResultsPopup .QuickExtractResultsContent::-webkit-scrollbar-thumb,.QuickExtractResultsPopup .FeaturesSection::-webkit-scrollbar-thumb,.QuickExtractResultsPopup .PropertyBody::-webkit-scrollbar-thumb,.QuickExtractResultsPopup .ImageSection::-webkit-scrollbar-thumb{background:white;border-radius:4px}.QuickExtractResultsPopup .QuickExtractResultsContent::-webkit-scrollbar-thumb:hover,.QuickExtractResultsPopup .FeaturesSection::-webkit-scrollbar-thumb:hover,.QuickExtractResultsPopup .PropertyBody::-webkit-scrollbar-thumb:hover,.QuickExtractResultsPopup .ImageSection::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.QuickExtractResultsPopup input,.QuickExtractResultsPopup .MuiInputBase-input,.QuickExtractResultsPopup .MuiInputLabel-root,.QuickExtractResultsPopup .MuiInput-underline:before,.QuickExtractResultsPopup .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.QuickExtractResultsPopup .PropertyContainer .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.QuickExtractResultsPopup .PropertyContainer .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.QuickExtractResultsPopup .MuiInput-underline:before,.QuickExtractResultsPopup .MuiInput-underline:after{border-bottom:1px solid #fff!important}.QuickExtractResultsPopup .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.QuickExtractResultsPopup .PropertyContainer .MuiInputLabel-root{margin-bottom:8px!important}.QuickExtractResultsPopup .MuiInputBase-root{color:#fff!important}.QuickExtractResultsPopup .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.QuickExtractResultsPopup .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:2px solid #fff!important}.QuickExtractResultsPopup .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.QuickExtractResultsPopup .MuiInputBase-root.Mui-focused .MuiInputBase-input,.QuickExtractResultsPopup .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.QuickExtractResultsPopup .MuiInputBase-root.Mui-focused .MuiInput-underline:after{border-bottom:2px solid #fff!important}.QuickExtractResultsPopup .MuiInputBase-input.Mui-disabled,.QuickExtractResultsPopup .MuiInputBase-root.Mui-disabled .MuiInputBase-input{color:#fff!important;-webkit-text-fill-color:#fff!important}.QuickExtractResultsPopup .MuiInputBase-root.Mui-disabled,.QuickExtractResultsPopup select,.QuickExtractResultsPopup select option{color:#fff!important}.QuickExtractResultsPopup select:disabled{color:#fff!important}.QuickExtractResultsPopup .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.QuickExtractResultsPopup .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.GenericYesNoPopup:has(.SharePopupContent){max-width:550px!important;min-width:550px!important}.GenericYesNoPopup:has(.SharePopupContent) .Footer .TextButton{box-shadow:#2af598 0 0 0 2px inset!important;background-color:#2af598!important;color:#282828!important}.GenericYesNoPopup:has(.SharePopupContent) .Footer .TextButton:hover{background-color:transparent!important;color:#2af598!important}.GenericYesNoPopup:has(.SharePopupContent) .Footer .TextButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset!important;background-color:#4c4c4c!important;color:#fff!important}.GenericYesNoPopup:has(.SharePopupContent) .Footer .TextButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset!important;background-color:#4c4c4c!important;color:#fff!important}.SharePopupContent{padding:20px;min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;max-width:500px;margin:0 auto;gap:8px}.SharePopupContent .EmailInputContainer{margin-bottom:10px}.SharePopupContent .EmailInputContainer .MuiTextField-root .MuiFormLabel-root{margin-bottom:10px!important}.SharePopupContent .EmailInputContainer .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:10px 12px!important;margin-top:25px!important}.SharePopupContent .EmailInputContainer .MuiInputBase-input{padding:2px 0!important;min-width:400px!important;color:#fff!important;font-size:13px!important;background-color:transparent!important}.SharePopupContent .EmailInputContainer .MuiInputLabel-root,.SharePopupContent .EmailInputContainer .MuiInputLabel-root.Mui-focused{color:#fff!important;font-size:18px!important}.SharePopupContent .EmailInputContainer .MuiInput-underline:before{border-bottom:none!important}.SharePopupContent .EmailInputContainer .MuiInput-underline:after{border-bottom-color:#2af598!important}.SharePopupContent .EmailInputContainer .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2af598!important}.SharePopupContent .EmailInputContainer .MuiFormHelperText-root{color:#ef4444!important;font-size:12px!important;margin-top:4px!important;margin-left:0!important}.SharePopupContent .EmailTagsContainer{margin-top:12px}.SharePopupContent .EmailTags{display:flex;flex-wrap:wrap;gap:8px;min-height:40px;padding:8px;border:1px solid #444;border-radius:4px;background-color:#ffffff0d;align-items:flex-start}.SharePopupContent .EmailTag{display:inline-flex;align-items:center;background-color:#17171799;border:1px solid rgba(255,255,255,.2);color:#fff;padding:4px 8px;border-radius:16px;font-size:12px;font-weight:500;max-width:200px;transition:all .2s ease}.SharePopupContent .EmailTag:hover{background-color:#171717cc;border-color:#ffffff4d}.SharePopupContent .EmailTag .EmailTagText{margin-right:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SharePopupContent .EmailTag .EmailTagRemove{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1;padding:0;margin:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.SharePopupContent .EmailTag .EmailTagRemove:hover{background-color:#fff3;transform:scale(1.1)}.SharePopupContent .EmailTag .EmailTagRemove:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:1px}.SharePopupContent .EmailTags:empty:before{content:"No emails added yet";color:#888;font-style:italic;font-size:14px;align-self:center;width:100%;text-align:center}.ViewSharedEntityPopupContent{display:flex;flex-direction:column;gap:15px;width:100%;padding:40px;height:100%;color:#fff;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.ViewSharedEntityPopupContent::-webkit-scrollbar{width:8px}.ViewSharedEntityPopupContent::-webkit-scrollbar-track{background:transparent}.ViewSharedEntityPopupContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.ViewSharedEntityPopupContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.ViewSharedEntityPopupContent .Message{text-align:center;color:#ccc;font-size:14px;padding:20px}.ViewSharedEntityPopupContent .EntityNameTypeSection{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin:0;padding:8px 0 16px;width:100%}.ViewSharedEntityPopupContent .EntityNameTypeSection .EntityTypeSelect{margin-left:20px;width:auto;padding:8px;border:1px solid #fff;border-radius:4px;background-color:#222;color:#fff;font-size:13px;min-width:100px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.ViewSharedEntityPopupContent .EntityNameTypeSection .EntityTypeSelect:focus{border:1.5px solid #fff}.ViewSharedEntityPopupContent .EntityNameTypeSection .EntityTypeSelect:disabled{opacity:.6;cursor:not-allowed}.ViewSharedEntityPopupContent .EntityDescriptionSection{display:flex;justify-content:flex-start}.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root{scrollbar-width:thin;scrollbar-color:white transparent}.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar{width:8px;height:8px}.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-track{background:transparent}.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb{background:white;border-radius:4px}.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.ViewSharedEntityPopupContent .PropertiesSection{display:flex;flex-direction:column;gap:10px}.ViewSharedEntityPopupContent .PropertiesSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.ViewSharedEntityPopupContent .PropertiesSection .PropertiesContent{padding:10px 0}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer{margin-bottom:4px}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow{display:flex;flex-direction:column;gap:6px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;position:relative}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyTopRow{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:8px 25px;align-items:start}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .TopGrid{display:grid;grid-template-columns:auto auto 1fr;grid-auto-rows:auto;gap:8px 15px;align-items:start;width:100%}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .TopGrid__type,.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .TopGrid__occurrence{padding:8px;border:1px solid #fff;border-radius:4px;background-color:#222;color:#fff;font-size:13px;max-width:180px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;width:100%}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .TopGrid__primaryCat{grid-column:1/-1;width:100%}.ViewSharedEntityPopupContent .PropertiesSection .PropertyContainer .PropertyRow .PropertyBottomRow{display:flex;width:100%}.ViewSharedEntityPopupContent .SmartTableSection{display:flex;flex-direction:column;gap:10px}.ViewSharedEntityPopupContent .SmartTableSection h3{margin:0;color:#fff;font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2)}.ViewSharedEntityPopupContent .SmartTableSection .ColumnsContent{padding:10px 0}.ViewSharedEntityPopupContent .SmartTableSection .ColumnContainer{margin-bottom:4px}.ViewSharedEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow{display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d}.ViewSharedEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.ViewSharedEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnTopRow .ColumnTypeSelect{padding:8px;border:1px solid #fff;border-radius:4px;background-color:#222;color:#fff;font-size:13px;min-width:100px;outline:none;transition:border .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.ViewSharedEntityPopupContent .SmartTableSection .ColumnContainer .ColumnRow .ColumnBottomRow{display:flex;width:100%}.ViewSharedEntityPopupContent input,.ViewSharedEntityPopupContent .MuiInputBase-input,.ViewSharedEntityPopupContent .MuiInputLabel-root,.ViewSharedEntityPopupContent .MuiInput-underline:before,.ViewSharedEntityPopupContent .MuiInput-underline:after{color:#fff!important;border-color:#fff!important}.ViewSharedEntityPopupContent .EntityNameTypeSection .MuiInputBase-root,.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-root,.ViewSharedEntityPopupContent .PropertyContainer .MuiInputBase-root,.ViewSharedEntityPopupContent .ColumnContainer .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:8px 12px!important}.ViewSharedEntityPopupContent .EntityNameTypeSection .MuiInputBase-input,.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputBase-input,.ViewSharedEntityPopupContent .PropertyContainer .MuiInputBase-input,.ViewSharedEntityPopupContent .ColumnContainer .MuiInputBase-input{color:#fff!important;background-color:transparent!important}.ViewSharedEntityPopupContent .MuiInput-underline:before,.ViewSharedEntityPopupContent .MuiInput-underline:after{border-bottom:1px solid #fff!important}.ViewSharedEntityPopupContent .MuiInputLabel-root{color:#fff!important;font-size:16px!important;font-weight:600!important}.ViewSharedEntityPopupContent .PropertyContainer .MuiInputLabel-root,.ViewSharedEntityPopupContent .ColumnContainer .MuiInputLabel-root{margin-bottom:8px!important}.ViewSharedEntityPopupContent .EntityNameTypeSection .MuiInputLabel-root,.ViewSharedEntityPopupContent .EntityDescriptionSection .MuiInputLabel-root{font-size:16px!important;font-weight:600!important;transform:translateY(-12px)!important;margin-bottom:12px!important}.ViewSharedEntityPopupContent .MuiInputBase-root{color:#fff!important}.ViewSharedEntityPopupContent .MuiInputBase-input{color:#ffffffd9!important;font-size:13px!important}.ViewSharedEntityPopupContent .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:2px solid #fff!important}.ViewSharedEntityPopupContent .MuiInput-underline.Mui-focused:after{border-bottom:2px solid #fff!important}.ViewSharedEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputBase-input,.ViewSharedEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInputLabel-root{color:#fff!important}.ViewSharedEntityPopupContent .MuiInputBase-root.Mui-focused .MuiInput-underline:after{border-bottom:2px solid #fff!important}.ViewSharedEntityPopupContent .MuiInputBase-input.Mui-disabled,.ViewSharedEntityPopupContent .MuiInputBase-root.Mui-disabled .MuiInputBase-input{color:#fff!important;-webkit-text-fill-color:#fff!important}.ViewSharedEntityPopupContent .MuiInputBase-root.Mui-disabled,.ViewSharedEntityPopupContent select,.ViewSharedEntityPopupContent select option{color:#fff!important}.ViewSharedEntityPopupContent select:disabled{color:#fff!important}.ViewSharedEntityPopupContent .MuiInputBase-root textarea{-ms-overflow-style:none;scrollbar-width:none}.ViewSharedEntityPopupContent .MuiInputBase-root textarea::-webkit-scrollbar{display:none}.ViewSharedEntityPopupContent .PropertyCategoryRow{margin-top:0;position:relative;display:block;width:100%}.ViewSharedEntityPopupContent .CategoryTag{display:inline-flex;align-items:center;gap:8px;height:32px;border:1px solid #fff;background:#222;color:#fff;box-sizing:border-box;border-radius:4px;font-size:13px;line-height:1;transition:background .15s ease,border-color .15s ease;gap:6px;padding:0 8px;max-width:var(--category-tag-max, 180px);overflow:visible;width:100%}.ViewSharedEntityPopupContent .CategoryTag--readOnly{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;min-height:36px;max-width:100%;width:100%}.ViewSharedEntityPopupContent .CategoryTag__bubbles{display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:1;min-width:0}.ViewSharedEntityPopupContent .CategoryTag__placeholder{color:#fff9;font-size:13px}.ViewSharedEntityPopupContent .CategoryBubble{display:inline-flex;align-items:center;gap:4px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2px 6px;font-size:11px;line-height:1.2;max-width:120px;transition:all .2s ease}.ViewSharedEntityPopupContent .CategoryBubble__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ViewSharedEntityPopupContent .CategoryBubble--more{background-color:#ffffff26;cursor:default;padding:2px 8px}.GenericYesNoPopup:has(.ViewSharedEntityPopupContent) .Footer .TextButton.accept{box-shadow:#2af598 0 0 0 2px inset!important;background-color:#2af598!important;color:#282828!important}.GenericYesNoPopup:has(.ViewSharedEntityPopupContent) .Footer .TextButton.accept:hover{background-color:transparent!important;color:#2af598!important}.GenericYesNoPopup:has(.ViewSharedEntityPopupContent) .Footer .TextButton.accept.disabled{box-shadow:#4c4c4c 0 0 0 2px inset!important;background-color:#4c4c4c!important;color:#fff!important;opacity:.6}.GenericYesNoPopup:has(.ViewSharedEntityPopupContent) .Footer .TextButton.accept.disabled:hover{background-color:#4c4c4c!important;color:#fff!important}.ViewSharedProjectPopupContent{padding:20px;min-width:400px}.ViewSharedProjectPopupContent .ShareInfo{display:flex;flex-direction:column;gap:15px}.ViewSharedProjectPopupContent .ShareInfo .InfoRow{display:flex;gap:10px}.ViewSharedProjectPopupContent .ShareInfo .InfoRow .Label{font-weight:700;min-width:80px}.ViewSharedProjectPopupContent .ShareInfo .InfoRow .Value{color:#333}.ViewSharedProjectPopupContent .ShareInfo .InfoRow .Note{font-size:12px;color:#999;font-style:italic}.ViewProjectEntitiesPopupContent{padding:10px;width:100%;height:500px;display:flex;flex-direction:column}.DeletingLoadingContent{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;color:#fff;text-align:center;padding:40px}.LoadingSpinner{margin-bottom:30px}.Spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoadingText h3{color:#fff;font-size:24px;font-weight:600;margin:0}.EntityList{display:flex;flex-direction:column;gap:10px;color:#fff;max-height:500px;overflow-y:auto;width:100%;align-items:center}.EntityHeader{display:flex;align-items:center;justify-content:space-between;background-color:#ffffff1a;padding:8px 10px;border-radius:4px;width:100%;height:40px;font-weight:700;border-bottom:3px solid #171717}.EntityHeader.multiselect{justify-content:flex-start}.EntityHeaderCheckbox{width:30px;flex-shrink:0}.EntityHeaderName,.EntityHeaderType,.EntityHeaderStatus{flex:1;text-align:center}.EntityHeaderActions{width:170px;text-align:center}.EntityItem{display:flex;align-items:center;justify-content:space-between;background-color:#171717;padding:8px 10px;border-radius:4px;width:100%;height:40px}.EntityItem.multiselect{justify-content:flex-start;cursor:pointer}.EntityItem.multiselect:hover{background-color:#ffffff1a}.EntityCheckbox{width:20px;height:20px;margin-right:10px;cursor:pointer;filter:invert(1) brightness(35%) sepia(100%) hue-rotate(172deg) saturate(2000%);user-select:none;flex-shrink:0}.EntityItem img:not(.EntityCheckbox){filter:invert(1)}.EntityActions img[src$=".svg"]{filter:brightness(0) invert(1)}.EntityName,.EntityType,.EntityStatus{flex:1;text-align:center}.EntityActions{display:flex;gap:4px;width:170px;justify-content:center}.DefaultEntitiesToggle{display:flex;align-items:center;width:100%;height:36px;padding:6px 10px;cursor:pointer;background-color:#ffffff0d;border-radius:4px;user-select:none}.DefaultEntitiesToggle .Caret{width:18px;display:inline-block;text-align:center;margin-right:6px}.DefaultEntitiesToggle .Label{color:#ddd;letter-spacing:.3px}.EntityItem.default{background-color:#ffffff0f}.EntityItem.noninteractive{cursor:default}.GenericYesNoPopup:has(.bulk-action-content){max-width:550px!important;min-width:550px!important}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton{box-shadow:#2af598 0 0 0 2px inset!important;background-color:#2af598!important;color:#282828!important}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton:hover{background-color:transparent!important;color:#2af598!important}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton.disabled{box-shadow:#4c4c4c 0 0 0 2px inset!important;background-color:#4c4c4c!important;color:#fff!important}.GenericYesNoPopup:has(.bulk-action-content) .Footer .TextButton.disabled:hover{box-shadow:#4c4c4c 0 0 0 2px inset!important;background-color:#4c4c4c!important;color:#fff!important}.GenericYesNoPopup:has(.bulk-action-content .warning-text) .Footer .TextButton.accept{box-shadow:#ef4444 0 0 0 2px inset!important;background-color:#ef4444!important;color:#fff!important}.GenericYesNoPopup:has(.bulk-action-content .warning-text) .Footer .TextButton.accept:hover{background-color:transparent!important;color:#ef4444!important}.bulk-action-content{padding:20px;width:100%;max-width:500px;color:#fff}.bulk-action-content .warning-text{font-size:15px;color:#fff;margin-bottom:16px;text-align:center}.bulk-action-content .project-list{max-height:250px;overflow-y:auto;background-color:#0000004d;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.bulk-action-content .project-list .project-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 14px;font-size:13px;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.bulk-action-content .project-list .project-item:last-child{border-bottom:none}.bulk-action-content .project-list .project-item .project-name{font-weight:500}.bulk-action-content .project-list .project-item .project-divider{color:#ffffff4d}.bulk-action-content .project-list .project-item .project-meta{font-size:12px;color:#fff9}.bulk-action-content .error-text{margin-top:12px;font-size:13px;color:#ef4444;text-align:center}.bulk-action-content.share-mode .email-input-section{margin-bottom:16px}.bulk-action-content.share-mode .email-input-section .MuiInputBase-root{background-color:#0000004d!important;border-radius:4px!important;padding:10px 12px!important;margin-top:20px!important}.bulk-action-content.share-mode .email-input-section .MuiInputBase-input{padding:2px 0!important;color:#fff!important;font-size:13px!important;background-color:transparent!important;-webkit-text-fill-color:white!important}.bulk-action-content.share-mode .email-input-section .MuiInputBase-input:disabled{color:#fff!important;-webkit-text-fill-color:white!important}.bulk-action-content.share-mode .email-input-section .MuiInputLabel-root{color:#fff!important;font-size:16px!important}.bulk-action-content.share-mode .email-input-section .MuiInputLabel-root.Mui-focused{color:#fff!important}.bulk-action-content.share-mode .email-input-section .MuiInput-underline:before{border-bottom:none!important}.bulk-action-content.share-mode .email-input-section .MuiInput-underline:after{border-bottom-color:#2af598!important}.bulk-action-content.share-mode .email-input-section .MuiFormHelperText-root{color:#ef4444!important;font-size:12px!important;margin-top:4px!important;margin-left:0!important}.bulk-action-content.share-mode .email-tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:4px;background-color:#ffffff0d}.bulk-action-content.share-mode .email-tags-container .email-tag{display:inline-flex;align-items:center;background-color:#17171799;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:4px 8px;font-size:12px;color:#fff}.bulk-action-content.share-mode .email-tags-container .email-tag:hover{background-color:#171717cc;border-color:#ffffff4d}.bulk-action-content.share-mode .email-tags-container .email-tag .email-text{margin-right:6px}.bulk-action-content.share-mode .email-tags-container .email-tag .email-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.bulk-action-content.share-mode .email-tags-container .email-tag .email-remove:hover{background-color:#fff3}.bulk-action-content.share-mode .email-tags-container .email-tag .email-remove:disabled{cursor:not-allowed;opacity:.5}.bulk-action-content .share-summary .summary-title{font-size:15px;color:#fff;margin-bottom:16px;text-align:left}.bulk-action-content .share-summary .summary-stats{margin-bottom:16px}.bulk-action-content .share-summary .summary-stats .stat{font-size:14px;margin-bottom:8px;padding:10px 14px;border-radius:4px;text-align:left}.bulk-action-content .share-summary .summary-stats .stat.success{color:#2af598;background-color:#284739}.bulk-action-content .share-summary .summary-stats .stat.skipped,.bulk-action-content .share-summary .summary-stats .stat.failed{color:#ff7070;background-color:#483333}.bulk-action-content .share-summary .result-details{margin-top:16px}.bulk-action-content .share-summary .result-details .details-header{font-size:12px;color:#fff;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.bulk-action-content .share-summary .result-details .details-list{max-height:150px;overflow-y:auto;background-color:#0000004d;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.bulk-action-content .share-summary .result-details .details-list .detail-item{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:8px 12px;font-size:12px;border-bottom:1px solid rgba(255,255,255,.1)}.bulk-action-content .share-summary .result-details .details-list .detail-item:last-child{border-bottom:none}.bulk-action-content .share-summary .result-details .details-list .detail-item.skipped .project-name,.bulk-action-content .share-summary .result-details .details-list .detail-item.skipped .email,.bulk-action-content .share-summary .result-details .details-list .detail-item.failed .project-name,.bulk-action-content .share-summary .result-details .details-list .detail-item.failed .email{color:#ff7070}.bulk-action-content .share-summary .result-details .details-list .detail-item .project-name{font-weight:500;color:#fff}.bulk-action-content .share-summary .result-details .details-list .detail-item .arrow{color:#fff6}.bulk-action-content .share-summary .result-details .details-list .detail-item .email{color:#fffc}.bulk-action-content .share-summary .result-details .details-list .detail-item .reason{font-size:11px;color:#fff;font-style:italic}.SettingsPopupContent{padding:20px 16px;overflow:visible;width:100%;box-sizing:border-box}.SettingsPopupContent .SettingsDescription{color:#fff;font-size:14px;font-weight:600;line-height:1.5;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #2af598}.SettingsPopupContent .Loading{text-align:center;color:#4c4c4c;padding:20px}.SettingsPopupContent .Error{background-color:#483333;border:1px solid #EF4444;color:#ff7070;padding:10px;border-radius:4px;margin-bottom:20px;text-align:center;font-size:13px}.SettingsPopupContent .SettingsRow{display:flex;align-items:center;gap:12px}.SettingsPopupContent .SettingsLabel{font-size:14px;color:#fff;white-space:nowrap}.SettingsPopupContent .SettingsSelectWrapper{position:relative;min-width:140px}.SettingsPopupContent .SettingsSelect{padding:10px 14px;min-width:140px;background:#171717;border:1px solid #fff;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;outline:none;transition:border-color .2s;display:flex;justify-content:space-between;align-items:center;user-select:none}.SettingsPopupContent .SettingsSelect:hover{border-color:#2af598}.SettingsPopupContent .SettingsSelect.open{border-color:#2af598;border-bottom-left-radius:0;border-bottom-right-radius:0}.SettingsPopupContent .SettingsSelect .SettingsSelect__value{flex:1}.SettingsPopupContent .SettingsSelect .SettingsSelect__arrow{font-size:10px;color:#fff;margin-left:8px;transition:transform .2s}.SettingsPopupContent .SettingsSelect.open .SettingsSelect__arrow{transform:rotate(180deg)}.SettingsPopupContent .SettingsDropdown{position:absolute;top:100%;left:0;right:0;background:#171717;border:1px solid #2af598;border-top:none;border-radius:0 0 6px 6px;z-index:9999;max-height:250px;overflow-y:auto}.SettingsPopupContent .SettingsDropdown__option{padding:8px 14px;cursor:pointer;transition:background-color .15s,color .15s;font-size:14px;font-weight:500;color:#fff}.SettingsPopupContent .SettingsDropdown__option.selected{color:#2af598}.SettingsPopupContent .SettingsDropdown__option:hover{background-color:#2af598;color:#171717}.SettingsPopupContent .SettingsToggleRow{margin-top:16px}.SettingsPopupContent .SettingsToggle{position:relative;display:inline-block;width:36px;min-width:36px;height:20px;flex-shrink:0;cursor:pointer}.SettingsPopupContent .SettingsToggle input{position:absolute;opacity:0;width:0;height:0}.SettingsPopupContent .SettingsToggle .ToggleSlider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#4c4c4c;border-radius:10px;transition:background-color .2s ease}.SettingsPopupContent .SettingsToggle .ToggleSlider:before{content:"";position:absolute;height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease}.SettingsPopupContent .SettingsToggle input:checked+.ToggleSlider{background-color:#2af598}.SettingsPopupContent .SettingsToggle input:checked+.ToggleSlider:before{transform:translate(16px)}.GenericYesNoPopup:has(.SettingsPopupContent){overflow:visible}.GenericYesNoPopup:has(.SettingsPopupContent) .Content{justify-content:flex-start;align-items:stretch;padding-top:20px;overflow:visible}.GenericYesNoPopup:has(.SettingsPopupContent) .Footer .TextButton{box-shadow:#2af598 0 0 0 2px inset;background-color:#2af598;color:#282828}.GenericYesNoPopup:has(.SettingsPopupContent) .Footer .TextButton:hover{background-color:transparent;color:#2af598}.MobileMainView{position:absolute;height:100vh;width:100vw;margin:0;padding:0;background-image:linear-gradient(to top right,#2af598,#009efd)}.MobileMainView .MobileMainViewContent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;justify-items:center;overflow:hidden}.MobileMainView .MobileMainViewContent .FirstStage{position:relative;align-self:stretch;height:400px;background-color:#171717;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;justify-items:center}.MobileMainView .MobileMainViewContent .FirstStage img{max-width:300px;max-height:300px;user-select:none}.MobileMainView .MobileMainViewContent .FirstStage .TriangleHorizontal.Bottom .TriangleHorizontalContent{transform:skew(80deg) translateY(50%)}.MobileMainView .MobileMainViewContent .SecondStage{align-self:stretch;padding-top:100px;padding-bottom:100px}.MobileMainView .MobileMainViewContent .SecondStage .EditorFeaturesTiles{color:#000}.MobileMainView .MobileMainViewContent .SecondStage .EditorFeaturesTiles img{filter:none;user-select:none}.MobileMainView .MobileMainViewContent .ThirdStage{position:relative;align-self:stretch;background-color:#171717;padding-bottom:50px}.MobileMainView .MobileMainViewContent .ThirdStage .TriangleHorizontal.Top .TriangleHorizontalContent{transform:skew(75deg)}.MobileMainView .MobileMainViewContent .ThirdStage .TriangleHorizontal.Bottom .TriangleHorizontalContent{transform:skew(97deg) translateY(50%)}.MobileMainView .MobileMainViewContent .FourthStage{align-self:stretch;padding-top:100px;padding-bottom:100px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;justify-items:center}.MobileMainView .MobileMainViewContent .FourthStage .Message{width:80%;max-width:400px;margin-bottom:50px;text-align:center;user-select:none}.MobileMainView .MobileMainViewContent .FourthStage .SocialMediaWrapper{width:100%;max-width:200px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;justify-items:center}.MobileMainView .TriangleHorizontal{height:600px;width:100%;position:absolute;background-color:transparent;overflow:hidden;pointer-events:none}.MobileMainView .TriangleHorizontal.Top{top:-600px}.MobileMainView .TriangleHorizontal.Top .TriangleHorizontalContent{bottom:-300px}.MobileMainView .TriangleHorizontal.Bottom{bottom:-600px}.MobileMainView .TriangleHorizontal.Bottom .TriangleHorizontalContent{top:-300.1px}.MobileMainView .TriangleHorizontal .TriangleHorizontalContent{height:600px;width:100%;position:absolute;left:0;background-color:#171717}.MobileMainView .MobileTopNavigationBar{position:fixed;height:50px;width:100%;z-index:1000;background-color:#171717;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:space-between}.MobileMainView .MobileTopNavigationBar.Show{opacity:1;pointer-events:auto}.MobileMainView .MobileTopNavigationBar.Hide{opacity:0;pointer-events:none}.MobileMainView .MobileTopNavigationBar .NavigationBarGroupWrapper{align-self:stretch;margin:0 10px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.MobileMainView .MobileTopNavigationBar .Header{align-self:stretch;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;font-size:18px;color:#fff;font-weight:bolder;user-select:none}.MobileMainView .MobileTopNavigationBar .Header .backArrow{width:20px;height:20px;margin-right:5px;user-select:none;-webkit-user-drag:none;filter:brightness(0) invert(1)}.MobileMainView .MobileTopNavigationBar .Header .appLogo{height:100%;width:auto;display:block;margin-right:0;object-fit:contain;-webkit-user-drag:none;user-select:none}.MobileMainView .MobileTopNavigationBar .TriangleHorizontal.Bottom .TriangleHorizontalContent{transform:skew(94deg) translateY(50%)}.SizeItUpView{position:absolute;height:100vh;width:100vw;margin:0;padding:0;background-color:#282828;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;text-align:center;color:#fff;font-size:18px;user-select:none}.SizeItUpView>img{filter:brightness(0) invert(1);max-width:100px;max-height:100px;user-select:none;margin:25px}.SizeItUpView>p.extraBold{font-size:18px;font-weight:600}.notification-wrapper{position:fixed;height:220px;bottom:0;right:0;overflow:hidden;z-index:2000}.notification-wrapper .notification{position:relative;width:400px;height:200px;left:10px;top:10px;overflow:hidden;border-radius:5px;user-select:none;background-color:#282828;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.notification-wrapper .notification .header{position:relative;height:35px;font-size:18px;line-height:35px;text-align:center;font-weight:700}.notification-wrapper .notification .header .close-button{position:absolute;right:0;top:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;opacity:.8;transition:opacity .2s}.notification-wrapper .notification .header .close-button:hover{opacity:1}.notification-wrapper .notification .content{flex:1;padding:20px;color:#fff}.notification-wrapper .notification .loader{position:absolute;left:0;bottom:0;height:5px;z-index:2001}.notification-wrapper .notification:hover{cursor:default}.notification-wrapper .notification.error .header{background-color:#d42245;color:#fff}.notification-wrapper .notification.error .loader{background-color:#d42245}.notification-wrapper .notification.success .header{background-color:#2af598;color:#000}.notification-wrapper .notification.success .loader{background-color:#2af598}.notification-wrapper .notification.message .header{background-color:#2af598;color:#000}.notification-wrapper .notification.message .loader{background-color:#2af598}.notification-wrapper .notification.warning .header{background-color:#eed202;color:#fff}.notification-wrapper .notification.warning .loader{background-color:#eed202}.notification-wrapper.in{animation-duration:.5s;animation-name:animation-in;animation-timing-function:ease-out;animation-fill-mode:forwards}.notification-wrapper.display{animation-duration:5s;animation-name:animation-display;animation-timing-function:linear;animation-fill-mode:forwards}.notification-wrapper.display .loader{animation-duration:5s;animation-name:loader-animation;animation-timing-function:linear;animation-fill-mode:forwards}.notification-wrapper.display:hover,.notification-wrapper.display:hover .loader{animation-play-state:paused}.notification-wrapper.out{animation-duration:.5s;animation-name:animation-out;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes animation-in{0%{width:0}to{width:420px}}@keyframes animation-display{0%{width:420px}to{width:420px}}@keyframes animation-out{0%{width:420px}to{width:0}}@keyframes loader-animation{0%{width:0}to{width:100%}}.ResetPasswordView{position:absolute;height:100vh;width:100vw;margin:0;padding:0;background-image:linear-gradient(to top right,#2af598,#009efd);background-size:400% 400%;animation:backgroundAnimation 10s ease-in-out infinite;display:flex;flex-direction:row;flex-wrap:nowrap}#lower{transition:width 1.2s ease-out}#upper{transition:width 1.4s ease-out}.PasswordResetWindow{background-color:#282828;padding:5vh;border-radius:8px;box-shadow:0 0 10px #171717;width:450px;height:auto;min-height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.PasswordResetWindow input{width:calc(100% - 20px);padding:10px;margin:10px 0;border:none;border-radius:4px;background-color:#4c4c4c;color:#2af598;-webkit-text-fill-color:#2af598;caret-color:#2af598}.PasswordResetWindow .PasswordResetHeader{color:#2af598;font-size:18px;font-weight:700}.PasswordResetWindow .InvalidLinkHeader{align-self:flex-start;color:#2af598;font-size:24px;font-weight:700}.PasswordResetWindow .InvalidLinkBody{color:#ef4444}.PasswordResetWindow input::placeholder{color:#2af598}.PasswordResetWindow input::selection,.PasswordResetWindow div::selection{background-color:#262c2f!important}.PasswordResetWindow button{width:100%;padding:10px;margin:10px 0;border:none;border-radius:4px;background-color:#2af598;color:#262c2f;cursor:pointer;font-size:16px;font-weight:700}.PasswordResetWindow button:hover{background-color:#0be17f}.PasswordResetWindow button:disabled{cursor:not-allowed;background-color:#282828;border:1px solid #2af598;color:#000}.PasswordResetWindow #passwordCriteria{margin-top:0;display:flex;flex-direction:column;align-items:flex-start}.PasswordResetWindow #passwordCriteria p{margin-bottom:2px}.PasswordResetWindow #passwordCriteria ul{padding:0;margin:0}.PasswordResetWindow #passwordCriteria li{margin:2px 0;padding:0}.PasswordResetWindow #passwordCriteria li.matching{color:#009efd}.PasswordResetWindow #passwordCriteria li.notMatching{color:#ef4444}.PasswordResetWindow .PasswordResetMessage{font-size:16px;text-align:center;margin-top:10px}.PasswordResetWindow .PasswordResetMessage.success{color:#2af598}.PasswordResetWindow .PasswordResetMessage.error{color:#ef4444}.VerifyEmailWindow{background-color:#282828;padding:5vh;border-radius:8px;box-shadow:0 0 10px #171717;width:450px;height:auto;min-height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.VerifyEmailWindow .VerifyEmailText{color:#2af598}.VerifyEmailWindow .VerifyEmailErrorText{color:#ef4444}.VerifyEmailWindow input::selection,.VerifyEmailWindow div::selection{background-color:#262c2f!important}.LeftColumn{position:relative;background-color:#171717;padding:20px;z-index:100;box-sizing:border-box;transition:width 1s ease-out;min-width:260px;align-self:stretch;width:75%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.LeftColumn .LogoWrapper{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}.LeftColumn .LogoWrapper>img{width:220px;user-select:none}.RightColumn{padding:20px;align-self:stretch;flex:1;min-width:200px;z-index:100;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:center}.TriangleVertical{width:200px;height:100%;position:absolute;top:0;right:-200px;background-color:transparent;overflow:hidden}.TriangleVerticalContent{width:200px;height:100%;position:absolute;left:0;top:0;transform:skew(-6deg) translate(-50%);background-color:#171717}.EditorFeaturesTiles{flex:1 0 26%;min-width:200px;height:200px;color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.EditorFeaturesTiles .EditorFeaturesTilesWrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;transition:transform .2s}.EditorFeaturesTiles .EditorFeaturesTilesWrapper:hover{transform:scale(1.02)}.EditorFeaturesTiles .EditorFeaturesTilesWrapper .EditorFeatureLabel{width:180px;text-align:center;user-select:none}.EditorFeaturesTiles .EditorFeaturesTilesWrapper>img{filter:brightness(0) invert(1);max-width:60px;max-height:60px;margin-bottom:20px;user-select:none}
