#3dGraph{
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: -1;
  border: 1px solid lightgray;
}
#mynetwork {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: -1;
  border: 1px solid lightgray;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:black;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
#myDate {
  position: absolute;
  top: 50px;
  left: 200px;
  z-index: 99;
  background-color:rgba(111, 111, 111, 0.5);
  color:rgb(236, 236, 236);
  height: 275;
  width: 400
}
.ClipsDesc {
  cursor: grab;
  color: white;
}
.spanDays {
  cursor: grab;
}
.vis-tooltip {
  background-color:rgba(0,0,0,0);
}
.myTitle {
  background-color:rgba(0,0,0,0);
  color:rgb(236, 236, 236);
  height: 0px;
  width: 0px;
}
.myPic {
  height: 100px;
  width: 100px;
}
.myThumb {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
#divThumb {
  border-radius: 20px;
  width: 400px;
  height:500px;
  object-fit: scale-down;
}
#divList {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 50;
  width: 450;
  z-index: 98;
  color:white;
  clear: left;
}
#divClips {
  height: 500px;
  width: 400px;
  overflow-y: scroll;

  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #d3d3d3;
  background-color: #000000aa;
  resize: both;
  top: 5px;
  left: 500px;
  height: 200px;
  width: 300px;
  clear: left;
  resize: both;
  color:rgb(236, 236, 236);

}
#divClipFrame {
  width: 100%;
  height: 100%;
}
#ifrClip {
  width: 100%;
  height: 100%;
}
#aClipThumb {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#imgClipThumb{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}



#divPane {
  display: none;
  position: relative;
  top: 5px;
  left: 5px;
  height: 500px;
  width: 700px;
  clear: left;
  overflow: auto;
  resize: both;
}
#divSearch {
  width: 350px;
  height: 500px;
  overflow: scroll;
}
a {
  color:lightgray;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}

button {
  background-color: Transparent;
}

#pLinkInfo{
  cursor: grab;
  background-color: rgba(137, 43, 226, 0.316);
  color: white;
}

#scene-container {
    display: block;
    margin: 30px;
    height: calc(100dvh - 60px);
    border-radius: 30px;
    background-color: blueviolet;
    outline: none;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 0.2);
    overflow: hidden;
}

#popup{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
    width: 500px;
    background-color: #000000aa;
    text-align: center;
    border: 2px solid #CCC;
}

#popClose{
  position:relative;
  float:right;
  cursor: grab;
}
#playlist{
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #d3d3d3;
  background-color: #000000aa;
  resize: both;
  top: 5px;
  left: 500px;
  height: 200px;
  width: 300px;
  clear: left;
  overflow: auto;
  resize: both;
  color:rgb(236, 236, 236);
}
#playlistHeader{
  padding: 10px;
  cursor: move;
  z-index: 101;
}
#plButt{
  height: 13px;
  width: 13px;
}
#imgCopy {
  height: 13px;
  width: 39px;
}