body{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: Arial;
}

.webgl{
    outline: none;
}




div#message {
  width: 80vw;
  position: fixed;
  z-index: 999999;
  background: #ebd909;
  max-width: 400px;
  padding: 30px;
  text-align: center;
  top: 30px;
  right: 30px;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.8;
  display:none;
}










h1 {
  background: black;
  margin: 0;
  color: white;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid grey;
}
h1 a img{
  max-width: 100%;
}
.sidebar {
    width: 300px;
    position: relative;
    height: 100vh;
    margin: 0;
    z-index: 9999;
    background: #ffffffd1;
    overflow-y: auto;
  }
  .padr{
    height: 12px;
  }
  button.accordion {
    width: 100%;
    background-color: #464646;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 12px;
    font-size: 16px;
    color: #cfcfcf;
    cursor: pointer;
    transition: background-color 0.2s linear;
  }
  
  button.accordion:after {
    content: "<";
    font-size: 18px;
    float: right;
    transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  line-height: 0px;
  width: 16px;
  height: 16px;
  text-align: center;
  }
  
  button.accordion.is-open:after {
    content: ">";
  }
  
  button.accordion:hover,
  button.accordion.is-open {
    background-color: #000;
  }
  
  .accordion-content {
    background-color: #1b1b1b;
    border-left: 4px solid #000000;
    padding: 0px 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  
  .sends {
    background: black;
    padding: 12px;
    color: #c0c0c0;;
}
.sends h3{
  margin: 0;
}
.jola{
  margin: 0;
  font-size: 14px;
  color:grey;
}
.sends input, .sends select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 17px 0;
  background: #000000;
  border: 1px solid grey;
  border-radius: 8px;
  color: white;
}
#sendbutton {
  display: block;
  background: #ebd909;
  color: black;
  padding: 11px;
  width: 100%;
  border-radius: 8px;
}









  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-bottom: 12px;
    margin-top: 5px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 6px;
  }
  
  input:checked + .slider {
    background-color: #ebd909;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #ebd909;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .titlebar {
    color: #a6a5a5;
    margin-top: 8px;
}
.waxcut {
  background: #ffffff1a;
  padding: 4px 12px;
  margin-top:10px;
}



  input[type=range] {
    height: 22px;
    margin: 0px 0;
    width: 100%;
  }

  


  /*range styling start*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    overflow: hidden;
    -webkit-appearance: none;
    background-color: #a6a5a5;
  }
  
  input[type='range']::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #ebd909;
    margin-top: 0px;
  }
  
  input[type='range']::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 44px;
    cursor: ew-resize;
    background: black;
    box-shadow: -300px 0 0 300px #ebd909;
    margin-top:-3px;
  }

}
input[type="range"]::-moz-range-progress {
background-color: #ebd909; 
}
input[type="range"]::-moz-range-track {  
background-color: green;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
background-color: #ebd909; 
}
input[type="range"]::-ms-fill-upper {  
background-color: green;
}
  /*range styling end*/


  select {
    padding: 4px 6px;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 10px;
    margin-top: 10px;
}
select.colored{
  color:white;
}

.addbox {
    position: relative;
    height: 35px;
}
.addbox select {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  width: auto;
  border-radius: 10px 10px 10px 0px;
}
#frontadder, #leftadder, #rightadder, #backadder {
  background: #ebd909;
  color: black;
  position: absolute;
  right: 0;
  top: 10px;
  width: 32px;
  height: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 12px;
  cursor: pointer;
}


div#frontstack, #leftstack, #rightstack, #backstack{
  border-left: 2px solid white;
}
.addcard {
  background: #ffffff17;
  padding: 0px 0px 0px 32px;
  border-width: 12px 0px 0px 0px;
  border-color: #1b1b1b;
  box-sizing: border-box;
  border-style: solid;
  color: white;
  position: relative;
}
span.closecard {
  position: absolute;
  color: white;
  width: 16px;
  height: 18px;
  background: red;
  display: block;
  text-align: center;
  left: 6px;
  top: 15px;
  cursor: pointer;
  font-family: Arial;
}
span.titles {
  padding: 15px 0;
  display: block;
}
.addmover {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.addmover span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  cursor: pointer;
  background: #000000cc;
  text-align: center;
  line-height: 17px;
}
.leftmove{
   top: 16px;
   left: 0;
}
.rightmove {
  right: 0;
  top: 16px;
  transform: rotate(180deg);
}
.topmove{
right: 16px;
transform: rotate(90deg);
}
.bottommove{
  right: 16px;
  bottom: 0;
  transform: rotate(270deg);
}

p#offventcase {
  color: grey;
  font-style: italic;
}

.addcard.d .topmove, .addcard.d .bottommove {
  display: none;
}

.addcard.h .topmove, .addcard.h .bottommove,.addcard.h .leftmove, .addcard.h .rightmove  {
  display: none;
}







.containerm {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0;
  right: 0;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.changem .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.changem .bar2 {opacity: 0;}

.changem .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
