HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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;
}