File: /var/www/html/sarvodayahospital/public/kioskonline.sarvodayahospital.com/public/css/print.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*{
box-sizing: border-box;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000;
line-height: 22px;
margin: 0;
}
a{
color: #000;
text-decoration: none;
}
p{
margin-bottom: 0px;
margin-top: 0;
}
.main-content {
max-width: 380px;
margin: auto;
}
.invoice-content {
background: #f7f7f7;
padding: 30px;
}
.text-center {
text-align: center;
}
.font-bold{
font-weight: 500;
}
.logo{
margin-bottom: 10px;
}
.text-uppercase{
text-transform: uppercase;
}
.taxable-invoice-bill {
border-top: 1px solid #000;
margin-top: 5px;
border-bottom: 1px solid #000;
margin-bottom: 4px;
padding: 5px 0;
}
.text-start{
text-align: left;
}
.text-end{
text-align: right;
}
table {
margin: 10px 0;
width: 100%;
}
td, th{
text-align: center;
}
td:first-child, th:first-child{
text-align: left;
}
td:last-child, th:last-child{
text-align: right;
}
.text-light{
font-weight: 300;
}
.prepared-by {
border-top: 1px dashed #000;
border-bottom: 1px dashed #000;
margin: 5px 0;
padding: 5px 0;
}
.token-box {
border: 1px solid #000;
margin: 10px 0 0;
padding: 2px 5px;
}
.token-amount {
border: 1px solid #0000009c;
border-top: none;
padding: 2px 5px;
}
thead th {
border-top: 1px dashed #000;
border-bottom: 1px dashed #000;
padding: 5px 0;
}
.bill-services-header table {
border-bottom: 1px solid #000;
}
.text-normal{
font-weight: 400;
}