body {

}
video {
    display: block;
}
#loading
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    text-align: center;
    font-size: 43px;
    text-shadow: 3px 2px 3px #b1b1b1;
    line-height: 150px;
}
#initiate
{
    display:none;
}
#liveView ul li
{
    display: block;
    color: red;
    line-height: 28px;
    font-size: 17px;
}

#liveView p
{
    border-radius: 4px;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
}
.startcam{
    border: 1px solid silver;
    background: #efefef;
    padding: 10px;
    margin-top: 15px;
}

video{border: 1px solid silver;
      margin: 10px;}

.sampleimg
{
    margin: 10px;
    border: 1px solid silver;
}

.startbutton{
    margin: 15px;
    font-size: 33px;
    padding: 8px 80px;
}
#canvas
{
    width:128px;
    height:auto;
    float :left;
}

#webcam
{
    height: 96px;
    margin: 0px;
    float: left;
}

.warning {
    font-size: 24px;
    color: #ffffff;
    background: #a73d4e;
    padding: 4px;
    /* border: 1px solid maroon; */
    /* border-radius: 6px; */
    box-shadow: 2px 2px 4px 2px #e0e0e0;
    float: left;
    /* margin-left: 10px; */
    /* margin-top: 9px; */
    width: calc(100% - 256px);
    height: 96px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: 256px;
}

#testconductframe{
    width: 100%;
    height: calc(100% - 96px);
    position: absolute;
    top: 96px;
    left: 0px;
    border: none;
}

#livecam{
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    background-image: url(banner.jpg);
    background-repeat: no-repeat;
    background-position-x: 257px;
    background-color: #7fa5f3;
    position:relative;
}
#dashboard{
    margin: 0px;
    padding: 0px;
}
.banner{
    float: left;
    padding-left: 160px;
}
.banner h2{
    margin-top: 9px;
    color: #b30000;
}
.banner h3{
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}


.progress {
  background: rgb(101 101 101 / 10%);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 500px;
}

.progress-value {
  animation: load 60s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #000;
  height: 30px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}