:root{--app-header-height: 68px;--sticky-header-height: 64px;--container-header-height: 44px;--input-control-height: 28px;--background-color: #F5F6FA;--red-color: #D3341E;--white-color: #FFFFFF;--black-color: #000;--theme-color: #0097E6;--contra-color: #FBC531;--secondary-contra-color: #8A78E5;--network-health-good-color: #44BD32;--network-health-bad-color: #E84118;--hard-text-color: #2F3640;--medium-text-color: #718093;--soft-text-color: #BBB;--dark-background: #353B48FC;--dark-background-secondary: rgba(255, 255, 255, .2);--light-background: linear-gradient(0deg, rgba(72, 126, 176, .05), rgba(72, 126, 176, .05)), #FFFFFF;--grey-tab: #E3E3E5;--insights-green: #25A6C4;--mild-light-blue: #B8C2C7;--light-blue: #E9F1F9;--primary-yellow: #FBC531;--gray600: #262626;--gray500: #707070;--gray400: #d0d5dd;--gray300: #EAECF0;--gray200: #F3F3F3;--gray100: #FAFAFA;--primary200: #0097E6;--primary100: #E0F1F9;--white100: #FFFFFF;--success400: #1B5918;--success300: #44BD32;--success200: #89F535;--success100: #DAF2D6;--warning300: #6F4206;--warning200: #F79009;--warning100: #FDE9CE;--error300: #970C15;--error200: #F1616A;--error100: #FCDFE1;--purple200: #9C88FF;--purple100: #F5F3FF;--font-8: 8px;--font-10: 10px;--font-12: 12px;--font-13: 13px;--font-14: 14px;--font-16: 16px;--font-18: 18px;--font-20: 20px;--font-24: 24px;--font-28: 28px}html{height:100%}body,html,main{margin:0;border:0;scrollbar-gutter:stable;-webkit-font-smoothing:antialiased;overscroll-behavior:none}body.dialog-open{overflow:hidden;scrollbar-gutter:unset}*,*:after,*:before{box-sizing:border-box}button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media(min-width:820px){.sticky-data-table-header{position:sticky!important;top:44px;min-height:56px!important;background:rgb(var(--v-theme-background));opacity:1;z-index:4!important;border-radius:12px 12px 0 0}}@keyframes progress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress-spinner-fade{0%{top:50%;opacity:0}to{top:50%;opacity:1}}.inline-progress-spinner{display:inline-block;width:15px;height:15px;margin-left:20px;margin-right:20px;transform:scale(.5)}.progress-spinner,.inline-progress-spinner{position:relative}.progress-spinner:before,.inline-progress-spinner.loading:before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:var(--background-color);opacity:.5;content:" "}.progress-spinner:after,.inline-progress-spinner.loading:after{position:absolute;opacity:1;z-index:2;top:50%;left:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;display:inline-block;animation:progress-spinner 1.5s infinite linear,progress-spinner-fade .5s 1 linear;background-image:url(/assets/progress-spinner-CbXBrjXR.svg);background-size:cover;background-position:center;background-repeat:no-repeat;transform-origin:50% 50%;content:" "}.welcome-style{--background-color: #262626;--text-color: #fff;--font-size: var(--font-14);--row-spacing: 15px;background:var(--background-color);color:var(--text-color);font-size:var(--font-size)}.welcome-style form{width:400px}@media screen and (max-device-width:420px){.welcome-style form{margin-right:10px;margin-left:10px;width:100%}}.welcome-style img.logo{width:auto;height:75px;margin-bottom:40px}.welcome-style div.custom-placeholder{position:relative;top:8px;left:8px;z-index:1;pointer-events:none;font-size:var(--font-12);padding-left:12px;color:#888;height:0}.welcome-style input[type=text].custom-placeholder,.welcome-style input[type=password].custom-placeholder,.welcome-style input[type=tel].custom-placeholder{padding-top:14px;padding-left:18px}.welcome-style input[type=text].invalid:focus,.welcome-style input[type=password].invalid:focus,.welcome-style input[type=tel].invalid:focus{box-shadow:0 0 2.5px 2.5px red;outline:none}.welcome-style input[type=text]:not(.invalid):focus,.welcome-style input[type=password]:not(.invalid):focus,.welcome-style input[type=tel]:not(.invalid):focus{border:4px solid var(--theme-color);outline:none;background-color:#ffffff1a;color:#ccc}.welcome-style input[type=text],.welcome-style input[type=password],.welcome-style input[type=tel]{width:100%;height:50px;padding-left:12px;padding-right:12px;border-radius:50px;border:4px solid rgba(0,0,0,0);margin-bottom:var(--row-spacing);font-size:var(--font-14);font-family:inherit;font-weight:400;color:var(--black-color);background-color:#ffffff1a;color:#ccc}.welcome-style input[type=text].invalid,.welcome-style input[type=password].invalid,.welcome-style input[type=tel].invalid{background:#faa;color:#262626}.welcome-style .button-row button{min-width:120px;height:40px;background:none;outline:none;background-color:var(--theme-color);border:none;border-radius:50px;font-size:var(--font-14);font-family:inherit;font-weight:400;color:#ddd}.welcome-style .button-row button:focus,.welcome-style .button-row button:hover{color:var(--white-color)}.welcome-style .button-row button:active{color:#ccc}.welcome-style .button-row button:disabled,.welcome-style .button-row button:disabled:hover{background:#282828;border:1px solid #282828;color:#4c4c4c!important;cursor:default!important}.welcome-style .button-row button::-moz-focus-inner{border:0}.welcome-style .button-row button{margin-left:10px}.welcome-style .button-row button:nth-child(1){margin-left:0}.welcome-style a{font-size:var(--font-14);color:#aaa;outline:none;text-decoration:none}.welcome-style a:focus:focus,.welcome-style a:hover:hover{color:#eee}.welcome-style a.blue{color:#3498db}.welcome-style a.blue:focus,.welcome-style a.blue:hover{color:#6cf}section{border-radius:24px;padding:20px 0;min-height:100px;font-size:var(--font-14);margin-bottom:24px;background-color:var(--white-color)}section .caption{color:var(--hard-text-color);font-size:var(--font-14);font-weight:500;display:flex;justify-content:space-between}section input.sub-query-blue.sub-query-blue{cursor:pointer;border:none;height:28px;width:28px;line-height:28px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20stroke='%23FFF'%20stroke-width='1.5'/%3e%3cline%20x1='12.0607'%20y1='12'%20x2='15.2426'%20y2='15.182'%20stroke='%23FFF'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-color:var(--theme-color);background-position:6px;border-radius:99px;padding:0;padding-left:28px!important;margin:0 10px 5px 0;transition:width .6s}section input.sub-query-blue.sub-query-blue:focus{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20stroke='%230097E6'%20stroke-width='1.5'/%3e%3cline%20x1='12.0607'%20y1='12'%20x2='15.2426'%20y2='15.182'%20stroke='%230097E6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-position:8px;background-color:#fff;border:2px solid var(--theme-color)!important;outline:none;width:140px!important;color:#666!important}section input.sub-query-blue.sub-query-blue.not-empty{width:140px;border:1px solid #ccc;color:#ccc;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20stroke='%230097E6'%20stroke-width='1.5'/%3e%3cline%20x1='12.0607'%20y1='12'%20x2='15.2426'%20y2='15.182'%20stroke='%230097E6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-position:10px;background-color:#fff}section input.sub-query.sub-query{cursor:pointer;display:inline-block;border:none;width:20px;height:30px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20stroke='%230097E6'%20stroke-width='1.5'/%3e%3cline%20x1='12.0607'%20y1='12'%20x2='15.2426'%20y2='15.182'%20stroke='%230097E6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-position:10px;border-radius:20px;padding:5px;padding-left:34px!important;transition:width .3s}section input.sub-query.sub-query:focus{border:2px solid var(--theme-color)!important;outline:none;width:140px!important;color:#666!important}section input.sub-query.sub-query.not-empty{width:140px;border:1px solid #ccc;color:#ccc}.main-bg-style{--background-color: #F5F6FA;--text-color: #444;background:var(--background-color);color:var(--text-color);font-size:var(--font-16)}.main-bg-style input[type=text]:focus{border:4px solid var(--theme-color);outline:none;background-color:#ffffff1a;padding-left:9px}.main-bg-style input[type=text]{width:100%;height:40px;padding-left:12px;padding-right:12px;border-radius:50px;border:1px solid #ccc;font-size:var(--font-14);font-family:inherit;font-weight:400;color:var(--black-color);background-color:#ffffff1a}.main-bg-style .button-row{display:flex}.main-bg-style .button-row button{min-width:120px;flex-shrink:0;height:40px;background:none;outline:none;background-color:var(--theme-color);border:none;border-radius:50px;font-size:var(--font-14);font-family:inherit;font-weight:400;color:var(--white-color)}.main-bg-style .button-row button:focus,.main-bg-style .button-row button:hover{opacity:.8}.main-bg-style .button-row button:active{color:#eee}.main-bg-style .button-row button:disabled,.main-bg-style .button-row button:disabled:hover{background:#0097e6;opacity:.5;cursor:default!important}.main-bg-style .button-row button::-moz-focus-inner{border:0}.main-bg-style a,.main-bg-style .link-style{background:none!important;border:none;padding:0;color:var(--theme-color);text-decoration:none;text-align:left;cursor:pointer}.nav-bg-style{--background-color: #F5F6FA;--text-color: #222;background:var(--background-color);color:var(--text-color)}.nav-bg-style a,.nav-bg-style .link-style{background:none!important;border:none;padding:0;color:var(--theme-color);text-decoration:none;font-size:var(--font-14);text-align:left;cursor:pointer}.table-style{--row-height: 51px}.table-style .table-grid{display:grid;grid-auto-rows:var(--row-height);align-items:start}.table-style .table-grid .header:first-child{padding-left:20px}.table-style .table-grid .header:last-of-type{text-align:right}.table-style .table-grid.full-height{height:calc(6 * var(--row-height))}.table-style .table-grid>*{height:var(--row-height);line-height:var(--row-height);overflow:hidden;border-top:1px solid #F3F4F6;font-size:var(--font-13)}.table-style .table-grid>* a div{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.table-style .table-grid>*.empty{border-top:none}.table-style .table-grid>*.header,.table-style select{color:var(--medium-text-color);border-top:none!important;font-size:var(--font-12);font-weight:500;white-space:nowrap;text-align:left;font-family:inherit;background:#487eb00d;border:none;padding:0;width:auto;cursor:pointer}.table-style .table-grid>*.header:last-child{text-align:right}.table-style select:focus,.table-style .header:not(.healthheader):focus{outline:none;color:var(--medium-text-color)}.table-style select{margin:12px auto!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:url("data:image/svg+xml,%3csvg%20width='11'%20height='6'%20viewBox='0%200%2011%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%200.535522L5.53555%205.07107L10.0711%200.535522'%20stroke='%238A78E5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-position:right center}.table-style select *{color:var(--black-color);text-transform:none}.table-style .header::-moz-focus-inner{border:0}.table-style a{font-size:var(--font-13);color:var(--theme-color);text-decoration:none}.table-style .totals-section{display:flex;justify-content:space-between;padding:20px 60px;font-size:var(--font-20);text-align:center;color:var(--hard-text-color)}.table-style .totals-text{font-size:var(--font-12);padding-top:5px;font-weight:500;color:var(--medium-text-color)}.table-style .arrow{display:inline-block;position:relative;width:20px;height:20px;line-height:20px;transform-origin:25% 75%}.table-style .arrow.selected{background:url("data:image/svg+xml,%3csvg%20width='11'%20height='10'%20viewBox='0%200%2011%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='1'%3e%3cpath%20d='M4.87305%209.31372L0.716193%205.15687L4.87305%201.00001'%20stroke='%23718093'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3crect%20x='10.25'%20y='5.41382'%20width='9.05285'%20height='0.5'%20rx='0.25'%20transform='rotate(180%2010.25%205.41382)'%20fill='none'%20stroke='%23718093'%20stroke-width='0.5'/%3e%3c/g%3e%3c/svg%3e") no-repeat;transform:rotate(90deg);margin-left:-5px;margin-right:10px}.table-style .arrow.descending{transform:rotate(270deg);transform-origin:75% 25%}.table-style .centered-col{text-align:center;padding:0 20px}.modal-window{--background-color: var(--white-color);background-color:var(--background-color);color:var(--hard-text-color);position:relative;overflow:hidden;padding:40px;border-radius:30px;font-size:var(--font-14)}.modal-window .caption{display:flex;justify-content:space-between;align-items:center;color:var(--hard-text-color);font-size:var(--font-14);text-align:left;font-weight:500}.modal-window .caption .exit-button{background:var(--theme-color);border:none;width:23px;height:23px;color:var(--white-color);border-radius:50px;font-size:var(--font-12)}.modal-window .link-style{background:none!important;border:none;padding:0;color:var(--theme-color);font-size:var(--font-14);text-align:left;cursor:pointer}.modal-window .button-row{display:flex;justify-content:center;align-items:center}.modal-window .button-row .cancel-button{background-color:var(--white-color);color:var(--theme-color)}.modal-window .button-row .cancel-button:hover{background:none;color:var(--theme-color)}.user-guide-style .user-guide-text{display:none;position:absolute;z-index:2;background-color:#000000b3;border-radius:10px;padding:20px;max-width:600px;min-width:350px;text-transform:none;color:var(--white-color);font-weight:400;font-size:var(--font-14);text-align:left}.user-guide-style .guide-icon{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='7.25'%20stroke='%23FBC531'%20stroke-width='1.5'/%3e%3cpath%20d='M9.37988%2011.7012C9.37988%2011.2249%209.43896%2010.8454%209.55713%2010.5625C9.67529%2010.2796%209.90804%209.96989%2010.2554%209.6333C10.6063%209.29313%2010.8283%209.05143%2010.9214%208.9082C11.0646%208.68978%2011.1362%208.45345%2011.1362%208.19922C11.1362%207.86263%2011.0521%207.60661%2010.8838%207.43115C10.7191%207.25212%2010.4756%207.1626%2010.1533%207.1626C9.84538%207.1626%209.59652%207.25033%209.40674%207.42578C9.22054%207.59766%209.12744%207.83219%209.12744%208.12939H7.82227C7.82943%207.49561%208.04427%206.9943%208.4668%206.62549C8.8929%206.25667%209.45508%206.07227%2010.1533%206.07227C10.873%206.07227%2011.4334%206.25488%2011.8345%206.62012C12.2391%206.98535%2012.4414%207.49561%2012.4414%208.15088C12.4414%208.73454%2012.1693%209.30924%2011.625%209.875L10.9644%2010.5249C10.728%2010.7935%2010.6063%2011.1855%2010.5991%2011.7012H9.37988ZM9.28857%2013.3716C9.28857%2013.1603%209.35482%2012.9902%209.4873%2012.8613C9.61979%2012.7288%209.79883%2012.6626%2010.0244%2012.6626C10.2536%2012.6626%2010.4344%2012.7306%2010.5669%2012.8667C10.6994%2012.9992%2010.7656%2013.1675%2010.7656%2013.3716C10.7656%2013.5685%2010.7012%2013.7332%2010.5723%2013.8657C10.4434%2013.9982%2010.2607%2014.0645%2010.0244%2014.0645C9.78809%2014.0645%209.60547%2013.9982%209.47656%2013.8657C9.35124%2013.7332%209.28857%2013.5685%209.28857%2013.3716Z'%20fill='%23FBC531'/%3e%3c/svg%3e");border-radius:50px;height:20px;width:20px;line-height:20px;text-align:center;font-size:var(--font-12);flex-shrink:0}.user-guide-style .guide-icon>*{min-width:400px;right:0;margin-top:15px;line-height:initial}.user-guide-style .guide-icon,.user-guide-style .caption>:first-child,.user-guide-style .light-caption>:first-child{position:relative}.user-guide-style .guide-icon .guide-icon,.user-guide-style .caption>:first-child .guide-icon,.user-guide-style .light-caption>:first-child .guide-icon{cursor:pointer}.user-guide-style .guide-icon .guide-icon:hover+.user-guide-text,.user-guide-style .caption>:first-child .guide-icon:hover+.user-guide-text,.user-guide-style .light-caption>:first-child .guide-icon:hover+.user-guide-text{display:block;top:100%;white-space:normal}#mobile-element{display:none}@media only screen and (max-width:1023px){.mobile-view html,.mobile-view body{width:100vw;max-width:100vw;overflow-x:hidden}.mobile-view body{position:relative}.mobile-view #mobile-element{display:block}.mobile-view .desktop-element{display:none!important}.mobile-view section{margin:0 20px 20px}.mobile-view .table-grid{overflow:auto}.mobile-view .table-grid button.header.healthheader{padding:0}.mobile-view .guide-icon{display:none}.mobile-view.modal-window.eula-modal{width:90vw}.mobile-view.modal-window.project-sharing-modal{width:90vw;padding:20px}.mobile-view.modal-window.project-sharing-modal .content{padding:0}.mobile-view.modal-window.project-sharing-modal .content .add-user-form{display:flex;flex-direction:column;margin:0}.mobile-view.modal-window.project-sharing-modal .content .add-user-form input{margin-bottom:5px}.mobile-view.modal-window.project-sharing-modal .content .add-user-form *{width:100%}.mobile-view.modal-window.project-details-modal{width:90vw;padding:20px}.mobile-view.modal-window.project-details-modal .content{min-width:unset;width:100%;position:static;padding:0}.mobile-view.modal-window.project-details-modal .content .indented-text{margin:0}.mobile-view.modal-window.project-details-modal .content .input-row{display:flex;flex-direction:column}.mobile-view.modal-window.project-details-modal .content .input-row *{width:100%}.mobile-view.modal-window.project-details-modal .content .input-row input{margin:5px 0}.mobile-view.modal-window.project-details-modal .content .tag-row{display:flex;flex-direction:column}.mobile-view.modal-window.project-export-modal{width:90vw;padding:20px}.mobile-view.modal-window.project-export-modal .content{min-width:unset;width:100%;position:static;padding:0}.mobile-view.modal-window.project-export-modal .content .indented-text{margin:0}.mobile-view.modal-window.project-export-modal .content .input-row{display:flex;flex-direction:column}.mobile-view.modal-window.project-export-modal .content .input-row input{margin:5px 0}.mobile-view.modal-window.project-export-modal .project-export-form .input-row{align-items:normal}.mobile-view.modal-window.project-export-modal .project-export-form .eka-checkbox-container .eka-checkmark{margin-left:79px}.mobile-view.modal-window.project-export-modal .project-export-form .eka-checkmark.ap-location-pos{margin-left:67px}.mobile-view.modal-window.project-export-modal .project-export-form .eka-checkmark.ap-model-and-name-pos{margin-left:22px}.mobile-view.modal-window.project-export-modal .project-export-form .input-row{grid-row-gap:10px}.mobile-view.modal-window.delete-project-modal{width:90vw;padding:20px}.mobile-view.sticky-header{padding:0 5px}.mobile-view.sticky-header div.flex-row.header{width:100%;margin:0;font-size:var(--font-12)}.mobile-view.sticky-header .name-and-floor *,.mobile-view.sticky-header .name-only{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-20)}.mobile-view .mobile-rating-selector input,.mobile-view .mobile-date-picker input,.mobile-view .mobile-frequency-band-selector input{width:100%;text-align:left;line-height:20px!important;margin:0!important}.mobile-view .mobile-frequency-selector{position:relative;background-color:#0000000d;height:40px;border-radius:25px;display:flex!important;align-items:center;justify-content:space-between}.mobile-view .mobile-frequency-selector label{margin:0}.mobile-view .mobile-frequency-selector label span{display:flex;height:33px;align-items:center}.mobile-view.main-screen .header-section{margin:20px}.mobile-view.main-screen .table-tabs label{margin:0}.mobile-view.main-screen .table-tabs label span{padding:8px 12px}.mobile-view.main-screen .caption{padding:0 10px!important}.mobile-view.main-screen .chart-component{margin:18px}.mobile-view.main-screen .mobile-actions.open{touch-action:none;display:block;height:100%;width:100%;z-index:2;padding:15px 25px 0}.mobile-view.app-header-component.back-link-visible .header>.logo-section .back-link{display:block}.mobile-view.app-header-component .header{padding:15px}.mobile-view.app-header-component .header>.logo-section>.logo{height:30px}.mobile-view.app-header-component .header>.logo-section .back-link img{width:40px;height:40px}.mobile-view.app-header-component .header .header-search-ui-component{flex:0;margin-right:60px}.mobile-view.app-header-component .header .search-input{width:40px;height:40px}.mobile-view.app-header-component .header .search-input .input-icon{top:50%;left:50%;transform:translate(-50%,-50%)}.mobile-view.app-header-component .header .search-input .input-icon.close-icon{top:calc(50% + 1px)}.mobile-view.app-header-component .header .arrow-icon{display:none}.mobile-view.app-header-component .header .result-window{width:100%;margin-left:-50%}.mobile-view.app-header-component .header:focus-within .logo-section,.mobile-view.app-header-component .header:focus-within .user-details{display:none}.mobile-view.app-header-component .header:focus-within .header-search-ui-component{justify-content:flex-end;flex:1;margin-right:0}.mobile-view.app-header-component .header:focus-within .header-search-ui-component .search-input{width:100%;margin-left:auto;transition:.25s}.mobile-view.app-header-component .header:focus-within .header-search-ui-component .input-icon{left:26px}.mobile-view.app-header-component .user-details{flex:0!important}.mobile-view.app-header-component .user-details div.details{display:none}.mobile-view .result-window{padding:0 20px!important}.mobile-view .project-navigator-component{display:none}.mobile-view .project-navigator-component.open{touch-action:none;display:block;position:absolute;height:100%;width:100%;z-index:2;padding:15px 25px 0}.mobile-view.project-screen{grid-template-columns:1fr!important}.mobile-view.project-screen .caption-section{margin:50px 20px 20px}.mobile-view.project-screen .caption-section .text>*{white-space:normal;font-size:var(--font-24)}.mobile-view.project-screen .dashboard-panel-component{grid-template-columns:1fr;grid-gap:0}.mobile-view.project-screen .screen-content{padding:0;width:100vw}.mobile-view.project-screen .screen-content .grid-section,.mobile-view.project-screen .screen-content .overview-grid{display:flex;flex-direction:column;grid-gap:0}.mobile-view.project-screen .screen-content section+.table-grid{grid-template-columns:1fr}.mobile-view.project-screen .mobile-actions{padding-bottom:25px}.mobile-view.project-screen .ap-info-popup{transform:scale(.8)}.mobile-view.project-screen .area-requirements-modal{transform:scale(.7);left:-30px!important}.mobile-view .mobile-navigator-icon{position:relative;z-index:3;right:0;width:40px;height:40px;background-color:var(--theme-color);border-radius:50%;text-align:center;font-size:32px;color:#fff}.mobile-view .mobile-navigator-icon div{padding:1px 0}.mobile-view .mobile-navigator-icon img{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);height:25px;width:25px}.mobile-view.sticky-header .text{flex-wrap:nowrap!important}.mobile-view.sticky-header label{margin:0}.mobile-view.sticky-header label span{padding:8px 12px}.mobile-view.sticky-header img.calendar-icon{transform:translate(-50%,-50%);left:50%;top:50%}.mobile-view.sticky-header input[type=button].date-range-picker{width:40px;height:40px;padding:0;margin:0}.mobile-view.account-screen{padding:20px 0}.mobile-view.account-screen section{padding:20px}.mobile-view.security-preference-screen{padding:20px 0}.mobile-view.security-preference-screen section{padding:20px}.mobile-view.notification-msg-component .notification{height:unset;min-height:80px;align-items:center;padding:20px 30px}.mobile-view.notification-msg-component .close-button{margin:0}.mobile-view.notification-msg-component span{word-break:break-all}}@media only screen and (max-width:1023px){.litepicker{right:0!important;left:unset!important}.litepicker .container__months.columns-2{width:calc((var(--litepicker-month-width)) + 20px)}.litepicker input,.litepicker select{-webkit-appearance:none}.litepicker select.month-item-year{padding:5px 18px!important;width:unset!important}}@media only screen and (max-width:1023px){.table-grid>*:not(.mobile-col):not(.extra-mobile-col):not(.header){display:none}div.project-table .project-table-component .table-grid{grid-template-columns:1fr 1fr auto}div.project-table .project-table-component .table-grid .health-col{padding-right:20px}div.project-table .project-table-component .table-grid .health-col .kpi-blob{text-align:end;margin-left:auto}div.project-table .project-table-component .table-grid>.header:not(:nth-child(2)):not(:last-of-type):not(:nth-child(6)){display:none}div.project-table .project-table-component .table-grid>.header:nth-child(11n+2),div.project-table .project-table-component .table-grid .name-and-tags{padding-left:10px}.main-screen section.survey-table .survey-table-component .totals-section{padding:20px 30px}.main-screen section.survey-table .survey-table-component .table-grid{grid-template-columns:auto 1fr 1fr;height:auto}.main-screen section.survey-table .survey-table-component .table-grid .name{padding-right:20px;text-align:end}.main-screen section.survey-table .survey-table-component .table-grid .header:nth-child(5){text-align:end}.main-screen section.survey-table .survey-table-component .table-grid .header:nth-child(4),.main-screen section.survey-table .survey-table-component .table-grid .distance{text-align:center}.main-screen section.survey-table .survey-table-component .table-grid>.header:not(:first-child):not(:nth-child(5)):not(:nth-child(4)){display:none}.project-screen section.survey-table .survey-table-component .totals-section{padding:20px 30px}.project-screen section.survey-table .survey-table-component .table-grid{grid-template-columns:1fr auto 1fr}.project-screen section.survey-table .survey-table-component .table-grid>*:not(.header):not(.date):not(.name){display:none}.project-screen section.survey-table .survey-table-component .table-grid .aps{display:block!important;text-align:end}.project-screen section.survey-table .survey-table-component .table-grid>.header:not(:first-child):not(:nth-child(6)):not(:nth-child(7)){display:none}section.device-table .device-table-component .totals-section{padding:20px 40px}section.device-table .device-table-component .table-grid{grid-template-columns:1fr 1fr auto}section.device-table .device-table-component .table-grid .device-count{padding-right:20px;text-align:end}section.device-table .device-table-component .table-grid .header:nth-child(11){text-align:end}section.device-table .device-table-component .table-grid .header:nth-child(3),section.device-table .device-table-component .table-grid .name{text-align:center}section.device-table .device-table-component .table-grid>:not(*:nth-child(11n+2)):not(*:nth-child(11n+4)):not(*:nth-child(11n+10)){display:none}section.device-table .device-table-component .table-grid:not(.dashboard)>*:nth-child(11n+10){display:none}section.device-table .device-table-component .table-grid:not(.dashboard)>*:nth-child(11n+5){display:block!important}.project-screen section.device-table .device-table-component .table-grid{grid-template-columns:1fr 1fr auto!important}section div.floor-kpi-table-component .table-grid{grid-template-columns:1fr auto 1fr}section div.floor-kpi-table-component .table-grid .header:last-child,section div.floor-kpi-table-component .table-grid .nw-health{text-align:end;justify-content:end}section div.floor-kpi-table-component .table-grid>.header:not(:first-child):not(:nth-child(2)):not(:last-of-type){display:none}section div.area-kpi-table-component .table-grid{grid-template-columns:1fr auto 1fr}section div.area-kpi-table-component .table-grid>.header:not(:first-child):not(:nth-child(2)):not(:last-of-type){display:none}section div.upload-list-component.table-grid{grid-template-columns:1fr 1fr}section div.upload-list-component.table-grid>.header:not(:first-child):not(:nth-child(2)){display:none}section div.upload-list-component.table-grid .clear-text{text-align:end;padding-top:0}section div.upload-list-component.table-grid .progress-bar:not(.succeeded){grid-column:1/4}section div.upload-list-component.table-grid .file-name:not(.succeeded){display:none}}@media only screen and (max-width:700px){.table-grid>.extra-mobile-col{display:none!important}div.project-table .project-table-component .table-grid{grid-template-columns:1fr auto;height:auto!important}div.project-table .project-table-component .table-grid>.header:nth-child(6){display:none}.main-screen section.survey-table .survey-table-component .table-grid{grid-template-columns:1fr 1fr}.main-screen section.survey-table .survey-table-component .table-grid>.header:nth-child(4){display:none}.project-screen section.survey-table .survey-table-component .table-grid{grid-template-columns:1fr 1fr}.project-screen section.survey-table .survey-table-component .table-grid>.header:nth-child(7){display:none}.project-screen section.survey-table .survey-table-component .table-grid>.header:nth-child(6),.project-screen section.survey-table .survey-table-component .table-grid .name{text-align:end}.project-screen section.survey-table .survey-table-component .table-grid .name{padding-right:20px}.project-screen section.survey-table .survey-table-component .table-grid .aps{display:none!important}.project-screen section.device-table .device-table-component .table-grid{grid-template-columns:1fr auto!important}.project-screen section.device-table .device-table-component .table-grid>:not(*:nth-child(11n+2)):not(*:nth-child(11n+4)){display:none}.project-screen section.device-table .device-table-component .table-grid>*:nth-child(11n+5){display:none!important}.main-screen section.device-table .device-table-component .table-grid{grid-template-columns:auto 1fr!important}.main-screen section.device-table .device-table-component .table-grid>*.name{display:none}.main-screen section.device-table .device-table-component .table-grid>*:nth-child(11n+4){display:block}.main-screen section.device-table .device-table-component .table-grid>*:nth-child(11n+3),.main-screen section.device-table .device-table-component .table-grid *:nth-child(11n+4){display:none}section div.floor-kpi-table-component .table-grid{grid-template-columns:1fr auto}section div.floor-kpi-table-component .table-grid>.header:nth-child(2){display:none}section div.area-kpi-table-component .table-grid{grid-template-columns:1fr auto}section div.area-kpi-table-component .table-grid>.header:nth-child(2){display:none}}@media only screen and (max-width:1440px){.hide-lg{display:none}}@media only screen and (max-width:1023px){.hide-md{display:none}}@media only screen and (max-width:700px){.hide-sm{display:none}}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transform:translate(0);transition:all .4s linear}.slide-enter-from,.slide-leave-to{transform:translate(100%)}.scrollbar-grey-radius ::-webkit-scrollbar{width:6px;border:10px solid var(--scrollbar-thumb-color)}.scrollbar-grey-radius ::-webkit-scrollbar-track{padding:0 9px}.scrollbar-grey-radius ::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:99px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.main-screen{position:relative;min-height:calc(100vh - var(--app-header-height) - var(--sticky-header-height));z-index:0}.main-screen .guide-icon{margin:0 7px}.main-screen .map-and-projects{display:flex;flex-direction:column;padding:0 0 20px}.main-screen .map-and-projects .caption{height:60px}.main-screen .map-section{flex:1;min-height:450px}.main-screen .caption{padding:0 20px}.main-screen .caption .table-header{font-weight:500;color:var(--header-text-color);font-size:var(--font-14)}.main-screen .caption .table-layout-toggle{display:flex;flex:1;justify-content:flex-end;min-width:60px}.main-screen .caption .table-header-container{font-weight:400;display:flex;flex:1;justify-content:start;color:var(--hard-text-color)}.main-screen .caption .table-header-container .sites-info-text{position:absolute;white-space:nowrap;left:105px;line-height:18px;font-size:var(--font-13)}.main-screen .caption .table-header-container .table-tabs{color:var(--hard-text-color)}.main-screen .caption div{align-self:center}.main-screen .caption input[type=radio]{display:none}.main-screen>*{margin:0 auto}.max-width-180{max-width:180px}.max-width-280{max-width:280px}.max-width-400{max-width:400px}.font-weight-600{font-weight:600!important}.text-subtitle-1[data-v-8833e1f9]{font-size:16px!important}.text-18[data-v-8833e1f9]{font-size:18px!important;font-weight:600}.green-marker::marker{color:rgb(var(--v-theme-fill-success-decorative))}
