@charset "UTF-8";
.required label:after {
  content: " *";
  color: #f44;
}

.footer {
  color: #6c757d;
  font-size: 0.875em;
  padding-top: 3rem;
}
.footer a {
  color: #495057;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.u-icon {
  border-radius: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.fine-print {
  font-size: 0.625rem;
  color: var(--bs-gray-600);
}

.actions {
  margin-bottom: 1rem;
}

.l-dialog header.container {
  max-width: 540px;
}
.l-dialog main.container {
  padding: 2rem;
  max-width: 540px;
}
.l-dialog .footer {
  padding-top: 4rem;
}
.l-dialog .actions {
  text-align: center;
}

.main-alert {
  text-align: left;
}
.main-alert .actions {
  margin-bottom: 0;
  text-align: left;
}

.legal {
  font-size: 0.75rem;
  color: #9ba5ae;
}

.not-set {
  color: var(--bs-text-muted);
  font-style: italic;
}

/* add sorting icons to grid view sort links */
a.asc:after, a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-brand {
  font-size: 1.25rem;
  margin-right: 0.125em;
}
.navbar-brand img {
  max-width: 11rem;
  height: auto;
}

#footer {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1rem;
  }
  .navbar-collapse {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
  }
}
.faq__q {
  margin-top: 2rem;
}
.faq__q::before {
  color: #6c757d;
  content: "··";
  margin-right: 1rem;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}

.list-check {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.list-check li::before {
  color: #182533;
  content: "\e5ca";
  margin-right: 1em;
  margin-left: -2em;
  font-family: "Material Icons Outlined";
}

.text-light .list-check li::before {
  color: #e9ecef;
}

.benefits .icon {
  display: block;
  font-size: 2em;
  color: var(--bs-tertiary-color);
  margin-bottom: 1rem;
}

dl.faq dt {
  border-top: 1px solid #adb5bd;
  padding: 1rem 0;
}
dl.faq dt a {
  color: #212529;
  text-decoration: none;
}
dl.faq dt a:hover {
  text-decoration: underline;
}
dl.faq dt:before {
  content: "q";
  color: #fff;
  background-color: #000;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
}
dl.faq dt:first-child {
  border-top: none;
}/*# sourceMappingURL=main.css.map */
