@media print {
    @page {
        margin: 11.86em 2.37em 2.37em 7.11em;
        overflow: visible;
    }
    .container {
        max-width: 100%
    }
    .no-print, .no-print * {
        display: none !important;
    }
    .row{
        display: flex;
        justify-content: space-between
    }
    table {
        table-layout: auto;
        width: 100%;
        border-collapse: collapse;
        padding: unset;
    }
    tr {
        padding: unset;
    }
    p {
        line-height: 1;
    }
    .table thead tr {
        background-color: white !important;
        color: black !important;
        border: 0.3px solid !important;
        --bs-text-opacity: unset !important;
    }
    table, tr, td, th {
        font-size: 10px;
        border: 0.3px solid !important;
    }
    .table th, .table td{
        padding: unset !important;
        margin: unset;
    }
    td,li, p {
        line-height: normal;
        font-size: 10px;
        margin:0.5rem;
    }
    .col {
        flex: 1 0 0%;
    }
    .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .fs-8 p{
        font-size: 8px !important;
    }
    .fs-10{
        line-height: 10%;
    }
    .fs-10 p{
        font-size: 10px !important;
    }
    .fs-12 p{
        font-size: 12px !important;
    }
    .fs-14 p{
        font-size: 14px !important;
    }
    .btn {
        border: none !important;
        box-shadow: unset !important;
        border-color: none !important;
    }

    .btn-warning {
        background-color: white !important;
    }

}
