.demo-settings {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 2002;
}
.demo-settings .demo-settings-toggle {

  width: 230px;
  height: 50px;
  border-radius: 10px ;
  

  background-color: #b47e20ef;
  color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.demo-settings .demo-settings-toggle i {
  font-size: 24px;
  
}