.search-overlay{z-index:2000;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:4rem;display:flex;position:fixed;top:0;left:0}.search-overlay .search-overlay-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#221d1cb3;width:100%;height:100%;position:absolute;top:0;left:0}.search-overlay .search-overlay-content{background-color:#f7f9f7;border-radius:.5rem;flex-direction:column;width:90%;max-width:600px;max-height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #221d1c4d}.search-overlay .search-overlay-content .search-overlay-header{border-bottom:1px solid #778da933;align-items:center;padding:.5rem;display:flex}.search-overlay .search-overlay-content .search-overlay-header .search-input-container{flex:1;align-items:center;display:flex;position:relative}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input-icon{color:#778da9;pointer-events:none;margin:0 1em}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input{color:#221d1c;background:0 0;border:none;outline:none;width:100%;font-size:1.1rem}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input::placeholder{color:#778da9}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input-loading{color:#2d6245;font-size:1.1rem;position:absolute;right:1rem}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close{color:#2d6245;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.2rem;transition:all .2s;display:flex}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close:hover{color:#221d1c;background-color:#2d62451a}.search-results{flex:1;max-height:calc(100vh - 200px);overflow:auto}.search-results .search-results-content{flex-direction:column;display:flex}.search-results .search-results-loading,.search-results .search-results-empty,.search-results .search-results-placeholder{text-align:center;color:#778da9;padding:1.5rem;font-size:.9rem;font-style:italic}.search-result-group .search-result-group-header{background-color:#778da90d;border-bottom:1px solid #778da91a;padding:.5rem 1rem .3rem}.search-result-group .search-result-group-header span{color:#d2ae37;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.search-result-group .search-result-group-items{flex-direction:column;display:flex}.search-result-item{cursor:pointer;border-bottom:1px solid #778da90d;justify-content:space-between;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex}.search-result-item:hover,.search-result-item.search-result-item--highlighted{background-color:#2d62451a}.search-result-item:active{background-color:#2d624533}.search-result-item .search-result-item-label{color:#221d1c;flex:1;font-size:.85rem;line-height:1.3}.search-result-item .search-result-item-details-btn{color:#778da9;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;gap:.5em;height:1.5rem;margin-left:.5rem;padding:0 .5em;font-size:.85rem;text-decoration:none;transition:all .2s;display:flex}.search-result-item .search-result-item-details-btn:hover{color:#2d6245;background-color:#778da933}.search-history .search-history-empty{text-align:center;color:#778da9;padding:1.5rem;font-size:.9rem;font-style:italic}.search-history .search-history-header{background-color:#778da90d;border-bottom:1px solid #778da91a;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.search-history .search-history-header .search-history-title{color:#d2ae37;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.search-history .search-history-header .search-history-clear{color:#778da9;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.7rem;transition:all .2s}.search-history .search-history-header .search-history-clear:hover{color:#221d1c;background-color:#778da91a}.search-history .search-history-items{flex-direction:column;display:flex}.search-history-item{cursor:pointer;border-bottom:1px solid #778da90d;justify-content:space-between;align-items:center;padding:.5rem 1rem;transition:all .2s;display:flex}.search-history-item:hover,.search-history-item.search-history-item--highlighted{background-color:#2d62451a}.search-history-item:active{background-color:#2d624533}.search-history-item .search-history-item-label{color:#221d1c;flex:1;font-size:.85rem;line-height:1.3}.search-history-item .search-history-item-delete{color:#778da9;cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:.5rem;font-size:.8rem;transition:all .2s;display:flex}.search-history-item .search-history-item-delete:hover{color:#221d1c;background-color:#778da933}@media (max-width:600px){.search-overlay{justify-content:stretch;align-items:stretch;padding:0}.search-overlay .search-overlay-backdrop{display:none}.search-overlay .search-overlay-content{width:100%;height:100%;max-height:100vh;box-shadow:none;border-radius:0}.search-overlay .search-overlay-content .search-overlay-header{color:#fff;background-color:#2d6245;padding:.25rem .5rem}.search-overlay .search-overlay-content .search-overlay-header .search-input-container{margin-right:1rem}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input{color:#fff}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input::placeholder{color:#f7f9f7b3}.search-overlay .search-overlay-content .search-overlay-header .search-input-container .search-input-icon{color:#d2ae37}.search-overlay .search-overlay-content .search-overlay-header .search-overlay-close{color:#fff;flex-shrink:0}.search-overlay .search-overlay-content .search-results{max-height:calc(100vh - 100px)}}.search-overlay{animation:.2s ease-out searchOverlayFadeIn}@keyframes searchOverlayFadeIn{0%{opacity:0}to{opacity:1}}.search-overlay-content{animation:.3s ease-out searchOverlaySlideIn}@keyframes searchOverlaySlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.restricted-basemap-popup .main-content{flex:1}.restricted-basemap-popup__actions{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5em;width:100%;margin-top:auto;padding-top:1rem;display:grid}.restricted-basemap-popup__actions .btn-link,.restricted-basemap-popup__actions .btn{width:100%}.restricted-basemap-popup__actions .btn-link{display:block}
.inspect-announcement-popup-content{flex-direction:column;height:100%;display:flex}.inspect-announcement-popup-content h3{color:#2d6245;margin-top:0}.inspect-announcement-popup-content .subtitle{color:#221d1c;opacity:.85;font-style:italic}.inspect-announcement-popup-content h4{color:#2d6245;margin-bottom:.5em}.inspect-announcement-popup-content .steps{margin-bottom:1.2em;padding-left:0;list-style:none}.inspect-announcement-popup-content .steps li{align-items:flex-start;gap:.75em;margin-bottom:.75em;display:flex}.inspect-announcement-popup-content .steps .step-icon{color:#f7f9f7;background-color:#2d6245;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2em;height:2em;display:flex}.inspect-announcement-popup-content .steps .step-text{flex:1}.inspect-announcement-popup-content .features{margin-bottom:1.2em;padding-left:1.2em}.inspect-announcement-popup-content .features li{margin-bottom:.4em}.inspect-announcement-popup-content .features em{opacity:.75}.inspect-announcement-popup-content .render-stack-preview,.inspect-announcement-popup-content .screenshot-preview{flex-direction:column;align-items:center;margin:0 0 1em;display:flex}.inspect-announcement-popup-content .render-stack-preview img,.inspect-announcement-popup-content .screenshot-preview img{border-radius:.5em;height:auto}.inspect-announcement-popup-content .render-stack-preview figcaption,.inspect-announcement-popup-content .screenshot-preview figcaption{text-align:center;color:#221d1c;opacity:.7;margin-top:.4em;font-size:.85em}.inspect-announcement-popup-content .render-stack-preview img{max-width:70%}@media (max-width:768px){.inspect-announcement-popup-content .render-stack-preview img{max-width:100%}}.inspect-announcement-popup-content .screenshot-preview img{max-width:50%}@media (max-width:768px){.inspect-announcement-popup-content .screenshot-preview img{max-width:100%}}.inspect-announcement-popup-content .screenshot-placeholder{margin:0 0 1em}.inspect-announcement-popup-content .screenshot-placeholder .screenshot-placeholder-box{color:#778da9;text-align:center;background-color:#778da914;border:2px dashed #778da9;border-radius:.6em;flex-direction:column;justify-content:center;align-items:center;gap:.5em;padding:1.5em 1em;font-size:.9em;display:flex}.inspect-announcement-popup-content .screenshot-placeholder .screenshot-placeholder-icon{font-size:1.8em}.inspect-announcement-popup-content .screenshot-placeholder figcaption{text-align:center;color:#221d1c;opacity:.7;margin-top:.4em;font-size:.85em}.inspect-announcement-popup-content .button-bar{flex-direction:row;gap:.6em;margin-top:auto;padding-top:1em;display:flex}@media (max-width:768px){.desktop-only{display:none}}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}}@media (max-width:400px){.reticle-preview{aspect-ratio:1;background:#fff;border-radius:.5em;justify-content:center;align-items:center;width:100%;max-width:500px;margin:0 auto 1em;display:flex;position:relative}.reticle-preview .reticle-corner{border:30px solid #221d1c;width:150px;height:150px;position:absolute}.reticle-preview .reticle-corner--tl{border-bottom:none;border-right:none;border-top-left-radius:40px;top:15px;left:15px}.reticle-preview .reticle-corner--tr{border-bottom:none;border-left:none;border-top-right-radius:40px;top:15px;right:15px}.reticle-preview .reticle-corner--bl{border-top:none;border-right:none;border-bottom-left-radius:40px;bottom:15px;left:15px}.reticle-preview .reticle-corner--br{border-top:none;border-left:none;border-bottom-right-radius:40px;bottom:15px;right:15px}.reticle-preview .reticle-dot{background-color:#d2ae37;border:20px solid #221d1c;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (max-width:400px) and (max-width:600px){.reticle-preview{max-width:300px}.reticle-preview .reticle-corner{border-width:18px;width:90px;height:90px}.reticle-preview .reticle-corner--tl{border-top-left-radius:24px;top:10px;left:10px}.reticle-preview .reticle-corner--tr{border-top-right-radius:24px;top:10px;right:10px}.reticle-preview .reticle-corner--bl{border-bottom-left-radius:24px;bottom:10px;left:10px}.reticle-preview .reticle-corner--br{border-bottom-right-radius:24px;bottom:10px;right:10px}.reticle-preview .reticle-dot{border-width:12px;width:48px;height:48px}}@media (max-width:400px) and (max-width:400px){.reticle-preview{max-width:200px}.reticle-preview .reticle-corner{border-width:12px;width:60px;height:60px}.reticle-preview .reticle-corner--tl{border-top-left-radius:16px;top:6px;left:6px}.reticle-preview .reticle-corner--tr{border-top-right-radius:16px;top:6px;right:6px}.reticle-preview .reticle-corner--bl{border-bottom-left-radius:16px;bottom:6px;left:6px}.reticle-preview .reticle-corner--br{border-bottom-right-radius:16px;bottom:6px;right:6px}.reticle-preview .reticle-dot{border-width:8px;width:32px;height:32px}}@media (max-width:400px){.inspect-announcement-popup-content .button-bar{flex-direction:column}}
