﻿.title-print {
    display:none;
}

#tbCurrency td {
    padding: 8px !important;
}

table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}

th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

th:last-child {
    border-radius: 0 10px 0 0;
}
@media print {
    body, table, div, span {
        font-family: 'Phetsarath2020', sans-serif !important;
    }

    .no-print {
        display: none;
    }

    .paper {
        width: 275mm;
    }

    table {
        font-size: 9px;
        color: black !important;
    }

    #tbCurrency thead th,
    #tbCurrency tbody td {
        color: black !important;
        border: 1px solid gray !important;
        background-color: transparent !important;
        padding: 3px 4px !important;
    }

    /*.table-sm th,
    .table-sm td {
        padding: 2px 3px !important;
    }*/

    h1 {
        text-align: center;
        font-size: 1rem;
    }

    h4 {
        text-align: center;
        font-size: 0.5rem;
    }

    label {
        font-size: 10px;
    }

    .header-logo {
        width: 40%;
        margin-left: 0px;
    }

    .vertical-text {
        transform: rotate(270deg);
        white-space: nowrap;
        vertical-align: middle;
    }


    .sorting {
        display: none !important;
    }

    th.sorting::before,
    th.sorting_asc::before,
    th.sorting_desc::before {
        display: none !important;
    }

    th.sorting::after,
    th.sorting_asc::after,
    th.sorting_desc::after {
        display: none !important;
    }
    .title-print {
        display:block;
    }
}
