@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap");
html, body, p, div, small, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-authentication {
  background-color: #f2f4f4;
}

.bg-authentication #icon-arrow {
  position: absolute;
  top: 11px;
  right: 15px;
}

.bg-authentication .brand-text {
  color: #5a8dee;
  font-weight: 600;
  letter-spacing: 0.01rem;
}

.brand-logo img {
  height: auto;
  max-width: 100%;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
  width: 204px;
  height: unset;
  max-width: 250px;
}

.repeater-delete {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-weight: 900;
}

.nav-item.active button {
  background: #ffebd1;
  color: var(--gray);
  border-radius: 0.267rem;
  border: 1px solid #fdac41;
}

.nav-item button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8494a7;
  padding: 10px 12px;
  border: none;
  background: none;
  padding: 10px 12px;
  outline: none;
  appearance: none;
  text-align: left;
  font-size: unset;
  width: 100%;
}

.nav-item button i {
  width: 1.6rem !important;
  margin-right: 1rem;
  float: left;
  font-size: 1.4rem;
}

/*************************************************************/
.quote-section .main_footer {
  font-weight: 500;
}

.quote-section .main_footer ul {
  list-style: none;
}

.quote-section .main_footer ul li ul li:before {
  content: "*";
  background: unset;
  left: -10px;
  font-weight: 500;
  top: 3px;
}

.quote-section .main_footer ul li:before {
  content: " ";
  background-color: #e8af54;
  position: absolute;
  top: 5px;
  left: -12px;
  width: 8px;
  border-radius: 2px;
  height: 8px;
  transform: rotate(45deg);
}

.quote-section .main_footer ul li {
  position: relative;
}

.quote-section .bsbacc > div {
  display: flex;
  justify-content: space-evenly;
}

.quote-section .bsbacc p {
  margin: 0;
  font-weight: 500;
}

.quote-section .bsbacc {
  background: #e8af54;
  margin: 15px 0;
  padding: 10px 0;
  font-weight: 900;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(202, 142, 50) 0%, rgb(241, 194, 120) 50%, rgb(202, 142, 50) 100%);
}

.quote-section .under_table p {
  font-weight: 500;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 10px 5px;
  position: relative;
  background: #fdfdfd;
  border-radius: 2px;
}

.quote-section .under_table:before {
  content: "";
  background: linear-gradient(0deg, rgb(189, 133, 42) 0%, rgb(237, 190, 117) 50%, rgb(189, 133, 42) 100%);
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  /* z-index: -1; */
  border-radius: 5px;
}

.quote-section .under_table {
  border: 5px;
  border-radius: 5px;
  padding: 0;
  /* margin-top: 25px; */
  position: relative;
  border-radius: 8px;
}

.quote-section .table {
  color: black;
}

.quote-section .table p {
  margin-bottom: 0;
}

.quote-section .table th {
  padding: 1rem 1.2rem;
}

.quote-section .table tbody th {
  padding: 0.75rem 1rem;
  font-weight: 400;
}

.quote-section .table thead th {
  letter-spacing: unset;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}

.quote-section .mai_section thead {
  background-color: #e8af54;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(202, 142, 50) 0%, rgb(241, 194, 120) 50%, rgb(202, 142, 50) 100%);
}

.quote-section .mai_section {
  margin: 20px 0;
}

.quote-section .top_q_p i, .quote-section .top_q_p small {
  font-size: 20px;
  padding: 3px 0;
}

.quote-section .top_q_p {
  margin-bottom: 5px;
  text-transform: lowercase;
  color: #444242;
}

.quote-section p.phone_top,
.quote-section p.main_top,
.quote-section p.address_top {
  margin-bottom: 5px !important;
  word-break: break-all;
}

.quote-section .second_top h3 {
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.quote-section .second_top:before {
  content: "";
  background: linear-gradient(90deg, rgb(202, 142, 50) 0%, rgb(241, 194, 120) 50%, rgb(202, 142, 50) 100%);
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 5px);
  z-index: -1;
  border-radius: 8px;
}

.quote-section .second_top > div.row {
  background: white;
  margin: 0;
  border-radius: 5px;
}

