body{
  background:#bababa;
  padding:0;
  margin:0
}
#generatorInput{
  background:#000;
  border:#fff solid 1px;
  margin-left:10px;
  margin-top:10px
}
canvas{
  padding:0;
  margin:auto;
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:-1
}
.collapsible{
  background-image:linear-gradient(180deg,#000,#000,#383838,#f1f1f1);
  cursor:pointer;
  padding-top:5px;
  width:200px;
  text-align:left;
  font-size:15px;
  border:0
}
.active,.collapsible:hover{
  background-color:#000
}
.content{
  display:none;
  overflow:hidden;
  background-color:#f1f1f1
}
.contentChecks{
  overflow:hidden;
  background-color:#f1f1f1;
  display:flex;
  flex-direction:column
}
.checksColumn{
  display:flex;
  flex-direction:column
}
.checksColumnSet{
  display:flex;
  flex-direction:row
}
.listItem{
  width:100px;
  display:flex;
  flex-direction:row;
  background-color:#f1f1f1
}
.listItemFull{
  padding-top:5px;
  display:flex;
  flex-direction:row;
  background-color:#f1f1f1
}
.listItemFull label{
  font-family:'IBM Plex Mono',monospace;
  font-size:14px;
  font-weight:500;
  padding-bottom:2px;
  padding-left:3px
}
.collapsible:after{
  margin-top:-25px;
  content:'\2193';
  font-size:13px;
  color:#fff;
  float:right
}
.active:after{
  content:"\2190"
}
input[type=text]{
  width:120px;
  margin:5px
}
input[type=range]{
  margin-top:0;
  width:120px
}
#generatorInput{
  position:absolute;
  display:flex;
  flex-direction:column
}
textarea{
  text-align:center;
  width:188px;
  margin:5px;
  padding:0;
}
h1{
  font-family:'IBM Plex Mono',monospace;
  font-weight:500;
  color:#fff;
  font-size:14px;
  margin-bottom:5px;
  margin-top:0
}
h2{
  font-family:'IBM Plex Mono',monospace;
  font-size:18px;
  font-weight:500;
  text-align:center;
  color:#fff;
  margin:5px;
  text-transform:uppercase
}
h3{
  font-family:'IBM Plex Mono',monospace;
  font-size:14px;
  font-weight:500;
  margin:0
}
.titleh2{
  background-color:#000
}
.module p{
  font-family:'IBM Plex Mono',monospace;
  font-weight:200;
  font-style:italic;
  color:#00f;
  font-size:10px;
  margin-bottom:0;
  margin-top:0
}
.textureEdit{
  margin-bottom:5px
}
select{
  width:190px;
  margin:5px;
  margin-bottom: 10px;
}
input[type=color]{
  border:1px solid #000;
  outline:0;
  margin:0;
  padding:0;
  width:120px;
  height:20px
}
input[type=color]::-webkit-color-swatch-wrapper{
  padding:0
}
input[type=color]::-webkit-color-swatch{
  border:none
}
input[type="checkbox"]{
  width:40px;
  margin-top:5px;
  margin-left:0px;
}
.module2{
  padding-bottom:10px;
  width:130px
}
p{
  font-family:'IBM Plex Mono',monospace;
  font-size:10px;
  font-weight:500;
  color:#fff;
  text-align:center;
  margin-top:2px
}
a{
  color:#fff;
  font-weight:500;
  text-decoration:underline
}
.content p{
  width:190px;
  color:#000;
}
.content a{
  color:#00f;
}
button{
  /* margin-top:5px; */
  width:190px;
}
.coupling1 button{
  margin-top:5px;
}
.coupling1{
  display:flex;
  flex-direction:row;
  margin-left:5px;
  margin-bottom:5px;
}
.coupling3{
  display:flex;
  flex-direction:column;
  margin-left:5px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:5px;
}
.coupling2{
  display:flex;
  flex-direction:row;
  padding-left:0;
  padding-top:2px;
}
.couplingEntry {
  width:85px;
}
input[type=radio]{
  margin:0;
}

label{
  font-family:'IBM Plex Mono',monospace;
  font-size:14px;
  font-weight:500;
  margin-top:2px;
  margin-right:5px;
}
div.coupling_label{
  padding-right:10px;
  width:60px
}
div.coupling_label3{
  text-decoration: underline;
  text-transform: uppercase;
  padding-right:10px;
  width:160px;  
}
#recStatus{
  display:none;
  width:190px;
  /* margin-top:-5px; */
  padding-top:7px;
  padding-bottom:1px;
  background-color:red
}
#widget{
  display:none
}
.switch{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%,0);
  display:none;
  width:38px;
  height:20px
}
.switch input{
  opacity:0;
  width:0;
  height:0
}

