@charset "UTF-8";
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, babelstoneflags;
  line-height: 1.5;
  background-color: #687a7c;
  background-image: url("../images/signhost-bg.jpg");
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
  color: #102744;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  font: system-ui;
}

html.chromeless {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
html.chromeless::after {
  content: " ";
}
html.chromeless body::after {
  content: "Your browser isn't supporting the latest web standards. Consider using a more up to date browser.";
  background-color: rgba(234, 206, 167, 0.75);
  color: black;
  border: 1px solid black;
  display: block;
  margin: 1rem -1rem 0;
  padding: 1rem;
}
@supports (display: flex) {
  html.chromeless body::after {
    display: none;
  }
}

html.chromeless body {
  display: inline-block;
  border-radius: 2px;
  box-shadow: rgba(128, 128, 128, 0.5) 3px 3px 5px, rgba(128, 128, 128, 0.5) 0 0 2px;
  background-color: #fff;
  padding: 0 1rem 1rem;
  padding: 3vh 6vw;
  max-width: 30rem;
}
html.chromeless h1, html.chromeless h2, html.chromeless h3 {
  text-align: center;
}
html.chromeless h3 {
  display: none;
}

html.chromeless.single body {
  max-width: 20rem;
}

html.chrome section.level1 {
  display: inline-block;
  border-radius: 2px;
  box-shadow: rgba(128, 128, 128, 0.5) 3px 3px 5px, rgba(128, 128, 128, 0.5) 0 0 2px;
  background-color: #fff;
  padding: 0 1rem 1rem;
  min-width: calc(100% - 4vw);
  box-sizing: border-box;
  margin: 1vh 1vw;
}
html.chrome body {
  margin: 0;
  box-sizing: border-box;
}
html.chrome body > header {
  grid-area: header;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  box-shadow: gray 2px 0 4px;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 2.2em;
  padding: 0 1rem;
}
html.chrome body > header h1 {
  font: inherit;
  flex: auto;
  margin: 0;
}
html.chrome body > header h1 img {
  vertical-align: middle;
  height: 1.6em;
}
html.chrome body > header nav {
  margin-left: auto;
}
html.chrome body > header nav ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
html.chrome body > header nav ul li {
  position: relative;
  padding-right: 0.5rem;
}
html.chrome body > header nav ul li.has-items::after {
  content: "▾";
}
html.chrome body > header nav ul ul::before {
  content: "";
  border: calc(1rem / 2) solid transparent;
  border-bottom-color: white;
  top: -1rem;
  position: absolute;
}
html.chrome body > header nav ul ul {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: gray 2px 4px 4px;
  direction: rtl;
  flex-direction: column;
  padding: 0;
  margin: -0.5rem -1rem;
  right: 1rem;
  font-size: 1rem;
}
html.chrome body > header nav ul ul li {
  padding: 0;
}
html.chrome body > header nav ul ul a {
  display: block;
  font-size: 1rem;
  padding: 0.2em 1em;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
}
html.chrome body > header nav ul ul a:hover {
  color: white;
  background-color: #478A9D;
}
html.chrome body > header nav ul li:last-child > ul {
  right: 1rem;
}
html.chrome body > header nav ul li:focus {
  outline: none;
}
html.chrome body > header nav ul li:focus > *:not(ul) {
  outline: 1px dotted gray;
}
html.chrome body > header nav ul > li:focus ul, html.chrome body > header nav ul > li ul:hover {
  display: flex;
}
html.chrome body > header nav ul > li:focus-within ul {
  display: flex;
}
html.chrome body main {
  display: block;
  grid-area: main;
  background-color: #FAFAFA;
}
html.chrome .page-wrapper {
  flex: auto;
  display: flex;
  flex-direction: row;
}
html.chrome .page-wrapper > div, html.chrome .page-wrapper > main {
  padding: 1vh 1vw;
  flex: auto;
  background-color: #FAFAFA;
}

body > header {
  position: sticky;
  top: 0;
  z-index: 10;
}
body > header .icon {
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  padding-left: 1vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}
body > header #user-notifications {
  color: rgba(16, 39, 68, 0.5);
}

label.text .label-text,
label.password .label-text {
  display: block;
}

