
html {
    background: url('https://kurziokode.github.io/matrix/blocks.jpg');
 opacity: 1;
 font-family: "ROBOTO", sans-serif;
	overflow: hidden;
}



a {
  text-decoration: none;
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {


  position: fixed;
 left: 200px;
  bottom: 230px;
  margin-top: 0rem;
  display: inline-block;
}




.popover__content {

  visibility: hidden;
  position: relative;
  left: 0px;
  transform: translate(0, 10px);
  
  
   background-size:cover;
  padding: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}






















.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent transparent;
  transition-duration: 0.8s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.8s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}



.popover__wrapper0 {
   
	 opacity: 0.9;
    position: fixed;
 left: 35px;
  top: 57px;
    margin-top: 0rem;
    display: inline-block;
}


.popover__wrapper2 {
    position: fixed;

 left: 200px;
    bottom: 465px;
    margin-top: 0rem;
    display: inline-block;
}



.popover__wrapper3 {
   
	 opacity: 0.9;
    position: fixed;
 left: 20px;
  top: 200px;
    margin-top: 0rem;
    display: inline-block;
}




.popover__wrapper4 {
  position: fixed;
  right: 20px;
  bottom: 0px;
  margin-top: 0rem;
  display: inline-block;
}





.popover__wrapper5 {
    position: fixed;
 
 left: 630px;
   bottom: 230px;
    margin-top: 0rem;
    display: inline-block;
}



.popover__wrapper6 {
  position: fixed;
  left: 630px;
  bottom: 465px;
  margin-top: 0rem;
  display: inline-block;
}



.popover__wrapper7 {
    position: fixed;
   left: 630px;

    top: 40px;
    margin-top: 0rem;
    display: inline-block;
}



.popover__wrapper8 {
  position: fixed;
 left: 200px;
  bottom: 0px;
  margin-top: 0rem;
  display: inline-block;
}




.popover__wrapper9 {
  position: fixed;
 left: 200px;
  bottom: 700px;
  margin-top: 0rem;
  display: inline-block;
}






















input[type="checkbox"] {
	 opacity: 1;
	 font-family: "ROBOTO", sans-serif;
    margin: 5px;
    position: relative;
    width: 120px;
    height: 40px;
    -webkit-appearance: none;
    background: linear-gradient(0deg, #333, #000);
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input:checked[type="checkbox"]:nth-of-type(1) {
	
    background: linear-gradient(0deg, #0000ff, #000099);
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input:checked[type="checkbox"]:nth-of-type(2) {

    background: linear-gradient(0deg, #0000ff, #000099);
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0, 0, 0, 1);
}

input[type="checkbox"]:before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 40px;
    background: linear-gradient(0deg, #000, #6b6b6b);
    border-radius: 20px;
    box-shadow: 0 0 0 1px #232323;
    transform: scale(.98, .96);
   
}

input:checked[type="checkbox"]:before {
	
    left: 40px;
}

input[type="checkbox"]:after {
	
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 70px;
    width: 4px;
    height: 4px;
    background: linear-gradient(0deg, #6b6b6b, #000);
    border-radius: 50%;
   
}

input:checked[type="checkbox"]:after {
    left: 110px;
}



