.body-plus1,
.body-plus2,
.body-plus1-click,
.body-plus2-click {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #007cf8;
  color: white;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50%;
  z-index: 100001;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
}

.section-badge,
.section-badge-click {
  position: fixed;
  background: #007cf8;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  z-index: 100000;
  white-space: nowrap;
  font-weight: normal;
  cursor: pointer;
}

.section-highlight-border,
.section-highlight-border-click {
  position: fixed;
  border: 2px solid #007cf8;
  border-radius: 4px;
  z-index: 100000;
  pointer-events: none;
}

.area-button{
  color: white; 
  font-size: 12px;
  border:5px solid #303030;
  background-color: #4a4a4a;
  border-radius: 8px;
  width: 75px;
  height: 35px;
  line-height: 28px;
  transition: all 0.1s ease;
}