body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
}

#background {
  background-color: #dee2e6;
}

.content {
  padding-top: 6rem;
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-item:not(.active) .icon {
  color: #6c757d;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0.5rem;
}
.navbar-light .navbar-nav .nav-link:not(.active):hover {
  background-color: #dee2e6;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #006ec7;
}

.hoverable:hover {
  cursor: pointer;
}

th.hoverable:hover, th.hoverable:focus, tr.hoverable:hover, tr.hoverable:focus {
  background-color: rgba(0, 0, 0, 0.075);
  outline: none;
}

fieldset {
  border: 3px solid #dee2e6;
  padding: 1.25em;
}
fieldset > fieldset {
  border: 2px solid #dee2e6;
}

legend {
  padding: 0 3px;
  display: inline-block;
  width: auto;
  max-width: auto;
  font-weight: 300;
}

.page-center {
  width: 320px;
}

.bubble {
  display: inline-flex;
}
.bubble .bubble-content {
  border-radius: 50%;
  height: 3em;
  width: 3em;
  background-color: #525252;
  color: white;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.bubble .bubble-content.active {
  background-color: #006ec7;
}
.bubble:not(:last-child) {
  flex-grow: 1;
}
.bubble:not(:last-child) .bubble-connector {
  display: inline-flex;
  flex-grow: 1;
  height: 50%;
  width: auto;
  border-bottom: 1px solid #adb5bd;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.input-file-remove-btn {
  position: absolute;
  border: 1px solid #dc3545;
  border-radius: 50%;
  right: 3px;
  top: 3px;
  font-size: 11px;
  color: #dc3545;
  background: white;
  padding: 3px 7px;
}
.input-file-remove-btn:hover, .input-file-remove-btn:focus, .input-file-remove-btn:active {
  background-color: #dc3545;
  color: white;
}

.dialog-btn {
  min-width: 70px;
}

@media (max-width: 575px) {
  #blazor-error-ui {
    width: 90%;
  }
}
@media (min-width: 576px) {
  #app-loading {
    height: 300px;
  }

  #body-container {
    height: 7.5rem;
    background-color: transparent;
  }

  #blazor-error-ui {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #app-loading {
    height: 500px;
  }

  #body-container {
    height: 2.5rem;
    background-color: transparent;
  }

  #blazor-error-ui {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #blazor-error-ui {
    width: 30%;
  }
}
#blazor-error-ui {
  background: #f3b7bd;
  bottom: 15px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  right: 15px;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  z-index: 1000;
  border: 1px solid #dc3545;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/*# sourceMappingURL=site.css.map */
