html,
body {
  font-size: 14px;
}

.regular-font {
  font-weight: normal !important;
}

.button-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 1rem;
}

.pageBreakBefore {
  page-break-before: always;
}

.container {
  margin: 0 auto;
  border: 1px solid #cecece;
  padding: 1rem;
  box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 0.38);
  margin-bottom: 3rem;
  margin-top: 75px;
}

.spinner-border {
  height: 16px;
  width: 16px;
}

.btn-sm {
  padding: 0.5rem;
}

.btn-spinner {
  height: 15px;
  width: 15px;
}
.highlight {
  background-color: yellow;
  font-weight: bold;
}
.print-btn {
  color: #fff;
  background-color: #466b84;
  border-radius: 3px;
  width: 187px;
  border: 1px solid #466b84;
  font-weight: 550;
}
.print-btn:hover {
  color: #fff;
  background-color: #37556a;
  border-color: #37556a;
}
.disabled-btn {
  color: #fff;
  background-color: #8199a8;
  border-color: #8199a8;
}
.wide-container {
  max-width: 1600px;
}
.accept-btn {
  background-color: #fff;
  color: #0c9200;
  border-radius: 3px;
  width: 187px;
  border: 1px solid #0c9200;
  font-weight: 550;
  height: 20px;
  width: 75px;
  font-size: 0.75rem;
}
.accept-btn:hover {
  color: #fff;
  background-color: #0a7600;
  border-color: #0a7600;
}
.accepted-btn {
  background-color: #0c9200;
  color: #fff;
}
.reject-btn {
  background-color: #fff;
  color: #920000;
  border-radius: 3px;
  width: 187px;
  border: 1px solid #920000;
  font-weight: 550;
  height: 20px;
  width: 75px;
  font-size: 0.75rem;
}
.rejected-btn {
  color: #fff;
  background-color: #920000;
  border-color: #920000;
}
.reject-btn:hover {
  color: #fff;
  background-color: #760000;
  border-color: #760000;
}
.toggle-btn {
  color: #466b84;
  background-color: #fff;
  border-radius: 3px;
  width: 100px;
  border: 1px solid #466b84;
  font-weight: 550;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bold {
  font-weight: bold !important;
}
body {
  font-family: arial, sans-serif;
}
a {
  color: grey;
  text-decoration: none;
}
span {
  page-break-inside: avoid;
  page-break-before: auto;
}
footer {
  padding: 15px;
  line-height: 1rem;
}
footer p {
  margin-bottom: 0.5rem;
}

footer p:last-child {
  margin-bottom: 1rem;
}
table:not(.exempt-table) {
  page-break-inside: auto;
  border-collapse: collapse;
  /* width: 1000px; */
  font-size: 0.75rem;
}

table:not(.exempt-table) th,
table:not(.exempt-table) td {
  text-align: left;
  padding: 2px;
}
table:not(.exempt-table) th {
  background-color: #ffffff;
  border-collapse: collapse;
  border: none;
}
table:not(.exempt-table) tr {
  /* page-break-inside: avoid; */
  page-break-after: auto;
  color: gray;
  font-size: 0.75rem;
  font-weight: bold;
}
table:not(.exempt-table) tr:nth-child(odd) {
  background-color: rgba(191, 201, 202, 0.5);
}

.table-header {
  max-width: 400px;
}

.phase-notes {
  font-weight: normal;
}

.form-label {
  font-size: 0.75rem;
}

.proposal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #74bd44;
}

.location-address-header {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin: 2rem 0;
}

.ccb-container {
  border-left: 2px solid;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.heading-table {
  width: 100%;
  text-align: center;
}

.heading-table tr {
  background-color: white !important;
}

.heading-table td,
.heading-table th {
  text-align: center !important;
  font-weight: bold;
  padding: 0.5rem !important;
}

.heading-table th {
  color: #74bd44;
  border-bottom: 3px solid #74bd44 !important;
}

.heading-table td {
  font-size: 0.75rem;
  border: 1px solid #cecece;
  border-top: 0;
  color: black;
}

.heading-table .third {
  width: 33%;
}

.heading-table .sixth {
  width: 16.5%;
}

.confirm-table th {
  color: #74bd44;
  border-bottom: 3px solid #74bd44 !important;
}

.option-row-modal {
  color: #466b84;
  background-color: #e6e6e6;
}
.incentives-container {
  border: 2px solid #74bd44;
  border-radius: 1.5rem;
  padding: 1.25rem 0px 1.25rem;
}
.incentives-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin: auto;
}
.inc-label {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #74bd44;
  margin-right: 1rem;
}
.inc-total {
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
}
.inc-table-th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
}
.inc-header {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #74bd44;
  margin-right: 1rem;
}
/* Phase Repeat Table  */
.phase-container {
  border: 1px solid #cecece;
  border-radius: 2rem;
  padding: 0.75rem;
}

