﻿@import url('reset.css');
@import url('fonts.css');

* {
    font-family: IranSans;
    font-size: 10pt;
}

body {
    font-family: IranSans;
    font-size: 10pt;
    direction: rtl;
    margin: 0 auto;
    -webkit-print-color-adjust: exact;
    border: none !important;
}

.page {
    padding: 0.5cm;
    page-break-after: always;
    margin: 0 auto;
    max-width: 29.7cm;
}

.header-table {
    table-layout: fixed;
    border-spacing: 0;
    border: 1px solid #CCC;
    border-collapse: collapse;
    box-sizing: content-box;
}

table, th, td {
    border: 1px solid #CCC;
}

.noborder {
    border: 1px solid #fff;
}

.borderbtm {
    border-bottom: 1px solid #CCC;
}

.bordertop {
    border-top: 1px solid #CCC !important;
}

h1 {
    display: block;
    font-size: 14pt !important;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #000 !important;
    font-family: BYekan !important;
    padding: 0 !important;
}

.key {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.gray {
    background: #eee;
}

td {
    padding: 2px 5px;
    vertical-align: middle !important;
}

.drow {
    padding: 10px 5px;
}

@page {
    size: A4 portrait;
    margin: 0;
    margin-bottom: 0.5cm;
    margin-top: 0.5cm;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.PrintLogo
{
    text-align:center;
    margin-bottom:15px;
}
.PrintLogo a{
    margin:0 auto;
}
.PrintLogo img {
    height: 100px;
}
.centered
{
    text-align:center;
}
.Writer img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.Printable i {
    font-family: 'Font Awesome 6 Pro';
}
.NewsTools span
{
    justify-content:center;
    margin-left:10px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.pl-1, .px-1 {
    padding-left: .25rem !important;
}
img {
    vertical-align: middle;
    border-style: none;
}