.img-loading{width:100%}.activity-indicator-container{position:absolute;top:0;width:100%;display:flex;justify-content:center;z-index:401;-webkit-user-select:none;user-select:none}.activity-indicator-inner{background:#fff;box-shadow:0 0 12px var(--theme-light-1);padding:12px 24px;border-radius:0 0 4px 4px;display:flex;align-items:center;height:56px}.activity-indicator-icon{width:32px;height:32px;margin-right:24px}.activity-indicator-icon g{fill:var(--theme-red-2)}.activity-message-error{color:var(--theme-red-2)}.button{background-color:var(--theme-light-2);border:none;border-radius:4px;padding:12px 24px;font-family:Roboto,Work Sans,sans-serif;font-weight:500;cursor:pointer;color:var(--theme-dark-1);fill:var(--theme-dark-1);transition:.2s}.button-icon{padding:8px;display:flex;flex-direction:column;align-content:center}.button-icon svg{height:20px;max-width:20px}.button-icon g{fill:var(--theme-dark-1)}.button-switch-on,.button-switch-on g,.button-submit,.button-submit g{background-color:var(--theme-dark-2);color:var(--theme-light-2);fill:var(--theme-light-2)}.button-isSecondary{background-color:#fff;border:1px var(--theme-light-3) solid;color:var(--theme-dark-3);fill:var(--theme-dark-3)}.button-isSecondary:hover{border:1px var(--theme-dark-1) solid}.button:hover,.button-icon:hover g{background-color:var(--theme-dark-1);color:var(--theme-light-2);fill:var(--theme-light-2)}.button-switch-on:hover,.button-submit:hover{color:#fff;fill:#fff}.button-disabled,.button-disabled:hover{background-color:#fff;border:2px var(--theme-light-2) solid;color:var(--theme-light-2);fill:var(--theme-light-2);cursor:no-drop}form .input-container{margin-bottom:24px}.heading1{font-size:24pt;margin-bottom:24px}.heading4{font-weight:500;margin-bottom:24px}.paragraph{font-weight:500;float:left;margin-right:12px}.input-container{position:relative;display:flex;justify-content:flex-start;align-items:center}.label{padding-right:24px;cursor:text}.input{width:100%;padding:12px 18px;border:2px var(--theme-light-2) solid;border-radius:4px;background-color:#fff;font-family:Roboto,Work Sans,sans-serif;font-weight:500;transition:.2s;box-sizing:border-box}.input::placeholder{color:var(--theme-light-1)}.input:hover,.input:focus{border-color:var(--theme-dark-1)}.input.button-inside{padding-right:48px}.input-button-inside{position:absolute;right:0;width:28px;height:28px;margin:0 12px;cursor:pointer}.input-button-inside g{fill:var(--theme-light-2);transition:.2s}.input-button-inside:hover g,.input:hover+.input-button-inside g,.input:focus+.input-button-inside g{fill:var(--theme-dark-1)}.input.input--small{padding:6px 9px;font-size:.8rem}@media(max-width:420px){.input-container{flex-wrap:wrap}.label{margin-bottom:12px}}.radiogroup-container ul{list-style-type:none}.radio-item-container{display:flex;align-items:center;margin-bottom:6px;cursor:pointer}.radio-item-circle{width:24px;height:24px;background-color:var(--theme-light-2);border-radius:50%;margin-right:8px;display:flex;align-items:center;justify-content:center}.radio-item-circle-inner{width:12px;height:12px;border-radius:50%;transition:.2s}.radio-item-container:hover .radio-item-circle-inner{background-color:var(--theme-normal)}.radio-item-container-selected .radio-item-circle-inner,.radio-item-container-selected:hover .radio-item-circle-inner{background-color:var(--theme-dark-2)}.radio-item-text .tooltip svg{width:16px}.radio-item-text .tooltip{float:right}.radio-item-text .tooltip:after{width:160px;min-height:unset}.radio-item-text{display:inline-block;width:calc(100% - 32px)}.searchselect-container{position:relative}.searchselect-option-container{position:absolute;background-color:#fff;border:2px var(--theme-light-2) solid;border-radius:0 0 4px 4px;margin-top:-2px;width:100%;z-index:1}.searchselect-option-container ul{list-style-type:none}.searchselect-option-container-closed{display:none}.searchselect-option-item{padding:12px;border-bottom:1px var(--theme-light-2) solid;cursor:pointer}.searchselect-option-item:hover{background-color:var(--theme-light-2)}.searchselect-option-item.searchselect-option-item-disabled{cursor:auto}.searchselect-option-item:hover.searchselect-option-item-disabled{background-color:#fff}.searchselect-option-item:last-child{border:none}.slider-container{margin-left:12px;margin-right:12px;padding-top:24px;height:48px;position:relative}.slider-rail{position:absolute;width:100%;height:4px;margin-top:10px;border-radius:2px}.handle{position:absolute;z-index:1;width:16px;height:24px;margin-left:-8px;cursor:pointer;border-radius:4px;display:flex;flex-direction:column;align-items:center}.handle-text{margin-top:-20px;font-weight:500;font-size:10pt;background-color:#fff;padding:0 8px;border-radius:4px;border:1px var(--theme-light-2) solid;transition:.2s;color:var(--theme-normal)}.track{position:absolute;height:4px;margin-top:10px;border-radius:2px}.slider-rail{background-color:var(--theme-light-2)}.handle,.track{background-color:var(--theme-normal)}.slider-root:hover .handle{background-color:var(--theme-dark-1)}.slider-root .handle:hover{background-color:var(--theme-dark-2);z-index:2}.slider-root:hover .handle-text{color:var(--theme-dark-1)}.slider-root .handle:hover .handle-text{color:var(--theme-dark-2);background-color:var(--theme-light-1);border:1px var(--theme-light-1) solid}.switch-container ul{list-style-type:none;display:flex;justify-content:stretch;border-radius:4px;background-color:var(--theme-light-2)}.switch-switchoption{cursor:pointer;width:100%;transition:.2s;display:flex;justify-content:center;align-items:center;color:var(--theme-dark-1);border-right:1px solid #fff}.switch-switchoption:first-child{border-radius:4px 0 0 4px}.switch-switchoption:last-child{border-radius:0 4px 4px 0;border-right:none}.switch-switchoption-selected{color:#fff;background-color:var(--theme-dark-2)}.switch-switchoption:hover{background-color:var(--theme-dark-1);color:var(--theme-light-2)}.switch-container-disabled .switch-switchoption,.switch-container-disabled .switch-switchoption:hover{cursor:no-drop;color:#fff;background-color:var(--theme-light-2)}.switch-container-disabled .switch-switchoption-selected,.switch-container-disabled .switch-switchoption-selected:hover{background-color:var(--theme-dark-1);color:var(--theme-light-2)}.switchoption-image{width:52px;height:52px}.switchoption-image img{width:48px;height:48px;margin:2px;border-radius:2px}.switchoption-text{font-weight:500;padding:8px 6px}.async-loading-indicator{display:flex;height:100vh;width:100%;justify-content:center;align-items:center;align-content:center}.async-loading-indicator img{width:38px;height:38px}.profiler-table{width:100%;background-color:#fff;color:#363636}.profiler-table td,.profiler-table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.profiler-table .shaded{background-color:#b9c6d1}.modal{position:fixed;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:2px;background-color:#fff;box-shadow:0 0 12px var(--theme-light-1);z-index:1001;border:2px solid white;width:100%;min-width:320px;padding:1rem}.modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1000}.modal__close{width:20px;height:20px;position:absolute;right:0;top:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal__close:after{display:inline-block;content:"×";font-size:1.5rem}.table{border-spacing:0;width:100%}.table thead th>div{font-weight:600;display:flex;align-items:center}.table thead th>div .table__sort_icon{margin-left:.5rem;width:1rem;height:1rem}.table th,.table td{margin:0;padding:.5rem;background-color:#fff;box-sizing:border-box}.table thead tr:last-child th{border-bottom:1px solid #dbdbdb}.table th{white-space:nowrap}.table td{border-bottom:1px solid #dbdbdb;background-color:#fff}.pagination{padding:.5rem}.table .tr.active td{background-color:#d3e1ee}.table .tr.active .content-actions button svg path{fill:#4f5d66}.table .tr.active .content-actions button.redo-icon,.table .tr.active .content-actions button.bin-icon{background-color:#4f5d66;border-radius:50%}.table .tr.active .content-actions button.redo-icon svg path,.table .tr.active .content-actions button.bin-icon svg path{fill:#d3e1ee}.table .tr.clickable{cursor:pointer}.table__scroll{position:relative;width:100%;z-index:1;margin:auto;overflow:auto}.table__maxHeight{height:40vh}.table__scroll::-webkit-scrollbar{-webkit-appearance:none}.table__scroll::-webkit-scrollbar:vertical{width:11px}.table__scroll::-webkit-scrollbar:horizontal{height:11px}.table__scroll::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid white;background-color:#00000080}.table__scroll::-webkit-scrollbar-track{background-color:#fff;border-radius:8px}.table thead th.grupeTitle>div{justify-content:center}.table__scroll .table thead th{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}.table__scroll .table.isScrollY thead th{background-color:#b9c6d1}.table th.highlighted{background-color:#edf3f8!important}.table td.highlighted{background-color:#edf3f8}.table__scroll .table thead th.sticky{position:-webkit-sticky;position:sticky;left:0;z-index:5}.table tr th.grupeTitle{border-bottom:1px solid #dbdbdb}.table__scroll .table.isScrollX tr th.sticky{background-color:#b9c6d1}.table__scroll td.sticky{position:-webkit-sticky;position:sticky;left:0;z-index:2}.table__scroll .table.isScrollX td.sticky{background-color:#b9c6d1}.table .label-name{white-space:nowrap;display:flex;justify-content:space-between}.table .label-name>div{margin-left:.5rem}.table--location .table__scroll .table thead tr:last-child th{top:35px}.table .select__value-container{padding:0;min-height:unset;max-height:1rem}.table .select__control{min-height:unset;max-height:1rem}.table .select__indicator.select__dropdown-indicator{padding:0 8px;max-height:1rem}.login-container{height:100vh;padding:36px;display:flex;justify-content:center;align-items:center}.login-container>div{width:480px}.button-right{text-align:right}@media(max-width:420px){.login-container>div{width:320px}}.sitenotfound-container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.panel-base{width:360px;padding-right:36px;margin-bottom:calc(var(--header-height) + 36px + 36px)}.editor-entry-container{overflow:hidden;display:flex;flex-direction:column}.editor-entry-input{width:224px}.editor-entry-input[type=checkbox]{margin-top:10px}.editor-entry-transform{margin-bottom:12px}.editor-entry-transform:last-child,.editor-entry-mode-simple .editor-entry-transform:last-child{margin-bottom:0}.editor-entry-mode-simple .editor-entry-transform{margin-bottom:24px}.editor-entry-transform-slider-textboxes{display:flex;justify-content:space-between;margin-top:8px;margin-left:12px;margin-right:12px}.editor-entry-transform-slider-textboxes-input{width:128px}.editor-entry-transform-slider-textboxes-input:last-child .editor-entry-transform-slider-textboxes-input-inner{text-align:right}.panel-item-container{margin-bottom:24px;border-left:4px var(--theme-light-2) solid;padding-left:8px;transition:.2s;overflow:visible}.panel-item-container:hover{border-left:4px var(--theme-normal) solid}.panel-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-item-header .heading4{margin:0}.panel-item-buttons{display:flex;flex-direction:row-reverse;align-items:center}.panel-item-buttons>div{margin-left:12px}.panel-item-content ul{list-style-type:none}.search-container{margin-left:36px;display:flex;align-items:center}.search-input{width:360px}.search-result-options-list{height:var(--header-height);overflow:scroll}.user-panel-about{display:flex;flex-flow:column}.user-panel-about-components{margin-left:24px;list-style-type:symbols(cyclic "—")}.user-panel-about-components li{margin-top:12px}.tabs.tabs-with-bar{padding-top:95px}.alert-container{width:100vw;height:100vh;top:0;left:0;background-color:#4f5d6680;display:flex;align-items:center;justify-content:center}.alert{box-shadow:0 0 12px var(--theme-light-1);border-radius:12px;padding:24px;background-color:#fff;min-height:155px;min-width:310px;max-width:465px;display:flex;flex-direction:column;justify-content:space-between}.alert-buttons{display:flex;justify-content:flex-end}.alert-buttons>div{margin-left:12px}.configuration-save-dialog{display:flex;align-items:center;margin-bottom:32px}.configuration-save-dialog>*:first-child{margin-right:12px}.selected-attributes-list{list-style-type:none;display:flex;flex-wrap:wrap}.selected-attributes-list li{margin-right:8px;margin-bottom:2px;font-size:10pt;border:1px var(--theme-light-2) solid;color:var(--theme-dark-2);border-radius:8px;padding:0 8px}.configuration-section-title{background-color:var(--theme-light-2);padding:.5rem;margin-bottom:1rem;font-weight:600}.composition-draft-wrapper>p{margin-bottom:1rem}.composition-draft-wrapper>.input-container{margin-bottom:1rem}.composition-draft-wrapper__buttons{margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:flex-end}.button-composition{font-size:.7rem;padding:.5rem 1rem;margin-top:1rem;border-radius:25px}.metadata-visualization{margin:12px 0}.metadata-visualization p{margin-bottom:12px}.metadata-visualization ul{list-style-type:none}.metadata-visualization li{transition:.2s;border-bottom:1px white solid;display:flex}.metadata-visualization li:hover{border-bottom:1px var(--theme-light-2) solid}.metadata-name{flex-grow:2}.metadata-value{font-weight:500;display:block;text-align:right}._chip_1dr68_1{margin-right:8px!important;margin-bottom:8px!important}.item-description{color:var(--theme-dark-2)}.search-field{display:flex;align-items:center;justify-content:space-between;margin-bottom:64px}.search-info-button button,.search-info-button button:hover{background-color:#fff;padding:0}.search-info-button button g{fill:var(--theme-light-1);transition:.2s}.search-info-button button:hover g{fill:var(--theme-dark-2)}.tab{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:36px;color:var(--theme-light-1)}.tab.tab--disable{color:var(--theme-dark-2);opacity:.3}.tab:hover{color:var(--theme-dark-2)}.tab:hover .tab-icon g,.tab:hover .tab-icon path{fill:var(--theme-dark-2)}.tabs li[aria-selected=true] .tab{color:var(--theme-dark-2);border-left:12px var(--theme-dark-2) solid;padding-right:12px}.tab-icon{width:36px;height:36px;margin-bottom:4px;text-align:center}.tab-icon svg{width:100%;height:100%}.tab-icon g,.tab-icon path{fill:var(--theme-light-1)}.tabs li[aria-selected=true] .tab .tab-icon g,.tabs li[aria-selected=true] .tab .tab-icon path{fill:var(--theme-dark-2)}.tab-text{font-size:11pt;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;width:100%;text-align:center}.quota-bar{display:flex;align-content:center;align-items:center;justify-content:space-between;padding:12px 24px 12px 36px;background-color:var(--theme-red-2);color:#fff;font-weight:500}.quota-bar .quota-bar__cta{transition:.2s;margin-left:12px;padding:8px;background-color:#fff;box-shadow:0 0 12px var(--theme-light-1);color:var(--theme-red-2);border-radius:4px;text-decoration:none}.quota-bar .quota-bar__cta:hover{color:#fff;background-color:var(--theme-normal)}.quota-bar .quota-bar__cta--close{position:absolute;top:0;left:0;padding:0;width:18px;height:18px;display:flex;justify-content:center;align-items:center;font-size:12px;cursor:pointer}.quota-bar .quota-bar__cta--close:before,.quota-bar .quota-bar__cta--close:after{position:absolute;left:8px;content:" ";height:12px;width:2px;background-color:#fff}.quota-bar .quota-bar__cta--close:before{transform:rotate(45deg)}.quota-bar .quota-bar__cta--close:after{transform:rotate(-45deg)}.advanced-mode-request{width:360px;padding-right:36px;margin-bottom:calc(var(--header-height) + 36px + 36px)}.advanced-mode-request a{margin-top:1rem;color:var(--theme-dark-2);text-decoration:none;display:inline-block}.content-tabs{margin-bottom:3rem;position:relative}.content-tabs__tabs{border-bottom:1px solid #ddd}.content-tabs__tabs span{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em;cursor:pointer;color:var(--theme-light-1);display:inline-block}.content-tabs__tabs span:hover{color:var(--theme-normal)}.content-tabs__tabs span.active{border-bottom:1px solid var(--theme-dark-2);color:var(--theme-dark-2)}.content-tabs__tabs span.disabled{opacity:.8;cursor:not-allowed}.content-tabs.content-tabs--inline{display:inline-block}.content-tabs.content-tabs--inline .content-tabs__tabs{margin:1rem 0}.manager .content-tabs .activity-indicator-container{top:50%;left:50%;transform:translate(-50%,-50%)}.profiler__content{padding:1rem 10rem}.profiler__content>h1{color:#667883;border-bottom:1px solid #ddd;padding-bottom:.5rem;margin:1rem 1rem 2rem 0rem;text-transform:uppercase;letter-spacing:2px;font-size:1.5rem;font-weight:600}.profiler__content__data{width:100%;max-width:920px}.profiler__content__data img{max-height:290px;width:auto}.profiler__content__data h5{margin:1rem 1rem 1rem 0rem;border-bottom:1px solid #ddd;padding-bottom:.5rem;height:32px;display:flex;align-items:center}.profiler__content__data p{margin-bottom:1rem;line-height:1.5;letter-spacing:0}.profiler__nodata{display:flex;min-height:calc(100vh - 78px);justify-content:center;align-content:center;align-items:center}.profiler__nodata>div.highlighted{width:100%;background-color:#d3e1ee;padding:3rem 10rem}.profiler__nodata>div,.profiler__nodata p{text-align:center;font-weight:500;font-family:Roboto,Work Sans,sans-serif}.profiler__nodata img{width:32px;height:auto}.boundaries-map{width:600px;height:400px;box-shadow:0 0 12px var(--theme-light-1);overflow:hidden}.boundaries-map-leaflet{position:relative;height:100%}.mde-header{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:stretch;border-bottom:1px solid #c8ccd0;border-radius:2px 2px 0 0;background:#f9f9f9}.mde-header .mde-tabs{display:flex;flex-direction:row}.mde-header .mde-tabs button{border-radius:2px;margin:6px 3px;background-color:transparent;border:1px solid transparent;cursor:pointer}.mde-header .mde-tabs button:first-child{margin-left:6px}.mde-header .mde-tabs button.selected{border:1px solid #c8ccd0}.mde-header .svg-icon{width:1em;height:1em;display:inline-block;font-size:inherit;overflow:visible;vertical-align:-.125em}.mde-header ul.mde-header-group{margin:0;padding:10px;list-style:none;display:flex;flex-wrap:nowrap}.mde-header ul.mde-header-group.hidden{visibility:hidden}.mde-header ul.mde-header-group li.mde-header-item{display:inline-block;position:relative;margin:0 4px}.mde-header ul.mde-header-group li.mde-header-item button{text-align:left;cursor:pointer;height:22px;padding:4px;margin:0;border:none;background:none;color:#242729}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:before{animation-name:tooltip-appear;animation-duration:.2s;animation-delay:.5s;animation-fill-mode:forwards;opacity:0;position:absolute;z-index:1000001;width:0;height:0;color:#000c;pointer-events:none;content:"";border:5px solid transparent;top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#000c}.mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover:after{animation-name:tooltip-appear;animation-duration:.2s;animation-delay:.5s;animation-fill-mode:forwards;font-size:11px;opacity:0;position:absolute;z-index:1000000;padding:5px 8px;color:#fff;pointer-events:none;content:attr(aria-label);background:#000c;border-radius:3px;right:50%;bottom:100%;transform:translate(50%);margin-bottom:5px;white-space:nowrap}.mde-textarea-wrapper{position:relative}.mde-textarea-wrapper textarea.mde-text{width:100%;border:0;padding:10px;vertical-align:top;resize:vertical;overflow-y:auto}.mde-preview .mde-preview-content{padding:10px}.mde-preview .mde-preview-content p,.mde-preview .mde-preview-content blockquote,.mde-preview .mde-preview-content ul,.mde-preview .mde-preview-content ol,.mde-preview .mde-preview-content dl,.mde-preview .mde-preview-content table,.mde-preview .mde-preview-content pre{margin-top:0;margin-bottom:16px}.mde-preview .mde-preview-content h1,.mde-preview .mde-preview-content h2,.mde-preview .mde-preview-content h3{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25;border-bottom:1px solid #eee;padding-bottom:.3em}.mde-preview .mde-preview-content h1{font-size:1.6em}.mde-preview .mde-preview-content h2{font-size:1.4em}.mde-preview .mde-preview-content h3{font-size:1.2em}.mde-preview .mde-preview-content ul,.mde-preview .mde-preview-content ol{padding-left:2em}.mde-preview .mde-preview-content blockquote{margin-left:0;padding:0 1em;color:#777;border-left:.25em solid #ddd}.mde-preview .mde-preview-content blockquote>:first-child{margin-top:0}.mde-preview .mde-preview-content blockquote>:last-child{margin-bottom:0}.mde-preview .mde-preview-content code{padding:.2em 0;margin:0;font-size:90%;background-color:#0000000a;border-radius:3px}.mde-preview .mde-preview-content code:before,.mde-preview .mde-preview-content code:after{letter-spacing:-.2em;content:" "}.mde-preview .mde-preview-content pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.mde-preview .mde-preview-content pre code{display:inline;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.mde-preview .mde-preview-content pre code:before,.mde-preview .mde-preview-content pre code:after{content:none}.mde-preview .mde-preview-content pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.mde-preview .mde-preview-content a{color:#4078c0;text-decoration:none}.mde-preview .mde-preview-content a:hover{text-decoration:underline}.mde-preview .mde-preview-content>*:first-child{margin-top:0!important}.mde-preview .mde-preview-content>*:last-child{margin-bottom:0!important}.mde-preview .mde-preview-content:after{display:table;clear:both;content:""}.mde-preview .mde-preview-content table{display:block;width:100%;border-spacing:0;border-collapse:collapse}.mde-preview .mde-preview-content table thead th{font-weight:700}.mde-preview .mde-preview-content table th,.mde-preview .mde-preview-content table td{padding:6px 13px;border:1px solid #c8ccd0}.react-mde{border:1px solid #c8ccd0;border-radius:2px}.react-mde *{box-sizing:border-box}.react-mde .invisible{display:none}.react-mde .image-tip{-webkit-user-select:none;user-select:none;display:flex!important;padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:gray;background-color:#f9f9f9;border-top:1px solid #c8ccd0;position:relative}.react-mde .image-tip .image-input{min-height:0;opacity:.01;width:100%!important;position:absolute;top:0;left:0;padding:5px;cursor:pointer}ul.mde-suggestions{position:absolute;min-width:180px;padding:0;margin:20px 0 0;list-style:none;cursor:pointer;background:#fff;border:1px solid #c8ccd0;border-radius:3px;box-shadow:0 1px 5px #1b1f2326}ul.mde-suggestions li{padding:4px 8px;border-bottom:1px solid #e1e4e8}ul.mde-suggestions li:first-child{border-top-left-radius:2px;border-top-right-radius:2px}ul.mde-suggestions li:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}ul.mde-suggestions li:hover,ul.mde-suggestions li[aria-selected=true]{color:#fff;background-color:#0366d6}.manager-content{padding:1rem 1.5rem;width:100%;max-width:1200px;margin:0 auto}.manager-content__table-wrapper{height:320px;max-height:320px;min-height:320px;overflow-y:auto;overflow-x:auto}.manager-content__table{width:100%;background-color:#fff;color:#363636;overflow-y:auto}.manager-content__table td{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:middle;cursor:default}.manager-content__table .highlighted{background-color:#d3e1ee66}.manager-content__table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:middle}.manager-content h5{margin:1rem 1rem 1rem 0rem;border-bottom:1px solid #ddd;padding-bottom:.5rem;height:32px;display:flex;align-items:center}.manager-content__container{display:flex;margin-bottom:1rem}.manager-content__container .key-notes{width:100%}.manager-content .content-tabs{margin-top:0}.manager-content__table tr.active{background-color:#d3e1ee}.manager-content__table .manager-content__address{margin-right:40px;display:inline-block}.manager-content__table .manager-content__input-edited{color:#00f;font-weight:900}.manager-content__table .manager-content__input:disabled{cursor:not-allowed}.manager-content__table .pointer{cursor:pointer}.manager-content .content-tabs__tabs{margin-bottom:0}.manager-content__no-rating{width:100%;background-color:#d3e1ee;margin:0 0 1rem;padding:.5em 1rem}.manager-content__input{width:100%}.manager-content__table td.manager-content__table--nop{padding:0 .75em}.manager-content__table .manager-content__table__additional_header th{border:none}.manager-content__table .manager-content__table__additional_header th.subtitle{border-bottom:1px solid #dbdbdb;text-align:center}.manager-content__container__actions{display:flex}.content_search_wrapper{padding:0 .5rem;border-bottom:1px solid #ddd;position:relative}.content_search_wrapper .content-search__select{z-index:10;width:50%}.auto-growing-input,.auto-growing-field{cursor:text;display:block;white-space:nowrap;position:relative}.auto-growing-field{cursor:pointer}.auto-growing-field.auto-growing-input--edited,.auto-growing-input.auto-growing-input--edited{font-weight:bolder;color:var(--theme-dark-2);text-decoration:underline}.auto-growing-input__tooltip.tooltip{display:block}.auto-growing-input__tooltip.tooltip:after{padding:.5rem 1rem;min-height:unset;min-width:unset;max-width:unset;cursor:default;bottom:1.3rem;white-space:nowrap}.auto-growing-input.auto-growing-input--read-only{cursor:pointer}.checkbox{display:block;position:relative;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:20px;min-height:20px}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#eee}.checkbox:hover input~.checkmark{background-color:#ccc}.checkbox input:checked~.checkmark{background-color:#4f5d66}.checkmark:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkmark:after{display:block}.checkbox .checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.key-notes .key-notes__editor.key-notes__editor--preview{border:none;margin:-10px}.key-notes .key-notes__editor.key-notes__editor--preview .mde-header,.key-notes .key-notes__editor .mde-tabs{display:none}.key-notes .key-notes__actions svg path{fill:var(--theme-dark-2)}.key-notes .key-notes__actions button{cursor:pointer}.key-notes .key-notes__actions button:hover{opacity:.6}.key-notes .key-notes__actions{margin-left:.5rem}.tabs{z-index:402;position:fixed;top:var(--header-height);height:100%;display:grid;grid-template-columns:120px auto;grid-template-rows:auto;padding-top:36px;background-color:#fff;box-shadow:0 0 12px var(--theme-light-1)}.tabs.tabs--iframe{top:0}.tablist{grid-column-start:1;display:flex;flex-direction:column}.tablist .spacer{flex-grow:.8}.panel{position:relative;grid-column-start:2;overflow:auto}.profiler{margin-left:120px}.profiler .react-mde{width:100%;max-width:720px}.profiler__header{background-color:#d3e1ee;padding:3rem 10rem}.profiler__header h2{font-size:2.5rem;font-weight:700;color:#4a4a4a}.profiler__header h2 small{font-size:1rem;display:block;font-weight:400}:root{--header-height: 78px;--theme-light-2: #d3e1ee;--theme-light-1: #b9c6d1;--theme-light-3: #E5E5E5;--theme-normal: #879fae;--theme-dark-1: #667883;--theme-dark-2: #4f5d66;--theme-dark-3: #697782;--theme-red-1: #f03b20;--theme-red-2: #bd0026;--theme-yellow-1: #d5d791;--theme-yellow-2: #efef6e}@font-face{font-family:Roboto,Work Sans,sans-serif;font-style:normal;font-weight:300;src:local("Work Sans Light"),local("WorkSans-Light"),url(/assets/WorkSans-Light-CtLFyPCk.ttf)}@font-face{font-family:Roboto,Work Sans,sans-serif;font-style:normal;font-weight:500;src:local("Work Sans Medium"),local("WorkSans-Medium"),url(/assets/WorkSans-Medium-DkVXBv_4.ttf)}html,body,div,form,fieldset,legend,caption,label,h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,input,button{font-size:100%;font-weight:400;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:transparent;box-sizing:border-box;font-family:Roboto,Work Sans,sans-serif;font-weight:300;letter-spacing:-.3pt}table{border-spacing:0;border-collapse:collapse}th,td{text-align:left;vertical-align:top}img,button{border:none}*{outline:0!important}#alert-stack{position:fixed;z-index:99999;top:0;left:0;right:0}.marker-cluster-small{background-color:#3274a3!important}.marker-cluster-small div{background-color:#2a81cb!important;color:#fff!important}.marker-cluster-medium{background-color:#3274a3!important}.marker-cluster-medium div{background-color:#2a81cb!important;color:#fff!important}.profileAvatar{cursor:pointer;width:40px;height:40px;border-radius:20px;background-color:#bdbdbd;display:flex;flex-flow:column;text-align:center;justify-content:center;color:#fff;margin-top:16px;margin-right:16px}.MuiChip-colorPrimary,.MuiChip-outlinedPrimary{color:#000000de!important}.mde-header .mde-tabs button{padding-left:4px;padding-right:4px}.mde-header .mde-tabs button.selected{background-color:var(--theme-light-2);color:#000000de!important;font-weight:500}.mde-header .mde-tabs button:hover{background-color:var(--theme-dark-1);color:#fff}.mde-header .mde-tabs button.selected:hover{background-color:var(--theme-light-2);color:#000000de!important;font-weight:500}.map-building-container{position:relative;width:100%;height:400px}.map-building-leaflet{position:relative;height:100%;z-index:50}.new-building-container .search-container{z-index:60;position:relative;margin-left:0;margin-bottom:16px}.asset-viewer-component .content-files__wrapper{max-height:450px!important}.asset-viewer-image-content{cursor:pointer}
