.widget_sparql {
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  max-height: 100%;
  /* min-width: 425px;
  min-height: 120px; */
  color: white;
  z-index: 5;
  position: absolute;
  padding: 4px;
  font-size: 15px;
  font-family: "Segoe UI";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: rgba(22, 22, 22, 0.9);
  border: 1px solid rgb(63, 63, 63);
  pointer-events: auto;
  resize: both;
  overflow: hidden;
}

.box-section {
  background: rgba(255, 255, 255, 0.168);
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 7px;
}

.widget_sparql form {
  width: 100%;
  height: 100%;
}

.widget_sparql textarea {
  width: 100%;
  height: 100%;
  min-height: 150px;
  resize: vertical;
  box-sizing: border-box;
}

.data_view {
  width: 100%;
  height: 100%;
  background-color: rgba(218, 218, 218, 0.08);
}