.quote-section .second_top {
  border-radius: 5px;
  margin-top: 25px;
  position: relative;
  z-index: 999;
}

.quote-section small.abn {
  border-top: 1px solid;
  font-weight: 900;
  border-bottom: 1px solid;
}

.quote-section i {
  vertical-align: middle;
}

.quote-section .header_n_D h1 {
  letter-spacing: 8px;
  font-weight: 900;
}

.quote-section .header_n_D p {
  border-radius: 25px;
  padding: 6px 12px;
  font-size: 12px;
  text-align: left;
  background: white;
  position: relative;
  margin: 9px 0;
}

.quote-section .header_n_D > div:before {
  content: "";
  background: linear-gradient(0deg, #c09b5c 0%, #f6df91 50%, #c09b5c 100%);
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 25px;
}

.quote-section .header_n_D > div {
  position: relative;
}

.quote-section .header_n_D {
  width: fit-content;
  margin: auto;
}

.quote-section h1, .quote-section h2, .quote-section h3,
.quote-section h4, .quote-section h5, .quote-section h6 {
  color: black;
  letter-spacing: 0.1rem;
}

.quote-section .container_g {
  overflow: hidden;
}

.quote-section #grey {
  width: 100%;
  position: relative;
  border-top: 30px solid;
}

.quote-section #grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 160px solid #020304;
  border-right: 55px solid #fdfdfd;
  width: 306px;
}

.quote-section .container_gold {
  overflow: hidden;
}

.quote-section #golden {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0;
}

.quote-section .custom-logo-link {
  position: relative;
}

.quote-section #golden:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 180px solid #e8af54;
  border-right: 55px solid rgba(0, 0, 0, 0);
  width: 25%;
}

.quote-section .logo_part {
  font-weight: 700;
  /* position: static; */
}

.quote-section .foot_curve h3, .quote-section .foot_curve p {
  position: relative;
  font-weight: 600;
}

.quote-section .foot_curve .image-footer {
  position: absolute;
  bottom: 0;
  height: 129px;
  right: 0;
}

.quote-section .image-header {
  max-width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}

.quote-section .foot_curve {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-section .foot_curve #grey_f {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.quote-section .foot_curve #grey_f:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 115px solid #020304;
  border-left: 60px solid rgba(255, 255, 255, 0);
  width: 111%;
}

.quote-section .invoice_footer .main h4 {
  width: fit-content;
  margin: -16px auto 0;
  background: #fdfdfd;
  padding: 0 5px;
  font-weight: 900;
}

.quote-section .col-eft {
  border: 3px solid rgb(240, 193, 118);
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 25px;
  min-height: 70px;
  border-left: unset;
}

.quote-section .col-in-f {
  font-weight: 900;
  display: flex;
  min-height: 100px;
  align-items: center;
  text-align: left;
}

.quote-section .col-cash img {
  max-width: 100%;
}

.quote-section .col-cash {
  border: 3px solid rgb(240, 193, 118);
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 25px;
  min-height: 70px;
  padding: 0 5px;
}

.quote-section .img_div_f img {
  max-width: 100%;
  width: 120px;
}

