/* ## Remove pesky arrows from number ipnuts */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.bring-to-front {
  z-index: 99999999;
}
.hide-intercom #intercom-container {
  display: none;
}
.system-logo {
  max-height: 100px;
  max-width: 22%;
}
@media screen and (max-width: 992px) {
  .system-logo {
    max-width: 100%;
  }
}
@media (min-width: 1337px) {
  .system-logo.hide-on-desktop {
    display: none;
  }
}
.axiom-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100px;
  max-width: 22%;
}
@media screen and (max-width: 992px) {
  .axiom-logo {
    max-width: 100%;
  }
}
.business-logo {
  max-height: 100px;
  max-width: 22%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .business-logo {
    display: none;
  }
}
strong {
  font-weight: 700;
}
.page-break {
  page-break-before: always;
}
/* page-break-after works, as well */
.page-break-after {
  page-break-after: always;
}
/* page-break-after works, as well */
footer.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer.page-footer.no-content {
  padding: 0;
}
nav.home-layout-nav.white-text .nav-wrapper {
  padding: 0 0;
}
nav.home-layout-nav.white-text .nav-wrapper .brand-logo img {
  margin-top: 0;
}
nav.home-layout-nav.white-text .nav-wrapper a {
  color: lightgrey;
}
nav.home-layout-nav.white-text .nav-wrapper a.active {
  color: white;
}
nav.home-layout-nav.white-text .nav-wrapper .active a {
  color: white;
}
nav.home-layout-nav.white-text .nav-wrapper .hints-widget.active a {
  color: #4caf50;
}
nav.home-layout-nav.white-text .nav-wrapper .login-button {
  padding: 5px 12px;
  border: 2px lightgrey solid;
  border-radius: 7px;
}
nav.home-layout-nav.white-text .nav-wrapper .login-button.login-button {
  border-color: white;
}
.page-body {
  min-height: 500px;
}
footer.page-footer {
  -webkit-box-shadow: -1px -2px 5px 0px #bfbfbf;
  -moz-box-shadow: -1px -2px 5px 0px #bfbfbf;
  box-shadow: -1px -2px 5px 0px #bfbfbf;
  z-index: 1;
}
footer.page-footer,
footer.page-footer .footer-copyright {
  color: black;
  background: white;
}
.row-no-margin {
  margin-bottom: 0;
}
.checkbox-input label {
  margin-top: 29px;
}
@media screen and (max-width: 992px) {
  .checkbox-input label {
    margin-top: 0;
  }
}
.input-field.fixed-height {
  height: 61px;
}
.green .progress {
  border: 1px white solid;
}
.green .progress .determinate {
  background: green;
}
.summary-block .card-content {
  border-bottom: 1px white solid;
  border-radius: 0;
}
.summary-block .card-action {
  padding: 0;
  text-align: center;
}
.summary-block .card-action a,
.summary-block .card-action select {
  margin: 15px;
  display: inline-block;
  width: auto;
}
.white-text a {
  color: white;
}
select,
select:active,
select:focus {
  border-color: lightgrey;
  outline-color: lightgrey;
  background-color: white;
  color: black;
}
.back-button {
  margin-top: 10px;
}
select.browser-default {
  background: none;
  outline: none;
}
h4 {
  font-weight: bold;
}
@media print {
  table.striped tbody tr:nth-child(odd) {
    background: transparent;
  }
}
.at-form input[type='text'],
.at-form input[type='password'],
.at-form input[type='email'] {
  border: 1px solid #aaa !important;
  border-radius: 5px !important;
  padding: 0 0 0 6px;
}
#toast-container {
  z-index: 9999999999999999999;
}
.text-h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
}
.text-h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.text-h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.text-h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.text-h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.text-h6 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.text-g {
  font-size: 2rem;
  line-height: 2rem;
}
.text-m {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.text-p {
  font-size: 1rem;
  line-height: 1.25rem;
}
.text-small {
  font-size: 0.875rem;
}
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6 {
  color: #444444;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 800;
}
.text-gray-500 {
  color: #888888;
}
.text-green-500 {
  color: #089800;
}
.mui-isolated {
  all: unset;
}
.force-text-right {
  text-align: right !important;
}
.force-text-center {
  text-align: center !important;
}
.flex {
  display: flex;
  flex-grow: 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-row-reverse {
  flex-flow: row-reverse;
}
.items-start {
  align-items: start;
}
.items-end {
  align-items: end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.place-self-end {
  place-self: end;
}
.justify-self-end {
  justify-self: end;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink-2 {
  flex-shrink: 2;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.grow-2 {
  flex-grow: 2;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.basis-\[30\%\] {
  flex-basis: 30%;
}
.basis-\[40\%\] {
  flex-basis: 40%;
}
.basis-\[50\%\] {
  flex-basis: 50%;
}
.basis-\[340\px\] {
  flex-basis: 340px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-92\% {
  width: 92%;
}
.w-1 {
  width: 1rem;
}
.w-2 {
  width: 2rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-7 {
  width: 1.75rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-44 {
  width: 11rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333% !important;
}
.h-2\/3 {
  height: 66.666667% !important;
}
.h-1\/4 {
  height: 25% !important;
}
.h-3\/4 {
  height: 75% !important;
}
.h-1 {
  height: 1rem;
}
.h-2 {
  height: 2rem;
}
.h-8 {
  height: 2rem;
  /* 32px */
}
.h-9 {
  height: 2.25rem;
  /* 36px */
}
.h-10 {
  height: 10rem;
}
.h-14 {
  height: 3.5rem;
  /* 56px */
}
.h-20 {
  height: 5rem;
  /* 80px */
}
.h-\[2px\] {
  height: 2px;
}
.h-\[75\%\] {
  height: 75%;
}
.h-full {
  height: 100%;
}
.min-h-\[75\px\] {
  min-height: 75px;
}
.min-h-\[75\%\] {
  min-height: 75%;
}
.min-h-50-vh {
  min-height: 50vh;
}
.max-h-\[70\px\] {
  max-height: 70px;
}
.max-h-\[75\px\] {
  max-height: 75px;
}
.max-h-\[15rem\] {
  max-height: 15rem !important;
}
.min-h-min {
  min-height: min-content;
}
.min-h-max {
  min-width: max-content;
}
.max-h-98-percent {
  max-height: 98%;
}
.max-h-1\/2 {
  max-height: 50vh;
}
.max-h-95-vh {
  max-height: 95vh;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-\[160\px\] {
  min-width: 160px;
}
.min-w-\[250\px\] {
  min-width: 250px;
}
.min-w-\[768\px\] {
  min-width: 768px;
}
.max-w-\[200\px\] {
  max-width: 200px;
}
.max-w-40-percent {
  max-width: 40%;
}
.max-w-75-percent {
  max-width: 75%;
}
.max-w-98-percent {
  max-width: 98%;
}
.min-w-min {
  min-width: min-content;
}
.min-w-max {
  min-width: max-content;
}
.max-w-fit {
  max-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.m-0 {
  margin: 0;
}
.m-0-important {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-12 {
  margin: 3rem;
}
.m-16 {
  margin: 4rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-80 {
  margin-top: 20rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-16 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-4 {
  margin: -1rem;
}
.-m-5 {
  margin: -1.25rem;
}
.-m-6 {
  margin: -1.5rem;
}
.-m-8 {
  margin: -2rem;
}
.-m-10 {
  margin: -2.5rem;
}
.-m-12 {
  margin: -3rem;
}
.-m-16 {
  margin: -4rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.text-xxs {
  font-size: 0.6rem;
  line-height: 1.2;
  display: inline-block;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-9 {
  font-size: 9px !important;
}
.font-size-8 {
  font-size: 8px !important;
}
.font-size-7 {
  font-size: 7px !important;
}
.font-size-6 {
  font-size: 6px !important;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.47rem;
}
.italic {
  font-style: italic;
}
.font-bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.text-uppercase {
  text-transform: uppercase;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-5dot5 {
  padding-top: 1.375rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4-force {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8-force {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.line-height-normal {
  line-height: normal;
}
.top--3 {
  top: -0.75rem !important;
}
.top--4 {
  top: -1rem !important;
}
/* -16px */
.top--5 {
  top: -1.25rem !important;
}
/* -20px */
.top--6 {
  top: -1.5rem !important;
}
.top--7 {
  top: -1.75rem !important;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 0.25rem !important;
}
/* 4px */
.top-2 {
  top: 0.5rem !important;
}
/* 8px */
.top-3 {
  top: 0.75rem !important;
}
/* 12px */
.top-3\.5 {
  top: 0.875rem !important;
}
/* 14px */
.top-4 {
  top: 1rem !important;
}
/* 16px */
.top-5 {
  top: 1.25rem !important;
}
/* 20px */
.-top-1 {
  top: 0.25rem !important;
}
/* 4px */
.-top-2 {
  top: -0.5rem !important;
}
/* 8px */
.-top-3 {
  top: -0.75rem !important;
}
/* 12px */
.-top-3\.5 {
  top: -0.875rem !important;
}
/* 14px */
.-top-4 {
  top: -1rem !important;
}
/* 16px */
.-top-5 {
  top: -1.25rem !important;
}
/* 20px */
.right-0 {
  right: 0 !important;
}
.right-1 {
  right: 0.25rem !important;
}
/* 4px */
.right-2 {
  right: 0.5rem !important;
}
/* 8px */
.right-3 {
  right: 0.75rem !important;
}
/* 12px */
.right-4 {
  right: 1rem !important;
}
/* 16px */
.right-6 {
  right: 1.5rem !important;
}
/* 24px */
.right-7 {
  right: 1.75rem !important;
}
/* 28px */
.right-8 {
  right: 2rem !important;
}
/* 32px */
.right-10 {
  right: 2.5rem !important;
}
/* 40px */
.right-12 {
  right: 3rem !important;
}
/* 48px */
.right-14 {
  right: 3.5rem !important;
}
/* 56px */
.bottom-0 {
  bottom: 0 !important;
}
.bottom-1 {
  bottom: 0.25rem !important;
}
/* 4px */
.bottom-2 {
  bottom: 0.5rem !important;
}
/* 8px */
.bottom-3 {
  bottom: 0.75rem !important;
}
/* 12px */
.bottom-4 {
  bottom: 1rem !important;
}
/* 16px */
.left-0 {
  left: 0 !important;
}
.left-1 {
  left: 0.25rem !important;
}
/* 4px */
.left-2 {
  left: 0.5rem !important;
}
/* 8px */
.color-primary {
  color: #3b99ef;
}
.bg-white {
  background-color: #ffffff;
}
.bg-primary-500 {
  background-color: #3b99ef;
}
.bg-orange {
  background-color: #ffa500 !important;
}
.bg-green {
  background-color: #008000ff !important;
}
.bg-light-green {
  background-color: #90ee90 !important;
}
.bg-light-pink {
  background-color: #ffc0cb !important;
}
.bg-neutral-100 {
  background-color: #f2f2f2 !important;
}
.bg-neutral-200 {
  background-color: #e9e9e9 !important;
}
.bg-neutral-300 {
  background-color: #cdcdcd;
}
.bg-neutral-400 {
  background-color: #aaaaaa;
}
.bg-neutral-500 {
  background-color: #888888;
}
.bg-neutral-600 {
  background-color: #666666;
}
.bg-neutral-700 {
  background-color: #444444;
}
.bg-neutral-800 {
  background-color: #212121;
}
.bg-success-500 {
  background-color: #089800;
}
.bg-danger-500 {
  background-color: #ef4f4a;
}
.bg-sales-order-light {
  background-color: #f1f8e9 !important;
}
.bg-sales-order-dark {
  background-color: #dcedc8 !important;
}
.bg-purchase-order-light {
  background-color: #fff3f4 !important;
}
.bg-purchase-order-dark {
  background-color: #ffe0e3 !important;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-1\/2 {
  border-radius: 50%;
}
.rounded-l-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.border {
  border-width: 1px;
  border-style: solid;
}
.border-none {
  border: none;
}
.border-0 {
  border-width: 0;
}
.border-0-important {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-neutral-200 {
  border-color: #e9e9e9;
}
.border-neutral-300 {
  border-color: #cdcdcd;
}
.border-success-500 {
  border-color: #089800;
}
.border-danger-500 {
  border-color: #ef4f4a;
}
.text-white {
  color: #ffffff;
}
.text-primary {
  color: #3b99ef;
}
.text-danger-500 {
  color: #ef4f4a;
}
.text-neutral-100 {
  color: #f2f2f2;
}
.text-neutral-200 {
  color: #e9e9e9;
}
.text-neutral-300 {
  color: #cdcdcd;
}
.text-neutral-400 {
  color: #aaaaaa;
}
.text-neutral-600 {
  color: #666666;
}
.text-neutral-700 {
  color: #444444;
}
.text-neutral-900 {
  color: #111111;
}
.text-success-500 {
  color: #089800;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-90 {
  opacity: 90%;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-auto {
  overflow: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-default {
  cursor: default;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-10000 {
  z-index: 10000;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
@media (min-width: 540px) {
  .xs\:flex-row {
    flex-direction: row;
  }
  .xs\:flex-col {
    flex-direction: column;
  }
  .xs\:items-end {
    align-items: end;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:basis-\[40\%\] {
    flex-basis: 40%;
  }
}
.btn {
  border-radius: 4px !important;
  border: 1px solid transparent !important;
}
.btn.btn-secondary {
  background-color: #e9e9e9 !important;
  border-color: #cdcdcd !important;
  color: #444444 !important;
}
.btn.btn-gold {
  background-color: goldenrod !important;
  border-color: goldenrod !important;
}
.btn.btn-tertiary {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #444444 !important;
}
.btn.btn-danger {
  background-color: #fee3e3 !important;
  border-color: #fecccb !important;
  color: #b92a24 !important;
}
.btn.btn-disabled {
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  color: #888888 !important;
}
.reset-fields .input-field,
.reset-fields input {
  margin: 0;
}
.reset-fields .input-field {
  min-height: auto;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}
.label-with-help-text {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.labeled-field {
  width: 100%;
}
.labeled-field > span {
  display: block;
  margin-bottom: 2px;
}
.v-hidden {
  display: none;
}
/* Fixes */
.no-change-bg-on-focus:focus {
  background-color: inherit !important;
}
.space-between {
  justify-content: space-between;
}
.top-fields-container {
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
}
.preview-top-right {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.bill-of-lading-number {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.25rem;
}
.bill-of-lading-number .title {
  background-color: black;
  color: white;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 14px;
}
.bill-of-lading-number .number-value {
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.business-details {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  color: #494949;
}
.business-details span:nth-child(1) {
  font-size: 14px !important;
}
.force-page-break {
  break-before: page;
}
.preview-section {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}
.preview-section .table-container th {
  color: black;
  font-size: 11px;
}
.preview-mid {
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
}
.preview-mid .bol-details {
  gap: 0.2rem;
  flex-flow: row;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  text-align: left;
  font-size: 11.5px;
}
.preview-mid .bol-details > * {
  width: 45%;
  font-weight: bold;
  color: black;
  word-break: break-all;
}
.preview-bot {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.25rem;
}
.preview-bot .margin-bottom-signature {
  margin-bottom: 0.25rem;
}
.preview-bot .margin-top-signature {
  margin-top: 0.25rem;
}
.preview-bot .passing-price-summary {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
  text-align: right;
  margin-bottom: 0.5rem;
}
.preview-bot .passing-price-summary > .text-price {
  color: black;
  font-size: 12px;
  font-weight: 600;
}
.preview-bot .passing-price-summary > .text-price-total {
  color: black;
  font-size: 14px;
  font-weight: 800;
}
.preview-bot .table-container {
  width: 100%;
}
.preview-bot table {
  margin-top: 15px;
  font-size: 15px;
  border: none;
}
.preview-bot .tr-header {
  border-bottom: 2px solid black;
}
.preview-bot th {
  border: none;
  color: black;
  background-color: white;
  border-radius: 0px;
  border-bottom: 2px solid black;
}
.preview-bot td {
  border: none;
  text-align: left;
  color: black;
}
.preview-bot tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.preview-bot .text-center {
  text-align: center !important;
}
.preview-bot .sub-costs-display {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
.preview-bot tfoot {
  border-top: solid black 1px;
}
.preview-top-mid {
  text-align: center;
}
.preview-top > * {
  max-width: 33%;
}
.-translate-y-1\/2 {
  transform: translateY(-50%);
}
.hover\:text-neutral-700:hover {
  color: #444444;
}
.report-body-global svg {
  width: 100%;
  height: 500px;
}
.custom-legacy-checkbox {
  border-bottom: 1px solid #9e9e9e;
  margin-top: -6px;
}
/* Disabled switch styling */
.switch label input[type='checkbox'][disabled] ~ .switch-label-btn {
  opacity: 0.5;
  color: #9e9e9e !important;
  cursor: default;
}
.switch label input[type='checkbox'][disabled] ~ .switch-label-btn.selected {
  background-color: #e0e0e0 !important;
  color: #9e9e9e !important;
}
.switch label input[type='checkbox'][disabled] ~ .switch-left-label,
.switch label input[type='checkbox'][disabled] ~ .switch-right-label {
  opacity: 0.5;
  color: #9e9e9e !important;
  cursor: default;
}
.switch label input[type='checkbox'][disabled] ~ .switch-left-label.selected,
.switch label input[type='checkbox'][disabled] ~ .switch-right-label.selected {
  background-color: #e0e0e0 !important;
  color: #9e9e9e !important;
}
.switch label input[type='checkbox'][disabled] + .lever {
  opacity: 0.5;
  cursor: default;
}
.switch label input[type='checkbox'][disabled] {
  cursor: default;
}
/* Better approach - target the entire switch container when it has a disabled input */
.switch:has(input[type='checkbox'][disabled]) .switch-label-btn {
  opacity: 0.5;
  color: #9e9e9e !important;
  cursor: default;
}
.switch:has(input[type='checkbox'][disabled]) .switch-label-btn.selected {
  background-color: #e0e0e0 !important;
  color: #9e9e9e !important;
}
.switch:has(input[type='checkbox'][disabled]) .lever {
  opacity: 0.5;
  cursor: default;
}
/* Disabled formField wrapper styling */
.input-field input[disabled] + label,
.input-field select[disabled] + label,
.input-field textarea[disabled] + label {
  color: #9e9e9e !important;
}
.input-field input[disabled],
.input-field select[disabled],
.input-field textarea[disabled] {
  color: #9e9e9e !important;
  border-bottom-color: #e0e0e0 !important;
}
/* Number input disabled styling */
.input-field input[type='number'][disabled] {
  background-color: #f5f5f5;
  color: #9e9e9e !important;
}
