
.modal-dialog {
    max-width: 95%;
}

.modal-content {
    height: calc(100vh - (4rem));
    overflow: hidden;
}
.report-courtship-list.redcolor {
    background: red;
}

.report-courtship-list.redcolor * {
    color: #ffffff !important;
}

.report-courtship-list.greencolor {
    background: green;
}

.report-courtship-list.greencolor * {
    color: #ffffff !important;
}
.getMovementModelTypeProcess {
    cursor: pointer;
}

.select2-selection__rendered {
    line-height: 21px !important;
}

.select2-container .select2-selection--single {
    height: 21px !important;
}
.select2-container .select2-selection--multiple {
    height: 21px !important;
    min-height: auto !important;
}
.select2-selection__arrow {
    height: 21px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 11px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 11px !important;
}
.casting-modal-wrapper .select2 span {
    font-size: 13px;
    font-weight: 400;
    display: table-footer-group !important;
    height: auto;
}
.select2-container--default.select2-container--open {
    z-index: 10000;
}
.select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
    margin-top: 0px !important;
}
.select2-container {
    width: 100% !important;
}
.exportTable a {
    display: flex;
    justify-content: center;
}
.exportTable a img {
    width: 100%;
    max-height: 23px;
    object-fit: contain;
}
ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fancybox__thumb {
    background-size: contain !important;
}

/* ==================== BARKOD STİLLERİ ==================== */

/* Barkod Tablosu */
.barcode-no {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Consolas', monospace;
}

/* Modal Form Stilleri */
.barcode-modal-form {
    padding: 1rem;
}

.barcode-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.barcode-form-content {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
}

.barcode-form-content label {
    font-size: 13px;
    font-weight: 500;
    color: #6e7787;
    margin-bottom: 0.3rem;
}

.barcode-form-content input,
.barcode-form-content select,
.barcode-form-content .select2-container .select2-selection--single {
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 13px !important;
    padding: 0.5rem;
    box-shadow: none !important;
    outline: 0 !important;
    width: 100%;
    color: #333 !important;
    height: 35px !important;
}

/* Barkod Section Title */
.barcode-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid var(--theme-color);
}

.barcode-section-title i {
    color: var(--theme-color);
    font-size: 16px;
}

/* Barkod Form Row */
.barcode-form-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.barcode-form-row .barcode-form-content {
    flex: 1;
    min-width: 120px;
}

.barcode-info-row {
    align-items: flex-end;
}

.barcode-input-wide {
    flex: 3 !important;
}

/* Barkod Buton Inline */
.barcode-form-btn-inline {
    flex: 0 0 auto !important;
    min-width: auto !important;
}

.barcode-form-btn-inline button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background-color: var(--theme-color);
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: .2s ease-in-out;
    cursor: pointer;
    height: 35px;
    white-space: nowrap;
}

.barcode-form-btn-inline button:hover {
    background-color: var(--theme-hover-color);
}

.barcode-form-btn-inline button.btn-save {
    background-color: #28a745;
}

.barcode-form-btn-inline button.btn-save:hover {
    background-color: #218838;
}

/* Barkod Scan Input */
.barcode-scan-wrapper {
    width: 100%;
}

.barcode-scan-input {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.barcode-scan-input:focus-within {
    border-color: var(--theme-color);
}

.barcode-scan-input i {
    font-size: 1.25rem;
    color: #000000;
}

.barcode-scan-input button i{
    color: #ffffff;
}

.barcode-scan-input input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    outline: none !important;
    height: 30px;
}

.barcode-scan-input button {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: var(--theme-color);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.barcode-scan-input button:hover {
    background: var(--theme-hover-color);
}

/* Taranan Ürünler Listesi */
.barcode-scanned-list {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.scanned-list-header {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #e9ecef;
    font-size: 13px;
    font-weight: 500;
}

.scanned-count {
    color: var(--theme-color);
}

.scanned-list-body {
    min-height: 150px;
    max-height: 200px;
    overflow-y: auto;
}

.scanned-list-body::-webkit-scrollbar {
    width: 5px;
}

.scanned-list-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.empty-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    color: #999;
}

.empty-list i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.empty-list p {
    margin: 0;
    font-size: 13px;
}

.scanned-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.scanned-item .barcode-text {
    font-family: 'Consolas', monospace;
    color: #667eea;
    font-size: 13px;
}

.scanned-item .time-text {
    font-size: 11px;
    color: #666;
}

/* Sayım İstatistikleri */
.barcode-count-stats {
    display: flex;
    gap: 1rem;
}

.count-stat-item {
    flex: 1;
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-color);
}

.stat-label {
    font-size: 12px;
    color: #ffffff;
}
.barcode-modal-form .stat-label {
    font-size: 12px;
    color: #ffffff;
}

