/* _content/GenerateBarcodeWithTextBelow.Web/Pages/Index.cshtml.rz.scp.css */
.barcode-wrapper[b-auak25s558] {
    width: 100%;
    height: 482px;
    position: relative;
    overflow: hidden;
}

/* کنترل ویدیو و canvas که Quagga اضافه می‌کنه */
#barcode-scanner video[b-auak25s558],
#barcode-scanner canvas[b-auak25s558] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0.375rem; /* مثل rounded bootstrap */
}

@media (max-width: 768px) {
    .barcode-wrapper[b-auak25s558] {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background: black;
    }

    #enter-manual-barcode-button[b-auak25s558] {
        z-index: 1051;
        bottom: 10px;
    }
}

@media (min-width: 769px) {
    .barcode-wrapper[b-auak25s558] {
        max-width: 600px;
    }
}
/* _content/GenerateBarcodeWithTextBelow.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l760shssiy] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l760shssiy] {
  color: #0077cc;
}

.btn-primary[b-l760shssiy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l760shssiy], .nav-pills .show > .nav-link[b-l760shssiy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l760shssiy] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l760shssiy] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l760shssiy] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l760shssiy] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l760shssiy] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
