﻿.filetype.badge-primary {
    background-color: #ffc800 !important;
    color: #fff !important;
}

@media print {
    header, footer {
        display: none !important;
    }

    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    a {
        text-decoration: none !important;
    } 

    .badge {
        color: #fff !important; /* สีข้อความ */
        background-color: #007bff !important; /* สีพื้นหลัง */
        -webkit-print-color-adjust: exact; /* Safari/Chrome */
        print-color-adjust: exact; /* Firefox/Edge */
        border: unset !important;
    }
} 
