*{
  margin: 0!important;
  box-sizing: border-box;
  overscroll-behavior: contain;
}


body{
  padding: 0!important;
  /*hjgjhg disable text selection*/
  overscroll-behavior: contain!important;
}

.beedemo{
  padding: 10px;
  background: blue;
}

.cnvs{
  position: absolute; 
  background: blue;
  margin: 0;
  z-index: 0
}

.bbtn{
  background: darkgreen;
  color: #fff;
  height: 45px;
  width: 60px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  z-index: 3;
  margin: 2px;
  border:1px solid grey;
  border-radius: 30%;
  box-shadow: 0px 5px 2px #0fa;
  text-shadow: 2px 2px 2px #0e9, -2px -2px 2px #0e9,-2px 2px 2px #0e9,2px -2px 2px #0e9;
}

.bbtn:hover{
  background: hotpink;
}
.bbtn:active{
  box-shadow: 0px 2px 1px #ff0;
  transform: translateY(3px);
}

.sbtn{
  background: deeppink;
  width: 80px;
}

.fbtn{
  color:orange;
  width: 55px;
  font-weight: bold;
}

.box{
  z-index: 5;
  display: none;
  top:100px;
  left:20px;
  position: absolute;
  padding: 50px;
  margin: 50px;
  background: #ffff00aa;
  border-radius: 10px;
}

footer{
  bottom: 0;
  font-size: 15px;
  z-index: 1;
  position: absolute;
}
    
.swtch{
 
}

.swtch::before{
  content: "";
  
}

.inpx{
  
}

.inpx .swtch{
  border: none!important;
}