File: /mnt/data/dreamsrent-wp/wp-content/themes/dreamsrent/assets/css/pdf-style.css
.invoice-item-bills {
position: relative;
background: #201F1D;
border-radius: 10px;
margin: 0 0 30px;
padding: 30px;
}
.invoice-bill-info p {
font-size: 14px;
font-weight: 400;
color: #ffffff;
}
.modal-body {
padding: 50px;
}
.invoice-info-text {
text-align: right;
}
.invoice-bill-info h6 {
font-size: 18px;
font-weight: 500;
color: #ffffff;
margin: 0 0 15px;
}
.invoice-details .invoice-table-wrap {
margin: 0 0 30px;
}
.invoice-details .payment-details-info {
margin: 0 0 30px;
}
.table {
color: #2F2F2F;
max-width: 100%;
margin-bottom: 0;
width: 100%;
}
.dashboard-table .table thead {
background-color: transparent;
border-bottom: 0;
}
.invoice-table thead th {
font-size: 15px;
font-weight: 600;
color: #201F1D;
background: #F4F4F4;
padding: 15px;
}
.invoice-table tbody td {
font-size: 14px;
font-weight: 400;
color: #2F2F2F;
padding: 15px;
}
.invoice-table tbody td h6 {
font-size: 14px;
font-weight: 500;
color: #111;
margin-bottom: 0;
}
.invoice-terms h6 {
font-weight: 500;
font-size: 18px;
color: #2F2F2F;
margin-bottom: 18px;
}
.invoice-terms .invocie-note {
border: 2px dashed #787878;
border-radius: 4px;
max-width: 266px;
padding: 20px;
}
.invoice-total {
background: #F1F1F1;
border: 2px dashed #FCFCFC;
margin: 0 0 30px;
padding: 10px;
text-align: right;
}
.invoice-total h4 {
font-weight: 500;
font-size: 20px;
color: #201F1D;
}
.invoice-total h4 span {
padding-left: 88px;
}