.truy-xuat-trigger-btn-e0abfab9 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99998;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.4);
    transition: all 0.3s ease;
    font-family: inherit;
}
.truy-xuat-trigger-btn-e0abfab9:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(46, 125, 50, 0.5);
}

.truy-xuat-overlay-e0abfab9 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}
.truy-xuat-overlay-e0abfab9.active {
    display: flex;
}

.truy-xuat-popup-e0abfab9 {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: truyXuatSlideUp_e0abfab9 0.3s ease;
}
@keyframes truyXuatSlideUp_e0abfab9 {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.truy-xuat-close-e0abfab9 {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s;
}
.truy-xuat-close-e0abfab9:hover {
    color: #333;
}

.truy-xuat-header-e0abfab9 {
    text-align: center;
    margin-bottom: 24px;
}
.truy-xuat-header-e0abfab9 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2e7d32;
    margin: 0 0 8px;
}
.truy-xuat-header-e0abfab9 p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.truy-xuat-tabs-e0abfab9 {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    background: #f1f5f1;
    border-radius: 10px;
    padding: 4px;
}
.truy-xuat-tab-e0abfab9 {
    flex: 1;
    padding: 10px 16px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    font-family: inherit;
}
.truy-xuat-tab-e0abfab9.active {
    background: #fff;
    color: #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.truy-xuat-tab-content-e0abfab9 {
    display: none;
}
.truy-xuat-tab-content-e0abfab9.active {
    display: block;
}

.truy-xuat-input-group-e0abfab9 {
    display: flex;
    gap: 8px;
}
.truy-xuat-input-e0abfab9 {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}
.truy-xuat-input-e0abfab9:focus {
    border-color: #2e7d32;
}
.truy-xuat-search-btn-e0abfab9 {
    padding: 12px 20px;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
    font-family: inherit;
}
.truy-xuat-search-btn-e0abfab9:hover {
    opacity: 0.9;
}

.truy-xuat-qr-reader-e0abfab9 {
    width: 100%;
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}
.truy-xuat-camera-hint-e0abfab9 {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}

.truy-xuat-loading-e0abfab9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    color: #666;
    font-size: 14px;
}
.truy-xuat-spinner-e0abfab9 {
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-top-color: #2e7d32;
    border-radius: 50%;
    animation: truyXuatSpin_e0abfab9 0.8s linear infinite;
}
@keyframes truyXuatSpin_e0abfab9 {
    to { transform: rotate(360deg); }
}

.truy-xuat-result-e0abfab9 {
    margin-top: 20px;
    padding: 20px;
    border-radius: 12px;
    background: #f9fdf9;
    border: 1px solid #c8e6c9;
}
.truy-xuat-result-e0abfab9.error {
    background: #fef5f5;
    border-color: #ffcdd2;
}
.truy-xuat-result-title-e0abfab9 {
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.truy-xuat-result-title-e0abfab9.error {
    color: #c62828;
}
.truy-xuat-result-row-e0abfab9 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8f5e9;
    font-size: 14px;
}
.truy-xuat-result-row-e0abfab9:last-child {
    border-bottom: none;
}
.truy-xuat-result-label-e0abfab9 {
    color: #666;
    font-weight: 500;
}
.truy-xuat-result-value-e0abfab9 {
    color: #333;
    font-weight: 600;
    text-align: right;
}
.truy-xuat-status-badge-e0abfab9 {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.truy-xuat-error-msg-e0abfab9 {
    text-align: center;
    color: #c62828;
    font-size: 14px;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .truy-xuat-popup-e0abfab9 {
        padding: 20px;
        margin: 10px;
    }
    .truy-xuat-input-group-e0abfab9 {
        flex-direction: column;
    }
    .truy-xuat-trigger-btn-e0abfab9 {
        bottom: 16px;
        right: 16px;
        padding: 12px 18px;
        font-size: 13px;
    }
}
