﻿@font-face {
    font-family: 'Phetsarath2020';
    src: url('../assets/fonts/Phetsarath2020') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Noto Serif Lao', serif;
}
h1 {
    font-size:2rem;
}

   
    .print-header-repeat {
        /*display: none;*/
    }
.show-on-print{
    display:none;
}

@media print {
    body, table, div, span {
        font-family: 'Phetsarath2020', sans-serif !important;
    }

    .no-print {
        display: none;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    .paper {
        /* width: 275mm;*/
        width: 100%;
    }

    .show-on-print {
        display: block;
    }

    table {
        font-size: 10px;
        /*table-layout: fixed;*/
        border-collapse: collapse;
        /*width: 275mm !important;*/
        width: 100% !important;
    }

    /*th,td {
        padding: 1px 2px !important;
    }*/
    .table-sm th,
    .table-sm td {
        padding: 1px 2px !important;
    }

    .headerTB {
        display: none !important;
        visibility: hidden !important;
    }

    h1, h5 {
        text-align: center;
        font-size: 1rem;
    }

    h4 {
        text-align: center;
        font-size: 0.5rem;
    }

    label {
        font-size: 10px;
    }

    .header-logo {
        width: 30%; /*
        margin-left: 180px;*/
        display: block !important;
    }

    .vertical-text {
        transform: rotate(270deg);
        white-space: nowrap;
        vertical-align: middle;
    }

    .table-responsive {
        overflow: visible !important;
    }

    .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;
    }

    
  /*  #ServiceChargeReport_TB thead {
        display: table-header-group !important;
    }

   
    #ServiceChargeReport_TB {
        width: 100% !important;
        table-layout: fixed;
        margin-top: 0px;
    }

    .print-header-repeat {
        display: block;
        position: fixed;
        top: 0; 
        left: 0;
        right: 0;
        z-index: 1000;
        margin-top: 0px; 
        width: 100.1%;
        height: auto;
    }

        .print-header-repeat table {
            width: 100% !important;
            table-layout: fixed;
            font-size: 8px !important; 
        }*/
}


.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
}

    .checkmark:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 5px;
        border-left: 2px solid black;
        border-bottom: 2px solid black;
        transform: rotate(-45deg);
        left: 6px;
        top: 8px;
    }

.btn-custom {
    padding: 0.5rem;
    font-weight: 600;
    background-color: #ccc !important;
    border: none;
    color: white;
    border-radius: 2px;
}

    .btn-custom.active  {
        padding: 0.5rem;
        font-weight: 600;
        background-color: #24695c !important;
        border: none;
        color: white;
        border-radius: 2px
    }
    .btn-custom:hover, .btn-custom:focus {
        background-color: #24695c !important;
        border:none;
    }


