:root {
  --bs-font-sans-serif: arial, sans-serif;
}

@page {
  size: letter portrait;
  margin: 0.1in;
}

.header-container {
  background-color: #fff;
}

.header-container img {
  filter: grayscale(1);
}

.header-container {
  color: var(--bs-dark);
}

.header-logo {
  width: 175px;
}

.mb-3 {
  margin-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.5rem;
}

.form-check-inline {
  margin-right: 0.5rem;
}

hr {
  margin: 0.5rem 0;
}

body {
  font-size: 11.5px !important;
}

.h1,
.fs-1 {
  font-size: 30px !important;
}

.h2,
.fs-2 {
  font-size: 24px !important;
}

.h3,
.fs-3 {
  font-size: 21px !important;
}

.h4,
.fs-4 {
  font-size: 18px !important;
}

.h5,
.fs-5 {
  font-size: 15px !important;
}

.h6,
.fs-6 {
  font-size: 11.5px !important;
}

.container {
  max-width: 100%;
}

.form-page {
  display: block !important;
  position: relative;
}

.page-break {
  page-break-before: always;
  position: relative;
}

.form-control,
.form-select,
.input-group-text {
  font-size: 12px;
  border-width: 0 0 1px;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: 0;
}

.form-label {
  margin-bottom: 0;
}

.form-check {
  min-height: 0;
  margin-bottom: 0;
}

.mb-print-0 {
  margin-bottom: 0 !important;
}
