#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;
}
.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.";
}
.splash-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100vh;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", "-apple-system", BlinkMacSystemFont, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.splash-screen .spinner-border {
  border: 0.2em solid;
  border-color: #5f368d #bfbfbf #bfbfbf;
  width: 120px;
  height: 120px;
}
.splash-screen-caption {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.splash-screen-text {
  color: #a1a1a1;
  margin-top: 0.5rem;
}
:root {
  /*--bs-body-font-family: var(--bs-font-monospace);*/
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
/* ---- Always Show Scroll-Bar to Lock Elements Depending on Page-Width --- */
/* ---- E.g. NavMenu Items Move Slightly when Scroll-Bar goes ON or OFF  --- */
body {
  overflow-y: scroll;
}
@media screen {
  /* Vertical Stretch Panel */
  .vsp-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .vsp-container > .vsp-fixed {
    flex-grow: 0;
  }
  .vsp-container > .vsp-stretch {
    flex-grow: 1;
    overflow-y: hidden;
    box-sizing: border-box;
    /* Include padding in the flex-grow calculation */
  }
  .vsp-container > .vsp-stretch > .vsp-web {
    height: 100%;
    overflow-y: auto;
  }
  .vsp-container > .vsp-stretch-auto {
    flex-grow: 1;
    overflow-y: auto;
    box-sizing: border-box;
    /* Include padding in the flex-grow calculation */
  }
  .vsp-container > .vsp-stretch-scroll {
    flex-grow: 1;
    overflow-y: scroll;
    /* ---- Always Show Scroll-Bar to Lock Elements Depending on Page-Width (E.g. NavMenu Items Move Slightly when Scroll-Bar goes ON or OFF) --- */
    box-sizing: border-box;
    /* Include padding in the flex-grow calculation */
  }
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.1rem 0.35rem;
  font-size: 0.75rem;
  border-radius: 0.15rem;
}
.bg-light {
  background-color: #e6e7e8 !important;
}
.c-ptr {
  cursor: pointer;
}
.sticky-top {
  z-index: 1041;
  /* Overriding the Default of 1020 - To Fix Modal Backdrop Popping Over the Dialog! (Only for Modals located in NavBar) */
}
/* ---- Add Transition to Margin-Left for Supporting Offsets/Shifts --- */
.progress,
.progress-stacked {
  --bs-progress-bar-transition: width 0.6s ease, margin-left 0.6s ease;
}
.form-label {
  margin-bottom: 0.125rem;
}
.form-text {
  margin-top: 0;
}
.input-group-text > .form-check-input {
  position: relative;
  top: -2px;
}
table.table-hover > tbody > tr.no-hover:hover > * {
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
}
table.table-hover > tbody > tr:hover > .no-hover > * {
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
}
.table-xs > :not(caption) > * > * {
  padding: 0.1rem 0.2rem;
}
@media print {
  .no-print {
    visibility: hidden;
  }
  .remove-on-print {
    display: none;
  }
  .print-root,
  .print-root * {
    visibility: visible;
  }
  .print-root button {
    visibility: hidden;
  }
  .print-root button * {
    visibility: hidden;
  }
  .print-root input,
  .print-root select,
  .print-root textarea {
    border: none !important;
  }
  .print-root {
    position: absolute;
    top: 0;
    left: 0;
  }
  button {
    visibility: hidden;
  }
  button * {
    visibility: hidden;
  }
  input,
  select,
  textarea {
    border: none !important;
  }
}
.ubc {
  color: firebrick;
  text-shadow: 0 0 1px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: goldenrod;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
a {
  text-shadow: 0 0 1px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
}
a.badge {
  cursor: pointer;
}
input::placeholder {
  color: lightsteelblue;
  font-style: oblique;
}
.tag {
  padding: 0.125em 0.35em;
  font-size: 80%;
  text-align: center;
  white-space: nowrap;
  border: solid 1px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mini-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 80%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mini-badge-linktype {
  border-color: #fbe983;
  background-color: #fbe983;
  color: #594c05;
}
.em-glow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.em-glow-white {
  text-shadow: 0 0 1px white, 0 0 3px white, 0 0 5px white, 0 0 10px white;
}
.x-small {
  font-size: 0.75em;
}
.xx-small {
  font-size: 0.625em;
}
.xxx-small {
  font-size: 0.5em;
}
.normal {
  font-size: 1em;
}
.large {
  font-size: 1.125em;
}
.x-large {
  font-size: 1.25em;
}
.xx-large {
  font-size: 1.375em;
}
.xxx-large {
  font-size: 1.5em;
}
.btn-xs {
  font-size: 0.7rem;
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  orphans: 1;
  widows: 1;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
    column-gap: 1rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.col-section {
  column-rule: dotted 1px silver;
}
@media (min-width: 576px) {
  .col-section {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .col-section {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .col-section {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .col-section {
    column-count: 2;
  }
}
@media (min-width: 1400px) {
  .col-section {
    column-count: 3;
  }
}
.cp {
  cursor: pointer;
}
.tni {
  display: inline-block;
  width: 1.2em;
  text-align: center;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.text-st-default {
  text-decoration-line: line-through;
}
.text-st-warning {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-warning);
}
.text-st-danger {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-danger);
}
.text-st-double-default {
  text-decoration-line: line-through;
  text-decoration-style: double;
}
.text-st-double-warning {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-warning);
  text-decoration-style: double;
}
.text-st-double-danger {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-danger);
  text-decoration-style: double;
}
.text-st-wavy-default {
  text-decoration-line: line-through;
  text-decoration-style: wavy;
}
.text-st-wavy-warning {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-warning);
  text-decoration-style: wavy;
}
.text-st-wavy-danger {
  text-decoration-line: line-through;
  text-decoration-color: var(--bs-danger);
  text-decoration-style: wavy;
}
:root .text-mild,
[data-bs-theme=light] .text-mild {
  color: var(--bs-gray-400) !important;
}
[data-bs-theme=dark] .text-mild {
  color: var(--bs-gray-600) !important;
}
.text-hint {
  color: rgba(70, 130, 180, 0.8) !important;
}
.text-male {
  --bs-text-opacity: 1;
  color: #008bcf !important;
}
.text-female {
  --bs-text-opacity: 1;
  color: #e639b6 !important;
}
input::placeholder {
  color: Silver !important;
  font-style: italic;
}
/*# sourceMappingURL=SiteBase.css.map */