.switchGyro{
  position:block;
  bottom:0;
  left:50%;
  transform:translate(0,0);
  display:inline-block;
  width:38px;
  height:20px
}
.switchGyro input{
  opacity:0;
  width:0;
  height:0
}
span.gyroHead {
  color: white;
}
#gyroControl {
  display:none;
}
.slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#ccc;
  -webkit-transition:.4s;
  transition:.4s
}
.slider:before{
  position:absolute;
  content:"";
  height:16px;
  width:16px;
  left:2px;
  bottom:2px;
  background-color:#fff;
  -webkit-transition:.4s;
  transition:.4s
}
input:checked+.slider{
  background-color:#2196f3
}
input:focus+.slider{
  box-shadow:0 0 1px #2196f3
}
input:checked+.slider:before{
  -webkit-transform:translateX(18px);
  -ms-transform:translateX(18px);
  transform:translateX(18px)
}
.slider.round{
  border-radius:20px;
}
.slider.round:before{
  border-radius:50%
}
.popup{
  font-family:'IBM Plex Mono',monospace;
  font-size:10px;
  font-weight:500;
  margin-top:-5px;
  padding-bottom:5px;
  color:#fff;
  text-align:center;
  text-decoration:underline;
  position:relative;
  cursor:pointer
}
.popup .popuptext{
  visibility:hidden;
  width:190px;
  background-color:#fff;
  color:#000;
  text-align:left;
  border-radius:6px;
  padding:8px 5px;
  position:absolute;
  z-index:1;
  top:100%;
  left:50%;
  margin-left:-80px;
  border:#000 solid 1px
}
.popup .show{
  visibility:visible;
  -webkit-animation:fadeIn 1s;
  animation:fadeIn 1s
}
@-webkit-keyframes fadeIn{
  from{
      opacity:0
  }
  to{
      opacity:1
  }
}
@keyframes fadeIn{
  from{
      opacity:0
  }
  to{
      opacity:1
  }
}
.popuptext a{
  color:#00f
}

/* 
#handle2 {
  animation:false;
} */

#handle2 {
  /* left:50px; */
}
#handle2 .rs-border{
  border-color:rgba(0,0,0,0);
}

#handle2 .rs-handle  {
  background-color: transparent;
  border: 10px solid transparent;
  border-right-color: #0374ff;
  margin: -10px 0 0 -10px !important;
}
#handle2 .rs-handle:before  {
  display: block;
  content: " ";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #0374ff;
  right: -6px;
  bottom: -6px;
  border-radius: 100%;
}
#handle2 .rs-handle:after  {
  display: block;
  content: " ";
  width: 40px;
  position: absolute;
  top: -3px;
  right: 0px;
  border-top: 6px solid #0374ff;
}
#handle2 .rs-path-color  {
  background-color: #ffffff;
}

#debris1 {display:none;}
#debris2 {display:none;}
#debris3 {display:none;}
#debris4 {display:none;}
#debris5 {display:none;}
#debris6 {display:none;}
#debris7 {display:none;}

.module {
  margin-top:5px;
  display:flex;
}
img {
  width:80px;
  height:50px;
}
input.fileInput {
  width:105px;
  margin-left:5px;
}
.fileInput::-webkit-file-upload-button {
  visibility: hidden;
}
.fileInput::before {
  display: inline-flex;
  width:103px;
  height:45px;
  text-align:center;
  content: 'UPLOAD...';
  display: inline-block;
  border-radius: 3px;
  padding:0;
  margin:0;
  padding-bottom:3px;
  outline: none;
  border:1px #c3c3c3 solid;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  background-color: #f0f0f0;
  text-align: center !important;
  line-height: 45px !important; /* NEW */
}
.fileInput:hover::before {
  border-color: black;
}
.fileInput:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.addDebris {
  width:95px;
}
.removeDebris {
  width:95px;
}
.uploadSpan {
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  text-align:center;
  color:#000;
  margin:0;
  margin-top:5px;
  padding-bottom:5px;
  height:5px;
}

button.dropbtn {
  width:90px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #000;
  background-color: #FFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  top:0;
  right:0;
  padding-right:20px;
  padding-top:10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family:'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: black;
  text-decoration: none;
  display: block;
  padding-top:5px;
  padding-bottom:5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0000ff;
  color: #ffffff;
}
