/*$include_AreaMeasurement2D: false !default;
$include_AreaMeasurement3D: false !default;
$include_Attribution: true !default;
$include_BasemapGallery: false !default;
$include_BasemapLayerList: false !default;
$include_BasemapToggle: true !default;
$include_Bookmarks: false !default;
$include_BrowseItems: false !default;
$include_ClassedColorSlider: false !default;
$include_ClassedSizeSlider: false !default;
$include_ColorPicker: false !default;
$include_Compass: false !default;
$include_ColorSizeSlider: false !default;
$include_ColorSlider: false !default;
$include_CoordinateConversion: false !default;
$include_DatePicker: false !default;
$include_Daylight: false !default;
$include_Directions: false !default;
$include_DirectLineMeasurement3D: false !default;
$include_DistanceMeasurement2D: false !default;
$include_Editor: false !default;
$include_Expand: true !default;
$include_Feature: true !default;
$include_FeatureForm: false !default;
$include_FeatureTemplates: false !default;
$include_HeatmapSlider: false !default;
$include_Histogram: false !default;
$include_HistogramRangeSlider: false !default;
$include_HorizontalSlider: false !default;
$include_ItemList: false !default;
$include_LayerList: true !default;
$include_Legend: true !default;
$include_LineOfSight: false !default;
$include_Measurement: false !default;
$include_NavigationToggle: false !default;
$include_OpacitySlider: false !default;
$include_Print: false !default;
$include_Popup: true !default;
$include_RasterSymbologyEditor: false !default;
$include_RendererSlider: false !default;
$include_ScaleBar: true !default;
$include_ScaleRangeSlider: false !default;
$include_Search: true !default;
$include_SizeSlider: false !default;
$include_Sketch: false !default;
$include_Slice: false !default;
$include_Slider: false !default;
$include_Spinner: true !default;
$include_Swipe: false !default;
$include_TimePicker: false !default;
$include_TimeSlider: false !default;
$include_Zoom: true !default;*/
calcite-button[theme="light"].esri-share__share-button {
  --calcite-ui-foreground-1: #6a6a6a;
  --calcite-button-light: rgba(255, 255, 255, 0);
  --calcite-button-light-hover: rgba(204, 204, 204, 0.38);
  --calcite-button-light-press: #ccc;
  --calcite-button-dark: rgba(64, 64, 64, 0);
  --calcite-button-dark-hover: rgba(223, 223, 223, 0.37);
  --calcite-button-dark-press: #2b2b2b; }

.copy-icon .esri-share__iframe-container,
.esri-share__iframe-preview {
  border: none;
  width: 100%;
  pointer-events: none;
  position: relative; }

.esri-share__iframe-container {
  height: 30vh; }

.esri-share__iframe-preview {
  height: 100%; }

.esri-share__copy-icon {
  width: 15px; }

.esri-share .esri-share__copy-clipboard-url {
  width: 30px;
  height: 30px;
  display: block; }

.esri-share__embed-content-container {
  height: 100%; }

.esri-share__url-input,
.esri-share__iframe-input {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px;
  height: 30px;
  border: 1px solid #d3d3d3;
  border-right: none;
  vertical-align: top;
  font-size: 1rem;
  color: #6e6e6e; }

.esri-share {
  box-sizing: border-box; }
  .esri-share .esri-share__copy-clipboard-container,
  .esri-share .esri-share__iframe-input-container {
    display: flex; }
  .esri-share .esri-share__copy-button,
  .esri-share .esri-share__copy-clipboard-iframe {
    border: solid thin #d3d3d3;
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    background: #fff; }
  .esri-share .esri-share__copy-clipboard-url {
    border: solid thin #d3d3d3;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    box-sizing: border-box; }
  .esri-share .esri-share__copy-clipboard-url:hover,
  .esri-share .esri-share__copy-clipboard-iframe:hover {
    cursor: pointer; }

html[dir="ltr"] .esri-share__generate,
html[dir="ltr"] .esri-share__url-input,
html[dir="ltr"] .esri-share__iframe-input {
  padding-left: 5px; }

html[dir="ltr"] .esri-share .esri-share__share-modal .esri-share__close {
  right: 8px; }

html[dir="ltr"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-left: 5px; }

html[dir="rtl"] .esri-share__generate,
html[dir="rtl"] .esri-share__url-input,
html[dir="rtl"] .esri-share__iframe-input {
  padding-right: 5px; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__close {
  left: 0;
  right: auto; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
  text-align: right; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-right: 5px; }

@media screen and (min-width: 415px) {
  .esri-share__share-modal {
    width: 25%; } }

@media screen and (max-width: 415px), (max-width: 825px) and (orientation: landscape) {
  .esri-share__share-modal {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .tab-contents {
    border-left: none;
    border-right: none;
    border-bottom: none; }
    .tab-contents .esri-share__iframe-input-container {
      margin-top: 1%; } }

@media screen and (max-width: 415px) {
  .esri-share__share-modal .esri-share__main-container .js-tab-group {
    height: 100%; }
  .esri-share__share-modal .tab-contents {
    height: 100%; }
    .esri-share__share-modal .tab-contents .esri-share__iframe-tab-section {
      height: 89vh; }
      .esri-share__share-modal .tab-contents .esri-share__iframe-tab-section .esri-share__iframe-tab-section-container {
        height: 100%; } }

@media screen and (max-height: 830px) {
  .esri-share__main-container {
    height: 95%; } }

@media screen and (max-height: 830px) and (orientation: landscape) {
  .esri-share__iframe-container {
    height: 51vh; } }

@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 75%; } }

@media screen and (max-height: 640px) {
  .esri-share__iframe-container {
    height: 85%; } }

@media screen and (max-width: 824px) and (orientation: landscape) {
  .esri-share__iframe-tab-section-container {
    height: 65%; }
  .esri-share__embed-content-container {
    height: 100vh; }
  .esri-share__iframe-tab-section {
    height: 100vh; }
  .esri-share__iframe-container {
    height: 88%; } }

@media screen and (max-height: 825px) {
  .esri-share__iframe-container {
    height: 92%; } }

@media screen and (max-height: 667px) {
  .esri-share__iframe-container {
    height: 87%; } }

@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 83%; } }

.esri-photo-centric__share-widget-container {
  margin-left: auto;
  padding-left: 5px;
  height: 100%;
  display: flex;
  align-items: center; }
  .esri-photo-centric__share-widget-container .esri-share__main-link-container {
    position: unset; }
  .esri-photo-centric__share-widget-container .esri-share__send-link-container {
    right: 0.5%;
    top: 6.5%; }
    .esri-photo-centric__share-widget-container .esri-share__send-link-container .esri-share__main-header {
      text-align: left; }
  .esri-photo-centric__share-widget-container .esri-share__share-item-container {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    margin-bottom: 5px; }
  .esri-photo-centric__share-widget-container .esri-share__share-item-container {
    margin-top: 0;
    margin-bottom: 0; }

.esri-photo-centric__share-widget-container .esri-photo-centric__share-location-widget,
.esri-photo-centric__share-widget-container .esri-share,
.esri-photo-centric__share-widget-container .esri-share__share-modal--photo,
.esri-photo-centric__share-widget-container .esri-share__modal-container--photo,
.esri-photo-centric__share-widget-container .esri-share__main-container,
.esri-photo-centric__share-widget-container .esri-share__main-link-container,
.esri-photo-centric__share-widget-container .esri-share__share-item-container--photo,
.esri-photo-centric__share-widget-container .esri-share__share-container,
.esri-photo-centric__share-widget-container .esri-share__share-item-container,
.esri-photo-centric__share-widget-container .esri-share__share-link {
  height: 100%; }

.esri-share__main-link-container {
  position: relative; }

.esri-share__close {
  position: absolute;
  top: 5px;
  right: 8px; }

.esri-share__close:hover {
  cursor: pointer; }

.esri-share__send-link-container {
  position: absolute;
  box-sizing: border-box;
  z-index: 500;
  width: 200px;
  right: 0;
  margin-top: 0.25em; }

.esri-share__main-header {
  font-size: 1.2em; }

.esri-share__copy-clipboard-url {
  font-size: 0.8em; }

.esri-share__share-item-container {
  display: flex;
  width: auto; }
  .esri-share__share-item-container .esri-share__share-link {
    transition: 200ms linear;
    display: flex;
    justify-content: center;
    align-items: center; }
    .esri-share__share-item-container .esri-share__share-link .icon-ui-link {
      position: relative;
      top: 2px; }
  .esri-share__share-item-container .esri-share__share-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.25em 0 0.25em; }

html[dir="rtl"] .esri-photo-centric__share-widget-container {
  margin-right: auto;
  margin-left: unset;
  border-left: none;
  padding-left: none;
  padding-right: 5px;
  padding-left: 0; }

html[dir="rtl"] .esri-share__share-item {
  border-left: none;
  border-right: none; }

html[dir="rtl"] .esri-photo-centric__header .esri-photo-centric__share-widget-container .esri-share__send-link-container {
  left: 0.5%;
  right: unset; }

html[dir="rtl"] .esri-photo-centric__share-widget-container .esri-share__send-link-container .esri-share__main-header {
  text-align: right; }

html[dir="rtl"] .esri-share__close {
  right: unset;
  left: 8px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .esri-photo-centric__share-widget-container .esri-share__send-link-container {
    width: 300px;
    top: 100%; } }

.dark.esri-map-share calcite-button > svg > path,
.dark.esri-map-share calcite-icon.share-icon > svg > path,
.dark.esri-map-share .copy-share-icon {
  fill: #6e6e6e;
  color: #6e6e6e; }

.light.esri-map-share button.esri-share__copy-clipboard-url {
  fill: #6e6e6e;
  color: #6e6e6e; }

.light.esri-map-share calcite-button > svg > path,
.light.esri-map-share calcite-icon.share-icon svg > path,
.light.esri-map-share .copy-share-icon {
  fill: #6e6e6e;
  color: #6e6e6e; }

.esri-ui-corner .dark.esri-share button {
  background: #404040; }

.esri-ui-corner .dark.esri-map-share button > svg > path,
.esri-ui-corner .dark.esri-map-share calcite-icon.share-icon {
  color: #dfdfdf;
  fill: #dfdfdf; }

.dark .esri-share .esri-share__copy-clipboard-url {
  background-color: #404040;
  color: #fff; }

.dark .esri-share button > svg > path,
.dark .esri-share calcite-icon.share-icon {
  fill: #dfdfdf;
  color: #dfdfdf; }

.light .esri-share button > svg > path,
.light .esri-share calcite-icon.share-icon {
  fill: #6e6e6e;
  color: #6e6e6e; }

.esri-map-share.light {
  background-color: #fff; }

.esri-map-share.dark {
  background-color: #242424; }

.esri-map-share .esri-share__share-item {
  flex-direction: column; }

.esri-map-share .esri-share__share-item {
  border-right: solid 1px rgba(110, 110, 110, 0.3); }

.esri-map-share .esri-share__share-item:last-of-type {
  border: none; }

.esri-map-share .esri-share__share-item-container .esri-share__share-item {
  margin: 0; }

.esri-share__share-button .esri-share__copy-clipboard-url,
.esri-share__share-button .esri-share__copy-clipboard-url hydrated {
  background: #fff;
  color: #404040;
  fill: #404040;
  padding: 5px 0 0 5px; }

.esri-share__share-button > svg {
  flex-shrink: 0; }

.esri-share__share-item-container button {
  cursor: pointer;
  background: transparent;
  border: none; }

.esri-share__share-item-container button[theme=dark]:hover {
  background: rgba(223, 223, 223, 0.37); }

.esri-share__share-item-container button[theme=light]:hover {
  background: rgba(204, 204, 204, 0.38); }

.esri-share__share-item-container button[theme=light] svg > path {
  fill: #6a6a6a; }

.esri-page {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  color: #fff;
  box-sizing: border-box;
  padding: 2.5%; }
  .esri-page .esri-page__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90%; }
  .esri-page .esri-page__title-text,
  .esri-page .esri-page__subtitle-text {
    line-height: normal;
    word-break: break-word; }
  .esri-page .esri-page__title-text {
    margin: 0;
    font-weight: 400;
    margin-bottom: 0.25%; }
  .esri-page .esri-page__title-text,
  .esri-page .esri-page__subtitle-text {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
  .esri-page .esri-page__scroll-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10%; }
    .esri-page .esri-page__scroll-container .esri-page__scroll-text {
      margin-bottom: 5px; }
    .esri-page .esri-page__scroll-container button {
      display: flex;
      align-items: center;
      flex-direction: column;
      background-color: transparent;
      border: none;
      cursor: pointer;
      width: fit-content;
      color: #fff; }
      .esri-page .esri-page__scroll-container button calcite-icon {
        color: #fff; }

.esri-page__back-to-cover-page {
  position: absolute;
  right: 2%;
  bottom: -98%;
  z-index: 999999999;
  cursor: pointer; }

.esri-page__scroll-container button:hover calcite-icon {
  transition: ease-in-out 0.25s;
  transform: translateY(3px); }

.esri-page__scroll-container button:not(:hover) calcite-icon {
  transition: ease-in-out 0.25s;
  transform: translateY(-3px); }

@media screen and (max-width: 480px) {
  .esri-page__title-text {
    font-size: 45px; }
  .esri-page__subtitle-text {
    font-size: 25px; }
  .esri-page__scroll-text {
    font-size: 20px; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .esri-page__title-text {
    font-size: 65px; }
  .esri-page__subtitle-text {
    font-size: 30px; }
  .esri-page__scroll-text {
    font-size: 25px; } }

@media screen and (min-width: 769px) {
  .esri-page__title-text {
    font-size: 75px; }
  .esri-page__subtitle-text {
    font-size: 45px; }
  .esri-page__scroll-text {
    font-size: 30px; } }

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0em;
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
  line-height: 1.55rem;
  font-feature-settings: "liga" 1, "calt" 0; }

#appContainer {
  position: relative;
  width: 100%;
  height: 100%; }

.hide {
  display: none !important; }

#details,
#popupPanel {
  padding-left: 0.25em;
  padding-right: 0.25em; }

.header-panel > h2 {
  font-size: 1.2em; }

.header-panel {
  padding: 0;
  height: 20px; }

/* Calcite side panel content*/
/*makes popup content fit better in the side panel - maybe we want to make this
customizable?  */
calcite-shell-panel {
  --calcite-app-shell-panel-width: 50vw; }
  calcite-shell-panel article {
    display: flex;
    flex-direction: column; }
  calcite-shell-panel calcite-block {
    /*overflow: hidden;*/
    flex-grow: 1;
    overflow: auto;
    min-height: 0;
    height: calc(100% - 49px); }
  calcite-shell-panel .popup-container {
    overflow-y: auto;
    overflow-x: hidden;
    flex-basis: auto; }
    calcite-shell-panel .popup-container .esri-feature {
      flex-basis: auto;
      box-shadow: none;
      height: -moz-fit-content;
      height: fit-content; }
    calcite-shell-panel .popup-container .esri-feature__content-element {
      flex-basis: auto;
      padding: 0; }

.side-panel-content[theme="light"] {
  --calcite-app-background-content: #fff; }

.side-panel-content[theme="dark"] {
  --calcite-app-background-content: #232323; }

/*overwrite panel colors*/
calcite-shell[theme="light"] > calcite-shell-panel {
  --calcite-app-background-content: #fff; }

calcite-shell[theme="dark"] calcite-block {
  background-color: inherit; }
  calcite-shell[theme="dark"] calcite-block a {
    color: #59d6ff; }

calcite-shell[theme="dark"] > calcite-shell-panel {
  --calcite-app-background-content: #232323; }

.embed-app__header {
  height: 49px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .embed-app__header .embed-app__header__title-area {
    display: flex;
    vertical-align: middle;
    align-items: center; }
    .embed-app__header .embed-app__header__title-area img.embed-app__header__logo {
      margin-left: 2px;
      max-height: 45px;
      line-height: 49px;
      vertical-align: middle; }
    .embed-app__header .embed-app__header__title-area h1 {
      align-items: center;
      margin-left: 15px;
      font-size: 18px;
      font-weight: 500;
      line-height: 16.35px; }

.embed-app__view-container {
  width: 100%;
  height: 100%; }
  .embed-app__view-container calcite-loader {
    width: 100%;
    position: absolute;
    top: 42%; }
  .embed-app__view-container .embed-app__layout-error {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

.scroll-overlay {
  position: absolute;
  left: 50%;
  margin-left: -74.9px;
  bottom: 16px;
  padding-top: 0.5em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0); }

/* Calcite components overwrite */
calcite-block.active-popup {
  border: solid 1px;
  border-color: #00ffff; }

calcite-block .zoom-button {
  background-color: transparent;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  float: right; }

calcite-block calcite-button.zoom-button[color="light"] {
  --calcite-button-light: transparent;
  --calcite-button-light-hover: #f3f3f3; }

calcite-block calcite-button.zoom-button[color="dark"] {
  --calcite-button-dark: transparent;
  --calcite-button-dark-hover: #353535; }

/*Esri widget overwrites */
.esri-legend--card__service,
.esri-legend--card__section {
  border: none; }

.esri-legend--card__section {
  border: none;
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: 1px solid rgba(110, 110, 110, 0.3); }

.esri-legend--card__section:first-child {
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: none; }

.esri-legend--card__section:last-child {
  border-left: 1px solid rgba(110, 110, 110, 0.3);
  border-right: none; }

.esri-view {
  width: 100%;
  height: 100%; }

/* Mobile Styles */
.desktop-shell-panel {
  display: flex; }

.mobile-shell-panel {
  display: none; }

@media only screen and (max-width: 700px) {
  .desktop-shell-panel {
    display: none; }
  .mobile-shell-panel {
    display: block; }
  .embed-app__view-container {
    height: calc(100% - 58px); }
    .embed-app__view-container.no-mobile {
      height: 100%; } }

.esri-view-width-less-than-small .esri-attribution,
.esri-view-height-less-than-small .esri-attribution {
  display: none; }

.mobile-panel-header {
  width: 100vw;
  display: flex;
  justify-content: space-between; }
  .mobile-panel-header h2 {
    font-size: 1.2em; }

.header-buttons {
  justify-content: flex-end;
  margin-right: 1em;
  margin-left: 1em; }

.mobile-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #404040;
  background: #fff;
  border-top: solid 1px #eaeaea;
  overflow: hidden; }
  .mobile-panel.dark {
    border-top: solid 1px #000;
    background-color: #404040;
    color: #dfdfdf; }
  .mobile-panel .mobile-block-container {
    overflow-y: auto;
    margin-top: 0;
    max-height: 50vh; }
  .mobile-panel header {
    margin-bottom: 4px; }
  .mobile-panel calcite-block.esri-feature {
    overflow-y: auto;
    height: auto; }
  .mobile-panel .mobile-block-container.full {
    height: calc(100% - 58px);
    max-height: calc(100% - 58px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: inherit; }
    .mobile-panel .mobile-block-container.full .header-container {
      margin-bottom: 0.5em; }
  .mobile-panel calcite-radio-group {
    width: 100%;
    height: 58px; }
    .mobile-panel calcite-radio-group[theme="light"] .mobile[checked] {
      color: #007ac2;
      background-color: #c7eaff; }
    .mobile-panel calcite-radio-group[theme="dark"] .mobile[checked] {
      color: #007ac2;
      background-color: #232323; }
    .mobile-panel calcite-radio-group calcite-radio-group-item {
      flex: 1;
      justify-content: center;
      margin-top: 0;
      line-height: 58px; }
    .mobile-panel calcite-radio-group label {
      vertical-align: super;
      padding-left: 5px;
      padding-right: 5px; }
  .mobile-panel calcite-action-bar {
    border-right-width: 0;
    border-left-width: 0; }
  .mobile-panel calcite-action-pad,
  .mobile-panel calcite-action-group {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%; }
    .mobile-panel calcite-action-pad calcite-action,
    .mobile-panel calcite-action-group calcite-action {
      flex: 1;
      justify-content: center; }

/*Horizontal Layout styles */
.horizontal .esri-ui-bottom-left {
  left: 35px; }

calcite-shell[theme="dark"] calcite-shell-panel.horizontal {
  background: #242424; }

calcite-shell[theme="light"] calcite-shell-panel.horizontal {
  background: #fff; }

calcite-shell-panel.horizontal {
  background: transparent;
  position: absolute;
  bottom: 14px;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 38%;
  width: 100vw; }
  calcite-shell-panel.horizontal calcite-action-bar {
    overflow-x: hidden; }
  calcite-shell-panel.horizontal calcite-panel {
    padding: 1em;
    width: calc(100vw - 48px); }
  calcite-shell-panel.horizontal[collapsed] {
    width: auto;
    overflow-x: hidden; }
    calcite-shell-panel.horizontal[collapsed] calcite-panel {
      width: 0; }
  calcite-shell-panel.horizontal .popup-container {
    width: calc(100% - .50em);
    overflow-y: auto; }
  calcite-shell-panel.horizontal .content {
    height: 100%; }
  calcite-shell-panel.horizontal .esri-feature.esri-widget {
    width: intrinsic;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    height: 100%;
    overflow-y: auto; }
  calcite-shell-panel.horizontal .esri-legend--card {
    flex-flow: row wrap; }
  calcite-shell-panel.horizontal .esri-legend--card__section:only-child {
    border: none; }
  calcite-shell-panel.horizontal .esri-legend--card__service,
  calcite-shell-panel.horizontal .esri-legend--card__section {
    width: intrinsic;
    width: -moz-fit-content;
    width: -webkit-fit-content; }
  calcite-shell-panel.horizontal .esri-legend--card__service-caption-container {
    border-bottom: none; }
  calcite-shell-panel.horizontal .content {
    overflow-y: auto; }

/*Esri widget customizations*/
/*rtl updates */
html[dir="rtl"] h1 {
  margin-right: 15px; }

.esri-editor__title {
  text-align: left; }

.esri-feature {
  box-shadow: none; }

.panel-action {
  cursor: pointer;
  background: transparent;
  border: none;
  vertical-align: middle; }

.panel-action.dark:hover {
  background-color: #353535; }

.panel-action.dark {
  color: #9f9f9f; }

.panel-action {
  margin-right: 5px; }

.action-img-expand {
  width: 24px;
  height: 24px;
  background: url(../app/ui/icons/expand.svg);
  background-repeat: no-repeat; }

.action-img-collapse {
  width: 24px;
  height: 24px;
  background: url(../app/ui/icons/collapse.svg);
  background-repeat: no-repeat; }

.esri-screenshot__screenshot-button-container {
  background-color: #007ac2;
  color: #fff; }

calcite-button.zoom-button[color="dark"]:focus,
calcite-button.zoom-button[color="light"]:focus {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 2px; }

.app-error {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center; }
  .app-error details,
  .app-error summary {
    display: revert; }

.esri-minimalist-ga-alert-button {
  float: right; }

html[dir="rtl"] .esri-minimalist-ga-alert-button {
  float: left; }

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.esri-share .esri-share__copy-clipboard-url {
  height: 42px; }

.esri-filter-list__reset-btn {
  width: 100% !important;
  padding: 0 !important; }
  .esri-filter-list__reset-btn calcite-button {
    width: 100% !important; }

.esri-filter-list__reset-container {
  justify-content: center !important; }

.esri-filter-list__header-container {
  display: none !important; }

.esri-screenshot {
  padding-top: 1%; }
  .esri-screenshot .esri-screenshot__main-container {
    padding: 1% 5% 6%;
    width: 100%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__panel-title {
      font-size: 1.2rem;
      padding-top: 3%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__panel-subtitle {
      font-size: 1.1em;
      color: #999;
      margin-top: 5%;
      margin-bottom: 5%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-option {
      font-size: 1.2rem;
      margin-bottom: 4%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-option:last-child {
      margin-bottom: 0; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-button-container {
      display: flex;
      justify-content: center;
      margin-top: 8px; }
      .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-button-container button {
        width: 100%; }
  .esri-screenshot .esri-screenshot__btn {
    transition: background-color 200ms linear;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: initial;
    border: 0;
    display: inline-block;
    width: 32px;
    height: 32px; }
    .esri-screenshot .esri-screenshot__btn span {
      position: relative;
      right: 8px; }

.esri-screenshot--pointer {
  opacity: 1; }

.esri-screenshot--pointer:hover {
  cursor: pointer; }

.esri-screenshot--disabled {
  opacity: 0.55; }

.esri-screenshot--disabled:hover {
  cursor: not-allowed; }

.esri-screenshot__feature-warning {
  height: 15px;
  margin-top: 2%;
  margin-bottom: 2%; }
  .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container {
    display: flex; }
    .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container .esri-screenshot__warning-svg {
      fill: #d9bf2b; }
    .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container .esri-screenshot__select-feature-text {
      padding-left: 5px;
      font-weight: 501; }

.esri-screenshot__select-layout {
  display: block; }
  .esri-screenshot__select-layout span {
    font-size: 0.9rem; }
  .esri-screenshot__select-layout select {
    position: relative;
    display: block;
    height: 2.25rem;
    width: 100%;
    max-width: 100%;
    margin: 0.25rem 0 0 0;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-transition: border-color 150ms linear;
    transition: border-color 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    letter-spacing: 0em;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    padding-right: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none; }

.esri-screenshot__field-set-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }

.esri-screenshot__action-btn {
  padding: 0.6em;
  border: 1px solid #0079c1;
  text-align: center;
  background-color: white;
  cursor: pointer;
  margin: 5px; }

.esri-screenshot__action-btn:hover,
.esri-screenshot__action-btn:focus {
  background: #0079c1;
  color: white; }

.esri-screenshot__js-screenshot-image {
  width: 100%;
  background-color: #fff; }

.esri-screenshot__screenshot-div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  transition: visibility 0ms linear 300ms, opacity 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  z-index: 101; }

.esri-screenshot__btn:disabled {
  opacity: 0.8; }

.esri-screenshot__mask-div {
  position: fixed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  transition: visibility 0ms linear 300ms, opacity 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  z-index: 101; }

.esri-screenshot--hide.esri-screenshot__mask-div {
  display: none; }

.esri-screenshot--hide-overlay {
  opacity: 0;
  visibility: hidden; }

.esri-screenshot--show-overlay {
  visibility: visible;
  opacity: 1; }

.esri-screenshot__screenshot-img-container {
  max-height: 75vh;
  max-width: 80vw;
  overflow-y: auto;
  margin-bottom: 8px; }

.esri-screenshot__js-screenshot-image {
  border: 10px solid white;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5); }

.esri-screenshot__screenshot-div > * {
  margin: 0.5em; }

.esri-screenshot__cursor {
  cursor: crosshair; }

.esri-screenshot__action-btn:hover,
.esri-screenshot__action-btn:focus {
  background: #0079c1;
  color: white; }

.icon-ui-media {
  position: relative;
  left: 4px;
  top: 1px; }

html[dir="rtl"] .icon-ui-media {
  left: -6px; }

.esri-screenshot__offscreen-pop-up-container {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 400px; }
  .esri-screenshot__offscreen-pop-up-container .esri-feature__media-container {
    height: auto;
    width: auto; }
    .esri-screenshot__offscreen-pop-up-container .esri-feature__media-container .esri-feature__media-chart {
      height: 100%;
      width: 65%; }

.esri-screenshot__close-button-container {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #fff; }
  .esri-screenshot__close-button-container .esri-screenshot__close-button {
    font-size: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: background-color 125ms ease-in-out; }
  .esri-screenshot__close-button-container .esri-screenshot__close-button:hover {
    cursor: pointer; }

.esri-screenshot__offscreen-legend-container {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 400px; }

.esri-widget.esri-legend.esri-screenshot__offscreen-legend-container {
  max-height: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .esri-screenshot__screenshot-img-container {
    max-width: 85vw; }
    .esri-screenshot__screenshot-img-container .esri-screenshot__js-screenshot-image {
      width: 50%; } }

.esri-filter-list calcite-accordion {
  border: unset; }

.esri-filter-list__reset-btn {
  width: 162px;
  padding: 20px; }

.esri-filter-list__optional-btn {
  width: 100%;
  padding: 20px;
  display: flex; }
  .esri-filter-list__optional-btn calcite-button {
    width: 100%; }
  .esri-filter-list__optional-btn > calcite-button:first-of-type {
    margin-right: 6px; }

.esri-filter-list__filter-container {
  height: 100%;
  border: 1px solid #d9dada;
  box-sizing: border-box;
  background: #f4f3f4; }

.esri-filter-list__header-container {
  padding: 20px;
  border-bottom: 1px solid #d9dada;
  display: flex;
  justify-content: space-between; }
  .esri-filter-list__header-container > * {
    font-size: 18px;
    font-weight: 500;
    margin: 0; }

.esri-filter-list__reset-container {
  display: flex;
  justify-content: flex-end; }

.esri-filter-list__filter-item-container {
  border-bottom: 1px solid #d9dada;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .esri-filter-list__filter-item-container--accordion {
    padding: 20px 20px 20px 48px; }
  .esri-filter-list__filter-item-container--single {
    padding: 20px; }

.esri-filter-list__filter-title {
  margin-right: 20px; }

.esri-filter-list__filter-title > p {
  font-size: 14px;
  font-weight: normal;
  margin: 0; }

.esri-filter-list__checkbox-container {
  display: flex; }

.esri-filter-list.esri-filter-list--light .esri-filter-list__header-container {
  background: #fff; }

.esri-filter-list.esri-filter-list--light .esri-filter-list__reset-container {
  background: #f4f3f4; }

.esri-filter-list.esri-filter-list--light .esri-filter-list__filter-item-container {
  background: #fff; }

.esri-filter-list.esri-filter-list--dark .esri-filter-list__header-container {
  background: #2b2b2b;
  color: #fff; }

.esri-filter-list.esri-filter-list--dark .esri-filter-list__reset-container {
  background: #353535; }

.esri-filter-list.esri-filter-list--dark .esri-filter-list__filter-item-container {
  background: #353535; }
