#webcam-app {
  width: 600px;
  height: auto;
  text-align: center;
  display: inline-block;
}

.webcam-container{
    position: relative;
}

#background-container {
    height: 100vh;
    width: 100vw;
}

#webcam{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  margin: auto;
  border-radius:10px;
}


#canvas {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height:auto;
  z-index: 9999;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

  .form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  
  .form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 60px;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 25px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
  }
  
  .form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 56px;
    height: 25px;
    background-color: #fff;
    border-radius: 15px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
  }
  
  .form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
  }
  
  .form-switch:active i::after {
    width: 60px;
    transform: translate3d(2px, 2px, 0);
  }
  
  .form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }
  
  .form-switch input { display: none; }
  
  .form-switch input:checked + i { background-color: #4BD763; }
  
  .form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
  
  .form-switch input:checked + i::after { transform: translate3d(30px, 2px, 0); }

  .form-switch input:disabled + i { background-color: #eeeeee; cursor: not-allowed; }

  .form-switch input:disabled + i::after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
  }


  .app-panel{
    text-align: center;
  }

  
  .md-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      visibility: hidden;
      top: 0;
      left: 0;
      z-index: 1000;
      opacity: 0;
      background: rgba(#e4f0e3, 0.8);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .md-show ~ .md-overlay {
      opacity: 1;
      visibility: visible;
  }
  
  .md-effect-12 .md-content {
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .md-show.md-effect-12 ~ .md-overlay {
      background-color: #e4f0e3;
  } 
  
  .md-effect-12 .md-content h3,
  .md-effect-12 .md-content {
      background: transparent;
  }
  
  .md-show.md-effect-12 .md-content {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }


.cameraControls {
  position: absolute;
  left: 0; 
  bottom: 20px;
  right: 0;
  margin-left:0;
  margin-right: 0;
  z-index: 99999;
  background: transparent;
  opacity: 0.7;
  padding: 10px;
}

.cameraControls a {
  display: inline-block;
  margin: 5px;
  background: #333333;
  border:solid 1px #eeeeee;
  color: #FFFFFF;
  height:55px;
  width: 55px;
  font-size:35px;
  line-height:57px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}


.cameraFlip {
  display: block;
  position: absolute;
  margin: 5px;
  background: #333333;
  color: #FFFFFF;
  height: 40px;
  width: 40px;
  margin-top: 15px;
  font-size:20px;
  line-height: 50px;
  bottom:30px;
  right: 20px;
  z-index: 999999;
  border-radius: 50%;
}

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


@media only screen and (max-width: 680px) {
  .webcam-app .cameraControls {
      position: absolute!important;
      margin-top: auto;
      opacity: 1;
      bottom: 0px!important;
  }
}

@media screen and (max-width: 480px) {
  .wallet-card-custom {
    padding: 0px;
    position: absolute;
    right: 0px;
    width: 100%;
  }


  .form-control.webcam-start{
    width: 300px;
  }

  #webcam-app {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }

  #webcam{
    display: block;
    position: relative;
    width: auto;
    height:400px;
    z-index: 999;
    pointer-events: none;
    margin: auto;
  }
  .cameraControls {
    bottom: 0px;
  }
  .cameraFlip {
    bottom: 20px;
  }

}

@media screen and (max-width: 767px) {
  
}

@media screen and (min-width: 420px) and (max-width: 767px) {

}

@media screen and (min-width: 1024px) {


}