.tables-container {
  padding: 0.75rem;
}

.upgrades-container {
  border: 2px solid rgb(153, 150, 150);
  border-radius: 1.5rem;
  padding: 1rem 0px 1rem;
  /* break-inside: avoid !important;
  page-break-inside: avoid !important;
    box-sizing: border-box" */
}
.subtotal-label {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #74bd44;
  margin-right: 1rem;
}
.phase-total-value {
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
}
.phase-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  /* width: 1000px; */
  /* margin: auto; */
}
.phase-table-headers {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
  max-width: 100%;
}
.phase-label {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #74bd44;
  margin-right: 1rem;
}
.phase-name {
  font-weight: bold;
  color: black;
}
.empty-row {
  background-color: #ffffff;
  padding-bottom: 1.25rem;
}
.border-right-w {
  border-right: 1px solid white;
}
.white-bg {
  background-color: #fff !important;
}
.total-dollar-amount {
  color: black;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: right;
}
.comments-label {
  font-size: 1rem;
  color: #74bd44;
  display: table-cell;
  text-align: center;
  width: 100px;
  background-color: #ffffff;
  font-weight: regular;
}
.incentive-total-label {
  color: #74bd44;
  display: table-cell;
  text-align: left;
  width: 275px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}
.incentive-total-value {
  color: black;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: right;
}
.final-price-label {
  color: #5c788f;
  display: table-cell;
  text-align: left;
  width: 275px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}
.final-price-value {
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: right;
}
.comments-container {
  color: black;
  display: table-cell;
  text-align: left;
  /* width: 670px; */
  height: 125px;
  /* border: 1px solid #e3eaf3; */
  background-color: #ffffff;
  font-weight: regular;
  font-size: 0.75rem;
  max-width: 425px;
  min-height: 350px;
  padding-left: 12px;
  box-sizing: border-box;
}
.notes-table {
  max-width: 350px;
}
.amounts-table {
  max-width: 375px;
}
.base-price-label {
  color: #74bd44;
  display: table-cell;
  text-align: left;
  width: 275px;
  height: 25px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}
/* Totals Start  */
.totals-container {
  position: relative;
  width: 100%;
  border: 0px;
  height: 200px;
  page-break-inside: avoid;
  background-color: #ffffff;
}
/* Totals End  */
/* Spinner Start  */
.loading-container {
  margin-top: 15%;
}
.loading-header {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 100 !important;
  text-transform: uppercase;
  font-style: italic;
  color: #1c2123;
  margin-top: 5%;
}
.loader {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  perspective: 800px;
  text-align: center;
}
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 6px solid #00a497;
}
.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 6px solid #3fbacf;
}
.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 6px solid #e31837;
}

.error {
  position: absolute;
  left: 50%;
  width: 20rem;
  margin-left: -10rem;
  background-color: white;
  border-radius: 5px;
  height: 5rem;
  border: 1px solid rgba(238, 238, 238, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(207, 20, 45);
  border-bottom: 3px solid rgb(207, 20, 45);
  box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 0.38);
  top: 3rem;
  z-index: 10;
}

.footer-header {
  /* Why no <h>? idk.. */
  font-size: 2rem;
  font-weight: bold;
  color: black;
}

.masterAgreement {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  font-size: 0.75rem;
  font-weight: 550;
  page-break-inside: avoid;
  margin-bottom: 2rem;
}

.sig-container table {
  width: 100%;
  margin-bottom: 0 !important;
}

.sig-container tr {
  height: 50px;
}

.sig-container .sig-line {
  border-bottom: 1px solid gray;
  background-color: #fff;
  vertical-align: bottom;
  padding-bottom: 1rem;
}

.sig-container .sig-label {
  font-weight: bold;
  font-size: 1.5rem;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@media print {
  html,
  body {
    font-size: 10px;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .no-print {
    display: none !important;
  }

  /* .phase-container {
  min-width: 867px;
} */

  .no-break {
    break-inside: avoid;
  }

  .container {
    margin: 0 0;
    border: 0;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }

  table:not(.exempt-table) td {
    height: auto;
  }

  footer {
    page-break-before: always;
  }
}
