*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
   
    background-color: rgb(255, 255, 255);
  
  }
  
  /*header ------------------*/
  header .container-fluid{
  
    position: fixed;
    left: 0%;
    top: 0%;
   
  }
  .title-in {
    position: fixed;
    top: 30%;
    
    color: #5b348b;
    font-weight: 500;
    transform: translate(-50%,0);
    
  }
    .logo{
     width: 200PX;
     position: fixed;
     top: 2%;
     left: 50%;
     transform: translate(-50%,-0%);
     height: 25vh;
	 width: auto;
   }
  
  /*header ------------------*/
  
  section .container-fluid{
  
  position: fixed;
  left: 0%;
  top: 50%;
  }
  section .row{
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  #barcode-input-form{
  
  padding-top: 70%;
  
  }
  #icon-box0 .btn{ 
  background-color: #cecccd93;
  text-align: center;
  width: 160px;
  height: 160px;
  border: 1px;
  border-style: dotted;
  border-color:#5b348b ;
  
  }
  #icon-box1 .btn{
  background-color: #cecccd93;
  text-align: center;
  width: 160px;
  height: 160px;
  border:1px;
  border-style: dotted;
  border-color:#5b348b ;
  
  }
  .fas {
  color: #8b6534;
  font-size: 6rem;
  }
  .info{
  position: fixed;
  bottom: 0%;
  right: 0.5%;
  font: 0.5rem;
  color: #5b348b;
  }
  .card1-horizontal {
    display: flex;
    flex: 1 1 auto;
    
    
}



  #quantity{
    position: absolute;
   bottom: 10%;
    left: 46%;
    background-color: #8b653450;
    width: fit-content;
  }
  .card{
  position: absolute;
  top: 50%;
  display:  none;
  
  transform: translate(-50%, -50%);
  }
  
  #interactive.viewport {
    position: relative; 
    width: 100%; 
    height: auto; 
    overflow: hidden;
     text-align: center;
    }
  #interactive.viewport > canvas, #interactive.viewport > video {
    max-width: 100%;
    width: 100%;
  }
  canvas.drawing, canvas.drawingBuffer {
    position: absolute; 
    left: 0; 
    top: 0;
  }
  .form-control{
    height: 110px;
  
  }
  .col-auto .btn{
  
  background-color: #b3d065;
  border-color: #b3d065;
  height: 110px;
  }
  
  /* (A) WRAPPER */
  #demoA{
  background-color: rgb(233, 231, 231);
  }
  #button-card {
  background-color: #b3d065;
  border-color: #b3d065;
  margin-top: 10px;
  
  }
  #button-card:active{
  background-color: grey;
  }
  #numWrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0; left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  }
  #numWrap.open {
  opacity: 1;
  visibility: visible;
  }
  
  /* (B) NUMPAD */
  #numPad {
  max-width: 350px;
  background: #eaeaea;
  margin: 50vh auto 0 auto;
  transform: translateY(-50%);
  padding: 10px;
  }
  
  /* (C) DISPLAY */
  #numDisplay {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #c1c1c1;
  color: #000;
  font-size: 42px;
  text-align: right;
  }
  #numDisplay:focus { outline: none; }
  #numDisplay::selection { background: none; }
  
  /* (D) BUTTONS WRAPPER */
  #numBWrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 5px;
  }
  
  /* (E) BUTTONS */
  #numBWrap div {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #c1c1c1;
  }
  #numBWrap div:hover { cursor: pointer; }
  #numBWrap .num, #numBWrap .zero, #numBWrap .dot { background: #fff; }
  #numBWrap .zero { grid-column: span 2; }
  #numBWrap .del, #numBWrap .clr { background: #ffecd7; }
  #numBWrap .cx { background: #ffdada; }
  #numBWrap .ok { background: #b3d065; }
  
  /* No decimal points allowed */
  #numBWrap.noDec .dot { display: none; }
  #numBWrap.noDec .zero { grid-column: span 3; }
  
 #login-input{
     padding-top: 50px;
 }
  
  .copyright span{
  background-color: rgba(241, 238, 238, 0.521);
  box-shadow: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  
  }
#title-holder{
   text-align: center;
  
  color: #7c7b7b;
 

}
#user-greet{
    position: fixed;
    top: -120px;
    left: 120px;
    font-size: 1rem;
    color: #7c7b7b;
}
#user-icon{
    font-size: 1.7rem;
}
#log-session{
color: #7c7b7b;
font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0px 5px 0px 5px;
  background-color: rgba(150, 115, 2, 0.137);
 text-align: center;
 
  
}   
.end-session .fas{
 font-size: 4rem;

 width: fit-content;
}
  @media  screen and (max-width: 357px) {
    .input-group-text .fas{
       font-size: 2rem;
       
   } 
   #inlineFormInputGroup{
       width: 50%;
       font-size: 10px;
      
   }
   #submit-btn{
       font-size: 10px;
        width: 100px;
        height: fit-content;
   }
   
   .woods img{
  height: 20%;

}

  } 
  @media  screen and (max-width: 570px) {
    .input-group-text .fas{
       font-size: 2rem;
       
   } 
   #inlineFormInputGroup{
       width: 50%;
       font-size: 10px;
      
   }
   #submit-btn{
       font-size: 10px;
        width: 100px;
        height: fit-content;
   }
   
   .woods svg{
  height: 20%;
 display: none;
}
#title-holder {
   padding: 0;
    font-size: 0.9rem;

   position: absolute;
  
}

  } 
  @media  screen and (max-width: 720px) {
    .input-group-text .fas{
       font-size: 2rem;
       
   } 
   #inlineFormInputGroup{
       width: 50%;
       font-size: 10px;
      
   }

   
   .woods svg{
  height: 20%;

}
#title-holder {
   padding: 0;
    font-size: 0.9rem;

   position: absolute;
  
}
#log-session{
   font-size:15px;
  
}
  } 
  @media  screen and (min-width: 1250px) {
    .input-group-text .fas{
       font-size: 2rem;
       
   } 
  
#title-holder {
   padding: 0;
    font-size: 1.2rem;

   position: absolute;
}

  } 
