:root {
  /*font-family: monospace, Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;*/

  /*line-height: 1.5;
  font-weight: 400;

  height: 100%;
  width: 100%;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;*/
}

.button {
  position: absolute;
  bottom: 10px;
  right: 50px;

  display: inline-block;

  border: 1px solid #333;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Overpass", monospace, ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 10px;
  font-weight: 600;
  height: 18px;
  line-height: 18px;

  /* padding: 0.1em 0.5em; */
  padding-inline: 3px;


  background-color: #fff;
  color: #333;

  text-align: center;
  text-justify: auto;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* CSS */
.button-39 {
  position: absolute;
  bottom: 10px;
  right: 50px;

  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: 5px;
  box-sizing: border-box;
  color: #111827;
  font-family: monospace, ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12.5px;
  font-weight: 400;
  line-height: 16px;
  /* padding: .75rem 1rem; */
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-39:hover {
  background-color: rgb(249,250,251);
}

.button-39:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-39:focus-visible {
  box-shadow: none;
}

/* for minimap */
/* #parent {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
} */

#minimap {
  position: fixed;
  width: 20vw; /*125px;*/
  height: 20vh; /*125px;*/
  top: 20px;
  right: 20px;
  background-color: rgba(238, 238, 238, 0.8);
  border: 1px solid #AAA;
  opacity: 0.6;
  z-index: 99999999999999;
}

.minimap-node {
  position: absolute;
  background-color: rgba(121, 149, 162, 0);
  border: 0.1px solid #333;
  /* box-shadow: 0 0 5px rgba(121, 121, 121, 0.5); */

}

.minimap-viewport {
  touch-action: none; /* Prevent default touch gestures */
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(130, 130, 130, 0.4);
  z-index: 1;
  cursor: move;
}














@media print {
  body * {
    visibility: hidden;
  }
  #printableArea, #printableArea * {
    visibility: visible;
  }
  #printableArea {
    position: absolute;
    top: 0;
    left: 0;
  }
}
