html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 0.75rem 0; }

a {
  color: #0079c1;
  text-decoration: none; }

a:hover {
  color: #005e95;
  text-decoration: underline; }

form,
select,
button,
input {
  letter-spacing: 0em;
  font-family: inherit; }

calcite-button {
  word-break: break-word; }

input {
  position: relative;
  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;
  outline-offset: 0;
  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; }
  input i {
    cursor: default; }

input:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: #a9a9a9;
  border-color: rgba(118, 118, 118, 0.3); }

input[type="text"]:focus,
input[type="color"]:focus,
input[type="number"]:focus {
  outline-color: #0079c2;
  outline-style: auto;
  outline-width: 1px; }

select:focus {
  box-shadow: 0 0 3pt 2pt #0079c2; }

input[type="checkbox"] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  margin-right: 0.5rem;
  margin-left: 0.125rem;
  line-height: 1.25rem;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-appearance: checkbox; }

input[type="range"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]:hover::-webkit-slider-runnable-track {
  background-color: #a9a9a9; }

input[type="range"]:hover::-webkit-slider-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:hover::-moz-range-track {
  background-color: #a9a9a9; }

input[type="range"]:hover::-moz-range-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:hover::-ms-fill-upper {
  background-color: #a9a9a9; }

input[type="range"]:hover::-ms-fill-lower {
  background-color: #a9a9a9; }

input[type="range"]:hover::-ms-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:focus::-webkit-slider-runnable-track,
input[type="range"]:active::-webkit-slider-runnable-track {
  background-color: #a9a9a9; }

input[type="range"]:focus::-webkit-slider-thumb,
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-webkit-slider-thumb:hover,
input[type="range"]:active::-webkit-slider-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]:focus::-moz-range-track,
input[type="range"]:active::-moz-range-track {
  background-color: #a9a9a9; }

input[type="range"]:focus::-moz-range-thumb,
input[type="range"]:active::-moz-range-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-moz-range-thumb:hover,
input[type="range"]:active::-moz-range-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]:focus::-ms-fill-upper,
input[type="range"]:active::-ms-fill-upper {
  background-color: #a9a9a9; }

input[type="range"]:focus::-ms-fill-lower,
input[type="range"]:active::-ms-fill-lower {
  background-color: #a9a9a9; }

input[type="range"]:focus::-ms-thumb,
input[type="range"]:active::-ms-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-ms-thumb:hover,
input[type="range"]:active::-ms-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-webkit-slider-thumb:focus,
input[type="range"]::-webkit-slider-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-webkit-slider-thumb:focus:hover,
input[type="range"]::-webkit-slider-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

@supports (-webkit-overflow-scrolling: touch) {
  input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    margin-top: -9px; } }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 14px;
  width: 14px; }

input[type="range"]::-moz-range-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-moz-range-thumb:focus,
input[type="range"]::-moz-range-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-moz-range-thumb:focus:hover,
input[type="range"]::-moz-range-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-ms-fill-upper {
  background-color: #cccccc; }

input[type="range"]::-ms-fill-lower {
  background-color: #cccccc; }

input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 2px;
  border: 0px solid transparent;
  color: transparent; }

input[type="range"]::-ms-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 14px;
  width: 14px;
  margin-top: 0px; }

input[type="range"]::-ms-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-ms-thumb:focus,
input[type="range"]::-ms-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-ms-thumb:focus:hover,
input[type="range"]::-ms-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="radio"],
input[type="checkbox"] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  margin-right: 0.5rem;
  margin-left: 0.125rem;
  line-height: 1.25rem;
  box-shadow: none;
  box-sizing: content-box; }

input[type="radio"] {
  -webkit-appearance: radio;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

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;
  outline-offset: 0;
  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; }

select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  width: auto;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0; }

ul,
ol {
  font-size: 0.9375rem; }

p,
dl,
blockquote {
  margin-top: 0;
  margin-bottom: 1.5rem; }

li {
  margin-top: 0.25em; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0.375rem 1rem;
  width: auto;
  color: #fff;
  border: 1px solid #0079c1;
  border-radius: 0;
  background-color: #0079c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5; }

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005e95;
  border-color: #005e95; }

.btn-small {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.28125rem 0.75rem; }

.btn-clear {
  color: #0079c1;
  background: #fff;
  border-color: #0079c1; }

.btn-clear:hover {
  color: #fff;
  background: #005e95;
  border-color: #005e95; }

.label {
  background-color: #efefef;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-size: 0.875em;
  white-space: nowrap; }

.label-blue {
  background-color: #0079c1;
  color: #fff; }

@media (prefers-color-scheme: dark) {
  select,
  input[type="number"],
  input[type="text"] {
    background-color: #2b2b2b;
    border: 1px solid #4a4a4a;
    color: #fff; }
  input[type="color"] {
    background-color: #2b2b2b; } }

#ariaLiveRegion.sr-only {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.esri-config-panel__icon-rtl {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

html[dir="rtl"] select {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  background-position: center left; }

.esri-config-panel {
  width: 100%;
  height: 100%; }

.esri-config-panel__calcite-panel {
  height: 100%; }

.esri-config-panel__loader-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }

.esri-config-panel__publish-container {
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: 375px;
  height: auto;
  background: #fff;
  z-index: 102;
  border-radius: 3px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16); }

.esri-config-panel__bottom-panel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(43, 42, 42, 0.49); }

.esri-config-panel__search-settings {
  position: absolute; }

.esri-config-panel__search-settings--hide {
  display: none; }

.esri-config-panel__shell-panel-header {
  display: flex;
  flex-direction: column;
  height: 6%;
  background-color: #fff;
  padding-top: 2%;
  padding-bottom: 2%; }
  .esri-config-panel__shell-panel-header .esri-config-panel__shell-panel-header-text {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #323232;
    margin-bottom: 5px; }
  .esri-config-panel__shell-panel-header .esri-config-panel__shell-panel-subheader-container {
    display: flex;
    align-items: center; }
    .esri-config-panel__shell-panel-header .esri-config-panel__shell-panel-subheader-container button {
      border: none;
      background-color: transparent;
      color: #0079c1;
      cursor: pointer; }
  .esri-config-panel__shell-panel-header .esri-config-panel__shell-panel-subheader-text {
    font-size: 12px;
    color: #404040;
    margin-bottom: 0; }

.esri-config-panel__primary-panel-components-container {
  background-color: #fff;
  margin: 2%;
  padding: 3%;
  width: 96%;
  box-sizing: border-box; }

.esri-config-panel__back-button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #323232;
  padding-left: 0; }

.esri-config-panel__back-button--dark {
  color: #fff; }

.esri-config-panel__primary-panel-components-container--dark {
  background-color: #404040; }

.esri-config-panel__back {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  margin: 2% 2% 0 2%;
  padding: 3% 3% 2.5% 5%; }

.esri-config-panel__back--dark {
  background-color: #404040; }

.esri-config-panel__back button:hover {
  cursor: pointer; }

.esri-config-panel__subsections-menu {
  margin: 0;
  padding: 0; }

.esri-config-panel__subsection {
  display: flex;
  padding: 5%;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  text-align: left; }
  .esri-config-panel__subsection .esri-config-panel__subsection-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #d4d4d4;
    width: 100%; }
    .esri-config-panel__subsection .esri-config-panel__subsection-content-container .esri-config-panel__subsection-text-container {
      width: 90%; }
      .esri-config-panel__subsection .esri-config-panel__subsection-content-container .esri-config-panel__subsection-text-container .esri-config-panel__subsection-title {
        font-weight: 550;
        color: #323232;
        font-size: 14px;
        margin-bottom: 8px; }
      .esri-config-panel__subsection .esri-config-panel__subsection-content-container .esri-config-panel__subsection-text-container .esri-config-panel__subsection-title--dark {
        color: #fff; }
      .esri-config-panel__subsection .esri-config-panel__subsection-content-container .esri-config-panel__subsection-text-container .esri-config-panel__subsection-summary {
        color: #404040;
        font-size: 12px;
        word-break: break-word;
        margin-bottom: 15px; }
      .esri-config-panel__subsection .esri-config-panel__subsection-content-container .esri-config-panel__subsection-text-container .esri-config-panel__subsection-summary--dark {
        color: #fff; }

.esri-config-panel__full-setup-badge {
  background: #f8f8f8;
  width: 100%;
  overflow: hidden;
  height: auto;
  min-height: 50px; }

.esri-config-panel__subsection:hover {
  cursor: pointer; }

.esri-config-panel__subsection:hover .esri-config-panel__subsection-content-container {
  border-bottom: 2px solid #0070c1; }

.esri-config-panel__settings-panel-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95%;
  overflow-y: auto; }

.esri-config-panel__settings-panel-container--subsection-settings {
  margin-top: 0;
  padding-top: 0; }
  .esri-config-panel__settings-panel-container--subsection-settings .esri-config-panel__primary-panel-components-container {
    padding: 2% 1% 2% 2%;
    margin-top: 0; }

.esri-config-panel__primary-panel-footer {
  display: flex;
  width: 100%; }
  .esri-config-panel__primary-panel-footer-buttons {
    display: flex; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__primary-panel-footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2.5px;
    font-size: 14px;
    width: 50%; }
    .esri-config-panel__primary-panel-footer .esri-config-panel__primary-panel-footer-button span {
      hyphens: auto; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__primary-panel-footer-button:hover {
    cursor: pointer; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__close-button,
  .esri-config-panel__primary-panel-footer .esri-config-panel__publish-button {
    width: 50%;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__publish-button {
    background-color: #0079c1;
    color: #fff;
    border: none; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__close-button {
    color: #0079c1;
    border: 1px solid #0079c1; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__publish-button:hover {
    background-color: #2890ce; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__close-button:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #00619b; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__exit-button--dark-mode {
    background-color: #000; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__publish-button--dark-mode {
    color: #000;
    background-color: #00a0ff; }

.esri-config-panel__preview-frame {
  position: relative;
  height: 100%; }

.esri-config-panel__iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #e3e3e3; }

.esri-config-panel__bottom-drawer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(1rem * 3 + 4px);
  overflow: hidden; }

.esri-config-panel__iframe-container--dark {
  background-color: #404040; }

.esri-config-panel__iframe--mobile,
.esri-config-panel__iframe--landscape {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }

.esri-config-panel__iframe--mobile {
  width: 33.6%;
  height: 91.3%; }

.esri-config-panel__iframe--landscape {
  height: 55%;
  width: 65%;
  max-width: 767px; }

.esri-config-panel__shell-panel-header--dark {
  background-color: #404040; }
  .esri-config-panel__shell-panel-header--dark .esri-config-panel__shell-panel-header-text--dark {
    color: #fff; }

.esri-config-panel__icon--dark {
  color: #fff; }

.esri-config-panel__bottom-drawer-container--expanded {
  height: auto; }

calcite-switch input[type="checkbox"] {
  display: none; }

.esri-config-panel__active-item .esri-config-panel__active-item-dropdown {
  width: 100%; }

.esri-config-panel__conditional,
.esri-config-panel__boolean {
  width: 100%;
  padding-bottom: 5px; }

.esri-config-panel__dropdown {
  padding-bottom: 15px; }

.esri-config-panel__conditional {
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0; }

.esri-config-panel__boolean {
  display: flex;
  justify-content: space-between; }
  .esri-config-panel__boolean calcite-switch {
    margin-right: 0; }

.esri-config-panel__dropdown select {
  width: 100%; }

.esri-config-panel__setting-section {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none; }

.esri-config-panel__setting-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.esri-config-panel__setting-section-header {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 550;
  font-size: 14px;
  color: #323232; }

.esri-config-panel__setting-section-header--dark {
  color: #fff; }

.esri-config-panel__component {
  margin-bottom: 12.5px;
  color: #404040;
  font-size: 14px; }
  .esri-config-panel__component calcite-switch {
    margin-right: 0; }
  .esri-config-panel__component calcite-date {
    margin: 0.25rem 0 0 0; }

.esri-config-panel__color-picker-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%; }

.esri-config-panel__component:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.esri-config-panel__component--dark {
  color: #fff; }

.esri-config-panel__mobile-nav {
  display: none; }
  .esri-config-panel__mobile-nav .esri-config-panel__mobile-nav-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    border: none; }

.esri-config-panel__mobile-icon--dark {
  color: #fff; }

.esri-config-panel__mobile-views-icon--landscape {
  transform: rotate(270deg); }

.esri-config-panel__mobile-preview-container {
  z-index: 0;
  height: 94%;
  background: #fff; }

.esri-config-panel__mobile-preview-disable-button {
  width: 100%;
  height: 5%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

.esri-config-panel__mobile-preview-disable-button--dark {
  background: #404040; }

.esri-config-panel__app-preview--mobile {
  width: 100%;
  height: 95%; }

.esri-config-panel__mobile-nav--preview-enabled {
  position: unset; }

.esri-header-brand-text {
  display: flex;
  align-items: center; }

.esri-global-nav__title-node-container {
  display: flex; }
  .esri-global-nav__title-node-container span {
    display: inline-block;
    padding-right: 5px; }

.esri-global-nav__title {
  position: relative;
  margin-bottom: 0;
  font-size: 18px; }

.esri-header-account-signin-control.-switch {
  display: none; }

.esri-config-panel__tooltip-icon:hover {
  cursor: pointer; }

.esri-config-panel__proxy {
  position: absolute;
  z-index: 550; }

.esri-config-panel__config-setting-label {
  display: flex;
  align-items: center;
  word-break: break-word; }
  .esri-config-panel__config-setting-label calcite-tooltip-manager {
    display: flex;
    align-items: center; }
    .esri-config-panel__config-setting-label calcite-tooltip-manager .esri-config-panel__tooltip {
      display: flex;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      margin: 0 0 2px 0; }
      .esri-config-panel__config-setting-label calcite-tooltip-manager .esri-config-panel__tooltip calcite-icon {
        color: #0079c1; }

.esri-config-panel-tips__content {
  padding: 5px 8px;
  font-size: 14px;
  word-break: break-word;
  max-width: 250px; }

.esri-config-panel__welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 50%;
  text-align: center; }
  .esri-config-panel__welcome .esri-config-panel__welcome-icon {
    width: 100px;
    height: 100px;
    fill: #3378bb;
    margin-bottom: 10px; }

.esri-header-brand-text.esri-config-panel-badge {
  white-space: nowrap;
  overflow: hidden;
  max-width: 70vw; }

.esri-config-panel__tooltip {
  color: #0079c1;
  margin: 0px 5px 2px 5px; }

.esri-config-panel__icon-tooltip-button {
  padding: 0 5px;
  margin: 0;
  width: 1rem;
  height: 1rem;
  border: 0;
  background-color: transparent; }

.esri-config-panel__tooltip-icon-switch-container {
  display: flex;
  align-items: center; }
  .esri-config-panel__tooltip-icon-switch-container .esri-config-panel__icon-tooltip-button {
    padding: 0; }
  .esri-config-panel__tooltip-icon-switch-container calcite-switch {
    margin-left: 5px; }

.esri-config-panel__tooltip:hover {
  cursor: pointer; }

calcite-tooltip-manager {
  display: flex;
  align-items: center; }
  calcite-tooltip-manager calcite-action {
    width: 100%; }

.esri-header-wrap {
  z-index: 100; }

.esri-config-panel__calcite-modal h3 {
  margin-bottom: 0; }

.esri-config-panel__express-onboarding-modal-graphic {
  width: 100%; }

.esri-config-panel__express-onboarding-modal p {
  padding: 5%;
  margin-bottom: 0; }

.esri-config-panel-modal__info-text-block {
  margin-bottom: 10px; }
  .esri-config-panel-modal__info-text-block .esri-config-panel-modal__info-header-text {
    font-weight: 550;
    display: block;
    margin-bottom: 5px; }

@media only screen and (orientation: landscape) {
  .esri-config-panel__mobile-preview-disable-button {
    height: 10%; }
  .esri-config-panel__mobile-preview-container.esri-config-panel__mobile-preview-container--enabled {
    height: 100%; } }

@media only screen and (max-width: 767px) {
  .esri-config-panel {
    position: fixed; }
    .esri-config-panel .esri-config-panel__publish-container {
      top: 50%;
      left: 50%;
      width: 75%;
      height: auto;
      transform: translate(-50%, -50%);
      bottom: unset; }
  .esri-config-panel__primary-panel-footer .esri-config-panel__primary-panel-footer-button {
    width: 100%; }
  .esri-config-panel__bottom-drawer-container {
    display: none; }
  .esri-config-panel__iframe-container {
    height: 100%; }
  calcite-action-bar {
    width: 42vw;
    max-width: none; }
  .esri-config-panel__mobile-nav {
    display: flex; }
  .esri-config-panel__mobile-preview-container--enabled {
    position: absolute;
    z-index: 101;
    height: 100%;
    width: 100%; }
  .esri-config-panel__feedback-modal.is-active,
  .esri-config-panel__express-modal.is-active {
    z-index: 102; } }

.esri-config-panel__footer-button-text {
  font-weight: 550; }

.esri-config-panel__invalid-url {
  display: inline-block;
  margin-top: 5px;
  color: red; }

@media (prefers-color-scheme: dark) {
  body .esri-config-panel__tooltip {
    color: #00a0ff; }
  .esri-config-panel__primary-panel-footer-button.esri-config-panel__close-button {
    border: 1px solid #00a0ff;
    color: #00a0ff; }
  .esri-config-panel__subsection:hover .esri-config-panel__subsection-content-container {
    border-bottom: 2px solid #00a0ff; }
  .esri-config-panel__welcome .esri-config-panel__welcome-icon {
    fill: #00a0ff; }
  body .esri-config-panel__text-fade:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #404040); }
  .esri-config-panel__full-setup-badge {
    background-color: #202020; }
  .esri-config-panel__shell-panel-header {
    background-color: #2b2b2b; } }

.esri-config-panel__text-fade:after {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white); }

.esri-config-panel__global-nav-text-fade {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white); }

.esri-config-panel__icon--mirrored {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

html[dir="rtl"] .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel-express__switch-to-full-app-settings {
  text-align: right; }
  html[dir="rtl"] .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel-express__switch-to-full-app-settings .esri-config-panel-express__full-setup-button {
    text-align: right; }

html[dir="rtl"] .esri-config-panel__subsection-text-container {
  text-align: right; }

html[dir="rtl"] .esri-config-panel-drawer__tips-container {
  margin-left: 15px;
  margin-right: 0; }

html[dir="rtl"] .esri-config-panel__tooltip {
  color: #0079c1;
  margin-right: 5px; }

html[dir="rtl"] .esri-config-panel__text-fade:after {
  right: unset;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white); }

html[dir="rtl"] .esri-config-panel__global-nav-text-fade {
  right: unset;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white); }

html[dir="rtl"] .esri-config-panel__tooltip-icon-switch-container calcite-switch {
  margin-left: 0;
  margin-right: 5px; }

html[dir="rtl"] .esri-config-panel__full-setup-badge,
html[dir="rtl"] .esri-config-panel-express__badge {
  padding-left: 0;
  padding-right: 7px; }

@media (prefers-color-scheme: dark) {
  html[dir="rtl"] body .esri-config-panel__text-fade:after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #404040); } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media only screen and (max-width: 834px) {
      calcite-popover-manager .esri-config-panel__icon-tooltip-button {
        width: auto; }
      .esri-config-panel .esri-config-panel-drawer__preview-bottom-drawer-views {
        margin: 0; } } } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .esri-global-nav__title-node-container {
    max-width: 61vw; }
    .esri-global-nav__title-node-container .esri-global-nav__title {
      white-space: nowrap;
      overflow: hidden; } }

.esri-config-panel__express .esri-config-panel__express-sections-menu {
  margin: 0;
  padding: 0; }

.esri-config-panel__express .esri-config-panel-express__subsections {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel__settings-panel-container {
    justify-content: unset; }
  .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel__primary-panel-components-container {
    margin: 0% 2% 2% 2%;
    padding: 1.5% 3% 3% 3%;
    width: 96%;
    box-sizing: border-box; }
  .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel-express__panel-component-header {
    margin-bottom: 10px; }
    .esri-config-panel__express .esri-config-panel-express__subsections .esri-config-panel-express__panel-component-header .esri-config-panel-express__step-text {
      font-weight: 550; }

.esri-config-panel__express .esri-config-panel-express__subsections--subsection-not-selected {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.esri-config-panel__express .esri-config-panel-express__footer {
  display: flex;
  width: 100%; }
  .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel-express__primary-panel-footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2.5px;
    font-size: 14px;
    width: 50%; }
    .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel-express__primary-panel-footer-button span {
      hyphens: auto; }
  .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel__publish-button {
    background-color: #0079c1;
    color: #fff;
    border: none; }
  .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel__primary-panel-footer-button:hover {
    cursor: pointer; }

.esri-config-panel__express-next-back {
  display: flex;
  justify-content: space-between;
  margin: 2% 2% 0 2%;
  padding: 3% 3% 2.5% 3%;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff; }
  .esri-config-panel__express-next-back .esri-config-panel-express__next-button {
    font-weight: 550; }
  .esri-config-panel__express-next-back .esri-config-panel__back-button:hover,
  .esri-config-panel__express-next-back .esri-config-panel-express__next-button:hover {
    cursor: pointer; }

.esri-config-panel__express-next-back--dark {
  background-color: #404040; }

.esri-config-panel-express__badge {
  background: #f8f8f8;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: auto; }

.esri-config-panel-express__next-button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #0079c1;
  padding-left: 0; }

.esri-config-panel__next-button--dark {
  color: #00a0ff; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel-express__next-button {
    color: #00a0ff; }
  .esri-config-panel__config-setting-label calcite-icon {
    color: #00a0ff; }
  .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel-express__primary-panel-footer-button.btn {
    background-color: #00a0ff;
    color: #000; }
  .esri-config-panel__express .esri-config-panel-express__footer .esri-config-panel-express__primary-panel-footer-button.btn-clear {
    border: 1px solid #00a0ff;
    color: #00a0ff;
    background-color: #000; }
  .esri-config-panel-express__badge {
    background-color: #202020; } }

.esri-config-panel-drawer__preview-bottom-drawer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5% 0;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15); }

.esri-config-panel-drawer__preview-bottom-drawer-views,
.esri-config-panel-drawer__expand-collapse-button {
  display: flex;
  justify-content: center; }

.esri-config-panel-drawer__preview-bottom-drawer-tip {
  display: flex;
  align-items: center; }

.esri-config-panel-drawer__tips-container,
.esri-config-panel-drawer__preview-bottom-drawer-views {
  display: flex;
  align-items: center; }

.esri-config-panel-drawer__preview-bottom-drawer-views {
  margin: 0 35px; }

.esri-config-panel-drawer__preview-bottom-drawer-tip {
  width: 80%; }

.esri-config-panel-drawer__expand-collapse-button,
.esri-config-panel-drawer__placeholder {
  width: 4%; }

.esri-config-panel-drawer__views-tips-text {
  padding: 0 5px;
  color: #4a4a4a;
  font-size: 22px; }

.esri-config-panel-drawer__tips-container {
  margin-right: 15px; }

.esri-config-panel-drawer__tips-text {
  display: inline-block;
  color: #6e6e6e;
  word-break: break-word; }

.esri-config-panel-drawer__more-less-text {
  color: #2890ce; }

.esri-config-panel-drawer__more-less-text:hover {
  text-decoration: underline;
  cursor: pointer; }

.esri-config-panel-drawer__views-icon-button,
.esri-config-panel-drawer__expand-collapse-button,
.esri-config-panel-drawer__more-less-text,
.esri-config-panel-drawer__placeholder {
  background-color: transparent;
  border: none; }

.esri-config-panel-drawer__view-icon--landscape {
  transform: rotate(90deg); }

.esri-config-panel-drawer__button-text-color {
  color: #6e6e6e; }

.esri-config-panel-drawer__button-text-color--dark {
  color: #dfdfdf; }

.esri-config-panel-drawer__preview-bottom-drawer--dark {
  background-color: #404040; }

.esri-config-panel-drawer__views-icon--dark {
  fill: #dfdfdf; }

.esri-config-panel-drawer__tips-text--dark {
  color: #dfdfdf; }

.esri-config-panel-drawer__views-icon-button:hover {
  cursor: pointer; }
  .esri-config-panel-drawer__views-icon-button:hover .esri-config-panel-drawer__views-icon {
    fill: #2890ce; }

.esri-config-panel-drawer__views-icon--selected {
  color: #2890ce; }

.esri-config-panel-drawer__expand-collapse-button:hover {
  cursor: pointer; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel-drawer__more-less-text {
    color: #00a0ff; } }

.esri-config-panel-badge {
  display: flex;
  align-items: center;
  padding: 10px; }

.esri-config-panel-badge__draft,
.esri-config-panel-badge__publish {
  display: flex;
  align-items: center;
  padding: 1px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 550; }
  .esri-config-panel-badge__draft calcite-icon,
  .esri-config-panel-badge__publish calcite-icon {
    width: 13px;
    margin: 0 3px 0 0; }

.esri-config-panel-badge__draft {
  background-color: #a466af;
  white-space: nowrap; }

.esri-config-panel-badge__publish {
  background-color: #6bc878; }

.esri-config-panel-badge__discard-draft-button {
  background-color: transparent;
  border: none; }

.esri-config-panel-badge__discard-draft-button:hover {
  cursor: pointer; }

.esri-config-panel-badge__state-text {
  display: flex;
  align-items: center;
  margin-left: 5px;
  color: #6e6e6e;
  font-size: 14px; }
  .esri-config-panel-badge__state-text calcite-loader {
    margin-right: 8px;
    color: #0079c1; }

.esri-config-panel-badge__time-stamp {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  color: #6e6e6e;
  font-size: 100%; }

html[dir="rtl"] .esri-config-panel-badge__draft,
html[dir="rtl"] .esri-config-panel-badge__publish {
  margin-left: 0;
  margin-right: 5px; }

html[dir="rtl"] .esri-config-panel-badge__time-stamp {
  margin-left: 0;
  margin-right: 5px; }

html[dir="rtl"] .esri-config-panel-badge__state-text calcite-loader {
  margin-left: 8px; }

@media only screen and (max-width: 767px) {
  .esri-header-brand-text {
    font-size: 90%; } }

@media (prefers-color-scheme: dark) {
  .esri-config-panel-badge__discard-draft-button calcite-icon {
    color: #fff; }
  .esri-config-panel-badge__state-text,
  .esri-config-panel-badge__time-stamp {
    color: #fff; } }

.esri-config-panel__search-settings {
  z-index: 5;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b; }
  .esri-config-panel__search-settings-header-top-container {
    padding: 4% 4% 2% 4%; }
    .esri-config-panel__search-settings-header-top-container p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px; }
  .esri-config-panel__search-settings-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .esri-config-panel__search-settings-header-container h2 {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 550; }
  .esri-config-panel__search-settings-close-button {
    background-color: transparent;
    border: none;
    padding: 0; }
  .esri-config-panel__search-settings-close-button:hover {
    cursor: pointer; }
  .esri-config-panel__search-settings .esri-config-panel__search-settings-container {
    position: relative;
    margin: 0 2% 2% 2%; }
    .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list {
      margin: 0;
      padding: 0;
      width: 100%;
      z-index: 101;
      max-height: 30vh;
      overflow: auto;
      border-left: none;
      background-color: #f3f3f3;
      border: 1px solid #c0c0c0; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item:first-child {
        border-top: none; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item,
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-no-results-item {
        margin-top: 0;
        padding: 0.8em 1em;
        border-top: solid 1px rgba(110, 110, 110, 0.3); }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item {
        display: flex;
        flex-direction: column;
        cursor: pointer; }
        .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item .esri-search-settings__result-item-warning {
          display: flex;
          align-items: center;
          margin-top: 7px;
          color: #499dd4;
          font-size: 12px;
          font-weight: 550; }
          .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item .esri-search-settings__result-item-warning calcite-icon {
            margin-right: 5px; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-no-results-item {
        margin-top: 0; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item--highlighted,
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item:hover {
        background-color: #ddedfd; }
    .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list--hide {
      display: none; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel__search-settings {
    background-color: #2b2b2b;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3; }
    .esri-config-panel__search-settings calcite-icon {
      color: #fff; }
    .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list {
      background-color: #2b2b2b;
      border: none; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item {
        background-color: #2b2b2b; }
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item--highlighted,
      .esri-config-panel__search-settings .esri-config-panel__search-settings-container .esri-config-panel__search-settings-results-list .esri-config-panel__search-settings-results-list-item:hover {
        background-color: #4c4c4c; }
  html[dir="rtl"] .esri-config-panel__search-settings {
    border-left: 1px solid #f3f3f3;
    border-right: none; } }

html[dir="rtl"] .esri-search-settings__result-item-warning calcite-icon {
  margin-left: 5px; }

.esri-config-panel-share {
  color: #151515; }
  .esri-config-panel-share .esri-config-panel-share__header,
  .esri-config-panel-share .esri-config-panel-share__body,
  .esri-config-panel-share .esri-config-panel-share__footer {
    padding: 5%; }
  .esri-config-panel-share .esri-config-panel-share__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .esri-config-panel-share .esri-config-panel-share__header .esri-config-panel-share__header-text {
      margin-bottom: 0;
      font-size: 23px; }
    .esri-config-panel-share .esri-config-panel-share__header .esri-config-panel-share__close-icon-button {
      background-color: transparent;
      border: none; }
    .esri-config-panel-share .esri-config-panel-share__header .esri-config-panel-share__close-icon-button:hover {
      cursor: pointer; }
  .esri-config-panel-share .esri-config-panel-share__body {
    max-height: 35vh;
    overflow-y: auto;
    background-color: #f3f3f3;
    padding: 5%; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__subtitle-text {
      display: inline-block;
      margin-bottom: 10px; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__alert,
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__application-link-input-container,
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__social-media-container {
      margin-bottom: 5%; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__application-link-input-container,
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-code-input-container {
      display: flex;
      margin-top: 2%; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__application-link-container,
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__subtitle-text {
      color: #323232;
      font-size: 14px;
      font-weight: 600; }
    .esri-config-panel-share .esri-config-panel-share__body [class*="icon-social-"] {
      border: none;
      margin-right: 10px; }
    .esri-config-panel-share .esri-config-panel-share__body [class*="icon-social-"]:last-child {
      margin-right: 0; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__text-input {
      margin-top: 0;
      border: 1px solid #d3d3d3;
      border-right: none;
      box-shadow: none; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__copy-button {
      height: 2.25rem;
      background-color: #fff;
      border: 1px solid #d3d3d3;
      border-left: none; }
      .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__copy-button calcite-icon {
        color: #2890ce; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__copy-button:hover {
      cursor: pointer; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-input-title {
      margin-bottom: 0;
      color: #404040;
      font-size: 14px;
      font-weight: 600; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-size-container {
      display: flex;
      justify-content: space-between;
      border: none;
      padding: 0;
      color: #404040; }
      .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-size-container .esri-config-panel-share__embed-size-label-container {
        display: flex; }
        .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-size-container .esri-config-panel-share__embed-size-label-container label {
          margin: 0; }
          .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-size-container .esri-config-panel-share__embed-size-label-container label span {
            margin-left: 5px;
            margin-right: 5px; }
      .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-size-container .esri-config-panel-share__size-input {
        width: 98%; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-code-container {
      margin-top: 10px; }
    .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__date-published {
      box-sizing: border-box;
      padding: 0 5%;
      color: #fff;
      background-color: #288835;
      font-weight: 550;
      font-size: 11px;
      text-align: center; }
  .esri-config-panel-share .esri-config-panel-share__alert {
    display: flex;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    border-top: 2px solid #857300; }
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-icon-container,
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container {
      height: 90%; }
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-icon-container {
      color: #857300;
      padding: 4% 2%; }
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container {
      padding: 3%;
      padding-left: 0; }
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container {
      display: flex;
      flex-direction: column; }
      .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container .esri-config-panel-share__alert-message,
      .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container .esri-config-panel-share__alert-link {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 16px; }
      .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container .esri-config-panel-share__alert-message {
        color: #404040;
        font-weight: 500; }

.esri-config-panel-share__footer {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }
  .esri-config-panel-share__footer calcite-button {
    width: 49%;
    font-weight: 550; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel-share .esri-config-panel-share__header,
  .esri-config-panel-share .esri-config-panel-share__body,
  .esri-config-panel-share .esri-config-panel-share__footer {
    color: #fff;
    background-color: #404040; }
  .esri-config-panel-share .esri-config-panel-share__header,
  .esri-config-panel-share .esri-config-panel-share__body {
    border-bottom: 1px solid #4a4a4a; }
  .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__subtitle-text,
  .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__embed-container .esri-config-panel-share__embed-input-title,
  .esri-config-panel-share .esri-config-panel-share__application-link-container label,
  .esri-config-panel-share .esri-config-panel-share__embed-size-label-container label {
    color: #fff; }
  .esri-config-panel-share .esri-config-panel-share__alert {
    background-color: #000; }
    .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-link {
      color: #00a0ff; }
  .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__date-published {
    color: #000; }
  .esri-config-panel-share .esri-config-panel-share__alert .esri-config-panel-share__alert-message-container .esri-config-panel-share__alert-message {
    color: #fff; }
  .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__copy-button {
    background-color: #2b2b2b;
    border: none; }
  .esri-config-panel-share .esri-config-panel-share__body .esri-config-panel-share__text-input {
    border: none;
    border-right-color: transparent; }
  .esri-config-panel-share__close-icon-button {
    color: #ebebeb; } }

.esri-config-panel-share__svg-icon {
  width: 24px;
  height: 24px; }

.esri-config-panel-share__facebook-icon {
  fill: #3b5998; }

.esri-config-panel-share__twitter-icon {
  fill: #1da1f2; }

.esri-config-panel-share__linked-in-icon {
  fill: #0072b1; }

.esri-config-panel-share__mail-icon {
  stroke: #000;
  fill: transparent; }

.esri-config-panel-share__social-icon--disabled {
  opacity: 0.5; }

.esri-config-panel-share__share-icon {
  background: transparent; }

.esri-config-panel-share__share-icon:hover {
  cursor: pointer; }

.esri-config-panel-share__social-icon--disabled:hover {
  cursor: auto; }

.esri-config-panel-publish {
  color: #151515; }
  .esri-config-panel-publish .esri-config-panel-publish__header,
  .esri-config-panel-publish .esri-config-panel-publish__body,
  .esri-config-panel-publish .esri-config-panel-publish__footer {
    padding: 5%; }
  .esri-config-panel-publish .esri-config-panel-publish__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .esri-config-panel-publish .esri-config-panel-publish__header .esri-config-panel-publish__header-text {
      margin-bottom: 0;
      font-size: 23px; }
    .esri-config-panel-publish .esri-config-panel-publish__header .esri-config-panel-publish__close-icon-button {
      background-color: transparent;
      border: none; }
    .esri-config-panel-publish .esri-config-panel-publish__header .esri-config-panel-publish__close-icon-button:hover {
      cursor: pointer; }
  .esri-config-panel-publish .esri-config-panel-publish__body {
    background-color: #f3f3f3;
    padding: 5%;
    height: 35vh;
    display: flex;
    flex-direction: column; }
    .esri-config-panel-publish .esri-config-panel-publish__body .esri-config-panel-publish__success-message,
    .esri-config-panel-publish .esri-config-panel-publish__body .esri-config-panel-publish__confirm-message {
      display: flex;
      flex-direction: column; }
    .esri-config-panel-publish .esri-config-panel-publish__body .esri-config-panel-publish__message,
    .esri-config-panel-publish .esri-config-panel-publish__body .esri-config-panel-publish__icon {
      display: inline-block; }
    .esri-config-panel-publish .esri-config-panel-publish__body .esri-config-panel-publish__message {
      height: 10%; }
  .esri-config-panel-publish .esri-config-panel-publish__footer {
    display: flex;
    justify-content: space-between;
    background-color: #fff; }
    .esri-config-panel-publish .esri-config-panel-publish__footer .esri-config-panel-publish__close-button,
    .esri-config-panel-publish .esri-config-panel-publish__footer .esri-config-panel-publish__publish-button {
      width: 49%; }
  .esri-config-panel-publish .esri-config-panel-publish__icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%; }
  .esri-config-panel-publish .esri-config-panel-publish__icon {
    width: 110px; }
  .esri-config-panel-publish .esri-config-panel-publish__confirmation-icon {
    fill: #a8d8f5; }
  .esri-config-panel-publish .esri-config-panel-publish__publish-icon {
    fill: #6bc878; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel .esri-config-panel-publish__header,
  .esri-config-panel .esri-config-panel-publish__body,
  .esri-config-panel .esri-config-panel-publish__footer {
    color: #fff;
    background-color: #404040; }
  .esri-config-panel .esri-config-panel-publish__body {
    color: #bfbfbf; }
  .esri-config-panel .esri-config-panel-publish__header,
  .esri-config-panel .esri-config-panel-publish__body {
    border-bottom: 1px solid #4a4a4a; }
  .esri-config-panel .esri-config-panel-publish__close-button.btn.btn-clear {
    background-color: #000;
    color: #00a0ff;
    border: 1px solid #00a0ff; }
  .esri-config-panel .esri-config-panel-publish__publish-button.btn {
    color: #000;
    background-color: #00a0ff; }
  .esri-config-panel .esri-config-panel-publish__close-icon-button {
    color: #ebebeb; } }

.esri-config-panel-proxy {
  display: none; }
  .esri-config-panel-proxy.active {
    display: block; }
  .esri-config-panel-proxy #esriConfigPanelProxyThumbnail {
    float: left;
    margin-right: 15px;
    max-width: 150px; }
  .esri-config-panel-proxy #esriConfigPanelProxyIcon {
    position: absolute;
    right: 3rem;
    top: 6px;
    color: #007ac2; }
  .esri-config-panel-proxy .esri-config-panel-proxy_accordion-item .esri-config-panel-proxy_layer-details {
    margin: 0 0 0.25rem 2.0rem; }
  .esri-config-panel-proxy .trailer-0 {
    margin-bottom: 0; }

html[dir="rtl"] .esri-config-panel-proxy #esriConfigPanelProxyThumbnail,
.esriRtl .esri-config-panel-proxy #esriConfigPanelProxyThumbnail {
  float: right;
  margin-right: auto;
  margin-left: 15px; }

html[dir="rtl"] .esri-config-panel-proxy #esriConfigPanelProxyIcon,
.esriRtl .esri-config-panel-proxy #esriConfigPanelProxyIcon {
  right: auto;
  left: 3rem; }

html[dir="rtl"] .esri-config-panel-proxy .esri-config-panel-proxy_accordion-item .esri-config-panel-proxy_layer-details,
.esriRtl .esri-config-panel-proxy .esri-config-panel-proxy_accordion-item .esri-config-panel-proxy_layer-details {
  margin: 0.25rem 2.0rem 0 0; }

.esri-config-panel-unsupported-browser__browser-icon-container {
  margin-top: 15px; }

.esri-config-panel-unsupported-browser__browser-icon {
  margin: 0 10px; }

.esri-config-panel-unsupported-browser__message-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 65%; }

html[dir="rtl"] .esri-config-panel-unsupported-browser__message-container {
  transform: translate(50%, -50%);
  right: 50%; }

.esri-config-panel-no-app-access {
  height: 100%; }
  .esri-config-panel-no-app-access .esri-config-panel-no-app-access__message-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    width: 65%;
    word-break: break-word; }

.esri-config-panel__item-browser-overlay {
  display: none;
  opacity: 0%; }

.esri-config-panel__item-browser-overlay--open {
  display: block;
  opacity: 100%; }

.esri-config-panel-item-browser-preview {
  background-color: #fff;
  margin: 2%;
  padding: 4% 2%; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__title {
    font-size: 16px;
    font-weight: 550; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dark-mode-text {
    color: #dfdfdf; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__description .esri-config-panel-item-browser-preview__description-label,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__description .esri-config-panel-item-browser-preview__owner-label,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__owner .esri-config-panel-item-browser-preview__description-label,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__owner .esri-config-panel-item-browser-preview__owner-label {
    font-weight: 550; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__description .esri-config-panel-item-browser-preview__description-text,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__description .esri-config-panel-item-browser-preview__owner-text,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__owner .esri-config-panel-item-browser-preview__description-text,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__owner .esri-config-panel-item-browser-preview__owner-text {
    max-height: 25vh;
    overflow: auto;
    overflow-x: hidden;
    color: #404040;
    margin-bottom: 5px;
    word-break: break-word; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__description .esri-config-panel-item-browser-preview__dark-mode-text,
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__owner .esri-config-panel-item-browser-preview__dark-mode-text {
    color: #dfdfdf; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__thumbnail {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #f3f3f3; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__item-page-link {
    display: flex;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #0079c1; }
    .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__item-page-link calcite-icon {
      margin-left: 3px; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__select-map-button {
    margin-bottom: 10px; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates {
    padding-top: 3%;
    margin-bottom: 0; }
    .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates .esri-config-panel-item-browser-preview__date-item {
      margin-bottom: 10px; }
      .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates .esri-config-panel-item-browser-preview__date-item .esri-config-panel-item-browser-preview__date-label {
        font-weight: 550; }
      .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates .esri-config-panel-item-browser-preview__date-item .esri-config-panel-item-browser-preview__date-text {
        color: #404040; }
      .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates .esri-config-panel-item-browser-preview__date-item .esri-config-panel-item-browser-preview__dark-mode-text {
        color: #dfdfdf; }
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__dates--dark {
    border-top: 1px solid #404040;
    color: #dfdfdf; }

.esri-config-panel-item-browser-preview__dark-mode {
  background-color: #404040; }

#ib__big-header-title:focus {
  outline-color: #0079c2;
  outline-style: auto;
  outline-width: 1px; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel-item-browser-preview .esri-config-panel-item-browser-preview__item-page-link {
    color: #00a0ff; } }

.ib-ex-alert-container.hide {
  display: none; }

.ib__container--underlay {
  z-index: 1000; }

#item-browser-container {
  z-index: 1001; }

.esri-config-panel-item-browser-preview__map-a11y-text {
  font-weight: 550; }

.group-browser__modal-container {
  top: 60px;
  height: calc(100% - 60px); }

.esri-config-panel__onboarding h2 {
  margin-bottom: 0; }

.esri-config-panel__onboarding-graphic {
  width: 100%; }

.esri-config-panel__onboarding .esri-config-panel__onboarding-content-container {
  height: 150px;
  overflow-y: auto; }
  .esri-config-panel__onboarding .esri-config-panel__onboarding-content-container p {
    padding: 2.5%;
    margin-bottom: 0;
    word-break: break-word; }

.esri-config-panel__onboarding-label-container {
  display: flex;
  align-items: center;
  height: 100%; }

.esri-config-panel__onboarding-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5%;
  margin-bottom: 2.5%; }
  .esri-config-panel__onboarding-pagination-item {
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    border-radius: 50%;
    margin-left: 2.5px;
    margin-right: 2.5px;
    background-color: transparent;
    padding: 0; }
  .esri-config-panel__onboarding-pagination-item:hover {
    cursor: pointer; }
  .esri-config-panel__onboarding-pagination-item--selected {
    background-color: gray; }

@media (prefers-color-scheme: dark) {
  .esri-config-panel__onboarding p {
    color: #fff; }
  .esri-config-panel__onboarding-pagination-item {
    border: 1px solid #fff; }
  .esri-config-panel__onboarding-pagination-item--selected {
    background-color: #fff; } }

.esri-config-panel__alert {
  width: 90%; }

.leftRightTopBorder, .esri-basemap-gallery-config__bodyHeader, .esri-basemap-gallery-config__body {
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid silver; }

.invalid input {
  border: 1px solid red; }

.esri-basemap-gallery-config__header {
  margin-bottom: 6px; }

.esri-basemap-gallery-config__bodyHeader {
  background-color: #ededed;
  padding: 14px 7px; }

.esri-basemap-gallery-config__body {
  display: flex;
  flex-direction: column;
  padding: 5px;
  max-height: 400px;
  overflow-y: auto;
  /* The emerging W3C standard
            that is currently Firefox-only */
  /* Works on Chrome/Edge/Safari */ }
  .esri-basemap-gallery-config__body {
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent; }
  .esri-basemap-gallery-config__body::-webkit-scrollbar {
    width: 6px;
    padding: 1px;
    margin: 1px; }
  .esri-basemap-gallery-config__body::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .esri-basemap-gallery-config__body::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border: 3px solid transparent; }

.esri-basemap-gallery-config__groupSelectorBtn {
  border: 1px solid silver;
  padding: 10px; }

.esri-basemap-gallery-config-selectable-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px; }
  .esri-basemap-gallery-config-selectable-item__image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin: 0px 15px; }
  .esri-basemap-gallery-config-selectable-item h4 {
    margin: 0px; }

.esri-basemap-selector-config {
  position: relative; }
  .esri-basemap-selector-config__fake-map {
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 200px;
    height: 200px; }
  .esri-basemap-selector-config calcite-tooltip-manager {
    display: inline; }
  .esri-basemap-selector-config__header {
    margin-bottom: 5px; }
  .esri-basemap-selector-config__item-browser-selected-basemap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 3px 0px;
    padding: 6px 7px;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    animation: esri-fade-in 500ms ease-in-out;
    transition: background-color 250ms ease-in-out; }
    .esri-basemap-selector-config__item-browser-selected-basemap > img {
      height: 64px;
      width: 64px;
      object-fit: cover; }
    .esri-basemap-selector-config__item-browser-selected-basemap > span {
      font-size: 12px;
      word-break: break-word;
      color: #6e6e6e;
      padding: 0 7px; }
  .esri-basemap-selector-config__selected {
    cursor: auto;
    border-left-color: #0079c1;
    background-color: #e2f1fb; }
  .esri-basemap-selector-config__basemap-selected-divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid silver; }
  .esri-basemap-selector-config__select-basemap-button {
    padding: 10px;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver; }

.esri-basemap-gallery__container {
  max-height: 400px;
  overflow-y: auto;
  padding: 3px;
  border: 1px solid silver;
  /* The emerging W3C standard
   that is currently Firefox-only */
  /* Works on Chrome/Edge/Safari */ }
  .esri-basemap-gallery__container {
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent; }
  .esri-basemap-gallery__container::-webkit-scrollbar {
    width: 6px;
    padding: 1px;
    margin: 1px; }
  .esri-basemap-gallery__container::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .esri-basemap-gallery__container::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border: 3px solid transparent; }

.esri-config-panel__item-browser-overlay {
  display: none;
  opacity: 0%; }

.esri-config-panel__item-browser-overlay--open {
  display: block;
  opacity: 100%; }

.extent-recommendations {
  width: 300px;
  background-color: white;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .extent-recommendations > * {
    padding: 17px 20px; }
  .extent-recommendations__title {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0px; }
  .extent-recommendations .esri-scale-range-slider__scale-menu-toggle {
    max-width: 150px;
    overflow: auto; }

.modalContentHeight {
  height: 100%; }

.extentSelectorMapView {
  width: 100%;
  height: 100%;
  margin: auto; }

.draw-section__tools {
  display: flex;
  justify-content: space-between;
  border-right: 1px #d3d3d3 solid;
  border-left: 1px #d3d3d3 solid;
  border-radius: 7px; }

.draw-section .esri-sketch__panel.esri-sketch__info-panel {
  display: none; }

.draw-section .esri-sketch__panel > * {
  display: none; }

.draw-section .esri-sketch__panel .esri-sketch__section:nth-child(2) {
  display: flex; }

.draw-section .esri-sketch__button {
  width: inherit; }

.rotation-section__prevent-rotation {
  display: flex;
  justify-content: space-between; }

.rotation-section__rotation-input-validation {
  display: none;
  color: red;
  margin-top: 4px; }

.footer {
  display: flex; }
  .footer__buttons {
    margin: 0px 3px; }

@media (prefers-color-scheme: dark) {
  body .extent-recommendations {
    color: #ffffff;
    background-color: #2b2b2b; }
    body .extent-recommendations .draw-section__tools > div {
      background-color: #2b2b2b; }
    body .extent-recommendations .esri-search__submit-button.esri-widget--button, body .extent-recommendations .esri-search__clear-button.esri-widget--button {
      background-color: #2b2b2b;
      color: #ffffff; }
      body .extent-recommendations .esri-search__submit-button.esri-widget--button:hover, body .extent-recommendations .esri-search__clear-button.esri-widget--button:hover {
        color: #b3b3b3; }
    body .extent-recommendations .esri-input.esri-search__input::placeholder {
      color: #ffffff; }
    body .extent-recommendations .esri-scale-range-slider__scale-indicator-icon {
      fill: #ffffff; } }

.extent-selector-panel-config-base__scaleSlider {
  padding: 2px; }

calcite-tooltip-manager {
  display: inline; }

.filter-config__view {
  height: 1px;
  width: 1px;
  position: absolute;
  left: -9999999px;
  visibility: hidden; }

.filter-config__modal-content {
  height: 100%;
  display: flex; }

.filter-config__panel {
  overflow-y: auto;
  overflow-x: hidden; }

.filter-config__layer-list {
  margin-bottom: 24px; }

.filter-config__shell {
  height: 100%;
  display: none; }

.filter-config__filter-desc-container {
  background: var(--calcite-ui-foreground-1);
  border: 1px solid lightgray;
  padding: 7px;
  margin-top: 14px; }

.filter-config__filter-desc {
  margin: 8px 0; }

.filter-config__layer-filter-container--no-label-margin > label:last-child {
  margin: 0; }

.filter-config__layer-filter-container--no-label-margin > label:only-of-type {
  margin: 0; }

.filter-config__select {
  width: 100%; }

.filter-config__add-filter {
  padding: 14px 21px; }

.filter-config__filter-list-item {
  margin-bottom: 7px;
  border: 1px solid #dad8da; }

.filter-config__layer-input {
  margin-top: 7px; }

.filter-config__summary {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 0; }

.filter-config__summary-label {
  display: inline-block;
  font-weight: 550;
  font-size: 14px; }

.filter-config__summary-item {
  display: flex;
  justify-content: space-between; }
  .filter-config__summary-item p {
    margin: 0; }
  .filter-config__summary-item--count {
    width: max-content;
    padding-left: 10px;
    text-align: end; }

.filter-config__customize-filters {
  margin-top: 1.5rem; }
  .filter-config__customize-filters > label:last-child {
    margin: 0; }
  .filter-config__customize-filters--hide {
    display: none; }

.filter-config .esri-slider__label {
  display: none !important; }

.filter-config .remove-filter.sc-arcgis-filter, .filter-config .match-expression-msg.sc-arcgis-filter {
  background-color: var(--calcite-ui-foreground-1); }

.filter-config :host([appearance="outline"][color="neutral"]) button, .filter-config :host([appearance="outline"][color="neutral"]) a {
  border: 1px solid var(--calcite-ui-border-1); }

.filter-config .select-unique-button.sc-arcgis-filter-condition {
  border: 1px solid var(--calcite-ui-border-1); }

.filter-config .content-container {
  overflow: hidden; }

.countdown-sections-config__list-container {
  background: #f3f3f3;
  border: 1px solid lightgray;
  padding: 12px 8px 8px; }
  .countdown-sections-config__list-container calcite-action {
    height: 100%; }
  .countdown-sections-config__list-container--dark {
    background: #2a2a2a; }

.countdown-sections-config__list-button-container {
  padding-bottom: 14px; }

.countdown-sections-config label {
  margin: 0 0 1.25rem 0; }
  .countdown-sections-config label > span {
    display: flex; }
  .countdown-sections-config label:last-child {
    margin: 0; }

.countdown-sections-config__zoom-scale-container {
  margin-bottom: 1rem; }
  .countdown-sections-config__zoom-scale-container label {
    margin: 0 0 6px; }

.countdown-sections-config select {
  width: 100%; }

.countdown-sections-config__multiple-select {
  height: 100%; }

.countdown-sections-config #cke_content {
  margin-top: 6px; }

.countdown-sections-config__switch-label {
  display: flex;
  justify-content: space-between; }

.countdown-sections-config__label {
  display: flex;
  align-items: center;
  word-break: break-word; }

.countdown-sections-config__tooltip-icon-switch-container {
  display: flex;
  align-items: center; }
  .countdown-sections-config__tooltip-icon-switch-container .countdown-sections-config__icon-tooltip-button {
    padding: 0; }
  .countdown-sections-config__tooltip-icon-switch-container calcite-switch {
    margin-left: 12px; }

.countdown-sections-config__section-container {
  margin-top: 18px; }

.countdown-sections-config__section {
  margin: 0 0 24px;
  padding: 0;
  border: none; }
  .countdown-sections-config__section legend {
    display: flex;
    margin-bottom: 8px;
    font-weight: 550;
    font-size: 14px; }

.countdown-sections-config__section:last-child {
  margin: 0; }

.countdown-sections-config__section-list-item {
  margin-bottom: 7px;
  border: 1px solid #dad8da; }

.countdown-sections-config__save-container {
  padding: 12px 0 8px; }

.countdown-sections-config calcite-slider {
  padding: 9px;
  --calcite-ui-border-2: rgba(110, 110, 110, 0.4); }

.countdown-sections-config__transparency-slider-container {
  padding: 30px 9px 34px; }
  .countdown-sections-config__transparency-slider-container .esri-widget {
    color: #404040; }
    .countdown-sections-config__transparency-slider-container .esri-widget .esri-slider__label {
      left: -15px;
      min-width: 30px;
      margin: 0; }
    .countdown-sections-config__transparency-slider-container .esri-widget .esri-slider__segment-1 {
      background-color: rgba(0, 0, 0, 0) !important; }
    .countdown-sections-config__transparency-slider-container .esri-widget .esri-slider__segment-0 {
      background-color: rgba(0, 0, 0, 0) !important; }
  .countdown-sections-config__transparency-slider-container .esri-slider {
    background-color: transparent; }
  .countdown-sections-config__transparency-slider-container .esri-slider__tick {
    background: #404040; }

@media (prefers-color-scheme: dark) {
  .countdown-sections-config__transparency-slider-container .esri-widget {
    color: #fff; }
  .countdown-sections-config__transparency-slider-container .esri-slider__tick {
    background: #fff; } }

.countdown-sections-config .esri-scale-range-slider__scale-menu-container {
  margin-top: 5px; }
  .countdown-sections-config .esri-scale-range-slider__scale-menu-container .esri-widget *:focus-visible,
  .countdown-sections-config .esri-scale-range-slider__scale-menu-container .esri-widget *:focus {
    outline: 2px solid var(--calcite-ui-brand);
    background-color: var(--calcite-ui-brand); }

.countdown-sections-config .esri-slider__anchor--moving:focus .esri-slider__thumb {
  background-color: var(--calcite-ui-brand);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 8px 0px;
  border: none; }

.countdown-sections-config .esri-slider__thumb {
  height: 14px;
  width: 14px;
  background-color: var(--calcite-ui-foreground-1);
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--calcite-ui-text-3) inset; }

.layer-list-config__select {
  width: 100%; }

.layer-list-config__conditional-label {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0;
  display: flex;
  justify-content: space-between; }
  .layer-list-config__conditional-label calcite-switch {
    margin-right: 0; }

.layer-list-config__label-span {
  display: flex;
  align-items: center;
  word-break: break-word; }

.layer-list-config__tooltip-icon-switch-container {
  display: flex;
  align-items: center; }
  .layer-list-config__tooltip-icon-switch-container .esri-config-panel__icon-tooltip-button {
    padding: 0; }
  .layer-list-config__tooltip-icon-switch-container calcite-switch {
    margin-left: 5px;
    margin-right: 0; }

.layer-effect-config > label {
  margin-bottom: 16px; }

.layer-effect-config select {
  margin-top: 12px; }

.layer-effect-config__label {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: auto 48px; }
  .layer-effect-config__label--title {
    grid-row: 1;
    grid-column: 1;
    position: absolute;
    bottom: 36px; }

.layer-effect-config__input-grid {
  width: calc(100% - 16px);
  grid-column: 1;
  grid-row: 1;
  margin-top: 16px; }
  .layer-effect-config__input-grid--color {
    height: 24px; }

.layer-effect-config__reset-btn-grid {
  grid-column: 2; }

.layer-effect-config__reset-btn {
  padding-left: 16px; }

.layer-effect-config__slider {
  width: 100%;
  padding-top: 16px; }

.layer-effect-config__select-label {
  margin-bottom: 16px; }
  .layer-effect-config__select-label > span {
    font-size: 14px; }

.layer-effect-config__view {
  width: 75%;
  height: 100%; }

.layer-effect-config__modal-content {
  height: 100%;
  display: flex; }

.layer-effect-config__panel {
  width: 25%;
  padding-right: 16px;
  overflow-y: auto; }
  .layer-effect-config__panel calcite-accordion,
  .layer-effect-config__panel calcite-pick-list {
    margin-bottom: 16px; }

.layer-effect-config__advanced-switch {
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between; }

.layer-effect-config__scale {
  font-size: 14px;
  margin: 16px 0; }

.layer-effect-config__remove-effect-btn {
  min-width: 140px;
  margin-bottom: 16px; }

.layer-effect-config__remove-effect-container {
  display: flex;
  flex-flow: row wrap; }

.esri-layer-selector-config .noselect, .esri-layer-selector-config .esri-layer-with-sublayers-row__main-layer, .esri-layer-selector-config .esri-field-selector__fields > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */ }

.esri-layer-selector-config .renderLineBreaks {
  white-space: break-spaces; }

.esri-layer-selector-config .light-blue-color {
  color: #74b5ff; }

.esri-layer-selector-config .layer-display-padding {
  padding: 5px 4px; }

.esri-layer-selector-config calcite-button {
  word-break: normal; }

@media (prefers-color-scheme: dark) {
  body .esri-selectable-layer__selectableLayer {
    color: white; } }

.esri-layer-selector-config {
  position: relative;
  width: 100%; }
  .esri-layer-selector-config__layer-display-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .esri-layer-selector-config__layer-display-header__left-header-style {
      display: flex;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 0; }
      .esri-layer-selector-config__layer-display-header__left-header-style h4 {
        margin: auto; }
    .esri-layer-selector-config__layer-display-header__right-header-style {
      vertical-align: middle; }
  .esri-layer-selector-config__layer-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: solid rgba(230, 230, 230, 0.692) 1px; }
    .esri-layer-selector-config .esri-layer-selector-config__layer-row:last-of-type {
      border-bottom: none; }
  .esri-layer-selector-config__special-msg-format {
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: bold; }
  .esri-layer-selector-config .mouse-pointer {
    cursor: pointer; }

.esri-layer-with-sublayers-row {
  width: 100%; }
  .esri-layer-with-sublayers-row__main-layer {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0px; }
  .esri-layer-with-sublayers-row__sublayers {
    display: flex;
    flex-direction: column;
    margin-top: 7px; }
    .esri-layer-with-sublayers-row__sublayers--no-display {
      display: none; }
  .esri-layer-with-sublayers-row__layers-icon-spacing {
    margin-left: 3px;
    margin-right: 2px; }

.esri-selectable-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .esri-selectable-layer__selectableLayer {
    display: flex;
    align-items: center;
    padding-left: 11px;
    margin-bottom: 0;
    color: #828282;
    width: 100%; }
  .esri-selectable-layer__selection-checkbox-spacing {
    padding: 0px 4px; }
  .esri-selectable-layer__selection-radio-btn-spacing {
    padding: 0px 6px; }
  .esri-selectable-layer__title {
    width: 100px; }
  .esri-selectable-layer__layer-icon-spacing {
    margin-left: 3px;
    margin-right: 5px; }
  .esri-selectable-layer__field-selector-toggle-btn {
    font-size: 0.7rem;
    cursor: pointer;
    color: #0079c1;
    font-weight: normal; }
    .esri-selectable-layer__field-selector-toggle-btn--no-display {
      display: none; }

.radio {
  margin-right: 0.1rem;
  margin-left: -2px;
  padding-top: 5px;
  padding-right: 6px;
  padding-left: 6px; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label {
      margin-bottom: 0; }
      .radio input[type="radio"] + .radio-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #007ac2;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #007ac2; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      box-shadow: inset 0 0 0 4px #f4f4f4;
      border-color: #b4b4b4;
      background: #b4b4b4; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

.noselect, .esri-layer-with-sublayers-row__main-layer, .esri-field-selector__fields > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */ }

.esri-field-selector {
  margin: 10px 0px 10px 7px;
  padding: 3px 0px 3px 7px;
  border-left: 1px solid rgba(230, 230, 230, 0.692);
  display: grid;
  grid-template-rows: 70px fit-content(500px) 56px;
  grid-template-columns: minmax(0, 100%); }
  .esri-field-selector__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid rgba(230, 230, 230, 0.692) 1px;
    margin: 5px;
    width: 100%; }
  .esri-field-selector__fields {
    padding: 3px; }
    .esri-field-selector__fields > * {
      width: 100%; }
  .esri-field-selector__footer {
    padding: 5px;
    text-align: right; }
    .esri-field-selector__footer > * {
      margin: 3px; }

.esri-field-selector-header {
  width: 75%; }

.esri-field-selector-picklist {
  overflow-y: auto;
  max-height: 500px; }

.esri-legend-config {
  box-sizing: border-box;
  position: relative; }
  .esri-legend-config .container {
    display: flex;
    justify-content: space-between; }
  .esri-legend-config .disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
    filter: grayscale(100%); }
  .esri-legend-config calcite-radio-group {
    margin-bottom: 0.25rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 0.75rem 0; }

a {
  color: #0079c1;
  text-decoration: none; }

a:hover {
  color: #005e95;
  text-decoration: underline; }

form,
select,
button,
input {
  letter-spacing: 0em;
  font-family: inherit; }

calcite-button {
  word-break: break-word; }

input {
  position: relative;
  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;
  outline-offset: 0;
  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; }
  input i {
    cursor: default; }

input:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: #a9a9a9;
  border-color: rgba(118, 118, 118, 0.3); }

input[type="text"]:focus,
input[type="color"]:focus,
input[type="number"]:focus {
  outline-color: #0079c2;
  outline-style: auto;
  outline-width: 1px; }

select:focus {
  box-shadow: 0 0 3pt 2pt #0079c2; }

input[type="checkbox"] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  margin-right: 0.5rem;
  margin-left: 0.125rem;
  line-height: 1.25rem;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-appearance: checkbox; }

input[type="range"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]:hover::-webkit-slider-runnable-track {
  background-color: #a9a9a9; }

input[type="range"]:hover::-webkit-slider-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:hover::-moz-range-track {
  background-color: #a9a9a9; }

input[type="range"]:hover::-moz-range-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:hover::-ms-fill-upper {
  background-color: #a9a9a9; }

input[type="range"]:hover::-ms-fill-lower {
  background-color: #a9a9a9; }

input[type="range"]:hover::-ms-thumb {
  background-color: #ffffff;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]:focus::-webkit-slider-runnable-track,
input[type="range"]:active::-webkit-slider-runnable-track {
  background-color: #a9a9a9; }

input[type="range"]:focus::-webkit-slider-thumb,
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-webkit-slider-thumb:hover,
input[type="range"]:active::-webkit-slider-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]:focus::-moz-range-track,
input[type="range"]:active::-moz-range-track {
  background-color: #a9a9a9; }

input[type="range"]:focus::-moz-range-thumb,
input[type="range"]:active::-moz-range-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-moz-range-thumb:hover,
input[type="range"]:active::-moz-range-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]:focus::-ms-fill-upper,
input[type="range"]:active::-ms-fill-upper {
  background-color: #a9a9a9; }

input[type="range"]:focus::-ms-fill-lower,
input[type="range"]:active::-ms-fill-lower {
  background-color: #a9a9a9; }

input[type="range"]:focus::-ms-thumb,
input[type="range"]:active::-ms-thumb {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]:focus::-ms-thumb:hover,
input[type="range"]:active::-ms-thumb:hover {
  background-color: #196fa6;
  border-color: #007ac2; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-webkit-slider-thumb:focus,
input[type="range"]::-webkit-slider-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-webkit-slider-thumb:focus:hover,
input[type="range"]::-webkit-slider-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

@supports (-webkit-overflow-scrolling: touch) {
  input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    margin-top: -9px; } }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 14px;
  width: 14px; }

input[type="range"]::-moz-range-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-moz-range-thumb:focus,
input[type="range"]::-moz-range-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-moz-range-thumb:focus:hover,
input[type="range"]::-moz-range-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-ms-fill-upper {
  background-color: #cccccc; }

input[type="range"]::-ms-fill-lower {
  background-color: #cccccc; }

input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  border-radius: 0;
  z-index: 2;
  background-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 2px;
  border: 0px solid transparent;
  color: transparent; }

input[type="range"]::-ms-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  margin-top: -8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #959595;
  z-index: 3;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 14px;
  width: 14px;
  margin-top: 0px; }

input[type="range"]::-ms-thumb:hover {
  background-color: #007ac2;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.9); }

input[type="range"]::-ms-thumb:focus,
input[type="range"]::-ms-thumb:active {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="range"]::-ms-thumb:focus:hover,
input[type="range"]::-ms-thumb:active:hover {
  background-color: #196fa6;
  border-color: #007ac2;
  box-shadow: 0 0 4px 1px rgba(86, 165, 216, 0.9); }

input[type="radio"],
input[type="checkbox"] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  margin-right: 0.5rem;
  margin-left: 0.125rem;
  line-height: 1.25rem;
  box-shadow: none;
  box-sizing: content-box; }

input[type="radio"] {
  -webkit-appearance: radio;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

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;
  outline-offset: 0;
  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; }

select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  width: auto;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  position: relative;
  display: block;
  margin: 0 0 1.5rem 0; }

ul,
ol {
  font-size: 0.9375rem; }

p,
dl,
blockquote {
  margin-top: 0;
  margin-bottom: 1.5rem; }

li {
  margin-top: 0.25em; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0.375rem 1rem;
  width: auto;
  color: #fff;
  border: 1px solid #0079c1;
  border-radius: 0;
  background-color: #0079c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5; }

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005e95;
  border-color: #005e95; }

.btn-small {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.28125rem 0.75rem; }

.btn-clear {
  color: #0079c1;
  background: #fff;
  border-color: #0079c1; }

.btn-clear:hover {
  color: #fff;
  background: #005e95;
  border-color: #005e95; }

.label {
  background-color: #efefef;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-size: 0.875em;
  white-space: nowrap; }

.label-blue {
  background-color: #0079c1;
  color: #fff; }

@media (prefers-color-scheme: dark) {
  select,
  input[type="number"],
  input[type="text"] {
    background-color: #2b2b2b;
    border: 1px solid #4a4a4a;
    color: #fff; }
  input[type="color"] {
    background-color: #2b2b2b; } }

#ariaLiveRegion.sr-only {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.esri-config-panel__icon-rtl {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

html[dir="rtl"] select {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  background-position: center left; }

.invalid input {
  border: 1px solid red; }

.esri-num-range-config__header {
  margin: 10px 0px 20px 0px; }

.esri-num-range-config__body {
  border-left: 1px solid #dedede;
  padding-left: 15px;
  padding-top: 5px; }

.esri-num-range-config .calcite-input-number-button-wrapper {
  height: 2.25rem; }

.esri-num-range-config__input {
  margin-bottom: 20px; }

.esri-num-range-config__input-label {
  margin-bottom: 0px; }

.being-dragged-over {
  border: 2px solid skyblue; }

.noselect, .esri-layer-with-sublayers-row__main-layer, .esri-field-selector__fields > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */ }

.esri-position-manager-config__header {
  width: fit-content; }

.esri-position-manager-config__tool-tip {
  display: inline-block; }

.esri-position-manager-config__info {
  margin: 10px 3px;
  font-size: 0.9rem; }

.esri-position-manager-config__posManagerBox {
  margin: 1px; }

.esri-position-manager-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background-color: #ffffff; }

.esri-position-manager-cell {
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; }
  .esri-position-manager-cell__header {
    font-size: 0.9rem;
    padding: 13px 10px 4px 10px;
    border-bottom: 1px solid #eaeaea; }
  .esri-position-manager-cell__list-div-wrapper {
    position: relative;
    height: 100%;
    min-height: 100px; }
  .esri-position-manager-cell__list {
    height: 100%;
    min-height: 100px; }
  .esri-position-manager-cell__drag-here-text {
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    font-size: 0.8rem;
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: italic; }

.esri-position-manager-list-item {
  width: 100%; }

.esri-cell-header__title {
  margin: 0px 5px 3px 5px;
  font-weight: bold; }

@media (prefers-color-scheme: dark) {
  body .esri-position-manager-grid {
    background-color: #404040; }
  body .esri-position-manager-cell__drag-here-text {
    color: white; } }

.esri-print-config {
  position: relative; }
  .esri-print-config__header {
    margin-bottom: 5px; }
    .esri-print-config__header > h3 {
      font-weight: 550;
      font-size: 14px; }
  .esri-print-config calcite-accordion {
    margin-bottom: 12px; }

.esri-scale-range-slider {
  min-width: unset; }
  .esri-scale-range-slider__slider-label {
    display: flex;
    margin-bottom: 15px;
    color: #404040; }
  .esri-scale-range-slider__scale-item-label {
    margin: 0px !important; }
  .esri-scale-range-slider .esri-slider__segment-1 {
    background-color: rgba(0, 0, 0, 0) !important; }
  .esri-scale-range-slider .esri-slider__segment-0 {
    background-color: rgba(0, 0, 0, 0) !important; }

body .esri-scale-range-slider__scale-menu-toggle {
  cursor: default; }

@media (prefers-color-scheme: dark) {
  body .esri-scale-range-slider__slider-label {
    color: white; }
  body .esri-scale-range-slider__scale-menu-toggle {
    color: white; } }

.esri-search-config--selected-item {
  background-color: #a9a9a9;
  color: #fff; }

.esri-search-config {
  box-sizing: border-box;
  padding: 1% 0.5%;
  position: relative; }
  .esri-search-config h3,
  .esri-search-config h4 {
    color: #323232;
    font-weight: 550;
    margin-bottom: 3px;
    font-size: 14px; }
  .esri-search-config .esri-search-config__config-container .esri-search-config__select-default-container label {
    color: #323232;
    margin-bottom: 0; }
  .esri-search-config .esri-search-config__btn-container {
    position: relative; }
    .esri-search-config .esri-search-config__btn-container .esri-search-config__btn-group calcite-button {
      margin-left: 1%;
      margin-right: 1%; }
  .esri-search-config .esri-search-config__heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .esri-search-config .esri-search-config__heading {
    display: inline-block;
    font-size: 1.2em;
    word-break: break-word;
    font-weight: 500; }
  .esri-search-config .esri-search-config__search-field-dropdown {
    width: 100%; }
  .esri-search-config .esri-search-config__add-search-field-button {
    margin-top: 3%;
    width: 100%; }
  .esri-search-config .esri-search-config__label {
    display: inline-block;
    user-select: none;
    margin: 1%; }
    .esri-search-config .esri-search-config__label calcite-icon {
      margin-right: 3px;
      vertical-align: middle; }
    .esri-search-config .esri-search-config__label .esri-search-config__outfield-label {
      vertical-align: middle; }
  .esri-search-config .esri-search-config__close-outfield {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0; }
  .esri-search-config .esri-search-config--outField:hover {
    cursor: pointer; }
  .esri-search-config .esri-search-config__source-list {
    box-sizing: border-box;
    width: 100%;
    padding: 3%; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-title {
      margin-bottom: 5px;
      color: #404040;
      font-size: 14px; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-subheader {
      display: flex;
      justify-content: space-between;
      width: 100%;
      border-bottom: 1px solid #e9e9e9; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-subheader .esri-search-config__source-list-subheader-name,
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-subheader .esri-search-config__source-list-subheader-edit {
        color: #404040;
        font-size: 13px; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 2% 0%;
      color: #404040; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name {
        display: flex;
        align-items: center;
        width: 100%; }
        .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-icon {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 10%; }
        .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-name {
          display: flex;
          align-items: center;
          width: 90%; }
          .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-name .esri-search-config__source-item-name-text {
            display: inline-block;
            padding-right: 5px;
            word-break: break-word; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-option-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        padding-right: 0;
        background-color: #fff; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-option-button:hover {
        cursor: pointer; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-option-text {
        font-size: 12px; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list {
      margin-bottom: 5%;
      background-color: #f3f3f3; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list .esri-search-config__option {
        display: flex;
        align-items: center;
        padding: 2%;
        width: 100%;
        background: transparent;
        border: none; }
        .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list .esri-search-config__option .esri-search-config__source-option-icon {
          display: flex;
          align-items: center;
          width: 10%; }
      .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list .esri-search-config__option:hover {
        cursor: pointer;
        background-color: #a9a9a9; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container:hover {
      cursor: move; }
    .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-option-button {
      width: 10%; }
  .esri-search-config .esri-search-config__source-list-warning {
    margin-top: 5px;
    width: 92%; }
  .esri-search-config .esri-search-config__no-existing-sources {
    text-align: center;
    font-size: 1.3em;
    color: #a9a9a9; }
  .esri-search-config .esri-search-config__add-source-list-item-container,
  .esri-search-config .esri-search-config__add-existing-source-list {
    padding-left: 0; }
  .esri-search-config .esri-search-config__add-source-list-item,
  .esri-search-config .esri-search-config__add-existing-source-item,
  .esri-search-config .esri-search-config__existing-source-item {
    list-style-type: none;
    font-size: 1.1em; }
  .esri-search-config .esri-search-config__existing-source-item {
    word-break: break-all; }
  .esri-search-config .esri-search-config__add-source-list-item:hover,
  .esri-search-config .esri-search-config__existing-source-item:hover {
    cursor: pointer; }
  .esri-search-config .esri-search-config__add-locator-portal-list {
    list-style-type: none;
    padding-left: 0; }
  .esri-search-config .esri-search-config__radio-input-container {
    margin-top: 8%; }
  .esri-search-config .esri-search-config__slider-container {
    display: inline-block;
    width: 96%;
    margin-left: 4%; }
  .esri-search-config .esri-search-config__slider {
    width: 90%; }
  .esri-search-config .esri-search-config__country-code-input {
    width: 40%; }
  .esri-search-config .esri-search-config__max-suggestions-container,
  .esri-search-config .esri-search-config__max-results-container {
    display: inline-block;
    width: 50%; }
  .esri-search-config .esri-search-config__max-suggestions,
  .esri-search-config .esri-search-config__max-results {
    width: 90%; }
  .esri-search-config .esri-search-config__input-container {
    display: flex;
    align-items: center; }
  .esri-search-config .esri-search-config__inline-block-input {
    display: inline-block; }
  .esri-search-config .esri-search-config__input {
    width: 100%; }
  .esri-search-config .esri-search-config__question-container {
    width: 7%;
    text-align: center;
    margin-left: 5px; }
    .esri-search-config .esri-search-config__question-container a {
      display: flex;
      align-items: center; }
  .esri-search-config .esri-search-config__country-code-input-container {
    margin-top: 0.25rem; }
    .esri-search-config .esri-search-config__country-code-input-container input {
      margin-top: 0; }
  .esri-search-config .esri-search-config__add-out-field-button {
    margin-top: 1%; }
  .esri-search-config .esri-search-config__search-fields-container {
    white-space: nowrap; }
  .esri-search-config .esri-search-config__search-field-alert {
    margin-top: 1vh; }
  .esri-search-config .esri-search-config__dropdown {
    display: block;
    width: 100%; }
  .esri-search-config .esri-search-config__slider-text-value {
    font-weight: bold;
    color: #007ac2; }
  .esri-search-config .esri-search-config__search-field-text {
    width: 93%;
    white-space: nowrap;
    display: inline-block; }
  .esri-search-config .esri-search-config__search-field-arrow {
    display: inline-block;
    width: 7%;
    background-color: #fff;
    vertical-align: top; }

.esri-search-config--over {
  opacity: 0.25; }

html[dir="rtl"] .esri-search-config .esri-search-config__add-source-list-item-container {
  padding-right: 0; }

html[dir="rtl"] .esri-search-config__add-source-option {
  display: flex;
  margin-right: 0; }
  html[dir="rtl"] .esri-search-config__add-source-option input {
    margin-left: 0.5rem;
    margin-right: 0.125rem; }

html[dir="rtl"] .esri-search-config__add-existing-source-list {
  padding-right: 0; }

html[dir="rtl"] .esri-search-config .esri-search-config__checkbox-label {
  display: flex;
  align-items: center; }
  html[dir="rtl"] .esri-search-config .esri-search-config__checkbox-label input[type="checkbox"] {
    margin-left: 0.5rem;
    margin-right: 0.125rem; }

html[dir="rtl"] .esri-search-config__question-container {
  margin-left: 0;
  margin-right: 5px; }

.esri-search-config__edit-config-panel {
  overflow: hidden;
  padding: 1.5%; }

.esri-search-config__source-item-alert-icon {
  color: #857300; }

.esri-search-config__alert {
  display: flex;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
  border-top: 2px solid #857300;
  margin-top: 10px;
  white-space: normal;
  word-break: break-word;
  font-size: 16px; }
  .esri-search-config__alert .esri-search-config__alert-icon-container,
  .esri-search-config__alert .esri-search-config__alert-message-container {
    height: 90%; }
  .esri-search-config__alert .esri-search-config__alert-icon-container {
    color: #857300;
    padding: 4% 2%; }
  .esri-search-config__alert .esri-search-config__alert-message-container {
    padding: 3%;
    padding-left: 0; }
  .esri-search-config__alert .esri-search-config__alert-message-container {
    display: flex;
    flex-direction: column; }
    .esri-search-config__alert .esri-search-config__alert-message-container .esri-search-config__alert-message,
    .esri-search-config__alert .esri-search-config__alert-message-container .esri-search-config__alert-link {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 16px; }
    .esri-search-config__alert .esri-search-config__alert-message-container .esri-search-config__alert-message {
      color: #828282;
      font-weight: 500; }

.esri-search-config__edit-icon-tooltip,
.esri-search-config__country-code-icon {
  color: #0070c1; }

.esri-search-config__edit-icon-tooltip:hover {
  cursor: pointer; }

.esri-search-config__country-code-icon:hover {
  cursor: pointer; }

.esri-search-config__edit-icon-tooltip {
  margin-left: 3px; }

.esri-search-config__config-form header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .esri-search-config__config-form header h1 {
    margin-bottom: 0; }
  .esri-search-config__config-form header calcite-button calcite-icon {
    color: #000; }

.esri-search-config__add-source-container h2,
.esri-search-config__config-form h2 {
  color: #323232;
  font-size: 15px; }

@media (prefers-color-scheme: dark) {
  .esri-search-config h3,
  .esri-search-config h4 {
    color: #fff; }
  .esri-search-config .esri-search-config__config-container .esri-search-config__select-default-container label {
    color: #fff; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-option-button {
    background-color: #404040;
    color: #fff; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-name .esri-search-config__source-item-name-text,
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-icon,
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-item-icon-name .esri-search-config__source-option-button {
    color: #fff; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__source-item .esri-search-config__source-option-button:hover {
    color: #fff;
    opacity: 0.5; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list .esri-search-config__option {
    background-color: #404040;
    color: #fff; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-items .esri-search-config__source-item-container .esri-search-config__options-dropdown-list .esri-search-config__option:hover {
    background-color: #2b2b2b;
    opacity: 0.8; }
  .esri-search-config__config-container .btn {
    background-color: #000;
    color: #00a0ff;
    border-color: 1px solid #00a0ff; }
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-subheader .esri-search-config__source-list-subheader-name,
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-list-subheader .esri-search-config__source-list-subheader-edit,
  .esri-search-config .esri-search-config__source-list .esri-search-config__source-title,
  .esri-search-config__edit-config-panel {
    color: #fff; }
  .esri-config-panel__component {
    color: #fff; }
  .esri-search-config__source-item-warning.icon-ui-error2 {
    color: #fff; }
  .esri-search-config__alert {
    background-color: #000;
    color: #fff; }
  .esri-search-config__alert .esri-search-config__alert-message-container .esri-search-config__alert-message {
    color: #fff; }
  .esri-search-config__edit-icon-tooltip {
    color: #00a0ff; }
  .esri-search-config__add-search-field-button.btn.btn-green {
    border: 1px solid #00a0ff; }
  .esri-search-config .esri-search-config__slider-text-value,
  .esri-search-config__country-code-icon {
    color: #00a0ff; }
  .esri-search-config .esri-search-config__add-subtitle,
  .esri-search-config header {
    color: #dfdfdf; }
  .esri-search-config .esri-search-config__form-subtitle {
    color: #dfdfdf; }
  .esri-search-config .esri-search-config--selected-item {
    background-color: #2b2b2b; }
  .esri-search-config .esri-search-config__max-suggestions input[type="number"],
  .esri-search-config .esri-search-config__max-results input[type="number"] {
    background-color: #2b2b2b;
    color: #fff; }
  .esri-search-config__radio-input-container label {
    background-color: transparent;
    color: #fff; }
  .esri-search-config__add-source-url-input {
    background-color: #2b2b2b;
    color: #fff; }
  .esri-search-config__config-form header calcite-button calcite-icon {
    color: #fff; } }

.esri-search-config__invalid-input {
  border: 1px solid red; }

.esri-search-config__invalid-text {
  color: red;
  margin-top: 2px; }

.sr-only.esri-search-config__edit-option-text,
.sr-only.esri-search-config__delete-option-text {
  display: none; }

.esri-text-editor-config {
  margin-bottom: 10px; }
  .esri-text-editor-config .esri-text-editor-config__button {
    margin-top: 5px;
    margin-right: 5px; }
  .esri-text-editor-config .cke_toolbox a.cke_button_on,
  .esri-text-editor-config .cke_toolbox a.cke_button_off:focus {
    border: 1px #404040 solid; }
  .esri-text-editor-config .cke_toolbox a.cke_button_off:hover {
    background: #fff;
    border: 1px solid #404040; }

.esri-text-editor-config .esri-text-editor-config__textarea {
  resize: none; }

.esri-text-editor-config .esri-text-editor-config__edit {
  display: flex;
  justify-content: flex-end; }
  .esri-text-editor-config .esri-text-editor-config__edit button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #0079c1; }
    .esri-text-editor-config .esri-text-editor-config__edit button calcite-icon {
      margin-right: 2.5px; }

.esri-text-editor-config .esri-text-editor-config__edit-header-button:hover {
  cursor: pointer;
  text-decoration: underline; }

.esri-text-editor-config .esri-text-editor-config__footer-button-container {
  box-sizing: border-box;
  text-align: right;
  margin-top: 10px; }
  .esri-text-editor-config .esri-text-editor-config__footer-button-container .esri-text-editor-config__edit-footer-button {
    margin-left: 5px; }

.esri-text-editor-config .esri-text-editor-config__content-preview {
  width: 100%;
  overflow: auto;
  word-break: break-word;
  margin: 0; }
  .esri-text-editor-config .esri-text-editor-config__content-preview img {
    max-width: 100%;
    height: auto !important; }

.esri-text-editor-config .esri-config-panel__cancel-button--dark-mode {
  background-color: #000; }

.esri-text-editor-config .esri-config-panel__edit-button--dark-mode {
  color: #000;
  background-color: #00a0ff; }

.esri-text-editor-config .esri-config-panel__text-editor-edit-link {
  color: #0079c1; }

.esri-text-editor-config .esri-text-editor-config__http-error-msg-container {
  margin-top: 5px;
  margin-bottom: 5px; }

@media (prefers-color-scheme: dark) {
  .esri-text-editor-config .esri-text-editor-config__header-container .esri-text-editor-config__header {
    color: #fff; }
  .esri-text-editor-config .esri-config-panel__text-editor-edit-link {
    color: #00a0ff; }
  .esri-text-editor-config .esri-text-editor-config__edit button {
    color: #00a0ff; } }

.esri-text-editor-config__preview-container {
  display: block; }

.esri-text-editor-config--preview-disabled {
  display: none; }

.esri-text-editor-config__edit-container {
  display: none; }

.esri-text-editor-config--edit-enabled {
  display: block; }

.esri-text-editor-config__no-details {
  color: #9e9e9e;
  margin-bottom: 1rem; }

.esri-text-editor-config__edit {
  display: flex;
  justify-content: flex-end; }
  .esri-text-editor-config__edit button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 15px; }
    .esri-text-editor-config__edit button calcite-icon {
      margin-right: 2.5px; }

.esri-text-editor-config__edit-header-button:hover {
  cursor: pointer;
  text-decoration: underline; }

.esri-text-editor-config__header-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .esri-text-editor-config__header-container .esri-text-editor-config__header {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0; }
  .esri-text-editor-config__header-container calcite-tooltip-manager {
    display: flex;
    align-items: center; }
    .esri-text-editor-config__header-container calcite-tooltip-manager calcite-icon {
      margin-left: 5px;
      color: #0079c1; }
    .esri-text-editor-config__header-container calcite-tooltip-manager calcite-icon:hover {
      cursor: pointer; }

input.cke_dialog_ui_input_text {
  color: #000; }

.esri-item-creator-config__header-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .esri-item-creator-config__header-container .esri-item-creator-config-config__header {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0; }
  .esri-item-creator-config__header-container calcite-popover-manager {
    display: flex;
    align-items: center; }
    .esri-item-creator-config__header-container calcite-popover-manager calcite-icon {
      margin-left: 5px;
      color: #0079c1; }
    .esri-item-creator-config__header-container calcite-popover-manager calcite-icon:hover {
      cursor: pointer; }
    .esri-item-creator-config__header-container calcite-popover-manager button {
      margin: 0;
      padding: 0; }

.esri-item-creator-config__content-container {
  background-color: #f3f3f3; }

.esri-item-creator-config__top-content, .esri-item-creator-config__value-list-container {
  padding: 4%; }
  .esri-item-creator-config__top-content calcite-value-list, .esri-item-creator-config__value-list-container calcite-value-list {
    max-height: 35vh;
    overflow-y: auto; }

.esri-item-creator-config__top-content p {
  font-size: 12px;
  margin: 0; }

.esri-item-creator-config__add-sections-container calcite-button {
  width: 100%; }

.esri-item-creator-config__added-sections-text {
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 550;
  font-size: 12px; }

.esri-item-creator-config__value-list-container {
  border-top: 1px solid #d3d3d3; }

.esri-item-creator-config__action-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.esri-item-creator-config__action-menu-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 2%;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  cursor: pointer; }
  .esri-item-creator-config__action-menu-item calcite-icon {
    margin-right: 5px; }

.esri-item-creator-config__action-menu-item:hover {
  background-color: #ddedfd; }

.esri-item-creator-config__action-menu-item {
  border-bottom: 1px solid #d3d3d3; }

.esri-item-creator-config .esri-item-config fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  .esri-item-creator-config .esri-item-config fieldset legend {
    font-weight: 550;
    margin-bottom: 0; }
  .esri-item-creator-config .esri-item-config fieldset .sr-only {
    display: none; }
  .esri-item-creator-config .esri-item-config fieldset label {
    margin-bottom: 14px; }

.esri-item-creator-config .esri-item-config .esri-item-config__item-label {
  margin-bottom: 14px; }
  .esri-item-creator-config .esri-item-config .esri-item-config__item-label-text {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }

.esri-item-creator-config .esri-item-config__button-container {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end; }
  .esri-item-creator-config .esri-item-config__button-container calcite-button {
    margin-left: 6px; }

.esri-item-creator-config .esri-item-config__new-item-text {
  display: inline-block;
  padding-top: 14px;
  font-weight: 550; }

.esri-item-creator-config .esri-item-config__add-item-radio-group {
  margin-top: 10px;
  margin-bottom: 10px; }

.esri-item-creator-config .esri-item-config__browser-content-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px; }
  .esri-item-creator-config .esri-item-config__browser-content-container calcite-button {
    margin-top: 10px;
    margin-bottom: 14px; }

.esri-item-creator-config .esri-item-config calcite-accordion {
  margin-bottom: 14px; }

.esri-item-creator-config .esri-item-config__hide-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0; }

.esri-item-creator-config .esri-item-config__url-type-label {
  width: 100%; }
  .esri-item-creator-config .esri-item-config__url-type-label select {
    width: 100%; }

.esri-item-creator-config .esri-item-config__item-info-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 550; }
  .esri-item-creator-config .esri-item-config__item-info-indicator calcite-icon {
    color: #4bb543;
    margin: 3px; }

.esri-item-creator-config--dark .esri-item-creator-config-config__header,
.esri-item-creator-config--dark .esri-item-creator-config__content-container--dark {
  color: #fff; }

.esri-item-creator-config--dark .esri-item-creator-config__content-container--dark {
  background-color: #2a2a2a; }

.esri-item-creator-config--dark .esri-item-creator-config__action-menu-item:hover {
  background-color: #3a3a3a; }

.esri-item-config__item-browser-overlay {
  display: none;
  opacity: 0%; }

.esri-item-config__item-browser-overlay--open {
  display: block;
  opacity: 100%; }

.esri-item-config__invalid-url,
.esri-item-config__error-text {
  color: red; }

.esri-item-config__fields-container {
  display: none; }

.esri-item-config__item-selected {
  display: block; }

html[dir="rtl"] .esri-item-config__button-container calcite-button {
  margin-left: 0;
  margin-right: 6px; }

.esri-text-editor-config {
  margin-bottom: 10px; }
  .esri-text-editor-config .esri-text-editor-config__button {
    margin-top: 5px;
    margin-right: 5px; }
  .esri-text-editor-config .cke_toolbox a.cke_button_on,
  .esri-text-editor-config .cke_toolbox a.cke_button_off:focus {
    border: 1px #404040 solid; }
  .esri-text-editor-config .cke_toolbox a.cke_button_off:hover {
    background: #fff;
    border: 1px solid #404040; }

.esri-text-editor-config .esri-text-editor-config__textarea {
  resize: none; }

.esri-text-editor-config .esri-text-editor-config__edit {
  display: flex;
  justify-content: flex-end; }
  .esri-text-editor-config .esri-text-editor-config__edit button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #0079c1; }
    .esri-text-editor-config .esri-text-editor-config__edit button calcite-icon {
      margin-right: 2.5px; }

.esri-text-editor-config .esri-text-editor-config__edit-header-button:hover {
  cursor: pointer;
  text-decoration: underline; }

.esri-text-editor-config .esri-text-editor-config__footer-button-container {
  box-sizing: border-box;
  text-align: right;
  margin-top: 10px; }
  .esri-text-editor-config .esri-text-editor-config__footer-button-container .esri-text-editor-config__edit-footer-button {
    margin-left: 5px; }

.esri-text-editor-config .esri-text-editor-config__content-preview {
  width: 100%;
  overflow: auto;
  word-break: break-word;
  margin: 0; }
  .esri-text-editor-config .esri-text-editor-config__content-preview img {
    max-width: 100%;
    height: auto !important; }

.esri-text-editor-config .esri-config-panel__cancel-button--dark-mode {
  background-color: #000; }

.esri-text-editor-config .esri-config-panel__edit-button--dark-mode {
  color: #000;
  background-color: #00a0ff; }

.esri-text-editor-config .esri-config-panel__text-editor-edit-link {
  color: #0079c1; }

.esri-text-editor-config .esri-text-editor-config__http-error-msg-container {
  margin-top: 5px;
  margin-bottom: 5px; }

@media (prefers-color-scheme: dark) {
  .esri-text-editor-config .esri-text-editor-config__header-container .esri-text-editor-config__header {
    color: #fff; }
  .esri-text-editor-config .esri-config-panel__text-editor-edit-link {
    color: #00a0ff; }
  .esri-text-editor-config .esri-text-editor-config__edit button {
    color: #00a0ff; } }

.esri-text-editor-config__preview-container {
  display: block; }

.esri-text-editor-config--preview-disabled {
  display: none; }

.esri-text-editor-config__edit-container {
  display: none; }

.esri-text-editor-config--edit-enabled {
  display: block; }

.esri-text-editor-config__no-details {
  color: #9e9e9e;
  margin-bottom: 1rem; }

.esri-text-editor-config__edit {
  display: flex;
  justify-content: flex-end; }
  .esri-text-editor-config__edit button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 15px; }
    .esri-text-editor-config__edit button calcite-icon {
      margin-right: 2.5px; }

.esri-text-editor-config__edit-header-button:hover {
  cursor: pointer;
  text-decoration: underline; }

.esri-text-editor-config__header-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .esri-text-editor-config__header-container .esri-text-editor-config__header {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0; }
  .esri-text-editor-config__header-container calcite-tooltip-manager {
    display: flex;
    align-items: center; }
    .esri-text-editor-config__header-container calcite-tooltip-manager calcite-icon {
      margin-left: 5px;
      color: #0079c1; }
    .esri-text-editor-config__header-container calcite-tooltip-manager calcite-icon:hover {
      cursor: pointer; }

input.cke_dialog_ui_input_text {
  color: #000; }

.esri-time-filter-config__header-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 550; }

.esri-time-filter-config label {
  margin: 0 0 1rem 0; }

.esri-time-filter-config__select-dropdown {
  width: 100%; }

.esri-time-filter-config calcite-input-date-picker {
  width: 100%; }

.esri-file-upload-config__file-input {
  display: none; }

.esri-file-upload-config__file-uploaded-text {
  display: flex;
  align-items: center;
  font-weight: 550;
  margin: 5px 0; }
  .esri-file-upload-config__file-uploaded-text calcite-loader {
    margin-left: 5px;
    margin-right: 5px;
    color: #0079c1; }

.esri-file-upload-config__file-name-text {
  word-break: break-word; }

.esri-file-upload-config__file-upload-text-container {
  display: flex;
  flex-direction: column; }

.esri-file-upload-config__upload-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px; }
  .esri-file-upload-config__upload-label span {
    margin-bottom: 8px; }

.esri-page-config label {
  margin-bottom: 14px; }

.esri-page-config select {
  width: 100%; }

.esri-page-config calcite-radio-group {
  margin: 0.25rem 0 0 0; }

.esri-page-config calcite-accordion {
  margin-bottom: 14px; }

.esri-page-config .esri-page-config__label-input-text {
  display: flex;
  align-items: center; }
