
  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 {
       
        }
        p {
          display: inline;
          font-size: 16px;
        }

  .mirror {
    -webkit-transform: scale(-3, 3);
    transform: scale(-3, 3);
    margin-top: 50px;

  }

 


  .videoContainer {
    display: flex;
    border-width: 12px;
    border-color: black;
    border-style: solid;
    top: -150px;  
    border-radius: 0px; 
    -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 {
    vertical-align: top;
    align-self: start;
    max-width: 900px;
    display: flex;
    background: #000;


  }

  confidence confidenceA confidenceB confidenceC {

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

  }

  .invisible {
    display: none;
    visibility: hidden;

  }

  .filled {

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

  .state {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    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: 'EB Garamond', serif;
    display: inline-block;
    font-color: white;

  }

  .btnstyle {
    margin-top: 80px;
    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: #c0c0c0}

  .btnstyle:active {
    background-color: black;
    box-shadow: 0 3px #808080;
    transform: translateY(-44px);
  }

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

  ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    list-style: none;
}
li {
    flex-grow: 1;
    flex-basis: 100px;
    text-align: center;
    padding: 5px;
    color: rgb(255, 72, 0);
    border: 1px solid rgb(255, 72, 0);
    margin: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 10px 10px 19px -9px rgba(0,0,0,0.61);
    -webkit-transition: .4s;
    transition: .4s;
    
}

.grey {
  background-color: rgb(255, 72, 0);
  color: black;

}
.emoji {
  font-size: 22px;
}

.innaface {
  display: block;
  min-width: 900px;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5; 
  overflow: hidden; 
  max-width: 40%;
  max-height: 500px;

}

.stateshow {

  font-size: 40px;

}

.divider {
  display: inline-block;
  align-self: start;
  width: 45%;
}


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

.pstyle {

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

.noshadow {


    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.61);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.61);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.61);
  


}

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

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

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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: 5px;   
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderz::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: black;
  cursor: pointer;
}

.sliderz::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.sliderzx {
  -webkit-appearance: none;
  width: 200px;
  height: 15px;
  border-radius: 5px;   
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderzx::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: black;
  cursor: pointer;
}

.sliderzx::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.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;
}

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%;
}