html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#myView{
  width: 100%;
  height: 100%;
}

calcite-loader {
  align-self: center;
  justify-self: center;
}

#infoDiv{
  padding: 20px;
}

.esri-popup__main-container {
  max-width: 300px !important;
}

.esri-popup__content {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}