@page { margin: 0; }
#security-badge {
    display: none;
}

@media print {
    #security-badge {
        display: block;
    }
    body {
        margin: 0;
        font-family: Arial;
    }
    .ib {
        display: inline-block;
    }

    .fl {
        float: left;
    }

    .vt {
        vertical-align: top;
    }

    .vm {
        vertical-align: middle;
    }

    .tc {
        text-align: center;
    }

    .w50 {
        width: 50%;
    }

    .header > div {
        padding: 10px;
        font-size: 12px;
        border: 1px solid black;
        width: 45%;
    }

    .header > div:nth-child(2) {
        background: transparent;
        padding: 0;
        width: auto;
    }

    .header > div:nth-child(2) img {
        height: 30px;
    }

    .secondp {
        font-size: 10px;
        padding: 2px;
    }

    .secondp table {
        margin-left: 20px;
        font-size: 10px !important;
    }

    .fr {
        float: right;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .mr-20 {
        margin-right: 20px;
    }

    .-mt-20 {
        margin-top: -20px;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .ml-20 {
        margin-left: 20px;
    }

    .bg-blue {
        background: #24008b;
        color: white;
    }

    .text-blue {
        color: #24008b;
    }

    .agency {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .expire {
        float: right;
        color: #df3b00;
        text-align: left;
        margin-top: 40px;
    }

    .expire-text {
        font-size: 10px;
    }

    .printb {
        page-break-after: always;
    }
    .no-break {
        break-inside: avoid;
    }
    .caps {
        text-transform: uppercase;
    }
    .bold {
        font-weight: bold;
    }
    .title {
        font-size: 14px;
    }
    .right-image {
        font-size: 10px;
        font-weight: bold;
        text-align: center;
    }

    .static-text {
        line-height: 1.5;
        margin: 0;
    }

    .last-text {
        font-size: 12px;
    }

    .header2 {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-size: 12px;
    }

    .header2 > div:not(:nth-child(2)) {
        flex: 1;
        padding: 5px;
    }

    .header2 img {
        height: 20px;
    }
}
