html, body {
  background-color: #efefef;
}

textarea {
  resize: none;
  height: 200px;
}

.framed-box-top {
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  border-style: solid;
  border-width: 2px;
  border-color: #212529;
  border-bottom: none;
}

.framed-box-bottom {
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #212529;
}

.map {
  height: 350px;
}

.file-explorer-box {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
}
.folder-icon {
  color: #ffd90f;
}

.video-container {
  position: relative;
  max-width: 800px;
  aspect-ratio: 16/9;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}




#layerListIn {
  visibility: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  height: 122px;
  width: 106px;
  padding-top: 3px;
  background-color: white;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index: 1000;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

#ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#listIn {
  list-style-type: none;
  padding: 2px;
  margin: 0px;
}

#layerColorIn {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

#listInText {
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  white-space: nowrap;
}
