<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.barcode-container {
    width: 100%;
}

.barcode-area {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: none;
}

#barcode-video-container {
    height: 100%;
}

.barcode-retry-icon {
    max-width: 1.5rem;
    max-height: 1rem;
}

.barcode-icon-overlay {
    position: relative;
    margin-top: 19%;
    width: calc(((100% / 3) * 2) - (1em * 2.5));
}

.barcode-area canvas {
    max-width: 100%;
}

.barcode-result-container {
    display: none;
    text-align: left;
}

.barcode-error-container {
    display: none;
    text-align: left;
    padding: 2rem;
}

.scanner-tab-icon {
    max-height: 1rem;
    max-width: 1.5rem;
    margin-right: 0.5rem;
}

.scanner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: calc(20px + 3.2em);
}
.scanner-overlay .modal-body {
    height: 100%;
}
#canvas {
    width: 100%;
}

.drawingBuffer {
    display: none;
}

.scanner-overlay-image {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
}


.barcode-result-container div {
    padding: 0.5rem;
}

.barcode-fade {
    transition: all 1s ease;
}

.opaque {
    opacity: 0;
}

.qrcode-footer {
    clear: both;
    margin-top: .6rem;
}

#scan-loading-container {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
}
.barcode-container,
.scan-loading {
    height: 100%;
}

.scan-loading-loader {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scan-loading p {
    margin: 0;
}
.scan-loading-procesing {
    text-align: center;
    padding: 0 20%;
    margin-top: -14px;
}
.scan-loading-procesing-text {
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.scan-loading-procesing-description {
    line-height: 22px;
}

#qrcode-area {
    padding-left: 50%;
}
#qrcode-area #canvas {
    height: 100%;
    width: auto;
    max-width: initial;
    position: relative;
    transform: translateX(-50%);
}

.scan-unsupported-device {
    background-color: #f6f6f6;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scan-unsupported-device.display-unsupported {
    display: flex;
}

</pre></body></html>