
  body {
/*
    background-image: linear-gradient(90deg, Black 25%, White 25%, White 50%, Black 50%, Black 75%, White 75%, White 100%);
                        background-size: 48.00px 48.00px;
*/  
    background-color: black;
        }

        button {
          margin: 6px 6px 6px 0;
          padding: 4px;
          font-size: 14px;
        }
        video {
          margin-top: -140px;
          width: 850px;
          height: 910px;
        }
        p {
          display: inline;
          font-size: 16px;
        }

  .mirror {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

   .mirror {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .public {
    text-transform: uppercase;

  }


  .videoContainer {
    display: flex;
    border-width: 12px;
    border-color: black;
    border-style: solid;
    top: -150px;  
    border-radius: 10px; 
    -webkit-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    -moz-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
  }

  .aiwrap {
    display: flexbox;
    background: #ff4647;
  }
  .aiinterface {

    display: flex;
    background: #ffffff;


  }



  .grey {
    height: 750px;
    color: #000;
    background: rgb(255, 72, 0);
  }

  confidence confidenceA confidenceB confidenceC {

    max-width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;

  }

  .invisible {

    visibility: hidden;

  }

  
  .state {
    border-radius: 69px 69px 69px 69px;
    -moz-border-radius: 69px 69px 69px 69px;
    -webkit-border-radius: 69px 69px 69px 69px;
    border: 0px solid #000000;
    -webkit-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    -moz-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    height: 128px;
    margin-left: 100px;
    margin-right: 104px;
    margin-top: 15px;
    align-self: center;
    background-color: black;
    padding: 0px;
  }

  .con {
    font-family: 'Work Sans', sans-serif;
    font-color: white;

  }

  .btnstyle {
    margin-top: 50px;
    margin-left: 9px;
    height: 80px;
    width: 150px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: rgb(255, 72, 0);
    background-color: #000;
    border: 1px solid rgb(255, 72, 0);
    border-radius: 0px;
    box-shadow: 0 0px #000;
    transform: translateY(-50px);
  }
.conbutton {
  border: 0px solid black;
  margin-left: 2%;
  width: 39%; 
  height: 60px;
  font-size: 14;
  font-weight: 900;
}

  .btnstyle:hover {background-color: rgb(255, 118, 64)}

  .btnstyle:active {
    background-color: rgb(151, 43, 0);
    box-shadow: 0 0px #000;
    transform: translateY(-44px);
  }

  .minicanvas {
    margin-top: 9px;
    margin-left: 9px;
    height: 110px;
    width: 110px;
    border-radius: 69px 69px 69px 69px;
  }

  ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    list-style: none;
    
}
li {
    display: inline-block;
    text-align: center;
    align-self: flex-start;
    background-color: #000;
    width: 400px;
    padding: 30px;
    margin: 40px;
    height: 350px;
    border: 1px solid rgb(255, 72, 0);
    -webkit-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    -moz-box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    color: rgb(255, 72, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}

.sound {

  min-width: 30%;

}

.emoji {

  font-size: 55px;
}

.filled {

  border-color: rgb(255, 72, 0);
  background-color: rgb(255, 72, 0);
  border-width: 0px;
  color: #000;

}


.innaface {
  margin: 0px;
  padding: 0px;
  border-radius: 69px 69px 69px 69px;
  -moz-border-radius: 69px 69px 69px 69px;
  -webkit-border-radius: 69px 69px 69px 69px;
  background-color: #ffffff;
  border-radius: 5; 
  overflow: hidden; 
  max-height: 500px;

}

.stateshow {

  font-size: 140px;

}

.switch {
  position: relative;
  display: inline-block;
  margin-top: -50px;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(255, 72, 0);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(255, 72, 0);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderz {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 0px;   
  background: black;
  outline: solid 1px rgb(255, 72, 0);
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderz::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  outline: solid 2px #000;
  background: rgb(255, 72, 0);
  cursor: pointer;
}

.sliderz::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: rgb(255, 72, 0);
  cursor: pointer;
}

.sliderzx {
  -webkit-appearance: none;
  width: 200px;
  height: 15px;
  background: black;
  outline: solid 2px black;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderzx::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: rgb(255, 72, 0);
  cursor: pointer;
}

.sliderzx::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(255, 72, 0);
  cursor: pointer;
}

p {

  font-family: 'Orbitron', sans-serif;
  font-size: 14pt;
}

.pstyle {

  font-family: 'Orbitron', sans-serif;
  font-size: 22pt;
}

input[type=text] {
  border: 0px solid rgb(255, 72, 0);
  width: 83%;
  height: 30px;
  margin-bottom: 12px;
  font-family: 'Orbitron', sans-serif;
  font-size: 28px;
  background-color: #000;
  border-radius: 4px;
  color: rgb(255, 72, 0);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}


input[type=text]:focus {
  width: 100%;
}