:root {
  --highlight: #C0CBFF;
  --banner2: #E9F0FF;
  /*--banner2: #E0EEEE;*/
  --text: #818181;
}

body {
  background-color: white;
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

svg {
  background-color: white;
}

.svg-container {
  display: inline-block;
  position: absolute;
  top: 84px;
  bottom: 0;
  width: 100%;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.bannerdiv {
  width: 100%;
  height: 84px;
}

.banner1 {
  width: 100%; 
  height: 24px;
  background-color: #000066;
  padding: 10px 8px 10px 14px; 
  color: #FBFBFB; 
  font-size: 20px;
  font-weight: bold; 
  letter-spacing: 1px
}

.banner2 {
  display: inline-block;
  width: 100%; 
  height: 40px;
  background-color: var(--banner2); 
}

.banner2stats {
  display: inline-block;
  position: fixed;
  left: 180px;
  padding-top: 10px;
  visibility: hidden;
}

.banner2times {
  display: inline-block;
  float: right;
  padding-right: 14px;
  padding-top: 10px;
  visibility: hidden;
}

.bannerbtn {
  padding: 0px 3px 4px 3px;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 24px;
  border-radius: 6px;
}

.bannerbtn:hover:enabled {
  background: #D0DDDD;
  cursor: pointer;
}

#btnplay {
  font-size: 28px;
}

#btnredo2 {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.sidectrl {
  top: 84px;
  left: 0;
  width: 0;
  padding-top: 5px;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-color: var(--banner2); 
  overflow-x: hidden;
  transition: 0.5s;
}

.sidefind {
  top: 84px;
  left: 0;
  width: 0;
  padding-top: 5px;
  height: 100%;
  position: fixed;
  z-index: 2;
  background-color: var(--banner2); 
  overflow-x: hidden;
  transition: 0.5s;
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* For Firefox */
}

.sideclose {
  position: absolute;
  top: 4px;
  left: 160px;
  font-size: 24px;
  transform: rotate(45deg);
  background-color: var(--banner2); 
  cursor: pointer;
}

.sidegroup {
  margin-top: 16px;
}

.sideheading {
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 14px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  white-space: nowrap; 
}

.sideselect {
  width: 130px;
  margin-left: 28px;
  text-decoration: none;
  font-size: 14px;
  color: var(--text);
  background-color: #EAEEEE;
  border-radius: 6px;
  display: block;
  transition: 0.3s;
  white-space: nowrap; 
}

.sideselect:hover {
  color: #000;
}

.sidebtn {
  margin-left: 28px;
  margin-top: 4px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  display: block;
  white-space: nowrap; 
  border-radius: 6px;
}

.sidebtn:hover {
  color: #000;
  background: var(--highlight);
}

.sidebtn:disabled {
  color: #888;
  background: #C0CCCC;
}

.sidectrl label {
  margin-left: 28px;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 14px;
  color: var(--text);
  display: block;
  transition: 0.3s;
  white-space: nowrap; 
}

.sidectrl label:hover {
  color: #000;
  background: var(--highlight);
}

.querydiv {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  position: absolute;
  top: 0px;
  z-index: 3;
  display: none; 
  justify-content: center;  /* horizontally */
  align-items: center; /* vertically */
}

.modalquery {
  width: 460px;
  height: 220px;
  background-color: var(--banner2); 
  border: none; 
  border-radius: 10px;
  padding: 15px;
  position: relative;
  justify-content: center;  /* horizontally */
}

.queryclose {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  background-color: var(--banner2); 
  cursor: pointer;
}

.queryheading {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 0;
  position: relative;
  font-size: 20px;
}

.modalquery label {
  margin-top: 15px;
  margin-left: 35px;
  border: 0;
  position: relative;
  font-size: 16px;
}

.modalquery input {
  margin-top: 15px;
  font-size: 16px;
}

.modalquery select {
  margin-top: 15px;
  font-size: 16px;
}

.modalquery button {
  margin-top: 30px;
  margin-left: 35px;
  font-size: 16px;
  border-radius: 6px;
}

.modalquery button:hover {
  color: #000;
  background: var(--highlight);
}

.namelistdiv {
  position: relative;
  z-index: 2;
  border: 1px dotted #000;
  padding: 2px;
  color: var(--text);
  background-color: #eeeeee;
}

.namelistdiv ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.namelistdiv ul li {
  padding: 2px 0;
  cursor: pointer;
}

.namelistdiv ul li:hover {
  color: #000;
  background: var(--highlight);
}


