html,
body {
  font-family: "Darker Grotesque", sans-serif;
  height: 90%;
  margin: 0;
}

input {
  height: calc(1em + 0.5rem + 2px);
  border: 1px solid rgb(12, 7, 7);
  border-radius: 2px;
}

.pure-form select {
  height: calc(1em + 0.5rem + 2px);
  padding: 0em 0.4em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  max-width: 172px;
}

.pure-form-aligned .pure-control-group {
  margin-bottom: 0.3em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 5em;
  margin: 0 1em 0 0;
}

.button-warning {
  background: rgb(223, 117, 20);
  /* this is an orange */
}

.pure-form-aligned .pure-controls {
  margin: 1em 0 0 1em;
  text-align: right;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.down-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  padding: 0px 2px;
  margin-bottom: 1px;
  border: 1px solid rgba(14, 2, 2, 0.274);
  border-radius: 3px;
  background-color: #f8d7da;
  cursor: pointer;
}

.down-entry-name {
  text-align: left;
  flex: 1;
  font-size: 12px;
}

.down-entry-time {
  text-align: right;
  white-space: nowrap;
  font-size: 10px;
  color: #0f0f0f;
}

.downList {
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  padding: 10px;
  z-index: 1000;
  border: 2px solid rgba(10, 1, 1, 0.411);
  border-radius: 4px;
  max-height: 95vh;
  width: 210px;
  overflow-y: auto;
  overflow-x: hidden;
}

.map-layer-toggle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.map-layer-toggle button {
  border: 2px solid rgba(10, 1, 1, 0.411);
  border-radius: 6px;
  background: transparent;
  padding: 0px 0px;
  cursor: pointer;
}

.map-layer-toggle img {
  border-radius: 4px;
  width: 80px;
  height: 80px;
}

#layerToggle,
#toggleLayerBtn {
  height: 84px;
}

.progressBar {
  position: absolute;
  padding: 10px;
  background: white;
  border: 2px solid rgba(10, 1, 1, 0.411);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  top: 30%;
  left: 50%;
  transform: translate(-40%, -50%);
  text-align: center;
}

.kanan {
  text-align: right;
}

#locationSelector {
  position: absolute;
  top: 89px;
  left: 45px;
  z-index: 1000;
  padding: 1px 12px;
  font-size: 16px;
  border-radius: 4px;
  width: 220px;
  display: none;
  border: 2px solid #a8a4a4;
}

#toggleSearch {
  top: 90px;
}

#forceUpdate {
  top: 123px;
}

.tombolKiri {
  position: absolute;
  left: 12px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-color: white;
  border: 2px solid #a8a4a4;
  border-radius: 4px;
  padding: 2px 2px;
  font-size: 18px;
  cursor: pointer;
}