#header {
  width: 1272px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(45, 45, 45);
}

#Terms-of-Service {
  position: absolute;
  top: 10px;
  right: 160px;
  color: white;
}

#credit {
  position: absolute;
  top: 10px;
  right: 80px;
  color: white;
}

#Project-Name {
  width: 180px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 200px;
  padding: 0px 10px 0px 10px;
  border: solid rgb(100, 100, 100) 1px;
  border-radius: 5px;
  color: white;
  background-color: rgb(10, 10, 10);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#Control-button {
  position: absolute;
  top: 70px;
  right: 480px;
}

.Control-button {
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-user-drag: none;
}

#mode {
  position: absolute;
  top: 43px;
  left: 10px;
}

.mode {
  color: white;
  padding: 5px 10px 5px 10px;
  float: left;
  font-weight: 500;
  user-select: none;
}

.mode:hover {
  background-color: rgb(50, 50, 50);
}

.mode.selected {
  background-color: rgb(75, 75, 75);
}

.Control-button:hover {
  border-radius: 5px;
  background-color: rgba(0, 230, 255, 0.2);
}

#sidebar {
  position: absolute;
  top: 110px;
  left: 0px;
  padding-top: 10px;
  width: 160px;
  height: 390px;
  background-color: rgb(20, 20, 20);
}

#WorldSidebar {
  position: absolute;
  top: 110px;
  left: 80px;
  width: 80px;
  height: 400px;
  display: none;
}

#WorldSidebar.selected {
  display: block;
}

#AnimationSideber {
  position: absolute;
  top: 110px;
  left: 80px;
  width: 80px;
  height: 400px;
  display: none;
}

#AnimationSideber.selected {
  display: block;
}

#file {
  position: absolute;
  top: 0px;
  left: 30px;
  padding: 5px 10px 5px 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: white;
}

#file:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#TimeBar {
  width: 533px;
  height: 84px;
  position: absolute;
  bottom: 0px;
  left: 160px;
  background-color: rgb(45, 45, 45);
  display: flex;
}

#TimeLine {
  position: absolute;
  left: 152.50px;
  bottom: 0px;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.polygonIcon {
  transition-duration: 0.2s;
  width: 50px;
  height: 50px;
  margin: 10px 50px 0px 20px;
  border-radius: 5px;
  background-color: #00a0ff;
}

.polygonIcon:hover {
  margin: 10px 15px 0px 15px;
  width: 60px;
  height: 60px;
}

.tool {
  margin: 20px 0px 0px 15px;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-user-drag: none;
}

#addPolygon {
  transition-duration: 0.3s;
  position: absolute;
  left: 20px;
  bottom: 100px;
  padding: 5px 5px 10px 10px;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.219);
  border-radius: 5px;
  background-color: rgb(0, 160, 255);
  -webkit-user-drag: none;
}

#addPolygon:hover {
  left: 17px;
  bottom: 97px;
  border: 6px solid rgba(255, 255, 255, 0.219);
}

#addSelection {
  transition-duration: 0.3s;
  position: absolute;
  left: 22.5px;
  bottom: 150px;
  width: 45px;
  height: 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #00a0ff;
}

#addSelection.hover {
  bottom: 154px;
  height: 120px;
}

.tool.selected {
  background-color: rgba(0, 230, 255, 0.2);
}

#edit {
  position: absolute;
  top: 110px;
  left: 160px;
  background-color: rgb(30, 30, 30);
}

#screen {
  position: absolute;
  top: 120px;
  right: 26px;
  border-radius: 5px;
  background-color: white;
}

html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}
