.camera-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 99999;
  background: transparent;
  opacity: 0.7;
  padding: 10px;
}

.camera-controls a div {
    font-size: 24px;
    background: #00000050;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index: 999999;
}

#webcam-error-message{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}