html,
body,
.esri-view {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
}

.iframe-container {
  display: grid;
  position: absolute;
  justify-content: center;
  align-content: center;
  top: 1%;
  left: 1%;
  border: 2px solid black;
  background-color: white;
  width: 98%;
  height: 98%;
  z-index: 10000;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
}

.iframe-container .hide-panorama {
  position: relative;
  top: 8px;
  cursor: pointer;
  margin-left: 25px;
  padding: 5px;
  border-radius: 5px;
  background-color: #0064ff;
  color: white;
  z-index: 10;
}

.iframe-container .hide-panorama:hover {
  background-color: cyan;
}

.iframe-container .panorama-title {
  display: grid;
  position: relative;
  top: -1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.iframe-container.hidden {
  display: none;
}

.iframe-container .iframe {
  display: grid;
  position: absolute;
  justify-content: center;
  width: 99%;
  height: 99%;
  top: 1.5rem;
  left: 0%;
  border: 0px;
}

.maptool-header {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 5rem;
  background-color: green;
  color: white;
  padding: 10px;
}

.maptool-header .maptool-title-block {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
}

.maptool-header .esri-zoom.esri-widget {
  display: inline-block;
  margin-right: 5px;
}

.maptool-header select {
  display: inline-block;
}

.maptool-header .maptool-header-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px;
  display: inline-block;
  margin: 0 5px 0 5px;
  height: 100%;
}

.maptool-header .maptool-header-group label {
  margin-bottom: 5px;
}
