html,
body {
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  margin: 0;
  padding: 0;
}

.bob {
  color: #3778ff;
}

#main {
  text-align: left;
}

.thin-scrollbar-h {
  scrollbar-color: #515151 #343434;
  scrollbar-width: thin !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  /*
  &::-webkit-scrollbar {
      height: $scrollbar-size;
      width: $scrollbar-size;
      background: $dark-scrollbar-bkgd;
  }

  &::-webkit-scrollbar-thumb {
      background: $dark-scrollbar-thumb;
      height: $scrollbar-size;
      width: $scrollbar-size;
      -webkit-border-radius: $scrollbar-size;
  }

  &::-webkit-scrollbar-corner {
      background: $dark-scrollbar-bkgd;
  }
  */
}
.thin-scrollbar-h::-webkit-scrollbar {
  height: 8px;
}
.thin-scrollbar-h::-webkit-scrollbar-track {
  height: 8px;
  background: #343434;
}
.thin-scrollbar-h::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 8px;
  border: 0px solid #515151;
}

.target-red {
  background: rgb(255, 0, 0) !important;
  background: radial-gradient(circle, rgb(255, 255, 255) 15%, rgb(255, 0, 0) 15%, rgb(255, 0, 0) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 45%, rgb(255, 0, 0) 45%, rgb(255, 0, 0) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 85%, rgb(255, 0, 0) 85%, rgb(255, 0, 0) 100%, rgb(255, 255, 255) 100%) !important;
}

#canvasTarget {
  position: relative;
  background-color: #83d0f9;
  height: 100px;
}

.canvasItem {
  border: 1px solid #FF0000;
}

/* ---------------------- FastList ---------------------- */
.fastlist {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  /* auto  optimizeSpeed  geometricPrecision  optimizeLegibility */
  text-size-adjust: 100%;
  font-size: 11.5px;
  font-family: BlinkMacSystemFont,-apple-system,"Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #FFFFFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  scrollbar-width: thin !important;
  /*overflow: auto;
  overflow-x : hidden;*/
}
.fastlist::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #000000
}
.fastlist::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  -webkit-border-radius: 6px
}
.fastlist::-webkit-scrollbar-corner {
  background: #000000
}
.fastlist-item {
  position: relative;
  cursor: default
}
.fastlist-item.open .line .icon.opener {
  transform: rotate(90deg) translate(0.1em, 0.1em)
}
.fastlist-item.open .kids {
  height: auto
}
.fastlist-item .line {
  position: relative;
  height: 1.5em;
  padding-left: 0.3em
}
.fastlist-item .line.selected {
  color: #FFFFFF;
  background-color: #0278ff
}
.fastlist-item .line.selected .label {
  font-weight: bold
}
.fastlist-item .line .icon {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  user-select: none
}
.fastlist-item .line .icon:before {
  content: '\00a0'
}
.fastlist-item .line .icon.file {
  background-image: url(icons/icon-file-grey.svg)
}
.fastlist-item .line .icon.file.selected {
  background-image: url(icons/icon-file-white.svg)
}
.fastlist-item .line .icon.folder {
  background-image: url(icons/icon-folder-grey.svg)
}
.fastlist-item .line .icon.folder.selected {
  background-image: url(icons/icon-folder-white.svg)
}
.fastlist-item .line .icon.opener {
  transition: transform 100ms ease-in-out;
  width: 1.2em;
  background-image: url(icons/icon-arrow-grey.svg)
}
.fastlist-item .line .icon.opener.selected {
  background-image: url(icons/icon-arrow-white.svg)
}
.fastlist-item .line .icon.opener.no-kids {
  background-image: none
}
.fastlist-item .line .label {
  position: relative;
  display: inline-block;
  padding-left: 0.2em;
  line-height: 1.5em;
  height: 1.5em;
  user-select: none
}
.fastlist-item .kids {
  position: relative;
  left: 20px;
  height: 0;
  overflow: hidden
}

.wavViewer {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 300px;
  height: 300px;
  overflow: auto;
  resize: both;
  background-color: #313131;
}

.wavPlayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30px;
  background-color: #000000;
}

.wavViewerTrees {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0px;
}

.wavViewerTreeFolders, .wavViewerTreePreviewer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  background-color: #444444;
  border: 1px solid #2e2e2e;
  scrollbar-width: thin !important;
  overflow: auto;
}
.wavViewerTreeFolders::-webkit-scrollbar, .wavViewerTreePreviewer::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #000000;
}
.wavViewerTreeFolders::-webkit-scrollbar-thumb, .wavViewerTreePreviewer::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  -webkit-border-radius: 6px;
}
.wavViewerTreeFolders::-webkit-scrollbar-corner, .wavViewerTreePreviewer::-webkit-scrollbar-corner {
  background: #000000;
}

.wavViewerTreePreviewer {
  left: 50%;
}