/* Form Alt Butonlar */
.barcode-form-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.barcode-form-btn {
    display: flex;
    width: 150px;
}

.barcode-form-btn button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: var(--theme-color);
    padding: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.barcode-form-btn button:hover {
    background-color: var(--theme-hover-color);
}

.barcode-form-btn button.btn-secondary {
    background-color: #6c757d;
}

.barcode-form-btn button.btn-secondary:hover {
    background-color: #5a6268;
}

/* Status Badge */
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.status-badge.status-success {
    background-color: rgba(40, 167, 69, 0.15);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-badge.status-pending {
    background-color: rgba(255, 193, 7, 0.15);
    color: #d39e00;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

/* Sayım Liste Stilleri */
.scanned-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    transition: background 0.2s;
}

.scanned-item:hover {
    background: #f8f9fa;
}

.scanned-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scanned-item-image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.scanned-item-no-image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 20px;
    border: 1px solid #e0e0e0;
}

.scanned-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.scanned-item .barcode-text {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.scanned-item .model-text {
    font-size: 12px;
    color: #666;
}

.scanned-item .gram-text {
    font-size: 11px;
    color: #999;
}

.scanned-item-status {
    font-size: 18px;
}

.barcode-count-stats {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    margin: 15px 0;
}

.count-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.count-stat-item .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
}

.count-stat-item .stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

/* Sayım Toplam Alanı */
.barcode-count-totals {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
}

.total-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.total-item .total-label {
    font-size: 13px;
    color: #666;
}

.total-item .total-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-color);
}

/* İki Sütunlu Sayım Listesi */
.barcode-count-lists {
    display: flex;
    gap: 15px;
}

.count-list-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.count-list-header {
    padding: 10px 15px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.count-list-header-warning {
    background: #dc3545;
}

.count-list-column .barcode-scanned-list {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 300px;
    overflow-y: auto;
}

.count-list-column .scanned-list-body {
    min-height: 150px;
}

/* Okutulmayan liste item stili */
.uncounted-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: #fff;
}

.uncounted-item:hover {
    background: #fff5f5;
}

.uncounted-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uncounted-item-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.uncounted-item-no-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 16px;
}

.uncounted-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.uncounted-item .barcode-text {
    font-weight: 600;
    font-size: 12px;
    color: #333;
}

.uncounted-item .model-text {
    font-size: 11px;
    color: #666;
}

.uncounted-item-status {
    color: #dc3545;
    font-size: 16px;
}

/* Fancybox için tıklanabilir resimler */
.scanned-item-image {
    cursor: pointer;
    transition: transform 0.2s;
}

.scanned-item-image:hover {
    transform: scale(1.1);
}

/* Fark renklendirmesi */
#differenceItems.positive,
#detailDifferenceItems.positive {
    color: #28a745 !important;
}

#differenceItems.negative,
#detailDifferenceItems.negative {
    color: #dc3545 !important;
}

/* Sayım Geçmişi Tablosu */
.count-history-list {
    max-height: 400px;
    overflow-y: auto;
}

.count-history-table {
    width: 100%;
    border-collapse: collapse;
}

.count-history-table th,
.count-history-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
}

.count-history-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    position: sticky;
    top: 0;
}

.count-history-table tbody tr:hover {
    background: #f8f9fa;
}

.count-history-table .text-danger {
    color: #dc3545;
    font-weight: 600;
}

.count-history-table .text-success {
    color: #28a745;
    font-weight: 600;
}