nav[role=menubar] {
  grid-area: nav;
  background-color: #102744;
  color: #fff;
  padding-top: 0.5vh;
  flex: 0 0 15rem;
  font-size: 1rem;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
nav[role=menubar] a {
  color: inherit;
}
nav[role=menubar] ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav[role=menubar] li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav[role=menubar] li a {
  text-decoration: inherit;
  padding: 1vh 2vw 1vh 1vw;
  min-height: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
nav[role=menubar] li:not(.current) ul {
  display: none;
}
nav[role=menubar] li.current:not(.selected) > a::after {
  content: "▾";
  position: absolute;
  right: 0.5vw;
}
nav[role=menubar] li .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 0.6rem;
  stroke-width: 0;
  flex: 0 0 auto;
}
nav[role=menubar] li.current {
  background-color: rgba(71, 138, 157, 0.5);
}
nav[role=menubar] li.selected {
  background-color: rgba(71, 138, 157, 0.7);
}
nav[role=menubar] li a:hover {
  background-color: #478A9D;
}

h1, h2 {
  margin: 1vh 1vw;
}

.icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom;
  stroke: currentColor;
  stroke-width: 0;
  fill: currentColor;
}

section.level1 h1 {
  font-size: x-large;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
section.level1 + .buttons {
  margin-left: 2vw;
}

nav[role=menubar] > ul {
  display: none;
}

.show-nav nav[role=menubar] > ul {
  display: flex;
}

nav[role=menubar]:after {
  content: "☰";
  text-align: right;
  display: block;
  margin: auto;
  width: 2em;
  font-size: 1.5em;
}

@supports (display: grid) {
  @media (min-width: 1000px) {
    html.chrome body {
      grid-template-areas: "header header" "nav main";
      grid-template-columns: 15rem minmax(0, 1fr);
      grid-template-rows: min-content 1fr;
      height: 100vh;
      display: grid;
    }

    nav[role=menubar] > ul {
      display: flex;
    }

    nav[role=menubar]:after {
      content: none;
    }
  }
  @media (min-width: 750px) and (max-width: 1000px) {
    html.chrome body {
      grid-template-areas: "header header" "nav main";
      grid-template-columns: 3rem minmax(0, 1fr);
      grid-template-rows: min-content 1fr;
      height: 100vh;
      display: grid;
    }

    nav[role=menubar] {
      overflow: hidden;
    }
    nav[role=menubar] > ul {
      width: 15rem;
      display: flex;
      position: absolute;
      clip-path: inset(0% calc(100% - 3rem) 0% 0%);
      -webkit-clip-path: inset(0% calc(100% - 3rem) 0% 0%);
      background-color: rgba(16, 39, 68, 0.9);
      transition: 0.25s ease-in-out;
    }

    nav[role=menubar]:after {
      content: none;
    }

    .show-nav nav[role=menubar] > ul {
      clip-path: inset(0% 0% 0% 0%);
      -webkit-clip-path: inset(0% 0% 0% 0%);
      transition: 0.1s ease-in-out;
    }
  }
}
@media (min-device-width: 1024px) {
  div.page-wrapper > div > h1 {
    position: sticky;
    z-index: 20;
    top: 0;
  }
}
form,
fieldset,
[data-tagname=fieldset] {
  display: flex;
  flex-direction: column;
}

input[type=submit].secondary {
  border-color: #509A51;
}

.button,
input[type=submit],
button {
  color: #102744;
  font: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #6D6D6D;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.button.danger,
input[type=submit].danger,
button.danger {
  background-color: #CB4A5D;
  color: white;
}
.button.info,
input[type=submit].info,
button.info {
  background-color: #478A9D;
  color: white;
}

label {
  margin-bottom: 1rem;
}

.buttons {
  display: flex;
  margin-top: 1vh;
}
.buttons input[type=submit].primary,
.buttons button.primary,
.buttons .button.primary {
  color: white;
  background: #509A51;
  border-color: #509A51;
}
.buttons input[type=submit].warning,
.buttons button.warning,
.buttons .button.warning {
  color: white;
  background: #cb8524;
  border-color: #cb8524;
}
.buttons input[type=submit].other,
.buttons button.other {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
  color: #58687c;
  margin-left: auto;
  cursor: pointer;
}

select,
.input {
  margin-top: 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  height: calc(1.6rem + 1rem);
  max-width: 30em;
  display: block;
  border: 1px solid #478A9D;
  border-radius: 2px;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=date],
input[type=phonenumber],
input[type=password],
textarea {
  margin-top: 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  height: calc(1.6rem + 1rem);
  max-width: 30em;
  display: block;
  border: 1px solid #478A9D;
  border-radius: 2px;
}

select[multiple] {
  height: auto;
}

textarea {
  max-width: none;
  height: auto;
}

[data-tagname=fieldset],
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

.fieldsets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.5em;
}
.fieldsets [data-tagname=fieldset],
.fieldsets fieldset {
  margin: 0.5em;
  flex: 1 1 auto;
}
.fieldsets [data-tagname=fieldset].minimum,
.fieldsets fieldset.minimum {
  flex: 0 1 auto;
}

[data-tagname=fieldset].fields,
fieldset.fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -0.5em;
}
[data-tagname=fieldset].fields label,
fieldset.fields label {
  padding: 0.5em;
}

