@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* #618 add Noto_Kufi_Arabic_Regular font */

@font-face {
    font-family: "Noto_Kufi_Arabic_Regular";
    src: url("../fonts/Noto Kufi Arabic Regular.ttf");
}

.font{
    font-family: "Noto_Kufi_Arabic_Regular",system-ui;
}

table.print_table {
    border-collapse: collapse;
    text-align: right;
}
  
table.print_table td, th {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #999;
    padding: 0.4rem 0.6rem;
    text-align: right;
}

table.print_table th {
    background-color: #dadada;
}

.table_header{
    margin: 10px 0;
    padding: 5px 10px 5px 5px;
    font-family: "Noto_Kufi_Arabic_Regular",system-ui;
    background-color: var(--B10);
    background-image: linear-gradient(45deg, var(--B10), transparent);
    color: #fff;
}

.print_table_footer{
    font-weight: bold;
    color: var(--A20);
    border-top: 2px solid #333!important;
}

.print_btn{
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.print_back_btn{
    position: fixed;
    cursor: pointer;
    width: 56px;
    top: 40px;
    right: 10px;
}

.land-scape{
    height: 595px!important;
    width: 842px!important;
    border: 1px solid #666;
}

.new_print_button{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    margin: 10px;
}

.new_print_button a,
.new_print_button button{
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
    border: 0;
}

.new_print_button a{
    font-family: system-ui;
    font-size: 90%;
}


@media print {

    .dont_print_me{display: none;}
    .new_print_button{display:none;}
    
}

@page{
    size: auto;
}