.btn-view-count {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-view-count:hover {
    background: var(--theme-hover-color);
}

/* Sayfa Başlığı */
.page-title-wrapper {
    margin-bottom: 20px;
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-title i {
    color: var(--theme-color);
    font-size: 22px;
}

/* Gönderim Listesi Tablosu */
.send-list-table .table-title,
.send-list-table .table-content {
    grid-template-columns: 1fr 1fr 120px 100px 120px 130px;
}

.send-list-row {
    cursor: pointer;
    transition: background 0.2s;
}

.send-list-row:hover {
    background: #f0f7ff;
}

.loading-row .table-td {
    text-align: center;
    grid-column: span 4;
    padding: 30px;
    color: #666;
}

.loading-row .table-td i {
    margin-right: 8px;
}

/* Gönderim Detay Modal */
.send-detail-list {
    max-height: 350px;
    overflow-y: auto;
}

.send-detail-list .scanned-list-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

/* Durum Badge'leri */
.status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.status-badge.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.status-success {
    background: #d4edda;
    color: #155724;
}

.status-badge.status-rejected {
    background: #f8d7da;
    color: #721c24;
}

.status-badge.status-partial {
    background: #e2e3f3;
    color: #5a5c8a;
}

/* Detaylı Durum Gösterimi */
.status-detail-item .stat-value {
    font-size: 12px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.status-detail-approved {
    background: #d4edda;
    color: #155724;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.status-detail-rejected {
    background: #f8d7da;
    color: #721c24;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.status-detail-pending {
    background: #fff3cd;
    color: #856404;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.status-partial-text {
    color: #5a5c8a;
    font-weight: 600;
}

/* Durum Text (Modal İçin) */
.status-pending-text {
    color: #856404;
    font-weight: 600;
}

.status-success-text {
    color: #155724;
    font-weight: 600;
}

.status-rejected-text {
    color: #721c24;
    font-weight: 600;
}

/* Gönderim Onay Bilgisi */
.send-approval-info {
    display: flex;
    gap: 20px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.send-approval-info i {
    color: var(--theme-color);
    margin-right: 5px;
}

/* Gönderim Onay/Red Butonları */
.send-action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
}

.send-action-buttons .btn {
    padding: 10px 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.send-action-buttons .btn-success {
    background: #28a745;
    border-color: #28a745;
}

.send-action-buttons .btn-success:hover {
    background: #218838;
    border-color: #1e7e34;
}

.send-action-buttons .btn-danger {
    background: #dc3545;
    border-color: #dc3545;
}

.send-action-buttons .btn-danger:hover {
    background: #c82333;
    border-color: #bd2130;
}

/* Durum Stat Item */
.send-status-item .stat-value {
    font-size: 14px !important;
}

/* Departman Seçimi */
.department-select-wrapper {
    margin-bottom: 15px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.department-select-wrapper label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.department-radio-group {
    display: flex;
    gap: 15px;
}

.department-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.department-radio input[type="radio"] {
    margin-right: 8px;
}

.department-radio .radio-label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.2s;
}

.department-radio input[type="radio"]:checked + .radio-label {
    border-color: var(--theme-color);
    background: #f0f7ff;
    color: var(--theme-color);
}

.department-radio .radio-label i {
    font-size: 14px;
}

/* Yön Badge'leri */
.direction-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.direction-badge.direction-to-system {
    background: #e8f5e9;
    color: #2e7d32;
}

.direction-badge.direction-to-barcode {
    background: #e3f2fd;
    color: #1565c0;
}

.direction-badge i {
    font-size: 10px;
}

/* Bölüm Badge'leri */
.dept-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

.dept-badge.dept-barcode {
    background: #fff3e0;
    color: #e65100;
}

.dept-badge.dept-system {
    background: #e8f5e9;
    color: #2e7d32;
}

/* Gönderim Kabul Ekranı */
.accept-scan-wrapper {
    margin-bottom: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 10px;
    border: 2px dashed #4caf50;
}

.accept-scan-wrapper .barcode-scan-input {
    background: #fff;
}

.send-accept-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.send-accept-lists.three-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.send-accept-lists .count-list-column {
    min-height: 200px;
}

.send-accept-lists .barcode-scanned-list {
    max-height: 250px;
    overflow-y: auto;
}

.count-list-header-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    color: #155724 !important;
}

.count-list-header-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
    color: #721c24 !important;
}

@media (max-width: 992px) {
    .send-accept-lists.three-columns {
        grid-template-columns: 1fr;
    }
}

.send-user-info {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 13px;
}

.send-user-info i {
    color: var(--theme-color);
    margin-right: 5px;
}

@media (max-width: 768px) {
    .send-accept-lists {
        grid-template-columns: 1fr;
    }
}

/* Stok Listesi Stilleri */
.stock-list-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.stock-list-stats .stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.stock-list-stats .stat-card .stat-label {
    display: block;
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stock-list-stats .stat-card .stat-value {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.barcode-stock-list-table {
    max-height: 400px;
    overflow-y: auto;
}

.barcode-stock-list-table .system-table-wrapper {
    margin: 0;
}

@media (max-width: 768px) {
    .stock-list-stats {
        grid-template-columns: 1fr;
    }
}

/* Barkod Yenile Modal */
.barcode-reprint-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #dee2e6;
}

.barcode-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.barcode-info-grid .info-item {
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.barcode-info-grid .info-item label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.barcode-info-grid .info-item span {
    font-size: 16px;
    color: #212529;
    font-weight: 600;
}

.barcode-reprint-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.barcode-reprint-input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.barcode-reprint-search-btn {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.barcode-reprint-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.barcode-reprint-print-btn:disabled {
    background: #6c757d !important;
    cursor: not-allowed;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .barcode-info-grid {
        grid-template-columns: 1fr;
    }
}
