html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1:focus {
  outline: none;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.theme-dark #blazor-error-ui {
  background: #041d28;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.bg-hover-light-blue:hover {
  background-color: #f5faff;
  cursor: pointer;
}

.navbar-dark {
  background: #0b1c0e;
}

@media (max-width: 768px) {
  .nav-clock {
    font-size: 0.75rem;
  }
}

.card-link:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 8px 0;
}
.theme-dark .card-link:hover {
  box-shadow: rgba(255, 255, 255, 0.5) 0 2px 8px 0;
}

.theme-dark .navbar-dark {
  background: #102013;
}
.theme-dark .table-light {
  color: #e2e5e9;
  border-color: #1e293b;
  background-color: #2c3c57;
}
.theme-dark .markdown > table > :not(caption) > * > *, .theme-dark .table > :not(caption) > * > * {
  background-color: inherit;
}

@media (max-width: 768px) {
  .page-body .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar .navbar-brand-image {
  height: 1em;
}
@media (min-width: 360px) {
  .navbar .navbar-brand-image {
    height: 1.2em;
  }
}
@media (min-width: 500px) {
  .navbar .navbar-brand-image {
    height: 1.4em;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand-image {
    height: 1.6em;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-brand-image {
    height: 2em;
  }
}

@media (max-width: 500px) {
  header.navbar-nav .nav-item .me-2 {
    margin-right: 0.25em;
  }
  header.navbar-nav .nav-item:last-child {
    width: 2em;
  }
  header.navbar-nav .nav-item:last-child span {
    height: 1rem;
    display: block;
    font-size: 0.7em;
  }
}

.border-between {
  width: 100px;
  margin-right: 0;
}
@media (min-width: 500px) {
  .border-between {
    width: 100%;
  }
}
.border-between > [class*=col-] {
  padding-right: 0;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .border-between > [class*=col-] {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) {
  .border-between > [class*=col-] {
    border-left: 1px solid #78a66c;
    padding-right: calc(var(--tblr-gutter-x) * 1.5);
  }
  .border-between > [class*=col-]:first-child {
    border-left: none;
    padding-left: 0;
  }
  .border-between > [class*=col-]:last-child {
    text-align: left;
    padding-right: 0;
  }
}

.icon {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  stroke-width: 1;
}
.icon-truck {
  width: 2.92rem;
  height: 1.25rem;
  font-size: 1.25rem;
  vertical-align: bottom;
  stroke-width: 1.5;
  color: var(--tblr-body-color);
}
.theme-dark .icon-truck {
  color: #f8fafc;
}

@media (min-width: 500px) {
  .icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.15rem;
    stroke-width: 1.5;
  }
}

.bg-lime-lt {
  color: #427005 !important;
  background: rgba(116, 184, 22, 0.01) !important;
}

.bg-warning-lt {
  color: #8d3e0b !important;
  background: rgba(247, 103, 7, 0.01) !important;
}

.theme-dark .bg-lime-lt {
  color: #aef850 !important;
}
.theme-dark .bg-warning-lt {
  color: #fd9754 !important;
}

.text-burn {
  color: #a1541f;
}
.theme-dark .text-burn {
  color: #ffd9c0;
}

.text-silent {
  color: #343c50 !important;
}
.theme-dark .text-silent {
  color: #b5bee0 !important;
}

.page-loading {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  .page-loading {
    padding-top: 12rem;
  }
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

.footer-version {
  color: #6284b4;
}
.footer-version .epic {
  color: #15811f;
}
.footer-version .feature {
  color: #571bb2;
}
.footer-version .bug {
  color: #a68b16;
}
.theme-dark .footer-version {
  color: #bdc7d3;
}
.theme-dark .footer-version .epic {
  color: #15811f;
}
.theme-dark .footer-version .feature {
  color: #571bb2;
}
.theme-dark .footer-version .bug {
  color: #a68b16;
}

.table thead th {
  font-size: 0.8em;
}

.table-total thead th,
.table-total tbody th,
.table-total tfoot th {
  border-right: 1px solid #c5c5c5;
}
.theme-dark .table-total thead th,
.theme-dark .table-total tbody th,
.theme-dark .table-total tfoot th {
  border-right: 1px solid #424242;
}

.table-total thead th,
.table-total thead td,
.table-total tbody th,
.table-total tbody td,
.table-total tfoot th,
.table-total tfoot td {
  min-width: 60px;
}
.table-total thead th:first-child,
.table-total thead td:first-child,
.table-total tbody th:first-child,
.table-total tbody td:first-child,
.table-total tfoot th:first-child,
.table-total tfoot td:first-child {
  min-width: 80px;
}
.table-total thead th:first-child, .table-total thead th:nth-child(4), .table-total thead th:nth-child(8), .table-total thead th:nth-child(12), .table-total thead th:nth-child(13),
.table-total thead td:first-child,
.table-total thead td:nth-child(4),
.table-total thead td:nth-child(8),
.table-total thead td:nth-child(12),
.table-total thead td:nth-child(13),
.table-total tbody th:first-child,
.table-total tbody th:nth-child(4),
.table-total tbody th:nth-child(8),
.table-total tbody th:nth-child(12),
.table-total tbody th:nth-child(13),
.table-total tbody td:first-child,
.table-total tbody td:nth-child(4),
.table-total tbody td:nth-child(8),
.table-total tbody td:nth-child(12),
.table-total tbody td:nth-child(13),
.table-total tfoot th:first-child,
.table-total tfoot th:nth-child(4),
.table-total tfoot th:nth-child(8),
.table-total tfoot th:nth-child(12),
.table-total tfoot th:nth-child(13),
.table-total tfoot td:first-child,
.table-total tfoot td:nth-child(4),
.table-total tfoot td:nth-child(8),
.table-total tfoot td:nth-child(12),
.table-total tfoot td:nth-child(13) {
  border-right: 1px solid #c5c5c5;
}
.theme-dark .table-total thead th:first-child, .theme-dark .table-total thead th:nth-child(4), .theme-dark .table-total thead th:nth-child(8), .theme-dark .table-total thead th:nth-child(12), .theme-dark .table-total thead th:nth-child(13),
.theme-dark .table-total thead td:first-child,
.theme-dark .table-total thead td:nth-child(4),
.theme-dark .table-total thead td:nth-child(8),
.theme-dark .table-total thead td:nth-child(12),
.theme-dark .table-total thead td:nth-child(13),
.theme-dark .table-total tbody th:first-child,
.theme-dark .table-total tbody th:nth-child(4),
.theme-dark .table-total tbody th:nth-child(8),
.theme-dark .table-total tbody th:nth-child(12),
.theme-dark .table-total tbody th:nth-child(13),
.theme-dark .table-total tbody td:first-child,
.theme-dark .table-total tbody td:nth-child(4),
.theme-dark .table-total tbody td:nth-child(8),
.theme-dark .table-total tbody td:nth-child(12),
.theme-dark .table-total tbody td:nth-child(13),
.theme-dark .table-total tfoot th:first-child,
.theme-dark .table-total tfoot th:nth-child(4),
.theme-dark .table-total tfoot th:nth-child(8),
.theme-dark .table-total tfoot th:nth-child(12),
.theme-dark .table-total tfoot th:nth-child(13),
.theme-dark .table-total tfoot td:first-child,
.theme-dark .table-total tfoot td:nth-child(4),
.theme-dark .table-total tfoot td:nth-child(8),
.theme-dark .table-total tfoot td:nth-child(12),
.theme-dark .table-total tfoot td:nth-child(13) {
  border-right: 1px solid #424242;
}

.table-total thead th.text-burn,
.table-total thead td.text-burn,
.table-total tbody th.text-burn,
.table-total tbody td.text-burn,
.table-total tfoot th.text-burn,
.table-total tfoot td.text-burn {
  min-width: 40px;
}
.table-total tfoot td {
  color: #4b4b4b;
}
.theme-dark .table-total tfoot td {
  color: #eeeeee;
}

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