.input {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.input > * {
  vertical-align: middle;
}
.input input:not([type]),
.input input[type=text],
.input input[type=email],
.input input[type=date],
.input input[type=phonenumber],
.input input[type=password],
.input textarea {
  margin: 0;
  border: none;
  height: 100%;
  flex: 1 auto;
  width: 0;
}
.input > input[type=color] {
  margin: 0;
  border: 0;
  padding: 0.4em;
  width: 4em;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}

button.item,
.item.button {
  display: inline-block;
  border-radius: 50%;
  border: none;
  padding: calc(1px + 0.25em);
  line-height: 1em;
}
button.item .icon,
.item.button .icon {
  width: 1em;
  height: 1em;
}

.buttons .item {
  border: 0.5em solid transparent;
  background-clip: padding-box;
}

ul.listgroup {
  display: flex;
  flex-direction: column;
}
ul.listgroup, ul.listgroup li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.listgroup li {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border: 1px solid color(#6D6D6D tint(60%));
  border-top-width: 0;
}
ul.listgroup li:first-child {
  border-top-width: 1px;
  border-radius: 2px 2px 0 0;
}
ul.listgroup li:last-child {
  border-radius: 0 0 2px 2px;
}
ul.listgroup li > * {
  margin-left: 1em;
}
ul.listgroup li > *:first-child {
  margin-left: unset;
}
ul.listgroup .buttons {
  margin: 0 0 0 auto;
}

ul.choosegroup {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 1em;
}
ul.choosegroup, ul.choosegroup li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.choosegroup label {
  display: block;
  width: 100%;
  height: 100%;
}
ul.choosegroup span.label-text {
  display: flex;
  justify-content: center;
  align-self: stretch;
  padding: 0.5rem 1rem;
  border: 1px solid #478A9D;
  border-radius: 3px;
  cursor: pointer;
  color: #6D6D6D;
}
ul.choosegroup input {
  display: none;
}
ul.choosegroup input:checked + span {
  background-color: color(#478A9D tint(60%));
  color: black;
  box-shadow: 1px 1px 3px gray;
}

table {
  border-collapse: collapse;
}

table.inline {
  width: auto;
}

thead {
  position: sticky;
  top: 3rem;
  height: 2.5rem;
  vertical-align: top;
  border-bottom: 1em solid transparent;
  box-shadow: #478A9D 0 1px 0;
}

tbody {
  empty-cells: show;
  border-top: 2em solid transparent;
}
tbody.rowspanned tr:not(.rowspanned) {
  border-top: 1px solid rgba(71, 138, 157, 0.1);
}
tbody.rowspanned td {
  overflow: hidden;
  text-overflow: ellipsis;
}
tbody.rowspanned td.contains-time {
  white-space: nowrap;
  text-overflow: clip;
  overflow: visible;
}

th {
  text-align: left;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
}

th[colspan] {
  text-align: center;
}

tbody:not(.rowspanned) tr:hover {
  background-color: rgba(71, 138, 157, 0.1);
}

th,
td {
  padding: 0.5rem 2vw;
}
th.colspanned,
td.colspanned {
  padding-right: 0.5em;
}
th.colspanned-start,
td.colspanned-start {
  padding-right: 0.5ch;
  text-align: right;
}
th.colspanned-end,
td.colspanned-end {
  padding-left: 0;
  text-align: left;
}
th ul,
td ul {
  padding: 0;
  list-style-type: "⁃ ";
}
th li,
td li {
  margin: 0;
  padding: 0;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

td {
  vertical-align: top;
}
td .content {
  white-space: nowrap;
}

tr.rowspanned td[rowspan="1"] {
  padding: 0 2vw 0.5em;
}
tr.rowspanned td:not([rowspan="1"]) {
  padding: 0 2vw;
}

colgroup, col {
  box-sizing: border-box;
}
colgroup.contains-datetime, col.contains-datetime {
  width: 4em;
  width: calc(4em + 2vw);
}
colgroup.contains-date, col.contains-date {
  width: 10ch;
  white-space: nowrap;
}
colgroup.contains-time, col.contains-time {
  width: 6ch;
  white-space: nowrap;
}
colgroup.contains-email, col.contains-email {
  width: 30ch;
}
colgroup.contains-badge, col.contains-badge {
  width: 10em;
  width: calc(6em + 4vw);
}

td.contains-date,
td.contains-time {
  white-space: nowrap;
}

.cards {
  display: flex;
  flex-wrap: wrap;
}
.cards .card {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #478A9D;
  border-radius: 0.2em;
  max-width: 100%;
  width: 18rem;
  margin: 0.5rem;
  padding: 0.5rem;
}
.cards .card > .content {
  flex: auto;
}
.cards .card > .content + .content {
  border-top: 1px solid rgba(71, 138, 157, 0.1);
}
.cards .card > .extra {
  flex-grow: 0;
}
.cards .card .meta {
  color: #58687c;
}
.cards .card .header {
  font-size: large;
  font-weight: lighter;
}
.cards .card .header > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards .has-actions {
  display: flex;
}
.cards .has-actions > * {
  flex: auto;
}
.cards .has-actions .actions {
  margin-top: -0.5rem;
  flex: 0 1 auto;
}
.cards .has-actions button {
  border: none;
}

.badge {
  display: inline-block;
  border-radius: 1em;
  font-size: 0.8em;
  border: 1px solid lightgray;
  padding: calc(0.1em - 1px) calc(0.5em - 1px);
  white-space: nowrap;
}

.badge-Active {
  background-color: #509A51;
  border-color: #509A51;
  color: white;
}

.badge-Inactive {
  background-color: #cb8524;
  border-color: #cb8524;
  color: white;
}

.badge-Expired {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}

html.chrome section.tiles {
  display: grid;
  grid-template-rows: auto;
  grid-auto-rows: 25em;
  grid-template-columns: repeat(auto-fill, 25em);
  grid-gap: 0.66rem;
}
html.chrome section.tiles > .section-content {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: -1;
}
html.chrome section.tiles .tile {
  background-color: #478A9D;
  color: white;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid transparent;
  box-shadow: 2px 2px 3px rgba(16, 39, 68, 0.4);
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: transform ease-out 0.15s;
}
html.chrome section.tiles .tile svg[role=presentation] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  opacity: 0.25;
}
html.chrome section.tiles .tile:hover {
  transition: transform ease-out 0.1s;
  transform: scale(1.05);
  border-color: #9fa9b4;
  box-shadow: none;
}

/*nospecifics*/
@font-face {
  font-family: "babelstoneflags";
  src: local("Apple Color Emoji"), url("/fonts/babelstoneflags.woff") format("woff");
}
template {
  display: none;
}

h1, h2 {
  font-weight: lighter;
}

h1 img {
  max-width: 80%;
  max-height: 5rem;
}

svg.definitions {
  display: none;
}

.overlay {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.overlay .popup {
  max-width: 300px;
  margin: auto;
  background-color: white;
  border-radius: 2px;
  box-shadow: rgba(128, 128, 128, 0.5) 3px 3px 5px, rgba(128, 128, 128, 0.5) 0 0 2px;
  padding: 2vh 2vw;
}

.overlay.target,
.overlay:target {
  display: flex;
}

.indicator {
  border: 1px dotted black;
  background-color: rgba(128, 128, 128, 0.5);
  opacity: 0.3;
}

input[data-password-score] {
  --pw-strength-color: #CB4A5D;
  background-image: linear-gradient(to right, var(--pw-strength-color), var(--pw-strength-color));
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: bottom;
}

input[data-password-score="3"] {
  --pw-strength-color: #cb8524;
}

input[data-password-score="4"] {
  --pw-strength-color: #509A51;
}

[data-progress] {
  transition: all ease 1s;
  background-image: linear-gradient(to right, rgba(80, 154, 81, 0.3), rgba(80, 154, 81, 0.6));
  background-repeat: no-repeat;
  background-size: 0 50%;
  background-position: left center;
}

[data-progress="1"] {
  background-size: 1% 50%;
}

[data-progress="2"] {
  background-size: 2% 50%;
}

[data-progress="3"] {
  background-size: 3% 50%;
}

[data-progress="4"] {
  background-size: 4% 50%;
}

[data-progress="5"] {
  background-size: 5% 50%;
}

[data-progress="6"] {
  background-size: 6% 50%;
}

[data-progress="7"] {
  background-size: 7% 50%;
}

[data-progress="8"] {
  background-size: 8% 50%;
}

[data-progress="9"] {
  background-size: 9% 50%;
}

[data-progress="10"] {
  background-size: 10% 50%;
}

[data-progress="11"] {
  background-size: 11% 50%;
}

[data-progress="12"] {
  background-size: 12% 50%;
}

[data-progress="13"] {
  background-size: 13% 50%;
}

[data-progress="14"] {
  background-size: 14% 50%;
}

[data-progress="15"] {
  background-size: 15% 50%;
}

[data-progress="16"] {
  background-size: 16% 50%;
}

[data-progress="17"] {
  background-size: 17% 50%;
}

[data-progress="18"] {
  background-size: 18% 50%;
}

[data-progress="19"] {
  background-size: 19% 50%;
}

[data-progress="20"] {
  background-size: 20% 50%;
}

[data-progress="21"] {
  background-size: 21% 50%;
}

[data-progress="22"] {
  background-size: 22% 50%;
}

[data-progress="23"] {
  background-size: 23% 50%;
}

[data-progress="24"] {
  background-size: 24% 50%;
}

[data-progress="25"] {
  background-size: 25% 50%;
}

[data-progress="26"] {
  background-size: 26% 50%;
}

[data-progress="27"] {
  background-size: 27% 50%;
}

[data-progress="28"] {
  background-size: 28% 50%;
}

[data-progress="29"] {
  background-size: 29% 50%;
}

[data-progress="30"] {
  background-size: 30% 50%;
}

[data-progress="31"] {
  background-size: 31% 50%;
}

[data-progress="32"] {
  background-size: 32% 50%;
}

[data-progress="33"] {
  background-size: 33% 50%;
}

[data-progress="34"] {
  background-size: 34% 50%;
}

[data-progress="35"] {
  background-size: 35% 50%;
}

[data-progress="36"] {
  background-size: 36% 50%;
}

[data-progress="37"] {
  background-size: 37% 50%;
}

[data-progress="38"] {
  background-size: 38% 50%;
}

[data-progress="39"] {
  background-size: 39% 50%;
}

[data-progress="40"] {
  background-size: 40% 50%;
}

[data-progress="41"] {
  background-size: 41% 50%;
}

[data-progress="42"] {
  background-size: 42% 50%;
}

[data-progress="43"] {
  background-size: 43% 50%;
}

[data-progress="44"] {
  background-size: 44% 50%;
}

[data-progress="45"] {
  background-size: 45% 50%;
}

[data-progress="46"] {
  background-size: 46% 50%;
}

[data-progress="47"] {
  background-size: 47% 50%;
}

[data-progress="48"] {
  background-size: 48% 50%;
}

[data-progress="49"] {
  background-size: 49% 50%;
}

[data-progress="50"] {
  background-size: 50% 50%;
}

[data-progress="51"] {
  background-size: 51% 50%;
}

[data-progress="52"] {
  background-size: 52% 50%;
}

[data-progress="53"] {
  background-size: 53% 50%;
}

[data-progress="54"] {
  background-size: 54% 50%;
}

[data-progress="55"] {
  background-size: 55% 50%;
}

[data-progress="56"] {
  background-size: 56% 50%;
}

[data-progress="57"] {
  background-size: 57% 50%;
}

[data-progress="58"] {
  background-size: 58% 50%;
}

[data-progress="59"] {
  background-size: 59% 50%;
}

[data-progress="60"] {
  background-size: 60% 50%;
}

[data-progress="61"] {
  background-size: 61% 50%;
}

[data-progress="62"] {
  background-size: 62% 50%;
}

[data-progress="63"] {
  background-size: 63% 50%;
}

[data-progress="64"] {
  background-size: 64% 50%;
}

[data-progress="65"] {
  background-size: 65% 50%;
}

[data-progress="66"] {
  background-size: 66% 50%;
}

[data-progress="67"] {
  background-size: 67% 50%;
}

[data-progress="68"] {
  background-size: 68% 50%;
}

[data-progress="69"] {
  background-size: 69% 50%;
}

[data-progress="70"] {
  background-size: 70% 50%;
}

[data-progress="71"] {
  background-size: 71% 50%;
}

[data-progress="72"] {
  background-size: 72% 50%;
}

[data-progress="73"] {
  background-size: 73% 50%;
}

[data-progress="74"] {
  background-size: 74% 50%;
}

[data-progress="75"] {
  background-size: 75% 50%;
}

[data-progress="76"] {
  background-size: 76% 50%;
}

[data-progress="77"] {
  background-size: 77% 50%;
}

[data-progress="78"] {
  background-size: 78% 50%;
}

[data-progress="79"] {
  background-size: 79% 50%;
}

[data-progress="80"] {
  background-size: 80% 50%;
}

[data-progress="81"] {
  background-size: 81% 50%;
}

[data-progress="82"] {
  background-size: 82% 50%;
}

[data-progress="83"] {
  background-size: 83% 50%;
}

[data-progress="84"] {
  background-size: 84% 50%;
}

[data-progress="85"] {
  background-size: 85% 50%;
}

[data-progress="86"] {
  background-size: 86% 50%;
}

[data-progress="87"] {
  background-size: 87% 50%;
}

[data-progress="88"] {
  background-size: 88% 50%;
}

[data-progress="89"] {
  background-size: 89% 50%;
}

[data-progress="90"] {
  background-size: 90% 50%;
}

[data-progress="91"] {
  background-size: 91% 50%;
}

[data-progress="92"] {
  background-size: 92% 50%;
}

[data-progress="93"] {
  background-size: 93% 50%;
}

[data-progress="94"] {
  background-size: 94% 50%;
}

[data-progress="95"] {
  background-size: 95% 50%;
}

[data-progress="96"] {
  background-size: 96% 50%;
}

[data-progress="97"] {
  background-size: 97% 50%;
}

[data-progress="98"] {
  background-size: 98% 50%;
}

[data-progress="99"] {
  background-size: 99% 50%;
}

[data-progress="100"] {
  background-position-x: 100vw;
}

.message {
  margin: 1vh 1vw;
  padding: 1rem;
  border: 1px solid #478A9D;
  border-radius: 0.2em;
  background-color: #edf3f5;
}
.message.warning {
  border-color: #cb8524;
  background-color: #faf3e9;
}
.message.danger {
  border-color: #CB4A5D;
  background-color: #faedef;
}

.bar {
  fill: #478A9D;
  fill-opacity: 0.25;
  stroke: #478A9D;
  stroke-width: 0px;
}

.stack0 .bar {
  fill-opacity: 0.1;
}

.stack2 .bar {
  fill-opacity: 0.14;
}

.stack4 .bar {
  fill-opacity: 0.18;
}

.stack6 .bar {
  fill-opacity: 0.22;
}

.stack8 .bar {
  fill-opacity: 0.26;
}

.stack1 .bar {
  fill-opacity: 0.28;
}

.stack3 .bar {
  fill-opacity: 0.24;
}

.stack5 .bar {
  fill-opacity: 0.2;
}

.stack7 .bar {
  fill-opacity: 0.16;
}

.stack9 .bar {
  fill-opacity: 0.12;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35ch, 1fr));
  grid-gap: 1vw;
}

dl {
  display: grid;
  grid-template-columns: fit-content(1em) 1fr;
  grid-auto-rows: fit-content(1em);
  grid-column-gap: 1vw;
}

dt {
  color: #6D6D6D;
  white-space: nowrap;
  grid-column: 1;
}

dd {
  padding: 0;
  margin: 0;
  grid-column: 2;
}

dt:not(:first-child), dt:not(:first-child) ~ dd {
  padding-top: 1em;
}

td dl {
  margin: 0 0 0 1em;
}