.barcode-result {
    width: 95%;
    height: 22px;
    font-size: 17px;
    border-radius: 3px;
    margin: 0px 7px 0px 8px;
}
  
.barcode-reader {
    width: 300px;
}

#barcode_reader__scan_region{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 227px;
}

#barcode_reader__dashboard {
    min-height: 80px;
}

#html5-qrcode-anchor-scan-type-change {
    color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .barcode-result {
    background-color: green;
    color: #fff;
    padding: 20px;
} */
  
/* .barcode-container form .row {
    display: flex;
}
  
#barcode_reader__scan_region {
    background: white;
}
   */



.ikp-barcode-button {
    margin: 8px 2px 8px 8px;
    width: 93%;
    min-height: 30px;
    cursor: pointer;

    border-radius: 5px;
    background: var(--bm-background);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-shadow:
      -7px -7px 20px 0px #fff9,
      -4px -4px 5px 0px #fff9,
      7px 7px 20px 0px #0002,
      4px 4px 5px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
    font-size: 14px;
    color: #666;
    text-decoration: none;
  }
  
  /* .ikp-barcode-button:hover {
    background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
    color: rgba(102, 102, 102, .5);
    animation: colorchange 3s linear infinite;
  } */
  
  .ikp-barcode-button:active {
    box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
      -2px -2px 3px 0 rgba(116, 125, 136, .2),
      inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
      inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  }