body {
    background-color: #fff !important;
}

.text-blue {
    color: #184162;
}

.text-red {
    color: #de1f26;
}

.bg-blue {
    background-color: #184162;
}

.bg-red {
    background-color: #de1f26;
}

@media print {
    body {
        font-family: Arial, sans-serif;
        background: white;
        color: black;
        margin: 2cm;
    }

    .no-print {
        display: none !important;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    th,
    td {
        border: 1px solid black;
        padding: 6px;
        text-align: center;
    }

    .header-table td {
        border: none;
        text-align: left;
    }

    .header-table td.right {
        text-align: right;
    }

    .no-border {
        border: none !important;
    }

    .section-title {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .signature {
        margin-top: 60px;
        text-align: center;
    }

    .signature-line {
        margin-top: 50px;
        border-top: 1px solid black;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .dt-length, .dt-search {
        display: none !important;
    }
}