.ErrorComponent-module-scss-module__jH79yW__fullScreen{z-index:99999;background-color:var(--color-background-default);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;top:0;left:0}.ErrorComponent-module-scss-module__jH79yW__loadingMessageDiv{height:100vh;position:relative}.ErrorComponent-module-scss-module__jH79yW__loadingMessage{text-align:center;width:600px;padding:.8rem 2rem;position:absolute;top:200px;left:50%;transform:translate(-50%,-50%)}.ErrorComponent-module-scss-module__jH79yW__loadingMessage .ErrorComponent-module-scss-module__jH79yW__body{max-width:500px;margin:2rem auto}.ErrorComponent-module-scss-module__jH79yW__buttonsContainer{justify-content:center;gap:1rem;display:flex}.ErrorComponent-module-scss-module__jH79yW__statusCode{color:var(--color-text-disabled);opacity:.2;z-index:-1;font-size:36rem;font-weight:600;position:fixed;bottom:0}@media (max-width:1200px){.ErrorComponent-module-scss-module__jH79yW__statusCode{font-size:30rem}}@media (max-width:800px){.ErrorComponent-module-scss-module__jH79yW__statusCode{font-size:20rem}}@media (max-width:768px){.ErrorComponent-module-scss-module__jH79yW__statusCode{font-size:10rem}.ErrorComponent-module-scss-module__jH79yW__loadingMessage{width:100%;position:relative;top:50%;transform:translate(-50%,-50%)}.ErrorComponent-module-scss-module__jH79yW__buttonsContainer{flex-direction:column}}
.Tabs-module-scss-module__It2eTq__tabContainer{height:28px;display:flex;position:relative;overflow:hidden}.Tabs-module-scss-module__It2eTq__tabItem{text-align:center;cursor:pointer;width:50%;color:var(--color-text-default);background-color:var(--color-background-input-default);z-index:1;border:1px solid #0000;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex;position:relative}.Tabs-module-scss-module__It2eTq__tabItem:first-child{border-radius:8px 0 0 8px}.Tabs-module-scss-module__It2eTq__tabItem:last-child{border-radius:0 8px 8px 0}.Tabs-module-scss-module__It2eTq__tabItem:hover{background-color:var(--color-background-hovered)}.Tabs-module-scss-module__It2eTq__tabItem.Tabs-module-scss-module__It2eTq__active{color:var(--color-text-default);border:1px solid var(--color-border-default);outline-offset:-1px;background-color:#fff}.Tabs-module-scss-module__It2eTq__tabItem.Tabs-module-scss-module__It2eTq__disabled{color:var(--color-text-disabled);background-color:var(--color-background-subtle)}.Tabs-module-scss-module__It2eTq__disabledOverlay{z-index:3;background:#ffffff80;position:absolute;inset:0}
.AnimatedTabs-module-scss-module__kGyaFG__container{border-bottom:1px solid var(--color-border-default);align-items:center;gap:2rem;font-size:14px;display:flex;position:relative}.AnimatedTabs-module-scss-module__kGyaFG__tab{all:unset;--text-color:var(--color-text-subtle);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;padding-bottom:.75rem;position:relative}.AnimatedTabs-module-scss-module__kGyaFG__tab>*{transition:color .2s}.AnimatedTabs-module-scss-module__kGyaFG__tab:hover{--text-color:var(--color-text-default)}.AnimatedTabs-module-scss-module__kGyaFG__tab.AnimatedTabs-module-scss-module__kGyaFG__active{--text-color:var(--color-text-brand)}.AnimatedTabs-module-scss-module__kGyaFG__tab.AnimatedTabs-module-scss-module__kGyaFG__disabled{--text-color:var(--color-text-disabled);cursor:not-allowed}.AnimatedTabs-module-scss-module__kGyaFG__indicator{background:var(--color-border-brand);height:2px;transition:all .3s var(--ease-in-out),opacity .2s ease;z-index:1;border-radius:2px 2px 0 0;position:absolute;bottom:-1px}.AnimatedTabs-module-scss-module__kGyaFG__indicator.AnimatedTabs-module-scss-module__kGyaFG__noTransition{transition:opacity .2s}.AnimatedTabs-module-scss-module__kGyaFG__tabContent{animation:AnimatedTabs-module-scss-module__kGyaFG__tabContentEnter .3s var(--ease-out)}@keyframes AnimatedTabs-module-scss-module__kGyaFG__tabContentEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.PillsInput-module-scss-module__YkjLZq__input{background-color:var(--color-background-input-default);height:auto;min-height:31.5px;font-size:var(--ty-size-caption);border:1px solid #0000;border-radius:7px;line-height:1;transition:all .1s}@media (max-width:768px){.PillsInput-module-scss-module__YkjLZq__input{min-height:3rem;font-size:16px}}.PillsInput-module-scss-module__YkjLZq__input::placeholder{color:var(--color-text-subtle)}.PillsInput-module-scss-module__YkjLZq__input[data-error]{color:var(--color-text-default);border-color:var(--color-text-danger);background-color:var(--color-background-danger-default)}.PillsInput-module-scss-module__YkjLZq__input[data-error]::placeholder{color:var(--color-text-default)}.PillsInput-module-scss-module__YkjLZq__input.PillsInput-module-scss-module__YkjLZq__lg{font-size:var(--ty-size-body)}.PillsInput-module-scss-module__YkjLZq__input.PillsInput-module-scss-module__YkjLZq__xl{font-size:var(--ty-size-header);border-radius:10px;min-height:52px}.PillsInput-module-scss-module__YkjLZq__input:hover:not([data-error]),.PillsInput-module-scss-module__YkjLZq__input:focus-within:not([data-error]){border-color:var(--color-border-default)}.PillsInput-module-scss-module__YkjLZq__input .mantine-Pill-root{background-color:var(--color-background-default);border:1px solid var(--color-border-default);color:var(--color-text-default);transition:all .1s}.PillsInput-module-scss-module__YkjLZq__input .mantine-Pill-root:hover{background-color:var(--color-background-hovered)}.PillsInput-module-scss-module__YkjLZq__container{position:relative}.PillsInput-module-scss-module__YkjLZq__errorContainer{transition:height .3s var(--ease-out),margin-top .3s var(--ease-out);height:0;margin-top:0;overflow:hidden}.PillsInput-module-scss-module__YkjLZq__errorContainer.PillsInput-module-scss-module__YkjLZq__hasError{margin-top:4px}.PillsInput-module-scss-module__YkjLZq__error{color:var(--color-text-danger);line-height:1.3;font-size:var(--ty-size-caption);opacity:0;transition:opacity .3s ease,transform .3s var(--ease-out);margin:0;transform:translateY(4px)}.PillsInput-module-scss-module__YkjLZq__hasError .PillsInput-module-scss-module__YkjLZq__error{opacity:1;transform:translateY(0)}.PillsInput-module-scss-module__YkjLZq__error.PillsInput-module-scss-module__YkjLZq__xl{font-size:14px}
.ResourceScopeSelect-module-scss-module__zN7kfq__trigger{min-width:120px;max-width:160px;height:31.5px;color:var(--color-text-default);text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;outline:none;justify-content:space-between;align-items:center;gap:.375rem;margin-left:-.75rem;padding:0 .75rem;font-size:12px;transition:background-color .1s;display:inline-flex}.ResourceScopeSelect-module-scss-module__zN7kfq__trigger>span:first-child{text-overflow:ellipsis;overflow:hidden}.ResourceScopeSelect-module-scss-module__zN7kfq__trigger:focus-visible:not(:disabled),.ResourceScopeSelect-module-scss-module__zN7kfq__trigger:hover:not(:disabled){background:var(--color-background-hovered);cursor:pointer}.ResourceScopeSelect-module-scss-module__zN7kfq__trigger:disabled{cursor:not-allowed;opacity:.6}.ResourceScopeSelect-module-scss-module__zN7kfq__triggerOpen:not(:disabled){background:var(--color-background-hovered)}.ResourceScopeSelect-module-scss-module__zN7kfq__triggerSecondary{background:var(--color-background-input-default);border:1px solid #0000;border-radius:7px;height:auto;min-height:31.5px;margin-left:0;transition:border-color .1s}.ResourceScopeSelect-module-scss-module__zN7kfq__triggerSecondary:focus-visible:not(:disabled),.ResourceScopeSelect-module-scss-module__zN7kfq__triggerSecondary:hover:not(:disabled){background:var(--color-background-input-default);border-color:var(--color-border-default)}.ResourceScopeSelect-module-scss-module__zN7kfq__chevron{transform-origin:50%;transition:transform .1s var(--ease-in-out);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ResourceScopeSelect-module-scss-module__zN7kfq__chevronOpen{transform:rotate(180deg)}.ResourceScopeSelect-module-scss-module__zN7kfq__itemHidden{opacity:.5}
@keyframes InterfaceCompositor-module-scss-module__jCrsqG__fadeIn{0%{opacity:0}to{opacity:1}}.InterfaceCompositor-module-scss-module__jCrsqG__panelArea{flex-wrap:wrap;flex-grow:1;justify-content:space-around;gap:20px;height:100%;display:flex;position:relative}.InterfaceCompositor-module-scss-module__jCrsqG__panelArea.InterfaceCompositor-module-scss-module__jCrsqG__fullPage{background:var(--color-background-default);flex-wrap:nowrap;gap:0}.InterfaceCompositor-module-scss-module__jCrsqG__sectionsLayer{animation:InterfaceCompositor-module-scss-module__jCrsqG__fadeIn .3s var(--ease-out);transition:opacity .2s}.InterfaceCompositor-module-scss-module__jCrsqG__sectionsLayer.InterfaceCompositor-module-scss-module__jCrsqG__loading{opacity:0}.InterfaceCompositor-module-scss-module__jCrsqG__interfaceBox{outline:2rem solid var(--color-background-subtle);border-radius:.5rem;flex-direction:row;width:calc(100% - 2rem);height:calc(100% - 2rem);margin:1rem;transition:all .3s;display:flex;overflow:hidden}.InterfaceCompositor-module-scss-module__jCrsqG__interfaceBox.InterfaceCompositor-module-scss-module__jCrsqG__fullPage{background:var(--color-background-default)}.InterfaceCompositor-module-scss-module__jCrsqG__interfaceContent{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.InterfaceCompositor-module-scss-module__jCrsqG__appContainer{z-index:1;width:100%;height:100%}.InterfaceCompositor-module-scss-module__jCrsqG__addButtonWrapper{pointer-events:all}.InterfaceCompositor-module-scss-module__jCrsqG__sectionPlaceholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:8px;height:8px;box-shadow:none;background:#ffffff4d;border-radius:9999px;transition:all .3s;position:absolute;transform:translate(16px,26px)}.InterfaceCompositor-module-scss-module__jCrsqG__sectionPlaceholder.InterfaceCompositor-module-scss-module__jCrsqG__hovered{border-radius:16px;box-shadow:0 0 5px #0000001a}.InterfaceCompositor-module-scss-module__jCrsqG__addSectionButton{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:40px;height:40px;transition:all .2s ease,transform .2s var(--ease-out);cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 1rem #0003}.InterfaceCompositor-module-scss-module__jCrsqG__addSectionButton:hover{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000}.InterfaceCompositor-module-scss-module__jCrsqG__addSectionButton:active{background-color:#fff3;transform:scale(.95)}
.DataPreviewTable-module-scss-module__eyD2Oq__container{flex:1;align-self:stretch;min-width:0;min-height:0}.DataPreviewTable-module-scss-module__eyD2Oq__header{font-weight:600}.DataPreviewTable-module-scss-module__eyD2Oq__tableContainer{border:1px solid var(--color-border-subtle);scrollbar-width:thin;scrollbar-color:var(--color-border-default) #0000;border-radius:8px;flex:1;min-height:0;overflow:auto}.DataPreviewTable-module-scss-module__eyD2Oq__tableContainer::-webkit-scrollbar{width:8px;height:8px}.DataPreviewTable-module-scss-module__eyD2Oq__tableContainer::-webkit-scrollbar-track{background:0 0;border-radius:4px}.DataPreviewTable-module-scss-module__eyD2Oq__tableContainer::-webkit-scrollbar-thumb{background:var(--color-border-default);border-radius:4px}.DataPreviewTable-module-scss-module__eyD2Oq__table.DataPreviewTable-module-scss-module__eyD2Oq__table{width:max-content;min-width:100%}.DataPreviewTable-module-scss-module__eyD2Oq__table.DataPreviewTable-module-scss-module__eyD2Oq__table th{width:180px;min-width:160px;max-width:220px}.DataPreviewTable-module-scss-module__eyD2Oq__table.DataPreviewTable-module-scss-module__eyD2Oq__table td{text-overflow:ellipsis;white-space:nowrap;max-width:220px;max-height:2.4em;overflow:hidden}.DataPreviewTable-module-scss-module__eyD2Oq__columnHeader{width:100%;max-width:180px}.DataPreviewTable-module-scss-module__eyD2Oq__columnHeader label{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.DataPreviewTable-module-scss-module__eyD2Oq__geoColumn{background-color:#f7c6fb;border:1px solid #ec4899;position:relative}
.GeocodingModal-module-scss-module__iwtVxG__modalContainer{flex-direction:column;gap:1rem;max-height:70vh;display:flex}.GeocodingModal-module-scss-module__iwtVxG__contentArea{flex:1;min-height:0;position:relative;overflow:hidden}.GeocodingModal-module-scss-module__iwtVxG__leftColumn{flex:0 0 360px;align-self:stretch;min-width:360px;min-height:0;overflow-y:auto}.GeocodingModal-module-scss-module__iwtVxG__quotaSlot,.GeocodingModal-module-scss-module__iwtVxG__buttonArea{flex-shrink:0}.GeocodingModal-module-scss-module__iwtVxG__buttonArea{padding-top:1rem}.GeocodingModal-module-scss-module__iwtVxG__geocodingCompleted{align-items:center;gap:.25rem;display:flex}.GeocodingModal-module-scss-module__iwtVxG__quotaAlertContent{justify-content:space-between;align-items:center;gap:var(--mantine-spacing-md);display:flex}
.GeometryConfiguration-module-scss-module__nh8u8q__container{height:fit-content}
.LoadingIndicator-module-scss-module__6wzBWa__loadingOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#fffffff2;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LoadingIndicator-module-scss-module__6wzBWa__loadingContent{text-align:center;width:100%;max-width:460px;box-shadow:none;background:0 0;border:none;border-radius:0;padding:1rem}.LoadingIndicator-module-scss-module__6wzBWa__fadeInText{animation:LoadingIndicator-module-scss-module__6wzBWa__fadeInText .8s var(--ease-out) forwards}@keyframes LoadingIndicator-module-scss-module__6wzBWa__fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.LoadingIndicator-module-scss-module__6wzBWa__loadingSteps{align-items:center}.LoadingIndicator-module-scss-module__6wzBWa__loadingStep{opacity:0;animation:LoadingIndicator-module-scss-module__6wzBWa__fadeInStep .3s var(--ease-out) forwards}@keyframes LoadingIndicator-module-scss-module__6wzBWa__fadeInStep{0%{opacity:0}to{opacity:1}}.LoadingIndicator-module-scss-module__6wzBWa__loadingProgress{background:var(--color-background-input-default);border-radius:2px;width:160px;height:4px;position:relative;overflow:hidden}.LoadingIndicator-module-scss-module__6wzBWa__loadingProgress:before{content:"";background:linear-gradient(90deg, transparent, var(--blue-300), transparent);width:40%;height:100%;animation:1.8s ease-in-out infinite LoadingIndicator-module-scss-module__6wzBWa__indeterminate;position:absolute;top:0;left:-40%}@keyframes LoadingIndicator-module-scss-module__6wzBWa__indeterminate{0%{left:-40%}to{left:100%}}
.DataTable-module-scss-module__q3MXDW__header{flex-shrink:0;align-items:center;gap:.5rem;margin:.125rem .5rem .5rem;display:flex;position:relative}.DataTable-module-scss-module__q3MXDW__left{text-align:center;flex:1;align-items:center;gap:.5rem;min-width:0;margin-right:1.5rem;display:flex;overflow:hidden}.DataTable-module-scss-module__q3MXDW__headerTitle{white-space:nowrap;text-overflow:ellipsis;margin-left:.2rem;overflow:hidden}.DataTable-module-scss-module__q3MXDW__datasetTabs{flex:1;min-width:0;position:relative;overflow:hidden}.DataTable-module-scss-module__q3MXDW__datasetTabs.DataTable-module-scss-module__q3MXDW__fadeLeft:before{content:"";background:linear-gradient(to right, var(--color-background-default) 0%, transparent 100%);pointer-events:none;z-index:2;width:40px;position:absolute;top:0;bottom:0;left:0}.DataTable-module-scss-module__q3MXDW__datasetTabs.DataTable-module-scss-module__q3MXDW__fadeRight:after{content:"";background:linear-gradient(to left, var(--color-background-default) 0%, transparent 100%);pointer-events:none;z-index:2;width:40px;position:absolute;top:0;bottom:0;right:0}.DataTable-module-scss-module__q3MXDW__tabsRoot{border:none;height:auto}.DataTable-module-scss-module__q3MXDW__tabsList{scrollbar-width:none;border:none;flex-wrap:nowrap;gap:.5rem;margin:0;padding:0;overflow:auto hidden}.DataTable-module-scss-module__q3MXDW__tabsList::-webkit-scrollbar{display:none}.DataTable-module-scss-module__q3MXDW__tab{background:var(--color-background-layer-01-default);color:var(--color-text-subtle);font-size:var(--font-size-p-200);font-weight:var(--font-weight-h-400);text-align:left;border:1px solid #0000;border-radius:7px;flex-shrink:0;justify-content:flex-start;align-items:center;min-width:0;max-width:200px;padding:.5rem;transition:all .1s;display:flex;position:relative}.DataTable-module-scss-module__q3MXDW__tab:hover{background:var(--color-background-layer-01-hovered);color:var(--color-text-default)}.DataTable-module-scss-module__q3MXDW__tab[data-active=true]{background:var(--color-background-default);color:var(--color-text-default);border:1px solid var(--color-border-default);border-bottom:1px solid var(--color-background-default);z-index:1;border-radius:7px 7px 0 0}.DataTable-module-scss-module__q3MXDW__tabText{white-space:nowrap;text-overflow:ellipsis;max-width:190px;display:block;overflow:hidden}.DataTable-module-scss-module__q3MXDW__right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.DataTable-module-scss-module__q3MXDW__searchInputWrapper{align-items:center;gap:8px;display:flex;position:relative}.DataTable-module-scss-module__q3MXDW__searchDropdown{min-height:40px;padding:.5rem}.DataTable-module-scss-module__q3MXDW__searchInput{min-width:250px;height:32px}.DataTable-module-scss-module__q3MXDW__searchInput:focus{border-color:var(--color-border-brand)}.DataTable-module-scss-module__q3MXDW__searchRoot{flex:1}.DataTable-module-scss-module__q3MXDW__matchCounter{font-size:var(--font-size-p-100);color:var(--color-text-subtle);white-space:nowrap}.DataTable-module-scss-module__q3MXDW__noResultsText{white-space:nowrap}
.Widget-module-scss-module__sfVE4a__nullValues{color:var(--color-text-subtle);font-size:10px}.Widget-module-scss-module__sfVE4a__note{color:var(--color-text-subtle);margin:0;font-size:14px}.Widget-module-scss-module__sfVE4a__note.Widget-module-scss-module__sfVE4a__padding{padding:0 1rem}.Widget-module-scss-module__sfVE4a__chips{flex-wrap:wrap;justify-items:center;gap:.25rem;width:100%;display:flex}.Widget-module-scss-module__sfVE4a__chips.Widget-module-scss-module__sfVE4a__horizontal{flex-direction:column;max-height:200px;margin-top:0}.Widget-module-scss-module__sfVE4a__chip{background-color:var(--color-background-brand-default);color:var(--color-background-selected-default);cursor:pointer;border-radius:1rem;align-items:center;gap:.25rem;width:fit-content;padding:.125rem .5rem;font-size:.7rem;font-weight:500;display:flex}.Widget-module-scss-module__sfVE4a__chip:hover{filter:brightness(.9)}.Widget-module-scss-module__sfVE4a__chartContainer{flex-direction:column;justify-content:center;gap:.5rem;width:100%;display:flex}.Widget-module-scss-module__sfVE4a__chartContainer.Widget-module-scss-module__sfVE4a__horizontal{flex-direction:row;min-width:250px}.Widget-module-scss-module__sfVE4a__chartContainer.Widget-module-scss-module__sfVE4a__phone{flex-direction:column;min-width:100%}.Widget-module-scss-module__sfVE4a__chartContainer.Widget-module-scss-module__sfVE4a__loading{padding-bottom:1rem}.Widget-module-scss-module__sfVE4a__widget{cursor:pointer;width:100%;padding-left:0;position:relative;overflow-y:auto}.Widget-module-scss-module__sfVE4a__widget.Widget-module-scss-module__sfVE4a__fillHeight{flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.Widget-module-scss-module__sfVE4a__widget.Widget-module-scss-module__sfVE4a__preview{cursor:default;padding-right:0}.Widget-module-scss-module__sfVE4a__widget.Widget-module-scss-module__sfVE4a__overflowVisible{overflow:visible}.Widget-module-scss-module__sfVE4a__widgetInnerContainer{flex-grow:1;max-width:100%;overflow:visible}.Widget-module-scss-module__sfVE4a__widgetContainer{border-radius:1rem;justify-content:center;align-items:center;max-width:100%;display:flex;overflow:auto}.Widget-module-scss-module__sfVE4a__widgetContainer.Widget-module-scss-module__sfVE4a__preview{pointer-events:all;border-color:#0000;cursor:default!important}.Widget-module-scss-module__sfVE4a__widgetContainer.Widget-module-scss-module__sfVE4a__padding{padding:.5rem 1rem}.Widget-module-scss-module__sfVE4a__widgetContainer.Widget-module-scss-module__sfVE4a__fillHeight{align-items:stretch;height:100%;min-height:0;overflow:hidden}.Widget-module-scss-module__sfVE4a__formula{align-items:center;gap:1rem;display:flex}.Widget-module-scss-module__sfVE4a__formula h1{white-space:nowrap;text-overflow:ellipsis;color:var(--color-text-headlines);font-size:32px;line-height:1;overflow:hidden}.Widget-module-scss-module__sfVE4a__formula img{object-fit:contain;width:auto;height:32px}.Widget-module-scss-module__sfVE4a__nullValues{font-size:var(--font-size-p-100);font-weight:var(--font-weight-p-300);color:var(--color-text-subtle)}.Widget-module-scss-module__sfVE4a__nullValuesNumbers,.Widget-module-scss-module__sfVE4a__nullValuesColumn{font-weight:var(--font-weight-h-100);color:var(--neutral-700)}.Widget-module-scss-module__sfVE4a__widgetContent{position:relative}.Widget-module-scss-module__sfVE4a__widgetContent.Widget-module-scss-module__sfVE4a__fillHeight{flex-direction:column;flex:auto;min-height:0;display:flex}.Widget-module-scss-module__sfVE4a__widgetContent.Widget-module-scss-module__sfVE4a__phone{max-height:90%}.Widget-module-scss-module__sfVE4a__widgetTitle{align-items:center;display:flex}.Widget-module-scss-module__sfVE4a__widgetTitle h3{line-height:1}.Widget-module-scss-module__sfVE4a__widgetTitle.Widget-module-scss-module__sfVE4a__noPadding{padding:.5rem 0}.Widget-module-scss-module__sfVE4a__widgetTitle.Widget-module-scss-module__sfVE4a__padding{padding:1rem 1rem 0}.Widget-module-scss-module__sfVE4a__loader{--c:no-repeat linear-gradient(var(--blue-300) 0 0);background:var(--c),var(--c),var(--blue-400);background-size:60% 100%;width:100%;height:4px;animation:3s infinite Widget-module-scss-module__sfVE4a__l16;position:absolute;bottom:0}@keyframes Widget-module-scss-module__sfVE4a__l16{0%{background-position:-150% 0,-150% 0}66%{background-position:250% 0,-150% 0}to{background-position:250% 0,250% 0}}.Widget-module-scss-module__sfVE4a__overlay{z-index:100;background-color:#ffffff4d;justify-content:center;align-items:center;width:100%;height:calc(100% - 4px);display:flex;position:absolute;top:0;left:0}
.DatePickerCell-module-scss-module__A3eKXW__wrap{z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.DatePickerCell-module-scss-module__A3eKXW__readOnlyWrap{align-items:center;margin:auto 8.5px;padding-bottom:3px;display:flex}.DatePickerCell-module-scss-module__A3eKXW__dateTimeDropdown{flex-direction:column;gap:12px;padding:12px;display:flex}.DatePickerCell-module-scss-module__A3eKXW__timePickerWrapper{border-top:1px solid var(--color-border-default);padding-top:12px}.DatePickerCell-module-scss-module__A3eKXW__day[data-today]{color:var(--color-text-brand);border:1px solid var(--color-text-brand);font-weight:600}.DatePickerCell-module-scss-module__A3eKXW__day[data-selected],.DatePickerCell-module-scss-module__A3eKXW__day[data-selected=true],.DatePickerCell-module-scss-module__A3eKXW__day[aria-selected=true]{background-color:var(--color-background-selected-active);color:var(--color-text-selected);border-color:var(--color-background-selected-active)}.DatePickerCell-module-scss-module__A3eKXW__day[data-selected]:hover,.DatePickerCell-module-scss-module__A3eKXW__day[data-selected=true]:hover,.DatePickerCell-module-scss-module__A3eKXW__day[aria-selected=true]:hover{background-color:var(--color-background-selected-hovered);color:var(--color-text-selected)}.DatePickerCell-module-scss-module__A3eKXW__day[data-selected]:focus,.DatePickerCell-module-scss-module__A3eKXW__day[data-selected=true]:focus,.DatePickerCell-module-scss-module__A3eKXW__day[aria-selected=true]:focus{background-color:var(--color-background-selected-active);color:var(--color-text-selected)}.DatePickerCell-module-scss-module__A3eKXW__clearButton{cursor:pointer;width:18px;height:18px;color:var(--color-icon-subtle);background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;padding:0;font-size:16px;display:flex}
.PeopleCell-module-scss-module__MLlNlq__selectWrapper{z-index:1000;background:var(--color-background-default);border-radius:4px;box-shadow:0 2px 8px #00000026}
.SingleSelectCell-module-scss-module__8krUmq__wrap{flex-direction:column;justify-content:stretch;display:flex}.SingleSelectCell-module-scss-module__8krUmq__portalWrap{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);color:var(--gdg-editor-font-color)}.SingleSelectCell-module-scss-module__8krUmq__portalWrap>div{border:1px solid var(--gdg-border-color);border-radius:4px}
.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__summary{color:var(--color-text-default);font-size:var(--font-size-p-100);margin:0 0 .75rem}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__summary strong{color:var(--color-text-headlines);font-weight:600}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__list{border-top:1px solid var(--color-border-subtle);margin:0 0 .75rem;padding:0;list-style:none}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__row{border-bottom:1px solid var(--color-border-subtle);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__icon{width:1.25rem;height:1.25rem;color:var(--color-icon-subtle);flex-shrink:0;align-items:center;display:flex}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__name{color:var(--color-text-headlines);font-size:var(--font-size-p-100);flex:1;min-width:0}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__name strong{font-weight:600}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__meta{color:var(--color-text-subtle);margin-left:.5rem;font-weight:400}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__muted{color:var(--color-text-subtle);font-style:italic}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__link{color:var(--color-link-default);text-decoration:none}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__link:hover{text-decoration:underline}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__pill{text-transform:uppercase;letter-spacing:.04em;border-radius:.75rem;flex-shrink:0;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-block}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__pillDelete{background:var(--color-background-danger-default);color:var(--color-text-danger)}.ColumnDeletionImpactAlert-module-scss-module__cAh2tW__pillClean{background:var(--color-background-warning-default);color:var(--color-text-warning)}
.GenerateWithAIButton-module-scss-module__Bq3RTq__aiButtonContainer{pointer-events:auto;justify-content:center;align-items:center;display:flex}.GenerateWithAIButton-module-scss-module__Bq3RTq__aiButton{transition:all .2s ease,transform .2s var(--ease-out);background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;box-shadow:0 4px 12px #6366f14d}.GenerateWithAIButton-module-scss-module__Bq3RTq__aiButton:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}.GenerateWithAIButton-module-scss-module__Bq3RTq__aiButton:active{transform:translateY(0)}.GenerateWithAIButton-module-scss-module__Bq3RTq__aiButton:disabled{background:#9ca3af;transform:none;box-shadow:0 2px 4px #0000001a}
.GlideTable-module-scss-module__OqPY9a__table{pointer-events:all;height:var(--height,260px);flex:auto;width:100%;min-height:0;overflow-x:auto}.GlideTable-module-scss-module__OqPY9a__table thead tr{position:sticky;top:0}.GlideTable-module-scss-module__OqPY9a__table thead tr th{color:var(--color-text-inverse);border-color:#8a9bab}.GlideTable-module-scss-module__OqPY9a__table thead{border-color:#000!important}.GlideTable-module-scss-module__OqPY9a__table{border-top:1px solid #8a9bab4d}.GlideTable-module-scss-module__OqPY9a__table *{scrollbar-width:thin;scrollbar-color:#babac0 #fff}.GlideTable-module-scss-module__OqPY9a__table ::-webkit-scrollbar{background-color:#fff;width:12px;height:12px;display:block!important}.GlideTable-module-scss-module__OqPY9a__table ::-webkit-scrollbar-track{background-color:#fff;display:block}.GlideTable-module-scss-module__OqPY9a__table ::-webkit-scrollbar-track:hover{background-color:#f4f4f4;display:block}.GlideTable-module-scss-module__OqPY9a__table ::-webkit-scrollbar-thumb{background-color:#babac0;border:3px solid #fff;border-radius:16px;display:block}.GlideTable-module-scss-module__OqPY9a__table ::-webkit-scrollbar-thumb:hover{background-color:#8e9ca8;cursor:pointer!important}.GlideTable-module-scss-module__OqPY9a__table tbody{border-collapse:separate;overflow:scroll}.GlideTable-module-scss-module__OqPY9a__table tbody tr td{border-color:#8a9bab}.GlideTable-module-scss-module__OqPY9a__table tbody tr{color:#8a9bab;background-color:#fff}.GlideTable-module-scss-module__OqPY9a__table tbody tr:hover{background-color:#fff!important}.GlideTable-module-scss-module__OqPY9a__addRowButton{z-index:10;position:absolute;bottom:0;left:0;background-color:var(--color-background-default)!important;border-radius:0!important}.GlideTable-module-scss-module__OqPY9a__addRowButton button{justify-content:center;align-items:center;width:2.3rem;height:2.6rem;padding:0;display:flex;border-radius:0!important}
.AddLookupModal-module-scss-module___hGXuW__fieldsList{flex-direction:column;gap:.5rem;max-height:300px;margin-bottom:1rem;display:flex;overflow-y:auto}.AddLookupModal-module-scss-module___hGXuW__checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.AddLookupModal-module-scss-module___hGXuW__checkbox input{cursor:pointer}
.TableSkeleton-module-scss-module__RLFc9a__table{pointer-events:all;height:var(--height,260px);border-top:1px solid var(--color-border-default);flex:auto;width:100%;min-height:0;overflow-x:auto}.TableSkeleton-module-scss-module__RLFc9a__table ::-webkit-scrollbar{background-color:#fff;width:12px;height:12px;display:block!important}.TableSkeleton-module-scss-module__RLFc9a__table ::-webkit-scrollbar-track{background-color:#fff;display:block}.TableSkeleton-module-scss-module__RLFc9a__table ::-webkit-scrollbar-track:hover{background-color:#f4f4f4;display:block}.TableSkeleton-module-scss-module__RLFc9a__table ::-webkit-scrollbar-thumb{background-color:#babac0;border:3px solid #fff;border-radius:16px;display:block}.TableSkeleton-module-scss-module__RLFc9a__table ::-webkit-scrollbar-thumb:hover{background-color:#8e9ca8;cursor:pointer!important}.TableSkeleton-module-scss-module__RLFc9a__skeletonTable{flex-direction:column;width:100%;min-height:200px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonHeaderRow{border-bottom:1px solid var(--color-border-default);z-index:10;background-color:#f8f9fa;align-items:center;min-height:36px;display:flex;position:sticky;top:0}.TableSkeleton-module-scss-module__RLFc9a__skeletonDataRow{border-bottom:1px solid var(--color-border-default);background-color:var(--color-background-default);align-items:center;min-height:32px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonDataRow:hover{background-color:#f8f9fa}.TableSkeleton-module-scss-module__RLFc9a__skeletonDataRow:nth-child(2n){background-color:#fdfdfd}.TableSkeleton-module-scss-module__RLFc9a__skeletonFooterRow{z-index:10;background-color:#f0f1f3;align-items:center;min-height:28px;margin-top:auto;display:flex;position:sticky;bottom:0}.TableSkeleton-module-scss-module__RLFc9a__skeletonRowMarker{border-right:1px solid var(--color-border-subtle);background-color:inherit;justify-content:center;align-items:center;min-width:48px;max-width:48px;font-size:12px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonHeaderCell{border-right:1px solid var(--color-border-subtle);flex:1;align-items:center;min-width:120px;max-width:250px;padding:8px 12px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonHeaderCell:last-child{border-right:none}.TableSkeleton-module-scss-module__RLFc9a__skeletonDataCell{border-right:1px solid var(--color-border-subtle);flex:1;align-items:center;min-width:120px;max-width:250px;padding:6px 12px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonDataCell:last-child{border-right:none}.TableSkeleton-module-scss-module__RLFc9a__skeletonFooterCell{border-right:1px solid var(--color-border-subtle);flex:1;align-items:center;min-width:120px;max-width:250px;padding:4px 12px;display:flex}.TableSkeleton-module-scss-module__RLFc9a__skeletonFooterCell:last-child{border-right:none}
.SyncedDatasetBadge-module-scss-module__5OWBya__syncedDatasetBadge{background-color:var(--color-background-success-default);color:var(--color-text-success);border-radius:1rem;flex-wrap:nowrap;align-items:center;gap:.5rem;max-width:fit-content;padding:.25rem .75rem;font-size:10px;font-weight:500;display:flex}@keyframes SyncedDatasetBadge-module-scss-module__5OWBya__pulseRipple{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.SyncedDatasetBadge-module-scss-module__5OWBya__syncedDatasetDot{background-color:var(--color-text-success);border-radius:50%;width:4px;height:4px;position:relative}.SyncedDatasetBadge-module-scss-module__5OWBya__syncedDatasetDot:before{content:"";background-color:var(--color-text-success);border-radius:50%;width:100%;height:100%;animation:1.75s ease-out infinite SyncedDatasetBadge-module-scss-module__5OWBya__pulseRipple;position:absolute;top:0;left:0}@media (max-width:768px){.SyncedDatasetBadge-module-scss-module__5OWBya__syncedDatasetBadge{background-color:#0000;margin-left:.25rem;padding:0}.SyncedDatasetBadge-module-scss-module__5OWBya__synced{display:none}}
.FormPage-module-scss-module__I3319a__page{background:var(--color-background-default);width:100%;height:100%}
.SkeletonLoading-module-scss-module__pBMrra__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;width:100%;min-width:0;display:grid;position:relative}.SkeletonLoading-module-scss-module__pBMrra__folderSkeleton{border:1px solid var(--color-border-subtle);background-color:var(--color-background-layer-01-default);border-radius:9px;align-items:center;width:100%;max-width:280px;min-height:80px;padding:1rem;display:flex}.SkeletonLoading-module-scss-module__pBMrra__folderHeader{align-items:center;gap:.75rem;width:100%;display:flex}.SkeletonLoading-module-scss-module__pBMrra__folderTitle{flex-direction:column;flex:1;gap:.5rem;display:flex}.SkeletonLoading-module-scss-module__pBMrra__projectSkeleton{border:1px solid var(--color-border-subtle);background-color:var(--color-background-subtle);border-radius:14px;width:100%;overflow:hidden}.SkeletonLoading-module-scss-module__pBMrra__projectImage{width:100%;padding-top:56.25%;position:relative}.SkeletonLoading-module-scss-module__pBMrra__projectImageSkeleton{width:100%;height:100%;position:absolute;top:0;left:0}.SkeletonLoading-module-scss-module__pBMrra__projectContent{flex-direction:column;gap:.25rem;min-height:62px;padding:.75rem;display:flex}.SkeletonLoading-module-scss-module__pBMrra__projectMeta{align-items:center;min-height:21px;display:flex}.SkeletonLoading-module-scss-module__pBMrra__datasetCardSkeleton{border:1px solid var(--color-border-default);background-color:var(--color-background-default);border-radius:9px;width:100%;min-height:60px;padding:.75rem}.SkeletonLoading-module-scss-module__pBMrra__datasetCardContent{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.SkeletonLoading-module-scss-module__pBMrra__datasetCardTitle{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}
.FeatureList-module-scss-module__mcjyna__scrollContainer{-webkit-user-select:none;user-select:none;flex-grow:1;min-height:200px;padding:0 1rem .5rem;transition:none;overflow-y:auto}.FeatureList-module-scss-module__mcjyna__emptyState{color:var(--color-text-subtle);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 16px;font-size:13px;font-weight:500;display:flex}.FeatureList-module-scss-module__mcjyna__emptyState svg{fill:var(--color-text-subtle)}.FeatureList-module-scss-module__mcjyna__emptyStateHint{font-size:12px;font-weight:400}.FeatureList-module-scss-module__mcjyna__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;padding:0;display:grid}.FeatureList-module-scss-module__mcjyna__mesh{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.25rem;display:grid}.FeatureList-module-scss-module__mcjyna__cards{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:.75rem;display:grid}.FeatureList-module-scss-module__mcjyna__list,.FeatureList-module-scss-module__mcjyna__dense{grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:.5rem;display:grid}.FeatureList-module-scss-module__mcjyna__mainImageContainer img{object-fit:cover;border-radius:0;width:100%;height:160px;position:absolute;top:0;left:0}.FeatureList-module-scss-module__mcjyna__navButtons{pointer-events:none;z-index:1000;justify-content:space-between;width:100%;padding:0 20px;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FeatureList-module-scss-module__mcjyna__navButtons button{pointer-events:auto;width:40px;height:40px;color:var(--color-text-inverse);cursor:pointer;background:#00000080;border:none;border-radius:30px;justify-content:center;align-items:center;font-size:24px;display:flex}.FeatureList-module-scss-module__mcjyna__navButtons button:disabled{opacity:.3;cursor:not-allowed}.FeatureList-module-scss-module__mcjyna__navButtons button:hover:not(:disabled){background:#000c}.FeatureList-module-scss-module__mcjyna__property_card{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-subtle);border-radius:1rem;flex-direction:column;width:100%;margin:0 auto;padding:0;font-size:12px;font-weight:400;transition:all .1s;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card:hover{background-color:var(--color-background-subtle)}.FeatureList-module-scss-module__mcjyna__property_card a span,.FeatureList-module-scss-module__mcjyna__property_card button span{width:fit-content!important;display:inline-flex!important}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____imageContainer{border-radius:0;width:100%;height:160px;padding-top:56.25%;position:relative}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____cardBody{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer{white-space:nowrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer h3{font-size:14px;font-weight:600;line-height:1.2}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer h3>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer>:first-child{flex-grow:1;max-width:100%}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer>div:last-child{text-align:right;flex-shrink:0}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____titleContainer>:only-child{flex-grow:0;justify-self:flex-start}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____indicator{width:fit-content;font-size:12px}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____indicator>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____subtitle{color:var(--color-text-subtle);font-size:10px}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____subtitle>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____description{color:var(--color-text-subtle);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____description span{display:inline-flex}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____mainMetric{color:var(--color-text-headlines);font-size:14px;font-weight:600}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____mainMetric>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____subMetric{background-color:var(--color-background-subtle);text-align:center;border-radius:50px;width:fit-content;padding:4px 8px;font-size:12px}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____subMetric>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____footer{white-space:nowrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____footer>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FeatureList-module-scss-module__mcjyna__property_card .FeatureList-module-scss-module__mcjyna____footer>div:last-child{min-width:25%}.FeatureList-module-scss-module__mcjyna____listCard{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-subtle);border-radius:9px;gap:0;padding:0;transition:all .1s;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard>:first-child{flex-shrink:0}.FeatureList-module-scss-module__mcjyna____listCard:hover{background-color:var(--color-background-subtle)}.FeatureList-module-scss-module__mcjyna____listCard a span,.FeatureList-module-scss-module__mcjyna____listCard button span{width:fit-content!important;display:inline-flex!important}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listImage{border-radius:0;align-self:stretch;width:64px;min-height:64px;position:relative;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listImage img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listDetails{flex-direction:column;justify-content:flex-start;width:calc(100% - 64px);padding:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listDetails h3{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listDetails h3>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____listDetails.FeatureList-module-scss-module__mcjyna__noImage{width:100%}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____subtitle{color:var(--color-text-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:.25rem;font-size:10px;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____subtitle>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____description{color:var(--color-text-subtle);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;margin-top:.25rem;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FeatureList-module-scss-module__mcjyna____listCard .FeatureList-module-scss-module__mcjyna____description>span{display:inline}.FeatureList-module-scss-module__mcjyna__headerDescription{color:var(--color-text-subtle);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:12px;line-height:1.3;display:flex}.FeatureList-module-scss-module__mcjyna__sortContainer{align-items:center;gap:.25rem;display:flex}.FeatureList-module-scss-module__mcjyna__sortSelect{width:100px}.FeatureList-module-scss-module__mcjyna____denseCard{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-subtle);border-radius:.5rem;gap:0;padding:0;transition:all .1s;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard>:first-child{flex-shrink:0}.FeatureList-module-scss-module__mcjyna____denseCard:hover{background-color:var(--color-background-subtle)}.FeatureList-module-scss-module__mcjyna____denseCard a span,.FeatureList-module-scss-module__mcjyna____denseCard button span{width:fit-content!important;display:inline-flex!important}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listImage{border-radius:0;align-self:stretch;width:48px;min-height:48px;position:relative;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listImage img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listDetails{flex-direction:column;justify-content:flex-start;width:calc(100% - 48px);padding:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listDetails h3{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listDetails h3>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____listDetails.FeatureList-module-scss-module__mcjyna__noImage{width:100%}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____subtitle{color:var(--color-text-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:.25rem;font-size:10px;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____subtitle>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____description{color:var(--color-text-subtle);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;margin-top:.5rem;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FeatureList-module-scss-module__mcjyna____denseCard .FeatureList-module-scss-module__mcjyna____description>span{display:inline}.FeatureList-module-scss-module__mcjyna____gridCard{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-subtle);border-radius:1rem;flex-direction:column;gap:0;padding:0;transition:all .1s;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard:hover{background-color:var(--color-background-subtle)}.FeatureList-module-scss-module__mcjyna____gridCard a span,.FeatureList-module-scss-module__mcjyna____gridCard button span{width:fit-content!important;display:inline-flex!important}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listImage{aspect-ratio:1;border-radius:0;width:100%;position:relative;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listImage img{object-fit:cover;width:100%;height:100%}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listImage .FeatureList-module-scss-module__mcjyna____indicator{background:var(--color-background-default);white-space:nowrap;z-index:100;text-overflow:ellipsis;border-radius:50px;max-width:80px;padding:.25rem .5rem;font-size:10px;position:absolute;top:.25rem;right:.25rem;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listDetails{flex-direction:column;gap:.5rem;width:100%;padding:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listDetails h3{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:1.2;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____listDetails h3>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____subtitle{color:var(--color-text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____subtitle>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____description{color:var(--color-text-subtle);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____description>span{display:inline}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____mainMetric{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____gridCard .FeatureList-module-scss-module__mcjyna____mainMetric>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-subtle);border-radius:1rem;flex-direction:column;gap:0;height:100%;padding:0;transition:all .1s;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard:hover{background-color:var(--color-background-subtle)}.FeatureList-module-scss-module__mcjyna____meshCard a span,.FeatureList-module-scss-module__mcjyna____meshCard button span{width:fit-content!important;display:inline-flex!important}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____listImage{border-radius:0;width:100%;height:75px;position:relative;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____listImage img{object-fit:cover;width:100%;height:100%}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____listDetails{flex-direction:column;width:100%;padding:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____listDetails h3{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:1.2;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____listDetails h3>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____subtitle{color:var(--color-text-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:.5rem;font-size:10px;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____subtitle>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____indicator{white-space:nowrap;text-overflow:ellipsis;margin-top:.5rem;font-size:10px;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____description{color:var(--color-text-subtle);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;margin-top:.5rem;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____description>span{display:inline}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____mainMetric{white-space:nowrap;text-overflow:ellipsis;margin-top:.5rem;font-size:14px;font-weight:600;overflow:hidden}.FeatureList-module-scss-module__mcjyna____meshCard .FeatureList-module-scss-module__mcjyna____mainMetric>span{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.FeatureList-module-scss-module__mcjyna__activeCard>div{background-color:var(--color-background-selected-default);border-color:var(--color-border-selected);color:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__activeCard>div:hover{background-color:var(--color-background-selected-default)}.FeatureList-module-scss-module__mcjyna__activeCard>div h3,.FeatureList-module-scss-module__mcjyna__activeCard>div .FeatureList-module-scss-module__mcjyna____mainMetric,.FeatureList-module-scss-module__mcjyna__activeCard>div .FeatureList-module-scss-module__mcjyna____subtitle,.FeatureList-module-scss-module__mcjyna__activeCard>div .FeatureList-module-scss-module__mcjyna____description,.FeatureList-module-scss-module__mcjyna__activeCard>div .FeatureList-module-scss-module__mcjyna____indicator{color:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__activeCard>div svg{fill:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__activeCard>div .FeatureList-module-scss-module__mcjyna____subMetric{background-color:var(--color-background-selected-hovered)}.FeatureList-module-scss-module__mcjyna__selectedCard>div{background-color:var(--color-background-selected-default);color:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__selectedCard>div:hover{background-color:var(--color-background-selected-default)}.FeatureList-module-scss-module__mcjyna__selectedCard>div h3,.FeatureList-module-scss-module__mcjyna__selectedCard>div .FeatureList-module-scss-module__mcjyna____mainMetric,.FeatureList-module-scss-module__mcjyna__selectedCard>div .FeatureList-module-scss-module__mcjyna____subtitle,.FeatureList-module-scss-module__mcjyna__selectedCard>div .FeatureList-module-scss-module__mcjyna____description,.FeatureList-module-scss-module__mcjyna__selectedCard>div .FeatureList-module-scss-module__mcjyna____indicator{color:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__selectedCard>div svg{fill:var(--color-text-selected)}.FeatureList-module-scss-module__mcjyna__selectedCard>div .FeatureList-module-scss-module__mcjyna____subMetric{background-color:var(--color-background-selected-hovered)}.FeatureList-module-scss-module__mcjyna__featureWrapper{flex-direction:column;width:100%;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna__search{padding:1rem}.FeatureList-module-scss-module__mcjyna__searchInput{flex:1}.FeatureList-module-scss-module__mcjyna__center{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FeatureList-module-scss-module__mcjyna__center:hover svg{fill:var(--color-icon-danger)}.FeatureList-module-scss-module__mcjyna__searchResults{color:var(--color-text-disabled);font-size:var(--font-size-p-200);margin-top:.5rem}.FeatureList-module-scss-module__mcjyna__popupContainer{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.FeatureList-module-scss-module__mcjyna__popupHeader{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.FeatureList-module-scss-module__mcjyna__popupContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.FeatureList-module-scss-module__mcjyna__popupContent img{border-radius:12px!important;margin:0 .5rem!important}.FeatureList-module-scss-module__mcjyna__navigatorNoBorder.FeatureList-module-scss-module__mcjyna__navigatorNoBorder{border:none}.FeatureList-module-scss-module__mcjyna__sortOption{align-items:center;gap:.25rem;width:100%;min-width:0;display:flex}.FeatureList-module-scss-module__mcjyna__fieldName{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.FeatureList-module-scss-module__mcjyna__sortDirection{white-space:nowrap;opacity:.8;flex-shrink:0;font-size:.9em}
.RangeHistogramChart-module-scss-module__98dcCW__histogram{margin:0 .5rem -.5rem;position:relative}.RangeHistogramChart-module-scss-module__98dcCW__interactive{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.RangeHistogramChart-module-scss-module__98dcCW__handlesOverlay{pointer-events:none;opacity:0;transition:opacity .15s;position:absolute;inset:0 0 5px}.RangeHistogramChart-module-scss-module__98dcCW__histogram:hover .RangeHistogramChart-module-scss-module__98dcCW__handlesOverlay,.RangeHistogramChart-module-scss-module__98dcCW__histogram:active .RangeHistogramChart-module-scss-module__98dcCW__handlesOverlay{opacity:1}.RangeHistogramChart-module-scss-module__98dcCW__handleLeft,.RangeHistogramChart-module-scss-module__98dcCW__handleRight{pointer-events:auto;cursor:ew-resize;background-color:currentColor;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.RangeHistogramChart-module-scss-module__98dcCW__handleLeft:after,.RangeHistogramChart-module-scss-module__98dcCW__handleRight:after{content:"";background-color:currentColor;border-radius:6px;width:8px;height:8px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.RangeHistogramChart-module-scss-module__98dcCW__handleLeft:before,.RangeHistogramChart-module-scss-module__98dcCW__handleRight:before{content:"";position:absolute;inset:0 -12px -12px}
.FilterWidget-module-scss-module__V4jLna__featureWrapper{min-width:100%;height:100%;padding:1rem;overflow:scroll}.FilterWidget-module-scss-module__V4jLna__checkboxContainer{grid-template-columns:1fr;row-gap:.5rem;display:grid}.FilterWidget-module-scss-module__V4jLna__checkboxContainer.FilterWidget-module-scss-module__V4jLna__twoColumns{grid-template-columns:1fr 1fr}.FilterWidget-module-scss-module__V4jLna__checkboxContainer.FilterWidget-module-scss-module__V4jLna__horizontal{flex-flow:column wrap;gap:.5rem 1rem;max-height:220px;display:flex}.FilterWidget-module-scss-module__V4jLna__checkboxContainer.FilterWidget-module-scss-module__V4jLna__mobile{flex-flow:wrap;overflow-y:auto}.FilterWidget-module-scss-module__V4jLna__cardsContainer{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:1rem .5rem;display:grid}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__horizontal>*{width:50px}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__large{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__large.FilterWidget-module-scss-module__V4jLna__horizontal>*{width:100px}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__medium{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__medium.FilterWidget-module-scss-module__V4jLna__horizontal>*{width:60px}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__horizontal{flex-flow:column wrap;gap:.5rem 1rem;max-width:40vw;display:flex}.FilterWidget-module-scss-module__V4jLna__cardsContainer.FilterWidget-module-scss-module__V4jLna__mobile{flex-flow:wrap;overflow-y:auto}.FilterWidget-module-scss-module__V4jLna__cardImage{aspect-ratio:1;border:1px solid var(--color-border-default);background-color:var(--color-background-default);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:.25rem;transition:background-color .1s;display:flex}.FilterWidget-module-scss-module__V4jLna__cardImage svg{object-fit:cover}.FilterWidget-module-scss-module__V4jLna__cardImage .FilterWidget-module-scss-module__V4jLna__maskIcon{background-color:var(--color-icon-default);width:50%;height:50%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.FilterWidget-module-scss-module__V4jLna__cardImage .FilterWidget-module-scss-module__V4jLna__customIcon{object-fit:contain;width:70%;height:70%}.FilterWidget-module-scss-module__V4jLna__cardImage:hover{background-color:var(--color-background-hovered)}.FilterWidget-module-scss-module__V4jLna__cardImage.FilterWidget-module-scss-module__V4jLna__selected{background-color:var(--color-background-selected-default);border-color:var(--color-border-brand)}.FilterWidget-module-scss-module__V4jLna__cardImage.FilterWidget-module-scss-module__V4jLna__selected svg{fill:var(--color-text-selected)}.FilterWidget-module-scss-module__V4jLna__cardImage.FilterWidget-module-scss-module__V4jLna__selected .FilterWidget-module-scss-module__V4jLna__maskIcon{background-color:var(--color-icon-selected)}.FilterWidget-module-scss-module__V4jLna__cardImage.FilterWidget-module-scss-module__V4jLna__large .FilterWidget-module-scss-module__V4jLna__maskIcon{width:70%;height:70%}.FilterWidget-module-scss-module__V4jLna__cardImage.FilterWidget-module-scss-module__V4jLna__medium .FilterWidget-module-scss-module__V4jLna__maskIcon{width:60%;height:60%}.FilterWidget-module-scss-module__V4jLna__card{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FilterWidget-module-scss-module__V4jLna__card span{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.FilterWidget-module-scss-module__V4jLna__card.FilterWidget-module-scss-module__V4jLna__selected span{color:var(--color-text-selected)}.FilterWidget-module-scss-module__V4jLna__card.FilterWidget-module-scss-module__V4jLna__large span{font-size:14px}.FilterWidget-module-scss-module__V4jLna__showAllButton{margin-top:.5rem}.FilterWidget-module-scss-module__V4jLna__chipsContainer{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.FilterWidget-module-scss-module__V4jLna__chipsContainer.FilterWidget-module-scss-module__V4jLna__horizontal{flex-direction:column;max-width:40vw}.FilterWidget-module-scss-module__V4jLna__chipsContainer.FilterWidget-module-scss-module__V4jLna__mobile{flex-direction:row;overflow-y:auto}.FilterWidget-module-scss-module__V4jLna__chip{background-color:var(--color-background-default);border:1px solid var(--color-border-default);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:7px;max-width:200px;padding:.5rem 1rem;overflow:hidden}.FilterWidget-module-scss-module__V4jLna__chip span{font-size:12px}.FilterWidget-module-scss-module__V4jLna__chip:hover{background-color:var(--color-background-hovered)}.FilterWidget-module-scss-module__V4jLna__chip.FilterWidget-module-scss-module__V4jLna__selected span{color:var(--color-text-selected)}.FilterWidget-module-scss-module__V4jLna__chip.FilterWidget-module-scss-module__V4jLna__selected{background-color:var(--color-background-selected-default);border-color:var(--color-border-brand)}.FilterWidget-module-scss-module__V4jLna__rangeInputRow{align-items:center;gap:8px;padding:6px 0;display:flex}.FilterWidget-module-scss-module__V4jLna__selectContainer{min-width:200px}.FilterWidget-module-scss-module__V4jLna__mobileSliderContainer{padding:0 .25rem}.FilterWidget-module-scss-module__V4jLna__sliderContainer{padding:1.75rem .25rem 0}
.RangeBoundInput-module-scss-module__uQr3xq__slot{flex:1 1 0;min-width:0;display:flex}.RangeBoundInput-module-scss-module__uQr3xq__slot>*{flex:auto;width:100%;min-width:0}.RangeBoundInput-module-scss-module__uQr3xq__input{all:unset;box-sizing:border-box;width:100%;color:var(--color-text-default);cursor:text;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:7px;padding:4px 6px;font-size:12px;transition:background-color .1s,border-color .1s;display:block;overflow:hidden}.RangeBoundInput-module-scss-module__uQr3xq__input:hover{background-color:var(--color-background-input-default)}.RangeBoundInput-module-scss-module__uQr3xq__input:focus,.RangeBoundInput-module-scss-module__uQr3xq__input:focus-visible{background-color:var(--color-background-input-default);border-color:var(--color-border-default);outline:none}.RangeBoundInput-module-scss-module__uQr3xq__alignRight{text-align:right}.RangeBoundInput-module-scss-module__uQr3xq__buttonTrigger{cursor:pointer}.RangeBoundInput-module-scss-module__uQr3xq__buttonTrigger:disabled{cursor:default}
.ImageWidget-module-scss-module__zacoca__image{justify-content:center;align-items:center;display:flex;overflow:hidden}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__padding{padding:1rem}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__vertical{width:100%}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__vertical img{object-fit:contain;width:100%;height:auto}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__horizontal{height:100%}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__horizontal img{object-fit:fill;width:auto;height:100%}.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__phone,.ImageWidget-module-scss-module__zacoca__image.ImageWidget-module-scss-module__zacoca__phone img{object-fit:cover;width:100%;height:100%}
.LayersWidget-module-scss-module__rjB0EG__container{height:100%;width:var(--section-widget-width,100%);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.LayersWidget-module-scss-module__rjB0EG__searchContainer{padding:1rem}
.LegendTree-module-scss-module__VcHNxW__activeData{touch-action:none;flex-direction:column;width:100%;min-height:0;display:flex;position:relative;overflow:visible}.LegendTree-module-scss-module__VcHNxW__activeData.LegendTree-module-scss-module__VcHNxW__phone{touch-action:auto}.LegendTree-module-scss-module__VcHNxW__layersContainer{height:auto;min-height:100%}.LegendTree-module-scss-module__VcHNxW__layersContainer.LegendTree-module-scss-module__VcHNxW__fillHeight{flex:auto;width:100%;min-height:0;overflow:hidden auto}.LegendTree-module-scss-module__VcHNxW__layersContainer.LegendTree-module-scss-module__VcHNxW__center{justify-content:center;align-items:center;height:calc(100vh - 88px);display:flex}.LegendTree-module-scss-module__VcHNxW__layersContainer.LegendTree-module-scss-module__VcHNxW__center.LegendTree-module-scss-module__VcHNxW__fillHeight{height:100%;min-height:100%}.LegendTree-module-scss-module__VcHNxW__layersContainer.LegendTree-module-scss-module__VcHNxW__center.LegendTree-module-scss-module__VcHNxW__phone{height:100%}.LegendTree-module-scss-module__VcHNxW__layersContainer.LegendTree-module-scss-module__VcHNxW__workflows.LegendTree-module-scss-module__VcHNxW__center{height:calc(100vh - 352px)}.LegendTree-module-scss-module__VcHNxW__emptyState{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin:0 1rem;padding:1rem 0;display:flex}.LegendTree-module-scss-module__VcHNxW__emptyState.LegendTree-module-scss-module__VcHNxW__workflows{height:100%}.LegendTree-module-scss-module__VcHNxW__emptyState p{max-width:250px;margin:0}.LegendTree-module-scss-module__VcHNxW__error{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:300px;display:flex}.LegendTree-module-scss-module__VcHNxW__loading{align-items:center;display:flex}.LegendTree-module-scss-module__VcHNxW__uploadButtonContainer{text-align:left;border:1px solid var(--color-border-default);cursor:pointer;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background-color .1s;display:flex}.LegendTree-module-scss-module__VcHNxW__uploadButtonContainer:hover{background-color:var(--color-background-subtle)}.LegendTree-module-scss-module__VcHNxW__integrationsContainer{grid-template-columns:repeat(auto-fit,40px);justify-content:space-between;gap:4px;width:100%;display:grid}.LegendTree-module-scss-module__VcHNxW__integrationCard{border:1px solid var(--color-border-default);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .1s;display:flex}.LegendTree-module-scss-module__VcHNxW__integrationCard img{object-fit:contain;width:24px;height:24px}.LegendTree-module-scss-module__VcHNxW__integrationCard:hover{background-color:var(--color-background-subtle)}.LegendTree-module-scss-module__VcHNxW__featuredDatahubDatasets{text-align:left;flex-direction:column;gap:.5rem;width:100%;display:flex}.LegendTree-module-scss-module__VcHNxW__iconContainer{border:1px solid var(--color-border-default);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.LegendTree-module-scss-module__VcHNxW__datasetCardContentContainer{align-items:center;display:flex}.LegendTree-module-scss-module__VcHNxW__datasetCard{border:1px solid var(--color-border-default);cursor:pointer;border-radius:.75rem;justify-content:space-between;align-items:center;width:100%;height:50px;padding-right:.75rem;transition:background-color .1s;display:flex;overflow:hidden}.LegendTree-module-scss-module__VcHNxW__datasetCard:hover{background-color:var(--color-background-subtle)}.LegendTree-module-scss-module__VcHNxW__datasetCardImage{justify-content:center;align-items:center;width:50px;height:100%;display:flex}.LegendTree-module-scss-module__VcHNxW__datasetCardContent{flex-direction:column;display:flex}@media (max-height:768px){.LegendTree-module-scss-module__VcHNxW__emptyState{height:100%}}
.LegendContent-module-scss-module__7D2-YG__legendCaption{--text-color:var(--legend-text-color,var(--color-text-default));text-overflow:ellipsis;white-space:nowrap;background:0 0;width:100%;padding:0;transition:all .2s;overflow:hidden}.LegendContent-module-scss-module__7D2-YG__legendCaption input{height:var(--legend-font-size);width:100%;padding:0 4px;background:0 0!important;border:1px solid #0000!important}.LegendContent-module-scss-module__7D2-YG__legendCaption input:hover,.LegendContent-module-scss-module__7D2-YG__legendCaption input:focus{border-color:var(--color-border-default)!important;background-color:var(--color-background-layer-01-default)!important}.LegendContent-module-scss-module__7D2-YG__legendSection{min-height:36px;line-height:1;font-size:inherit;border-top:1px solid #e9e9e9;padding:.75rem;position:relative}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__firstItem{border-top:none}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__hidden{opacity:.5}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{min-height:0;font-size:var(--legend-font-size);border:none}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendHeader{justify-content:center;align-items:center}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendHeader h5{font-size:var(--legend-font-size);margin:0;line-height:1.2}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendHeader p{font-size:var(--legend-font-size);height:calc(var(--legend-font-size)*1.4);margin:0}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendCaption{font-size:var(--legend-font-size);color:#737373;margin:0;line-height:1.2}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__singleLegendItem{justify-content:center;align-items:center;width:18px;height:18px;margin:0;display:flex}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContent{margin-left:.5rem}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{align-items:center;min-height:22px;display:flex}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem p{font-size:var(--legend-font-size);margin:0 0 0 .5rem;line-height:1.2}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid #0000;border-radius:2px;width:18px;height:14px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:14px;height:14px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__paletteContainer{margin:.5rem 0}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__paletteContainer .LegendContent-module-scss-module__7D2-YG__paletteInput{justify-content:space-between;display:flex}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__paletteContainer .LegendContent-module-scss-module__7D2-YG__paletteInput p{font-size:var(--legend-font-size);margin:0;line-height:1.2}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__paletteContainer .LegendContent-module-scss-module__7D2-YG__paletteInput p:last-child{text-align:right}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__singleLayer .LegendContent-module-scss-module__7D2-YG__legendHeader{flex-direction:row;align-items:center;gap:.5rem}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__singleLayer .LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendTitle{flex:1;min-width:0}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__singleLayer .LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__singleLegendItem{order:-1}.LegendContent-module-scss-module__7D2-YG__legendHeader{flex-direction:row;align-items:center;gap:.5vw;display:flex}.LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendTitle{flex-direction:column;flex:1;min-width:0;display:flex}.LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendTitle h5,.LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendTitle .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:inherit;text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1vw;overflow:hidden}.LegendContent-module-scss-module__7D2-YG__legendHeader .LegendContent-module-scss-module__7D2-YG__legendTitle .LegendContent-module-scss-module__7D2-YG__legendCaption{font-size:inherit;color:var(--color-text-subtle);margin:.25vw 0 0}.LegendContent-module-scss-module__7D2-YG__legendContent{flex-direction:column;gap:.5rem;max-width:100%;display:flex;overflow:hidden}.LegendContent-module-scss-module__7D2-YG__legendContent .LegendContent-module-scss-module__7D2-YG__legendGraphic{object-fit:contain;align-self:flex-start;max-width:100%;margin:0}.LegendContent-module-scss-module__7D2-YG__singleLegendItem{transition:gap .2s var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:flex}.LegendContent-module-scss-module__7D2-YG__legendGraphicInline{object-fit:contain;width:auto}.LegendContent-module-scss-module__7D2-YG__legendItem{align-items:center;gap:8px;height:16px;min-height:16px;margin-bottom:4px;display:flex}.LegendContent-module-scss-module__7D2-YG__legendItem .LegendContent-module-scss-module__7D2-YG__legendCaption{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LegendContent-module-scss-module__7D2-YG__paletteContainer{color:var(--color-text-default)}.LegendContent-module-scss-module__7D2-YG__paletteInput{grid-template-columns:1fr 1fr;width:100%;display:grid}.LegendContent-module-scss-module__7D2-YG__paletteInput .LegendContent-module-scss-module__7D2-YG__paletteValue{margin:.5rem 0}.LegendContent-module-scss-module__7D2-YG__paletteInput .LegendContent-module-scss-module__7D2-YG__paletteValue:last-child{text-align:right}.LegendContent-module-scss-module__7D2-YG__staticPalette{border-radius:4px;flex-direction:row;flex-grow:1;justify-content:space-between;height:10px;margin-top:.5rem;display:flex;overflow:hidden;transform:scale(1)}.LegendContent-module-scss-module__7D2-YG__paletteBlock{flex-grow:1}.LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;width:18px;height:14px;transition:width .2s var(--ease-out),height .2s var(--ease-out),margin .2s var(--ease-out);border:1px solid;border-radius:2px;margin:2px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:14px;height:14px}.LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendIconImage{justify-content:center;align-items:center;width:18px;height:18px;margin:2px;display:inline-flex}.LegendContent-module-scss-module__7D2-YG__legendIconImage img{object-fit:contain;max-width:100%;max-height:100%}.LegendContent-module-scss-module__7D2-YG__legendIconImageHidden{opacity:.5;filter:grayscale()}.LegendContent-module-scss-module__7D2-YG__legendTitle{font-size:1.5em;font-weight:600}.LegendContent-module-scss-module__7D2-YG__sizeRange{margin-block:4px;min-height:24px;margin-top:2rem;display:flex;position:relative}.LegendContent-module-scss-module__7D2-YG__sizeRange>*{flex:1;min-width:0}.LegendContent-module-scss-module__7D2-YG__sizeContainer{align-items:flex-end;width:100%;display:flex;position:relative}.LegendContent-module-scss-module__7D2-YG__sizeContainer .LegendContent-module-scss-module__7D2-YG__sizeLabel{margin-top:-.5rem}.LegendContent-module-scss-module__7D2-YG__lgContainer{grid-template-columns:128px calc(100% - 128px);gap:10px 1rem;width:200px;height:128px;display:grid;position:absolute;left:0}.LegendContent-module-scss-module__7D2-YG__lgCircle{background-color:var(--color-background-layer-01-default);border:1px solid var(--color-border-default);border-radius:100%;align-items:flex-start;width:128px;height:128px;margin:auto}.LegendContent-module-scss-module__7D2-YG__mdContainer{grid-template-columns:128px calc(100% - 128px);gap:10px 1rem;width:200px;height:65px;display:grid;position:absolute;left:0}.LegendContent-module-scss-module__7D2-YG__mdCircle{background-color:var(--color-background-layer-01-default);border:1px solid var(--color-border-default);border-radius:100%;align-items:flex-start;width:65px;height:65px;margin:auto}.LegendContent-module-scss-module__7D2-YG__smContainer{grid-template-columns:128px calc(100% - 128px);gap:10px 1rem;width:200px;min-width:4px;height:2px;min-height:4px;display:grid;position:absolute;left:0}.LegendContent-module-scss-module__7D2-YG__smCircle{background-color:var(--color-background-layer-01-default);border:1px solid var(--color-border-default);border-radius:100%;align-items:flex-start;width:2px;min-width:4px;height:2px;min-height:4px;margin:-1px auto auto}@media screen and (max-width:2300px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.15vw .25vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.2vh}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:inherit!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:2px;width:18px;height:14px;margin-right:4px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:14px;height:14px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.5rem;min-height:15px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:8px!important}}@media screen and (max-width:1900px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.15vw .25vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.3vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:inherit!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:2px;width:16px;height:13px;margin-right:4px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:13px;height:13px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.4rem;min-height:12px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:8px!important}}@media screen and (max-width:1700px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.15vw .25vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.2vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:2px;width:14px;height:12px;margin-right:3px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:12px;height:12px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.35rem;min-height:10px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:8px!important}}@media screen and (max-width:1500px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.15vw .25vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.2vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:2px;width:12px;height:10px;margin-right:3px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:10px;height:10px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:3px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.3rem;min-height:10px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:8px!important}}@media screen and (max-width:1300px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.05vw .1vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.3vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:1px;width:10px;height:8px;margin-right:2px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:8px;height:8px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:2px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.25rem;min-height:8px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:6px!important}}@media screen and (max-width:1100px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap{padding:.03vw .08vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendContentContainer{margin-top:.2vw}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap p{margin:0;line-height:1.2;font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:1px;width:9px;height:7px;margin-right:2px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:7px;height:7px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:2px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.2rem;min-height:8px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__staticPalette{height:6px!important}}@media screen and (max-width:900px){.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap h5,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendRowTitle{font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendCaption,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__sizeLabel,.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__paletteValue{margin:0;line-height:1.2;font-size:var(--legend-font-size)!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor{filter:none;opacity:.8;border:1px solid;border-radius:1px;width:8px;height:6px;margin-right:1px;display:inline-block}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__circle{border-radius:50%;width:6px;height:6px}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItemColor.LegendContent-module-scss-module__7D2-YG__line{border:none;border-bottom:2px solid #000;border-radius:0;height:0;margin-top:0;border-top:none!important;border-left:none!important;border-right:none!important}.LegendContent-module-scss-module__7D2-YG__legendSection.LegendContent-module-scss-module__7D2-YG__isExportMap .LegendContent-module-scss-module__7D2-YG__legendItem{gap:.15rem;min-height:6px;height:auto!important}.LegendContent-module-scss-module__7D2-YG__legendItem{height:.7vw}}.LegendContent-module-scss-module__7D2-YG__legendGraphic{object-fit:contain;max-width:100%;height:auto;margin-top:5px;margin-bottom:5px;display:block}.LegendContent-module-scss-module__7D2-YG__folderHeading{font-size:var(--legend-font-size,12px);color:var(--color-text-headlines);text-overflow:ellipsis;white-space:nowrap;padding:.15vw .35rem;font-weight:500;overflow:hidden}.LegendContent-module-scss-module__7D2-YG__folderHeading:first-child{padding-top:0}.LegendContent-module-scss-module__7D2-YG__legendSquare{border-radius:2px;flex-shrink:0;width:12px;height:12px}.LegendContent-module-scss-module__7D2-YG__loadingIndicator{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.LegendContent-module-scss-module__7D2-YG__spinner{border:2px solid var(--color-border-default);border-top-color:var(--color-border-bold);border-radius:50%;width:16px;height:16px;animation:1s linear infinite LegendContent-module-scss-module__7D2-YG__spin}@keyframes LegendContent-module-scss-module__7D2-YG__spin{to{transform:rotate(360deg)}}
.SortableTreeItem-module-scss-module__ydUOSG__Wrapper{box-sizing:border-box;margin-bottom:-1px;list-style:none}.SortableTreeItem-module-scss-module__ydUOSG__Wrapper.SortableTreeItem-module-scss-module__ydUOSG__disableInteraction{opacity:0}.SortableTreeItem-module-scss-module__ydUOSG__TreeItem{width:100%}.SortableTreeItem-module-scss-module__ydUOSG__disableInteraction{pointer-events:none;-webkit-user-select:none;user-select:none}
.PasswordInput-module-scss-module__sojYHW__input{background-color:var(--color-background-input-default);height:28px;font-size:var(--ty-size-caption);border:1px solid #0000;border-radius:7px;line-height:1;transition:border-color .1s}.PasswordInput-module-scss-module__sojYHW__input[data-error]{color:var(--color-text-danger);border-color:var(--color-text-danger);background-color:var(--color-background-danger-default)}.PasswordInput-module-scss-module__sojYHW__input.PasswordInput-module-scss-module__sojYHW__lg{font-size:var(--ty-size-body)}.PasswordInput-module-scss-module__sojYHW__input.PasswordInput-module-scss-module__sojYHW__xl{font-size:var(--ty-size-header);border-radius:10px}.PasswordInput-module-scss-module__sojYHW__input:hover:not([data-error]):not([data-disabled]),.PasswordInput-module-scss-module__sojYHW__input:focus:not([data-error]):not([data-disabled]){border-color:var(--color-border-default)}.PasswordInput-module-scss-module__sojYHW__innerInput{font-size:var(--ty-size-caption)}.PasswordInput-module-scss-module__sojYHW__innerInput.PasswordInput-module-scss-module__sojYHW__lg{font-size:var(--ty-size-body)}.PasswordInput-module-scss-module__sojYHW__innerInput.PasswordInput-module-scss-module__sojYHW__xl{font-size:var(--ty-size-header)}.PasswordInput-module-scss-module__sojYHW__innerInput::placeholder{color:var(--color-text-subtle)}.PasswordInput-module-scss-module__sojYHW__innerInput[data-invalid]::placeholder{color:var(--color-text-danger)}.PasswordInput-module-scss-module__sojYHW__container{position:relative}.PasswordInput-module-scss-module__sojYHW__errorContainer{transition:height .3s var(--ease-out),margin-top .3s var(--ease-out);height:0;margin-top:0;overflow:hidden}.PasswordInput-module-scss-module__sojYHW__errorContainer.PasswordInput-module-scss-module__sojYHW__hasError{margin-top:4px}.PasswordInput-module-scss-module__sojYHW__error{color:var(--color-text-danger);line-height:1.3;font-size:var(--ty-size-caption);opacity:0;transition:opacity .3s ease,transform .3s var(--ease-out);margin:0;transform:translateY(4px)}.PasswordInput-module-scss-module__sojYHW__hasError .PasswordInput-module-scss-module__sojYHW__error{opacity:1;transform:translateY(0)}.PasswordInput-module-scss-module__sojYHW__error.PasswordInput-module-scss-module__sojYHW__xl{font-size:14px}
.Switch-module-scss-module___gZs8W__root:not(.Switch-module-scss-module___gZs8W__disabled) .mantine-InputWrapper-label{cursor:pointer}.Switch-module-scss-module___gZs8W__root:not(.Switch-module-scss-module___gZs8W__disabled) .mantine-Switch-trackLabel{cursor:pointer}.Switch-module-scss-module___gZs8W__root:not(.Switch-module-scss-module___gZs8W__disabled) .mantine-Switch-thumb{cursor:pointer}.Switch-module-scss-module___gZs8W__labelWrapper{z-index:1;position:relative}
.Table-module-scss-module__eqF0wW__table{width:100%;color:var(--color-text-default)}.Table-module-scss-module__eqF0wW__table thead th{font-size:var(--ty-size-caption);font-weight:var(--ty-weight-medium);line-height:var(--ty-line-tight);color:var(--color-text-subtle);text-align:left;white-space:nowrap;border-bottom:1px solid var(--color-border-subtle);background-color:#0000;padding:.5rem .75rem}.Table-module-scss-module__eqF0wW__table tbody td{font-size:var(--ty-size-body);line-height:var(--ty-line-normal);color:var(--color-text-default);vertical-align:middle;border-bottom:1px solid var(--color-border-subtle);padding:.75rem}.Table-module-scss-module__eqF0wW__table tbody tr:last-child td{border-bottom:none}
.Text-module-scss-module__zT2raG__text{font-size:var(--ty-size-body);font-weight:var(--text-weight,var(--ty-weight-regular));line-height:var(--ty-line-normal);color:var(--text-color,var(--color-text-default));transition:color .1s}
.SelectableTile-module-scss-module__qVfjiW__wrapper{display:flex;position:relative}.SelectableTile-module-scss-module__qVfjiW__tile{border:1.5px solid var(--color-border-default);background:var(--color-background-default);cursor:pointer;text-align:left;min-height:52px;color:var(--color-text-default);border-radius:.5rem;flex-direction:column;flex:1;justify-content:center;gap:.25rem;padding:.5rem;font-family:inherit;font-size:12px;font-weight:500;transition:border-color .1s,background .1s;display:flex}.SelectableTile-module-scss-module__qVfjiW__tile:hover{background:var(--color-background-subtle)}.SelectableTile-module-scss-module__qVfjiW__tile:disabled{cursor:not-allowed;opacity:.5}.SelectableTile-module-scss-module__qVfjiW__selected{border-color:var(--color-border-selected);background:var(--color-background-selected-default);color:var(--color-text-selected)}.SelectableTile-module-scss-module__qVfjiW__selected:hover{background:var(--color-background-selected-hovered)}.SelectableTile-module-scss-module__qVfjiW__checkSlot{position:absolute;top:.5rem;right:.5rem}
.Textarea-module-scss-module__t6zaFq__container{display:block;position:relative}.Textarea-module-scss-module__t6zaFq__input{font-size:var(--ty-size-caption);background-color:var(--color-background-input-default);min-height:80px;transition:border-color .1s ease,height .2s var(--ease-in-out);border:1px solid #0000;border-radius:7px}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__unstyled{background-color:#0000;border:none;padding:0}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__lg{font-size:var(--ty-size-body);min-height:100px}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__xl{font-size:var(--ty-size-header);border-radius:10px;min-height:100px}.Textarea-module-scss-module__t6zaFq__input[data-error]{color:var(--color-text-danger);border-color:var(--color-text-danger);background-color:var(--color-background-danger-default)}.Textarea-module-scss-module__t6zaFq__input[data-error]::placeholder{color:var(--color-text-danger)}.Textarea-module-scss-module__t6zaFq__input::placeholder{color:var(--color-text-subtle)}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__showScrollbar{scrollbar-width:thin;overflow-y:auto!important}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__showScrollbar::-webkit-scrollbar{width:6px}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__showScrollbar::-webkit-scrollbar-track{background:0 0}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__showScrollbar::-webkit-scrollbar-thumb{background-color:var(--color-border-default);border-radius:3px}.Textarea-module-scss-module__t6zaFq__input.Textarea-module-scss-module__t6zaFq__showScrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-subtle)}.Textarea-module-scss-module__t6zaFq__input:hover:not([data-error]):not([data-disabled]),.Textarea-module-scss-module__t6zaFq__input:focus:not([data-error]):not([data-disabled]){border-color:var(--color-border-default)}.Textarea-module-scss-module__t6zaFq__errorContainer{transition:height .3s var(--ease-out),margin-top .3s var(--ease-out);height:0;margin-top:0;overflow:hidden}.Textarea-module-scss-module__t6zaFq__errorContainer.Textarea-module-scss-module__t6zaFq__hasError{margin-top:4px}.Textarea-module-scss-module__t6zaFq__error{color:var(--color-text-danger);line-height:1.3;font-size:var(--ty-size-caption);opacity:0;transition:opacity .3s ease,transform .3s var(--ease-out);margin:0;transform:translateY(4px)}.Textarea-module-scss-module__t6zaFq__hasError .Textarea-module-scss-module__t6zaFq__error{opacity:1;transform:translateY(0)}.Textarea-module-scss-module__t6zaFq__error.Textarea-module-scss-module__t6zaFq__xl{font-size:14px}.Textarea-module-scss-module__t6zaFq__bottomChildren{background-color:var(--color-background-input-default);pointer-events:none;z-index:2;border-radius:0 0 7px 7px;justify-content:space-between;align-items:flex-end;padding:8px;display:flex;position:absolute;bottom:2px;left:2px;right:2px}.Textarea-module-scss-module__t6zaFq__bottomChildren>*{pointer-events:auto}
.GeoreferencerModal-module-scss-module__A0zlPa__tabsList{justify-content:center;display:flex}.GeoreferencerModal-module-scss-module__A0zlPa__tab{background-color:var(--color-background-layer-02-default);color:var(--color-text-default);text-align:center;cursor:pointer;font-size:var(--font-size-p-100);cursor:pointer;border:1px solid #0000;padding:8px 16px;transition:all .2s;position:relative}.GeoreferencerModal-module-scss-module__A0zlPa__tab:first-of-type{border-radius:8px 0 0 8px}.GeoreferencerModal-module-scss-module__A0zlPa__tab:last-of-type{border-radius:0 8px 8px 0}.GeoreferencerModal-module-scss-module__A0zlPa__tab+.GeoreferencerModal-module-scss-module__A0zlPa__tab{border-left-width:0}.GeoreferencerModal-module-scss-module__A0zlPa__tab:hover{background-color:var(--color-background-hovered)}.GeoreferencerModal-module-scss-module__A0zlPa__tab[data-active]{background-color:var(--color-background-default);color:var(--color-text-default);border:1px solid var(--color-border-default)}.GeoreferencerModal-module-scss-module__A0zlPa__tab[data-active]:after{content:"";height:2px;position:absolute;bottom:0;left:0;right:0}.GeoreferencerModal-module-scss-module__A0zlPa__tab:not(:first-of-type)[data-active]{border-left-width:1px}.GeoreferencerModal-module-scss-module__A0zlPa__editorContainer{grid-template-columns:1fr;height:70vh;display:grid;position:relative}.GeoreferencerModal-module-scss-module__A0zlPa__editorContainer.GeoreferencerModal-module-scss-module__A0zlPa__splitView{grid-template-columns:1fr 1fr;gap:1rem}.GeoreferencerModal-module-scss-module__A0zlPa__mapContainerWrapper{border:2px solid var(--color-border-default);border-radius:8px;width:100%;height:100%;transition:all .2s;position:relative;overflow:hidden}.GeoreferencerModal-module-scss-module__A0zlPa__mapContainerWrapper.GeoreferencerModal-module-scss-module__A0zlPa__active{border-color:var(--color-border-brand)}.GeoreferencerModal-module-scss-module__A0zlPa__mapContainer{width:100%;height:100%;min-height:400px;position:relative}.GeoreferencerModal-module-scss-module__A0zlPa__imageMapContainer{border:2px solid var(--color-border-default);border-radius:8px;height:100%;transition:all .2s;position:relative;overflow:hidden}.GeoreferencerModal-module-scss-module__A0zlPa__imageMapContainer.GeoreferencerModal-module-scss-module__A0zlPa__active{border-color:var(--color-border-brand)}.GeoreferencerModal-module-scss-module__A0zlPa__markersInfo{background-color:var(--color-background-default);border:1px solid var(--color-border-default);border-radius:.5rem;flex-direction:column;gap:.5rem;width:443px;padding:1rem;display:flex;box-shadow:0 8px 24px #959da533}.GeoreferencerModal-module-scss-module__A0zlPa__opacityControlContainer{z-index:5;flex-direction:row;align-items:center;display:flex;position:absolute;top:.5rem;right:.5rem}.GeoreferencerModal-module-scss-module__A0zlPa__toolsOpacity{height:36px;transition-property:all;transition-duration:.3s;transition-delay:0;justify-content:flex-end;align-items:center;display:flex;position:relative;box-shadow:10px 10px 37px -8px #0000001a}.GeoreferencerModal-module-scss-module__A0zlPa__tool{cursor:pointer;background-color:var(--color-background-default);border:1px solid var(--color-border-default);border-radius:5px;justify-content:center;align-items:center;height:36px;padding:.3rem;font-size:1.1em;display:flex;position:relative;width:36px!important}.GeoreferencerModal-module-scss-module__A0zlPa__tool:hover{background-color:var(--color-background-hovered)}.GeoreferencerModal-module-scss-module__A0zlPa__tool:hover svg{fill:var(--color-icon-default)!important}.GeoreferencerModal-module-scss-module__A0zlPa__tool.GeoreferencerModal-module-scss-module__A0zlPa__leftRadius{border-radius:5px 0 0 5px}.GeoreferencerModal-module-scss-module__A0zlPa__tool.GeoreferencerModal-module-scss-module__A0zlPa__bothRadius{border-radius:5px}.GeoreferencerModal-module-scss-module__A0zlPa__tool.GeoreferencerModal-module-scss-module__A0zlPa__active svg{fill:var(--color-icon-selected)!important}.GeoreferencerModal-module-scss-module__A0zlPa__tool.GeoreferencerModal-module-scss-module__A0zlPa__active:hover{background-color:var(--color-background-hovered)}.GeoreferencerModal-module-scss-module__A0zlPa__opacityControlExpanded{z-index:100;background-color:var(--color-background-default);border:1px solid var(--color-border-default);white-space:nowrap;border-radius:7px;flex-direction:column;gap:.5rem;min-width:250px;padding:1rem;display:flex;position:absolute;top:0;right:0;box-shadow:0 8px 24px #959da533}.GeoreferencerModal-module-scss-module__A0zlPa__opacityControlExpandedHeader{justify-content:space-between;align-items:center;height:36px;margin-bottom:.5rem;display:flex}.GeoreferencerModal-module-scss-module__A0zlPa__markerWithNumber{line-height:1;position:relative}.GeoreferencerModal-module-scss-module__A0zlPa__markerLabel{font-size:var(--font-size-p-100,12);color:var(--color-text-inverse);pointer-events:none;position:absolute;top:7px;left:50%;transform:translate(-50%)}.GeoreferencerModal-module-scss-module__A0zlPa__markerGridHeader,.GeoreferencerModal-module-scss-module__A0zlPa__markerGridRow{grid-template-columns:20px 168px 168px 36px;align-items:center;gap:.5rem;margin-bottom:.5rem;display:grid}.GeoreferencerModal-module-scss-module__A0zlPa__markerGridHeader{color:var(--color-text-headlines);font-size:.875rem;font-weight:600}.GeoreferencerModal-module-scss-module__A0zlPa__index{color:var(--color-text-brand);font-size:.875rem}.GeoreferencerModal-module-scss-module__A0zlPa__inputGroup{gap:.5rem;display:flex}.GeoreferencerModal-module-scss-module__A0zlPa__loadingState,.GeoreferencerModal-module-scss-module__A0zlPa__errorState{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:600px;display:flex}.GeoreferencerModal-module-scss-module__A0zlPa__pdfThumbnailList{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;max-height:400px;padding-right:8px;display:grid;overflow-y:auto}.GeoreferencerModal-module-scss-module__A0zlPa__pdfThumbnail{background:var(--color-background-default);border:1px solid var(--color-border-default);cursor:pointer;border-radius:.5rem;padding:4px;transition:border .1s}.GeoreferencerModal-module-scss-module__A0zlPa__pdfThumbnail.GeoreferencerModal-module-scss-module__A0zlPa__selected{border:1px solid var(--color-border-brand)}.GeoreferencerModal-module-scss-module__A0zlPa__pdfPageSelectionState{justify-content:center;align-items:center;width:100%;max-height:80%;padding:2rem;display:flex}.GeoreferencerModal-module-scss-module__A0zlPa__pdfPageSelectionContent{text-align:center;flex-direction:column;gap:1rem;width:100%;max-width:800px;height:100%;display:flex}
.GeoreferencerMapControls-module-scss-module__HOXHiW__infoButton{z-index:1010;position:absolute;top:1rem;left:1rem}.GeoreferencerMapControls-module-scss-module__HOXHiW__bottomLeftControls{z-index:1010;flex-direction:column;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}.GeoreferencerMapControls-module-scss-module__HOXHiW__controlGroup{flex-direction:column-reverse;align-items:flex-start;display:flex;position:relative}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool{cursor:pointer;z-index:1011;background-color:var(--color-background-default);border:1px solid var(--color-border-default);justify-content:center;align-items:center;width:32px;height:32px;padding:.3rem;font-size:1.1em;transition:all .2s;display:flex;position:relative}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool:hover{background-color:var(--color-background-hovered)}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool:hover svg,.GeoreferencerMapControls-module-scss-module__HOXHiW__tool:hover svg path{fill:var(--color-icon-default)!important}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool.GeoreferencerMapControls-module-scss-module__HOXHiW__active{background-color:var(--color-background-default);border-color:var(--color-border-selected)}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool.GeoreferencerMapControls-module-scss-module__HOXHiW__active svg,.GeoreferencerMapControls-module-scss-module__HOXHiW__tool.GeoreferencerMapControls-module-scss-module__HOXHiW__active svg path{fill:var(--color-icon-default)!important}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool{border-radius:8px;box-shadow:0 2px 8px #0000001a}.GeoreferencerMapControls-module-scss-module__HOXHiW__counter{background-color:var(--color-background-brand-default);min-width:18px;height:18px;color:var(--color-text-inverse);font-size:var(--ty-size-body);font-weight:var(--ty-weight-medium);z-index:1;border-radius:50%;justify-content:center;align-items:center;padding:0 4px;line-height:1;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 1px 3px #0003}.GeoreferencerMapControls-module-scss-module__HOXHiW__expandedPanel{background-color:var(--color-background-default);border:1px solid var(--color-border-default);z-index:1012;border-radius:8px;min-width:280px;max-width:500px;max-height:400px;margin-left:.5rem;position:absolute;bottom:0;left:100%;overflow-y:auto;box-shadow:0 4px 16px #00000026}.GeoreferencerMapControls-module-scss-module__HOXHiW__expandedPanel.GeoreferencerMapControls-module-scss-module__HOXHiW__searchPanel{margin-bottom:.5rem;margin-left:0;bottom:100%;left:0}.GeoreferencerMapControls-module-scss-module__HOXHiW__panelContent{padding:1rem}@media (max-width:768px){.GeoreferencerMapControls-module-scss-module__HOXHiW__infoButton{top:.5rem;left:.5rem}.GeoreferencerMapControls-module-scss-module__HOXHiW__bottomLeftControls{bottom:.5rem;left:.5rem}.GeoreferencerMapControls-module-scss-module__HOXHiW__expandedPanel{min-width:250px;max-width:450px}.GeoreferencerMapControls-module-scss-module__HOXHiW__tool{width:28px;height:28px}}.GeoreferencerMapControls-module-scss-module__HOXHiW__basemapList{max-height:300px;margin-left:-.5rem;padding:.5rem 0;overflow-y:auto}.GeoreferencerMapControls-module-scss-module__HOXHiW__basemapItem{cursor:pointer;border-radius:.5rem;align-items:center;padding:.5rem;transition:background-color .1s;display:flex}.GeoreferencerMapControls-module-scss-module__HOXHiW__basemapItem:hover{background-color:var(--color-background-subtle)}.GeoreferencerMapControls-module-scss-module__HOXHiW__basemapItem.GeoreferencerMapControls-module-scss-module__HOXHiW__active{background-color:var(--color-background-selected-default)}.GeoreferencerMapControls-module-scss-module__HOXHiW__basemapItem.GeoreferencerMapControls-module-scss-module__HOXHiW__disabled{pointer-events:none;opacity:.6}.GeoreferencerMapControls-module-scss-module__HOXHiW__preview{border:1px solid var(--color-border-default);border-radius:6px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.GeoreferencerMapControls-module-scss-module__HOXHiW__preview img{object-fit:cover;width:100%;height:100%}.GeoreferencerMapControls-module-scss-module__HOXHiW__title{margin-left:.75rem}@media (max-width:768px){.GeoreferencerMapControls-module-scss-module__HOXHiW__tool{width:28px;height:28px}}
.IncomingDuplicatesNotice-module-scss-module__LUJS3q__moreHint{padding:4px 8px}.IncomingDuplicatesNotice-module-scss-module__LUJS3q__dupsTableWrapper{border:1px solid var(--color-border-subtle);background:var(--color-background-default);max-height:200px;color:var(--color-text-default);border-radius:4px;overflow:auto}
.NoProjects-module-scss-module__NbmRKG__noProjectsContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex}.NoProjects-module-scss-module__NbmRKG__noProjectCardIcon{background-color:var(--color-background-subtle);border:1px solid var(--color-border-subtle);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}
/*# sourceMappingURL=0by7z5tmsuz_-.css.map*/