
html, body, #map {
  height: 100%;
  margin: 0;
  padding: 0;
}




#projectBtn, #exportPolyBtn {
  font-size: 12px; 
  padding: 2px 12px; 
  background-color: #f0f0f0; 
  border: 1px solid #ccc; 
}

#projectBtn:hover:not(:disabled), #exportPolyBtn:hover:not(:disabled) {
  background-color: #e0e0e0; 
}

#projectBtn:disabled, #exportPolyBtn:disabled {
  opacity: 0.6; 
  cursor: not-allowed; 
}

.info-box-bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 8px;
  font-size: 12px; 
  z-index: 1001;
  max-width: 300px;
  overflow-y: auto;
  max-height: 90vh;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.info-box-left-bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 6px;
  font-size: 12px; 
  z-index: 1001;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.plot-container {
  position: absolute;
  bottom: 10px;
  left: 200px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 6px;
  font-size: 12px; 
  z-index: 1001;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  overflow: visible;
}
#parallelPlot,
#verticalPlot {
  width: 100%;
  height: 280px;
  left: -200px;
  bottom: -15px;
  margin: 0;
  padding: 0; 
  position: relative;
}
.toggle-btn {
  margin: 0; 
  padding: 5px 10px; 
  font-size: 12px; 
  display: block;  
  position: relative; 
  z-index: 1002; 
  background-color: #f0f0f0; 
  border: 1px solid #ccc; 
  border-radius: 4px;
}
#export-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc; 
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 12px; 
  z-index: 999;
}

#export-panel .info-text {
  font-size: 12px; 
  line-height: 1.5; /
  margin-bottom: 18px; 
  border: 0px solid #ccc; 
  padding: 5px 2px; 
}
/* 联系信息 */
#contact-info {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 8px 12px;
  border: 1px solid #ccc; 
  border-radius: 8px;
  font-size: 12px; 
  line-height: 1.4;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* 表单控件 */
label {
  display: block;
  margin: 4px 0;
  font-size: 12px; 
}

input[type="checkbox"],
input[type="range"],
input[type="number"],
select {
  margin-left: 5px;
  margin-right: 10px;
  font-size: 12px; 
}