* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Space Mono", monospace;
  font-size: 0.82em;
}

#container {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  opacity: 0.6;
}

#log {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 105px;
  overflow-y: scroll;
  padding: 10px 10px 10px 40px;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  max-width: 400px;
  line-height: 1.2em;
}
#log p {
  margin: 0;
}

#log::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

#total {
  position: fixed;
  bottom: 55px;
  right: 0;
  text-align: right;
  padding: 10px;
  border: none;
  font-size: 25px;
  width: 100%;
}

#input {
  font-family: "Space Mono", monospace;
  background: #c9f2e8;
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  border: none;
  border-top: 2px solid #dddddd;
  font-size: 25px;
  height: 55px;
}

#user-name {
  position: absolute;
  bottom: 55px;
  left: 32px;
  padding: 10px;
}

#helpModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* CSS for the modal content */
#helpModalContent {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 80%;
  max-width: 600px;
}

/* CSS for the close button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

#icon-canvas {
  position: absolute;
  right: 0;
  opacity: 0.1;
}
/*  label */
#ID-container {
  background-color: none;
  width: 32px;
  height: 100%;
  z-index: 2;
  position: fixed;
  top: 0px;
  font-size: 14.5px;
  font-family: "Space Mono", monospace;
  color: black;
  left: 0;
}

#ID-background {
  background-color: white;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}
#dot {
  background-color: black;
  width: 16px;
  height: 16px;
  margin: 0px auto;
  position: fixed;
  border-radius: 50%;
  top: 8px;
  z-index: 4;
  padding: left;
  margin: 8px;
}

#ID-container-logo {
  position: absolute;
  bottom: 22.8px;
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  margin: 0px auto;
  width: 100%;
  z-index: 4;
  color: black !important;
}

#ID-container-code {
  position: absolute;
  bottom: 50%;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin: -150% auto;
  width: 100%;
  z-index: 4;
  color: black !important;
}

#ID-container a {
  text-decoration: none;
}
/* end label */
