/*$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;*/
@import "../../node_modules/@esri/configurable-app-components/Screenshot/Screenshot/css/Screenshot.css";
@import "../../node_modules/@esri/configurable-app-components/FilterList/FilterList/css/FilterList.css";
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;
  }
}
@media (prefers-reduced-motion) {
  .esri-page__scroll-container button:hover calcite-icon {
    transition: none;
    transform: none;
  }
  .esri-page__scroll-container button:not(:hover) calcite-icon {
    transition: none;
    transform: none;
  }
}
/*
 *   Copyright (c) 2022 Esri
 *   All rights reserved.

 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
 *   You may obtain a copy of the License at

 *   http://www.apache.org/licenses/LICENSE-2.0

 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 */
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;
}

#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;
}

/* 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;
}

:any-link {
  color: #53B5EE;
}

/*overwrite panel colors*/
calcite-shell[theme=light] > calcite-shell-panel {
  --calcite-app-background-content: #fff;
}
calcite-shell[theme=dark] calcite-block,
calcite-shell[theme=dark] calcite-panel {
  background-color: inherit;
}
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: 1.2em;
  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.active-popup.count-1 {
  border: none;
  margin-top: 0;
}
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%;
  }
  .no-tools .embed-app__view-container {
    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 calcite-block .zoom-button {
  display: flex;
  align-items: flex-end;
  flex-grow: var(--calcite-app-shell-panel-width);
  height: 42px;
  position: absolute;
  bottom: 0;
  float: right;
  margin-top: 1em;
}
.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% - 0.5em);
  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-filter-list__filter-item-container--user-input {
  height: fit-content;
}

.esri-filter-list__filter-container {
  height: calc(100vh - 140px);
}

.image {
  margin: 0;
}
.image img {
  width: inherit;
}

html[dir=rtl] .esri-share__send-link-container {
  right: unset;
  left: 0;
}

main[dir=rtl] .esri-share__send-link-container {
  right: unset;
  left: 0;
}