.quote-section .img_div_f {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quote-section .invoice_footer .main .row .col-4 {
  border-top: 3px solid rgb(240, 193, 118);
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-weight: 500;
  padding: 0 0 0 5px;
  font-size: 13px;
  vertical-align: middle;
}

.quote-section .invoice_footer .main {
  border: 3px solid rgb(240, 193, 118);
  border-radius: 10px;
  text-align: center;
  max-width: 530px;
  margin: 20px auto;
  min-height: 150px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.quote-section .foot_curve #golden_f {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.quote-section .foot_curve #golden_f:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 125px solid #e8af54;
  border-left: 55px solid rgba(0, 0, 0, 0);
  width: 98%;
}

.quote-section {
  color: black;
  background-color: #ffffff;
  position: relative;
  width: 1190px;
}

@media only screen and (min-width: 992px) {
  .bg-authentication .disable-rounded-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE Specific CSS */
  .bg-authentication {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html body.navbar-sticky .app-content .content-wrapper {
    padding: 1.8rem 0 0;
    /*margin-top: 0;*/
  }
  .header-navbar.fixed-top {
    left: 0 !important;
  }
  .app-content.content {
    padding-bottom: 35px;
  }
  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    left: unset !important;
  }
  .single-quote .content.app-content {
    overflow: unset !important;
  }
}
.invoice-list-wrapper .dataTables_wrapper .top {
  border: 1px solid #dfe3e7;
  background-color: #ffffff;
  border-top-right-radius: 0.267rem;
  border-top-left-radius: 0.267rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter {
  padding: 0 15px;
  text-align: left;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label {
  /* width: 100%; */
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input {
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input::-webkit-input-placeholder {
  color: #828d99;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input::-moz-placeholder {
  color: #828d99;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input:-ms-input-placeholder {
  color: #828d99;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input::-ms-input-placeholder {
  color: #828d99;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label input::placeholder {
  color: #828d99;
  font-size: 1rem;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-btns button {
  padding: 0.367rem 1.5rem;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table {
  background-color: #ffffff;
  border: 1px solid #dfe3e7;
  /* border-top: none; */
  border-bottom-right-radius: 0.267rem;
  border-bottom-left-radius: 0.267rem;
  border-collapse: separate !important;
  border-spacing: 0;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th {
  font-weight: normal;
  font-size: 0.99rem;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th:before,
.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th:after {
  top: 4px;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th:last-child::after,
.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th:last-child::before {
  display: none;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tr:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tr th:nth-child(2),
.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tr td:nth-child(2) {
  padding-right: 10px;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tr .invoice-action a {
  color: #b3c0ce;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tr td {
  white-space: nowrap;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell {
  width: 1px !important;
  padding: 1px 19px 3px 20px;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell::after,
.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell::before {
  display: none;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell input {
  width: 0;
  position: relative;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell input::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #dfe3e7;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell input::after {
  content: " ";
  height: 20px;
  width: 20px;
  border: 1px solid #dfe3e7;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 0;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell input:checked::after {
  border-top-style: none;
  border-right-style: none;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.4rem;
  width: 0.8rem;
  border-color: #5a8dee;
  border-radius: 0;
  border-width: 2px;
  top: 6px;
  right: 4px;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table .dt-checkboxes-cell input:checked::before {
  box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tbody .selected-row-bg {
  background-color: #e7edf3;
}

.invoice-list-wrapper .dataTables_wrapper .invoice-data-table tbody .bullet-sm {
  margin-left: 0.2rem;
}

.invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > td.control:before,
.invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > th.control:before {
  line-height: 17px;
}

.s_holder {
  display: none;
}

.sending {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: white;
  border-radius: 10px;
  margin: 10px 0;
  padding: 5px 0;
  box-shadow: 0 0 10px 0 #fdac41;
}

.sending.send i {
  color: #39da8a !important;
}

.sending.send {
  box-shadow: 0 0 10px 0 #39da8a !important;
}

.sending.error i {
  color: #ff5b5c !important;
}

.sending.error {
  box-shadow: 0 0 10px 0 #ff5b5c !important;
}

.quote-section .table-responsive {
  /*background-image: url("../img/water_mark.png");*/
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}

.quote-section .table-responsive {
  /*min-height: 120vh;*/
}

.brand-logo img.custom-logo {
  margin-top: unset;
  margin-left: unset;
  max-width: 100%;
}

img.custom-logo {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  margin-top: -55px;
  margin-left: -30px;
}

#mi {
  display: none;
}

.header-navbar .navbar-wrapper {
  width: auto;
  flex-grow: 1;
}

div#timedate {
  position: relative;
  padding-left: 10px;
}

div#timedate:before {
  content: " ";
  background: #5a8dee;
  width: 4px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  border-radius: 0 5px 5px 0;
}

.card-body {
  padding: 0.7rem;
}

.q-item-input {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.q-item-input.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.invoice-list-wrapper .dataTables_wrapper .top .action-filters .dataTables_filter label,
.invoice-list-wrapper .dataTables_wrapper .invoice-data-table thead th {
  text-transform: capitalize;
}

.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  html body.navbar-sticky .app-content .content-wrapper {
    padding: 1.8rem 0 0;
  }
}
.mh-90 {
  min-height: 90px;
}

.top-factor:before {
  content: " ";
  background-color: #ffffff;
  height: 100%;
  width: 125px;
  position: absolute;
  top: 0;
  left: -64px;
  transform: skewX(30deg);
  z-index: 9;
}

.gray_part,
.bg_dar,
.top-factor {
  background-color: #43577e;
}

.yellow_part {
  background-color: #f47521;
}

.top-factor h1:before {
  position: absolute;
  content: " ";
  background-color: #f47521;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 99%;
}

.asdfcc {
  position: absolute;
  left: 122px;
  bottom: 5px;
  font-size: 0.875rem;
}

.text-muted {
  color: #444242 !important;
}

table.table.mb-2.table-striped thead {
  background: #94969d;
  color: white !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.bx::before {
  position: relative;
}

tfoot {
  background: #eaeaea;
}

.comments {
  background: #ffebd1;
  color: black;
  padding: 5px 10px;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #ced2d6;
}

tfoot td {
  padding: 10px 10px !important;
  border: unset !important;
  border-top: 1px solid #d1d1d1 !important;
}

.ssssd {
  vertical-align: unset;
  border-right: 1px solid #c9c9c9 !important;
}

.gray_part {
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
}

.bottom-section {
  padding-bottom: 25px;
}

.gray_part {
  padding: 16px 15px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}

.bottom-section {
  padding-bottom: 25px;
}

.gray_part:before {
  position: absolute;
  content: " ";
  background-color: #fdfdfd;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  transform: skewX(-25deg) translateX(30px);
}

.yellow_part {
  padding: 15px;
}

.yellow_part:before {
  position: absolute;
  content: " ";
  background-color: #fdfdfd;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  transform: skewX(-25deg) translateX(-8px);
}

.bottom-bar {
  bottom: 0;
  z-index: 99;
  left: 0;
  padding: 5px !important;
}

.bottom-bar .bx {
  font-size: 24px !important;
  margin-bottom: 5px;
}

.invoice-item-repeater > div:not(:first-child) {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
}

.form-select {
  display: inline-block;
  width: auto;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: var(--warning);
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

select#users_list {
  margin-bottom: 15px;
}

.bg-main .table_bordered td, .bg-main .table_bordered th {
  border: 1px solid #091a36 !important;
  border-radius: 8px;
  background: white;
}
.bg-main .table_bordered thead th {
  color: #fff !important;
  font-weight: 400 !important;
}
.bg-main .right-col {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.ssdsx {
  max-width: 110px;
}

.dddddddas {
  border-radius: 10px 0 0 10px;
  height: 39px;
  font-size: 16px;
  padding: 10px;
  background-color: #091a36;
}

.mt_1 {
  font-size: 1.75rem !important;
  font-weight: 600;
  color: #091a36;
}

.new-xxsd {
  font-size: 50% !important;
}
.new-xxsd h5 {
  font-size: 90% !important;
}
.new-xxsd .mt_1 {
  font-size: 1rem !important;
}

.quote-section .top_q_p svg {
  height: 20px;
}

.xxsd2 {
  border-radius: 0 10px 10px 0;
  border: 1px solid #091a36;
  padding: 10px;
  color: #091a36;
}

.new-xxsd2 {
  padding: 3px !important;
  font-size: 80% !important;
}

.new-class {
  font-size: 50% !important;
  line-height: 1;
}
.new-class img {
  width: 60px;
}
.new-class img, .new-class svg {
  vertical-align: top;
}
.new-class svg {
  height: 20px;
}
.new-class .d-flex.justify-content-between {
  align-items: center;
  margin-top: 0;
}

.pdf-scaled {
  font-size: 100% !important; /* or 0.8, 0.7, etc. – adjust to taste */
  line-height: 1.2 !important;
}

.pdf-scaled table,
.pdf-scaled th,
.pdf-scaled td {
  font-size: 100% !important; /* slightly larger than body text */
  padding: 4px 6px !important; /* reduce cell padding */
}

.pdf-scaled * {
  margin: 0.5em 0 !important; /* optional: reduce paragraph margins */
}

/*# sourceMappingURL=style.css.map */
