/* ../../tmp/tmp-45-J4v9eqae4Jxc/assets/css/app.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #206bc4;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  border-left: 4px solid #e2e8f0;
  margin-left: 0;
  padding: 1px 2rem;
}
body {
  background-color: #f1f5f9;
  box-sizing: border-box;
  color: #1d273b;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.4;
  margin: 0;
}
hr {
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  background: white;
  margin: 2rem;
}
html {
  -webkit-font-smoothing: antialiased;
  background-color: #f1f5f9;
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  position: relative;
}
section {
  margin: 1.5rem auto 0;
  max-width: 124rem;
  padding: 0 1.5rem;
}
ul {
  margin: 0;
  padding-inline-start: 1em;
}
.secondary {
  color: #6c7a91;
}
.fade-in-scale {
  animation: 0.2s ease-in 0s normal forwards 1 fade-in-scale-keys;
}
.fade-out-scale {
  animation: 0.2s ease-out 0s normal forwards 1 fade-out-scale-keys;
}
.fade-in {
  animation: 0.2s ease-out 0s normal forwards 1 fade-in-keys;
}
.fade-out {
  animation: 0.2s ease-out 0s normal forwards 1 fade-out-keys;
}
@keyframes fade-in-scale-keys {
  0% {
    scale: 0.95;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes fade-out-scale-keys {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 0.95;
    opacity: 0;
  }
}
@keyframes fade-in-keys {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-keys-delayed {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out-keys {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-access--by--highlight {
  border: 1px solid #f76707;
  position: relative;
}
.c-access--by--label {
  display: none;
}
.c-access--by--highlight .c-access--by--label {
  background-color: #f76707;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.c-access--superuser {
  border: 1px solid #f76707;
  position: relative;
}
.c-access--superuser--label {
  background-color: #f76707;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.c-alert--message {
  background: white;
  border: 1px solid #e2e8f0;
  border-left: 2px solid;
  border-radius: 0.4rem;
  box-shadow: rgba(29, 39, 59, 0.04) 0px 1px 0px 0px;
  padding: 0.75rem 1rem;
  text-align: left;
}
.c-alert--message--error {
  border-left-color: #d63939;
  color: #d63939;
}
.c-alert--message--success {
  border-left-color: #2fb344;
  color: #2fb344;
}
.c-alert--message--inner {
  display: flex;
  gap: 0.75rem;
}
.c-alert--message--content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-alert--message--content h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.c-alert--message--content div {
  color: #6c7a91;
}
.c-alert--pill {
  align-items: flex-start;
  background-color: #d63939;
  border-radius: 10px;
  color: white;
  display: inline-flex;
  flex-direction: row;
  gap: 0.15rem;
  line-height: 1.1;
  padding: 0.5rem 0.5rem;
}
.c-alert--pill--message {
  border-radius: 0 0 8px 8px;
  padding-top: 0;
  padding: 0 0.5rem;
}
.c-container--cols {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.c-container--cols p {
  margin: 0;
}
.c-container--cols h3 {
  margin: 0;
}
.c-container--cols--gap-xs {
  gap: 0.5rem;
}
.c-container--cols--gap-s {
  gap: 0.75rem;
}
.c-container--cols--gap-m {
  gap: 1rem;
}
.c-container--cols--gap-l {
  gap: 1.5rem;
}
.c-container--cols--gap-xl {
  gap: 2rem;
}
.c-container--cols--gap-xxl {
  gap: 4rem;
}
.c-container--cols--height-m {
  max-height: calc(100vh - 400px);
  min-height: 400px;
}
.c-container--cols--height-m .c-container--cols--col {
  max-height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: auto;
}
.c-container--cols--col--padding-xs {
  padding: 0.5rem;
}
.c-container--cols--col--padding-s {
  padding: 0.75rem;
}
.c-container--cols--col--padding-m {
  padding: 1rem;
}
.c-container--cols--col--padding-l {
  padding: 1.5rem;
}
.c-container--cols--col--padding-xl {
  padding: 2rem;
}
.c-container--cols--col--padding-xxl {
  padding: 4rem;
}
.c-container--disclosure {
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  padding: 0 1rem;
}
.c-container--disclosure--header {
  cursor: pointer;
}
.c-container--disclosure--title-icon svg {
  stroke: #206bc4;
}
.c-container--disclosure--contents {
  padding-bottom: 1rem;
}
.c-container--grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
.c-container--grid.c-container--grid--scroll {
  box-sizing: border-box;
  max-height: calc(100vh - 8rem);
  min-height: 0;
  min-width: 0;
  overflow: auto;
}
.c-container--grid.c-container--grid--scroll .c-table {
  overflow: initial;
}
@media screen and (min-width:60rem) and (min-height:500px) {
  .c-container--grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(15em, auto);
  }
  .c-container--grid .c-table {
    overflow: scroll;
  }
}
.c-container--h {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.c-container--h--gap-xs {
  gap: 0.5rem;
}
.c-container--h--gap-s {
  gap: 0.75rem;
}
.c-container--h--gap-m {
  gap: 1rem;
}
.c-container--h--gap-l {
  gap: 1.5rem;
}
.c-container--h--gap-xl {
  gap: 2rem;
}
.c-container--h--gap-xxl {
  gap: 4rem;
}
.c-container--h--justify-left {
  justify-content: start;
}
.c-container--h--justify-center {
  justify-content: center;
}
.c-container--h--justify-right {
  justify-content: right;
}
.c-container--h--justify-space {
  justify-content: space-between;
}
.c-container--header {
  display: flex;
  flex-direction: column;
}
.c-container--header .c-container--header--extra {
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}
.c-container--header .c-container--header--main {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: space-between;
}
.c-container--header .c-container--header--main.c-container--header--padding-ml {
  padding: 1rem 1.5rem;
}
.c-container--header .c-container--header--main .c-container--header--controls {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  gap: 0.75rem;
  justify-content: end;
  padding-left: 2rem;
}
.c-container--header .c-container--header--main .c-container--header--super-and-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-container--header .c-container--header--main .c-container--header--super {
  color: #6c7a91;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-container--header .c-container--header--main .c-container--header--title {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1;
}
.c-container--header .c-container--header--main .c-container--header--title.c-container--header--title--size-m {
  font-size: 1.4rem;
}
.c-container--header .c-container--header--main .c-container--header--title.c-container--header--title--size-l {
  font-size: 2rem;
}
.c-container--marquee {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  max-width: 40rem;
  padding: 8rem 0.75rem;
  text-align: center;
  text-wrap: balance;
}
.c-container--marquee.c-container--marquee--delay {
  animation: 1s ease-out 0s normal forwards 1 fade-in-keys-delayed;
}
.c-container--marquee.c-container--marquee--size-s {
  padding: 2rem 0;
}
.c-container--marquee .c-container--marquee--title {
  font-size: 2rem;
  font-weight: 600;
}
.c-container--marquee .c-container--marquee--subtitle {
  color: #6c7a91;
  font-size: 1.4rem;
}
.c-container--marquee .c-container--marquee--body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 0 0;
}
.c-container--marquee .c-container--marquee--body p {
  padding: 0;
  margin: 0;
}
.c-container--panel {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  height: 100%;
}
.c-container--panel--filled .c-container--panel--inner {
  background-color: #e2e8f0 !important;
}
.c-container--panel.c-container--panel--padding-l .c-container--panel--inner {
  padding: 1.5rem;
}
@media (max-width:40rem) {
  .c-container--panel.c-container--panel--padding-l .c-container--panel--inner {
    padding: 1rem;
  }
}
.c-container--panel.c-container--panel--padding-xl .c-container--panel--inner {
  padding: 2rem;
}
.c-container--panel.c-container--panel--padding-xxl .c-container--panel--inner {
  padding: 4rem;
}
.c-container--panel .c-container--panel--inner {
  background-color: white;
  border-bottom: 0.75px solid #e2e8f0;
  padding: 1rem;
}
.c-container--panel .c-container--panel--inner.c-container--panel--gap-true {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-container--panel .c-container--panel--inner .c-container--panel--footer {
  display: flex;
  justify-content: right;
  margin-top: 1rem;
}
.c-container--panel .c-container--panel--inner .c-container--panel--header {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: left;
  margin-bottom: 1rem;
}
.c-container--scroll {
  display: flex;
  flex: 1;
  overflow: auto;
}
.c-container--scroll.c-container--scroll--axis-x {
  flex-direction: row;
}
.c-container--scroll .c-container--scroll--inner {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  min-height: min-content;
}
.c-container--v {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.c-container--v.c-container--v--align-space {
  justify-content: space-between;
}
.c-container--v.c-container--v--gap-xxs {
  gap: 0.15rem;
}
.c-container--v.c-container--v--gap-xs {
  gap: 0.5rem;
}
.c-container--v.c-container--v--gap-s {
  gap: 0.75rem;
}
.c-container--v.c-container--v--gap-m {
  gap: 1rem;
}
.c-container--v.c-container--v--gap-l {
  gap: 1.5rem;
}
.c-container--v.c-container--v--gap-xl {
  gap: 2rem;
}
.c-container--v.c-container--v--gap-xxl {
  gap: 4rem;
}
.c-container--v.c-container--v--justify-left {
  align-items: start;
}
.c-container--v.c-container--v--justify-center {
  align-items: center;
}
.c-container--v.c-container--v--justify-right {
  align-items: right;
}
.c-control--button {
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(29, 39, 59, 0.04) 0px 1px 0px 0px;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3.4rem;
  justify-content: center;
  line-height: 20px;
  padding: 0 1.6rem;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width:40rem) {
  .c-control--button.c-control--button--mobile-condensed {
    padding: 0.7rem 0.75rem;
  }
  .c-control--button.c-control--button--mobile-condensed .c-control--button--text {
    display: none !important;
  }
}
.c-control--button.c-control--button--submit {
  display: inline-flex;
  align-items: center;
}
.c-control--button.c-control--button--type-danger {
  background-color: white;
  border-color: #d63939;
  color: #d63939;
}
.c-control--button.c-control--button--type-danger:hover {
  background-color: rgba(240, 219, 219, 0.85);
}
.c-control--button.c-control--button--type-danger[disabled],
.c-control--button.c-control--button--type-danger.c-control--button--disabled {
  cursor: default;
  opacity: 0.4;
}
.c-control--button.c-control--button--type-danger[disabled]:active,
.c-control--button.c-control--button--type-danger[disabled]:hover,
.c-control--button.c-control--button--type-danger.c-control--button--disabled:active,
.c-control--button.c-control--button--type-danger.c-control--button--disabled:hover {
  background-color: white;
}
.c-control--button.c-control--button--type-primary {
  background-color: #206bc4;
  border-color: #206bc4;
  color: #f8fafc;
}
.c-control--button.c-control--button--type-primary[disabled],
.c-control--button.c-control--button--type-primary.c-control--button--disabled {
  color: #c8d3e1;
  cursor: default;
  opacity: 0.4;
}
.c-control--button.c-control--button--type-primary[disabled]:active,
.c-control--button.c-control--button--type-primary[disabled]:hover,
.c-control--button.c-control--button--type-primary.c-control--button--disabled:active,
.c-control--button.c-control--button--type-primary.c-control--button--disabled:hover {
  background-color: #206bc4;
  text-decoration: none;
}
.c-control--button.c-control--button--type-secondary {
  background-color: white;
  border-color: #e2e8f0;
  border-style: solid;
  color: #206bc4;
}
.c-control--button.c-control--button--type-secondary:hover {
  background-color: rgba(32, 107, 196, 0.1);
}
.c-control--button.c-control--button--type-secondary[disabled],
.c-control--button.c-control--button--type-secondary.c-control--button--disabled {
  color: #313c52;
  cursor: default;
  opacity: 0.4;
}
.c-control--button.c-control--button--type-secondary[disabled]:active,
.c-control--button.c-control--button--type-secondary[disabled]:hover,
.c-control--button.c-control--button--type-secondary.c-control--button--disabled:active,
.c-control--button.c-control--button--type-secondary.c-control--button--disabled:hover {
  background-color: white;
  text-decoration: none;
}
.c-control--button.c-control--button--type-ghost {
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
  color: #206bc4;
}
.c-control--button.c-control--button--type-ghost:hover {
  background-color: #f8fafc;
}
.c-control--button.c-control--button--type-ghost[disabled],
.c-control--button.c-control--button--type-ghost.c-control--button--disabled {
  color: #6c7a91;
  cursor: default;
  opacity: 0.4;
}
.c-control--button.c-control--button--type-ghost[disabled]:active,
.c-control--button.c-control--button--type-ghost[disabled]:hover,
.c-control--button.c-control--button--type-ghost.c-control--button--disabled:active,
.c-control--button.c-control--button--type-ghost.c-control--button--disabled:hover {
  background-color: transparent;
  text-decoration: none;
}
.c-control--button.c-control--button--xs {
  font-size: 1rem;
  height: 2.1rem;
  padding: 0 0.9rem 0 0.8rem;
}
.c-control--button.c-control--button--s {
  font-size: 1.2rem;
  height: 2.8rem;
  padding: 0 1.2rem 0 1rem;
}
.c-control--button.c-control--button--xl {
  border-radius: 0.6rem;
  font-size: 1.8rem;
  height: 4rem;
  line-height: 31.5px;
  padding: 0 2.4rem;
}
.c-control--button:active,
.c-control--button:hover {
  background-color: rgba(32, 107, 196, 0.8);
  cursor: pointer;
  text-decoration: underline;
}
.c-control--button .c-control--button--inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  position: relative;
  white-space: nowrap;
}
.c-control--button .c-control--button--inner .c-control--button--pip {
  color: #d63939;
  justify-content: center;
  left: -1.6rem;
  line-height: 1rem;
  position: absolute;
  top: 1rem;
  transform: translate(50%, -50%);
}
.c-control--button .c-control--button--inner .c-control--button--pip svg {
  height: 1.6rem;
  width: 1.6rem;
}
.c-control--button .c-control--button--inner .c-icon {
  display: flex;
}
.c-control--button-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.c-control--button-group.c-control--button-group--align-right {
  justify-content: end;
}
.c-control--button-toggle {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.c-control--button-toggle .c-control--button-toggle--button-container .c-control--button {
  background-color: white;
  border-radius: 0;
  border-right-width: 0;
  color: #206bc4;
}
.c-control--button-toggle .c-control--button-toggle--button-container.c-control--button-toggle--button-container--selected .c-control--button {
  background-color: #206bc4;
  color: #f8fafc;
}
.c-control--button-toggle .c-control--button-toggle--button-container:first-child .c-control--button {
  border-radius: 0.4rem 0 0 0.4rem;
}
.c-control--button-toggle .c-control--button-toggle--button-container:last-child .c-control--button {
  border-radius: 0 0.4rem 0.4rem 0;
  border-right-width: 1px;
}
.c-control--favorite {
  cursor: pointer;
}
.c-control--hyperlink--disabled:hover {
  text-decoration: underline;
}
.c-dropdown-button {
  position: relative;
}
.c-dropdown-button .c-control--button {
  border-color: #e2e8f0;
  transition: border-color 0.5s;
}
.c-dropdown-button:has(.phx-click-loading) .c-control--button {
  border-color: green;
  transition: border-color 0.5s;
}
.c-dropdown-button--align-left {
  text-align: left;
}
.c-dropdown-button--align-right {
  text-align: right;
}
.c-dropdown-button--align-right .c-dropdown-button--dropdown {
  right: 0;
}
.c-dropdown-button--dropdown {
  display: none;
  margin-top: 0.25rem;
  position: absolute;
  z-index: 10;
}
.c-dropdown-button--visible .c-dropdown-button--dropdown {
  display: flex;
}
.c-menu {
  background-color: white;
  border-color: #e2e8f0;
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(29, 39, 59, 0.04) 0px 1px 0px 0px;
  color: #1d273b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  padding: 0.25rem 0;
  text-align: left;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}
.c-menu .c-menu--item {
  display: block;
}
.c-menu .c-menu--item .c-menu--item--inner {
  display: block;
  padding: 0.5rem 1.6rem;
}
.c-menu .c-menu--item:hover {
  cursor: pointer;
  text-decoration: underline;
}
.c-menu .c-menu--item--disabled {
  opacity: 0.4;
  text-decoration: none;
}
.c-menu .c-menu--item--disabled:hover {
  cursor: default;
  text-decoration: none;
}
.c-menu .c-menu--item--separator {
  border-top: 1px solid #e2e8f0;
  height: 1px;
  margin: 0.5rem 0;
  padding: 0;
}
.c-control--tooltip {
  display: inline-block;
  position: relative;
}
.c-control--tooltip--overlay {
  visibility: hidden;
  opacity: 0;
  background: white;
  border-radius: 0.6rem;
  border: 1px solid #e2e8f0;
  box-shadow: rgba(29, 39, 59, 0.04) 0px 1px 0px 0px;
  max-width: 25em;
  min-width: 8em;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: max-content;
  z-index: 100;
}
.tooltip-p-m .c-control--tooltip--overlay {
  padding: 1rem;
}
.c-control--tooltip--overlay:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
}
.c-control--tooltip--overlay:after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
}
.tooltip-bottom .c-control--tooltip--overlay {
  top: calc(100% + 0.5em);
  left: 50%;
  transform: translate(-50%, 0px);
}
.tooltip-bottom .c-control--tooltip--overlay:after {
  border-bottom-color: white;
}
.tooltip-bottom .c-control--tooltip--overlay:before {
  border-bottom-color: #e2e8f0;
}
.tooltip-bottom .c-control--tooltip--overlay:after,
.tooltip-bottom .c-control--tooltip--overlay:before {
  bottom: 100%;
  right: calc(50% - 6px);
  margin-left: -8px;
  margin-top: -8px;
}
.tooltip-left .c-control--tooltip--overlay {
  right: calc(100% + 0.5em);
  top: 50%;
  transform: translate(0px, -50%);
}
.tooltip-left .c-control--tooltip--overlay:after {
  border-left-color: white;
}
.tooltip-left .c-control--tooltip--overlay:before {
  border-left-color: #e2e8f0;
}
.tooltip-left .c-control--tooltip--overlay:after,
.tooltip-left .c-control--tooltip--overlay:before {
  left: 100%;
  top: 50%;
  margin-right: -8px;
  margin-top: -8px;
}
.tooltip-right .c-control--tooltip--overlay {
  left: calc(100% + 0.5em);
  top: 50%;
  transform: translate(0px, -50%);
}
.tooltip-right .c-control--tooltip--overlay:after {
  border-right-color: white;
}
.tooltip-right .c-control--tooltip--overlay:before {
  border-right-color: #e2e8f0;
}
.tooltip-right .c-control--tooltip--overlay:after,
.tooltip-right .c-control--tooltip--overlay:before {
  right: 100%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.tooltip-top .c-control--tooltip--overlay {
  bottom: calc(100% + 1em);
  left: 50%;
  transform: translate(-50%, 0px);
}
.tooltip-top .c-control--tooltip--overlay:after {
  border-top-color: white;
}
.tooltip-top .c-control--tooltip--overlay:before {
  border-top-color: #e2e8f0;
}
.tooltip-top .c-control--tooltip--overlay:after,
.tooltip-top .c-control--tooltip--overlay:before {
  top: 100%;
  right: calc(50% - 4px);
  margin-left: -8px;
  margin-bottom: -8px;
}
.c-control--tooltip:hover .c-control--tooltip--overlay {
  visibility: visible;
  opacity: 1;
}
form.phx-submit-loading .c-control--button {
  background-color: #206bc4;
  color: #f8fafc;
  cursor: default;
  opacity: 0.4;
}
form.phx-submit-loading .c-control--button.c-control--button--type-secondary {
  background-color: #c8d3e1;
}
form.phx-submit-loading .c-control--button.c-control--button--type-ghost {
  background-color: transparent;
}
.c-data--kv {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-data--kv--inline-true {
  flex-direction: row;
}
.c-data--kv .c-data--item .c-data--item--key {
  color: #6c7a91;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-data--kv .c-data--item .c-data--item--value--align-left {
  text-align: start;
}
.c-data--kv .c-data--item .c-data--item--value--align-center {
  text-align: center;
}
.c-data--kv .c-data--item .c-data--item--value--align-right {
  text-align: end;
}
ul.c-data--list {
  list-style-type: none;
  padding-left: 0;
}
ul.c-data--list li.c-data--item {
  margin-left: 0;
}
.c-dynamic-form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.c-dynamic-form .c-dynamic-form--section {
  flex: 1 1 0px;
}
.c-dynamic-form .c-dynamic-form--section .c-dynamic-form--questions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}
.c-dynamic-form .c-dynamic-form--section .c-dynamic-form--questions .c-dynamic-form--complex-type {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-dynamic-form .c-dynamic-form--section .c-dynamic-form--questions .c-dynamic-form--complex-type h3 {
  margin: 0;
}
.c-dynamic-form .c-dynamic-form--section .c-dynamic-form--questions .c-dynamic-form--description {
  margin: 0;
}
@media screen and (min-width:60rem) {
  .c-form--input--width-s {
    max-width: 30ch;
  }
  .c-form--input--width-m {
    max-width: 50%;
  }
  .c-form--input--width-l {
    max-width: 100%;
  }
}
.c-form--assoc {
  margin-top: 4rem;
}
.c-form--assoc.index-0 {
  margin-top: 1rem;
}
.c-form--input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.c-form--input input[type=file] {
  border-radius: 0.4rem 0 0 0.4rem;
  border: 0;
  color: #6c7a91;
  overflow: hidden;
  padding: 0;
}
.c-form--input input[type=file]::file-selector-button {
  background-color: #206bc4;
  border: 0;
  color: white;
  font-size: 1.4rem;
  margin: 0 1rem 0 -1rem;
  padding: 0.75rem 1rem 0.75rem 2rem;
  white-space: nowrap;
}
.c-form--input input[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.c-form--input label {
  cursor: pointer;
  display: inline-flex;
  gap: 0.75rem;
  padding-left: 1rem;
}
.c-form--input input,
.c-form--input textarea,
.c-form--input select {
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  outline: initial;
}
.c-form--input input:focus,
.c-form--input textarea:focus,
.c-form--input select:focus {
  outline: 1px solid #206bc4;
}
.c-form--input input:focus.c-form--input--has-errors,
.c-form--input textarea:focus.c-form--input--has-errors,
.c-form--input select:focus.c-form--input--has-errors {
  outline-color: #d63939;
}
.c-form--input input::placeholder,
.c-form--input textarea::placeholder,
.c-form--input select::placeholder {
  color: #9ba9be;
}
.c-form--input input[disabled],
.c-form--input textarea[disabled],
.c-form--input select[disabled] {
  border: 1px dashed #e2e8f0;
  color: #6c7a91;
}
.c-form--input input[readonly],
.c-form--input textarea[readonly],
.c-form--input select[readonly] {
  border: 1px dashed #e2e8f0;
}
.c-form--input select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.4rem;
  max-width: 100%;
}
.c-form--input select:not([multiple]):not([readonly]):not([disabled]) {
  background: url(/images/chevron-down-cac64b507b3f757a8692d82ad54a189d.svg?vsn=d);
  background-color: white;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: calc(100% + 1.5em);
  background-origin: content-box;
  padding-right: 2em;
}
.c-form--input select[readonly],
.c-form--input select[disabled] {
  pointer-events: none;
}
.c-form--input select[multiple] {
  overflow-x: scroll;
  width: 100%;
}
.c-form--input select .c-form--input--prompt {
  color: #6c7a91;
}
.c-form--input--padding-none label {
  padding-left: 0;
}
.c-form--input textarea {
  min-height: 10em;
}
.c-form--input .c-form--input--error-message {
  bottom: -1.8rem;
  color: #d63939;
  font-size: 1.2rem;
  margin: 0;
  min-height: calc(1.2rem + 2px);
  padding: 0;
  position: absolute;
  right: 0;
}
.c-form--input .c-form--input--radio-list label {
  display: flex;
  align-items: center;
}
.c-form--input .c-form--input--checkbox-list,
.c-form--input .c-form--input--date-range,
.c-form--input .c-form--input--radio-list {
  display: flex;
  margin-top: 0.5rem;
}
.c-form--input .c-form--input--checkbox-list.c-form--input--checkbox-list--direction-column,
.c-form--input .c-form--input--checkbox-list.c-form--input--radio-list--direction-column,
.c-form--input .c-form--input--date-range.c-form--input--checkbox-list--direction-column,
.c-form--input .c-form--input--date-range.c-form--input--radio-list--direction-column,
.c-form--input .c-form--input--radio-list.c-form--input--checkbox-list--direction-column,
.c-form--input .c-form--input--radio-list.c-form--input--radio-list--direction-column {
  flex-direction: column;
}
.c-form--input .c-form--input--checkbox-list.c-form--input--checkbox-list--direction-row,
.c-form--input .c-form--input--checkbox-list.c-form--input--radio-list--direction-row,
.c-form--input .c-form--input--date-range.c-form--input--checkbox-list--direction-row,
.c-form--input .c-form--input--date-range.c-form--input--radio-list--direction-row,
.c-form--input .c-form--input--radio-list.c-form--input--checkbox-list--direction-row,
.c-form--input .c-form--input--radio-list.c-form--input--radio-list--direction-row {
  flex-direction: row;
  gap: 1.5rem;
}
.c-form--input .c-form--input--icon {
  align-items: stretch;
  display: flex;
  position: relative;
}
.c-form--input .c-form--input--icon > :last-child {
  border-left: none;
}
.c-form--input .c-form--input--icon > span {
  align-items: center;
  justify-content: center;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  width: 3em;
  padding-top: 3px;
}
.c-form--input .c-form--input--icon input {
  width: 100%;
}
@media screen and (min-width:60rem) {
  .c-form--input .c-form--input--checkbox-list--direction-column {
    column-gap: 1.5rem;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr;
    margin-left: 1rem;
    row-gap: 0.15rem;
  }
}
.c-form--input .c-form--input--checkbox-list label {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.c-form--input .c-form--input--checkbox-list label span {
  display: block;
}
.c-form--input .c-form--input--date-range--contents {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.c-form--input .c-form--input--date-range--contents .c-form--input--error-message {
  left: 0;
}
.c-form--input--static {
  color: #6c7a91;
}
.c-form--input--has-errors {
  border-color: #d63939 !important;
}
.c-form--grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0 0;
}
.c-form--grid--section--inline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width:40rem) {
  .c-form--grid--section--inline {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .c-form--grid--section--inline textarea {
    height: 100%;
  }
}
.c-form--grid input,
.c-form--grid select {
  max-width: 100% !important;
}
.c-form--label--description {
  color: #6c7a91;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0.5rem 0;
  padding-left: 1rem;
}
.c-form--label--description p {
  margin: 0;
}
.c-form--label--description p + p {
  margin-top: 0.75rem;
}
.c-form--label--description ul {
  padding: 0 1.5em;
}
.c-form--label--required svg {
  stroke: #d63939;
}
.c-form--label--saving {
  color: #2fb344;
  display: inline;
  font-size: 1.4rem;
  padding: 0.15rem 0.5rem;
  text-transform: lowercase;
}
.c-form--notice {
  color: red;
  font-size: 1.2rem;
  padding-left: 1rem;
}
.c-form--notice p {
  margin: 0;
  padding-bottom: 1rem;
}
.c-form--simple-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
.c-form--simple-form header {
  font-size: 2rem;
  font-weight: 600;
}
.c-form--simple-form .c-form--simple-form--actions {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: end;
  margin-top: 1.5rem;
}
.c-form--simple-form .c-form--simple-form--contents {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-form--simple-form .c-form--simple-form--contents + .c-form--simple-form--contents {
  margin-top: 4rem;
}
.c-form--simple-form .c-form--simple-form--contents.c-form--simple-form--contents--padding {
  padding-bottom: 4rem;
}
.c-form--simple-form .c-form--simple-form--error-message {
  color: #d63939;
  font-size: 2rem;
  font-weight: bold;
}
.c-form--toggle {
  display: block;
  min-height: 2rem;
  padding-left: 4rem;
}
.c-form--toggle input {
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23e6e7e9'/></svg>");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  border-radius: 3.2rem;
  border: 1px solid #e2e8f0;
  color-adjust: exact;
  cursor: pointer;
  display: block;
  float: left;
  height: 1.8rem;
  margin-left: -4rem;
  margin-top: 0.1rem;
  transition: background-color 0.3s, background-position 0.15s;
  width: 3.2rem;
}
.c-form--toggle input:disabled {
  cursor: auto;
}
.c-form--toggle input:checked {
  background-color: #206bc4;
  background-position: right center;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23ffffff'/></svg>");
}
.c-form--toggle input:disabled:checked {
  background-color: #6c7a91;
}
.c-form--toggle--disabled span {
  opacity: 0.4;
}
.c-form--toggle span {
  display: block;
  user-select: none;
}
.c-form--upload-field {
  background-color: #f8fafc;
  border-radius: 0.4rem;
  border: 0;
  padding-left: 0 !important;
}
.c-icon {
  stroke: 1px;
}
.c-icon.c-icon--animated svg {
  animation-duration: 1.75s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-play-state: running;
  animation-timing-function: linear;
}
.c-icon.c-icon--inline {
  display: contents;
}
.c-icon.c-icon--inline svg {
  height: 0.7lh;
  margin-bottom: -2px;
  width: 1em;
}
.c-icon.c-icon--size-xxs {
  height: 1rem;
  width: 1rem;
}
.c-icon.c-icon--size-xxs svg {
  height: 1rem;
  width: 1rem;
}
.c-icon.c-icon--size-xs {
  height: 1.4rem;
  width: 1.4rem;
}
.c-icon.c-icon--size-xs svg {
  height: 1.4rem;
  width: 1.4rem;
}
.c-icon.c-icon--size-s {
  height: 1.6rem;
  width: 1.6rem;
}
.c-icon.c-icon--size-s svg {
  height: 1.6rem;
  width: 1.6rem;
}
.c-icon.c-icon--size-m {
  height: 1.8rem;
  width: 1.8rem;
}
.c-icon.c-icon--size-m svg {
  height: 1.8rem;
  width: 1.8rem;
}
.c-icon.c-icon--size-l {
  height: 2rem;
  width: 2rem;
}
.c-icon.c-icon--size-l svg {
  height: 2rem;
  width: 2rem;
}
.c-icon.c-icon--size-xl {
  height: 2.4rem;
  width: 2.4rem;
}
.c-icon.c-icon--size-xl svg {
  height: 2.4rem;
  width: 2.4rem;
}
.c-icon.c-icon--type-active.c-icon--icon-type-filled svg {
  fill: #f7cc7c;
  stroke: #f76707;
}
.c-icon.c-icon--type-active.c-icon--icon-type-outline svg {
  stroke: #f7cc7c;
}
.c-icon.c-icon--type-control.c-icon--icon-type-filled svg {
  fill: #206bc4;
  stroke: #206bc4;
}
.c-icon.c-icon--type-control.c-icon--icon-type-outline svg {
  stroke: #206bc4;
}
.c-icon.c-icon--type-inactive.c-icon--icon-type-filled svg {
  fill: #c8d3e1;
}
.c-icon.c-icon--type-inactive.c-icon--icon-type-outline svg {
  stroke: #c8d3e1;
}
[data-phx-main] {
  height: 100%;
}
.c-layout {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  position: relative;
  min-height: 100%;
}
.c-layout .c-layout--footer {
  align-items: center;
  color: #6c7a91;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  margin: 1.5rem auto 0.5rem auto;
  padding: 0.75rem 4rem;
}
.c-layout .c-layout--footer .c-layout--footer--fine-print {
  color: #9ba9be;
  font-size: 1rem;
}
@container (min-width: 300px) {
  .c-list--item {
    padding: 0.75rem 1.5rem;
  }
  .c-list--item--draggable {
    padding-left: 1rem;
  }
}
@container (max-width: 300px) {
  .c-list--item {
    padding: 0.75rem 1rem;
  }
  .c-list--item--draggable {
    padding-left: 0.75rem;
  }
}
@container (max-width: 250px) {
  .c-list--item {
    padding: 0.75rem 0.75rem;
  }
  .c-list--item--draggable {
    padding-left: 0.5rem;
  }
}
@container (max-width: 200px) {
  .c-list--item {
    padding: 0.5rem;
  }
  .c-list--item--draggable {
    padding-left: 0.15rem;
  }
}
.c-list--container {
  position: relative;
}
.c-list--container--inner {
  background-color: #f8fafc;
  box-shadow: 0px 0px 1px #9ba9be inset;
  box-sizing: border-box;
  container-type: inline-size;
  counter-reset: ordered-list 0;
  position: relative;
  min-height: 5em;
}
.c-list--container--inner--droppable {
  padding-bottom: 1.5em;
}
.c-list--container--inner--empty {
  border: 1px dashed #e2e8f0;
  box-shadow: none;
  display: grid;
  height: 5em;
  place-content: center;
}
.c-list--container--message {
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem;
}
.c-list--container--message:empty {
  padding: 0;
}
.c-list--container--ordered .c-list--item--contents {
  padding-left: 3em;
}
.c-list--container--ordered .c-list--item--counter:before {
  content: counter(ordered-list, decimal) ".";
  position: absolute;
  text-align: center;
  width: 3em;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-list--container--ordered .c-list--item--draggable .c-list--item--contents {
  padding-left: 2.5em;
}
.c-list--container--ordered .c-list--item--draggable .c-list--item--counter:before {
  width: 5em;
  translate: -2em -50%;
}
.c-list--container--scroll {
  overflow-x: scroll;
}
.c-list--container--title {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}
.c-list--container--warning {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-list--container .c-list--item {
  position: relative;
}
.c-list--container .c-list--item--inner {
  border-bottom-width: 0px;
}
.c-list--container .c-list--item:last-child .c-list--item--inner {
  border-bottom-width: 1px;
}
.c-list--container.drag-hover .c-list--container--inner {
  background-color: #f1f5f9;
  box-shadow: 0px 0px 1px #e2e8f0 inset, -1px -1px 15px #e2e8f0 inset;
}
.c-list--container.drag-hover .c-list--container--inner:not(:has(.drag-over)) .c-list--item:last-child {
  border-bottom-color: red;
}
.c-list--container.drop-prohibited {
  opacity: 0.7;
}
.c-list--container.drop-prohibited .c-list--container--inner {
  background-color: #f8fafc;
}
.c-list--container.drop-prohibited .c-list--container--inner {
  border-color: #e2e8f0;
}
.c-list--container.drop-prohibited .c-list--container--inner::before {
  display: block;
  content: " ";
  background-image: url('data:image/svg+xml,<svg width="100" height="100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100" y2="100" stroke="%23ccc" stroke-width="1" /><line x1="100" y1="0" x2="0" y2="100" stroke="%23ccc" stroke-width="1" /></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-list--container.drop-prohibited .c-list--item {
  background-color: #f8fafc;
  opacity: 0.25;
}
.c-list--item {
  align-items: center;
  counter-increment: ordered-list;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
  background: white;
  border: 1px solid #e2e8f0;
  border-bottom-width: 0px;
}
.c-list--item:last-child {
  border-bottom-width: 1px;
}
.c-list--item--disabled {
  color: #9ba9be;
}
.c-list--item--draggable {
  padding-left: 0;
}
.c-list--item--drag-handle {
  cursor: grab;
  display: flex;
  padding: 0.5em 1em;
  z-index: 10;
}
.c-list--item--main {
  position: relative;
}
.c-list--item--left,
.c-list--item--right {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.c-list--item--secondary {
  font-size: 1.2rem;
}
.c-list--item.drag-over {
  border-color: #9ba9be;
}
.c-list--item.drag-over--after {
  border-bottom-color: red;
}
.c-list--item.drag-over--after + .c-list--item {
  border-top-color: red;
}
.c-list--item.drag-over--before {
  border-top-color: red;
}
.c-list--item.drag-over--before + .c-list--item {
  border-top-color: #9ba9be;
}
.c-nav {
  padding: 0.75rem 0;
}
.c-nav .c-nav--inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 1.5rem;
}
.c-nav .c-nav--left {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.c-nav .c-nav--right {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.c-nav .c-nav--logo {
  line-height: 0;
}
.c-nav .c-nav--logo img {
  height: 15px;
}
@media screen and (max-width:30rem) {
  .c-nav .c-nav--logo img {
    height: 12px;
  }
}
.c-nav .c-nav--logo-link {
  display: inline-flex;
}
.c-nav .c-nav--email {
  color: #6c7a91;
}
.c-svg svg {
  aspect-ratio: 85/30;
}
.c-svg.c-svg--size-s svg {
  height: 1.5rem;
}
.c-svg.c-svg--size-m svg {
  height: 2rem;
}
.c-svg.c-svg--size-l svg {
  height: 3rem;
}
.c-svg.c-svg--size-xl svg {
  height: 4rem;
}
.c-svg.c-svg--size-xxl svg {
  height: 5rem;
}
.c-table {
  height: 100%;
  background-color: #f8fafc;
}
.c-table.c-table--simple {
  background-color: transparent;
}
.c-table.c-table--simple table {
  background-color: transparent;
  border-bottom-width: 0;
  width: fit-content;
}
.c-table.c-table--simple table td,
.c-table.c-table--simple table th {
  padding: 0.15rem 1rem;
}
.c-table.c-table--simple table td:first-of-type,
.c-table.c-table--simple table th:first-of-type {
  padding-left: 0;
}
.c-table.c-table--simple table tr {
  border-width: 0;
}
.c-table.c-table--simple table tr:hover {
  background-color: inherit;
}
.c-table.c-table--simple th.c-table--table-action {
  text-transform: none;
}
.c-table.c-table--sticky thead th {
  background-color: white;
  background-image:
    linear-gradient(
      to right,
      #e2e8f0 49.5%,
      #e2e8f0 50.5%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.c-table .c-table--header {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.c-table .c-table--header .c-table--title {
  font-weight: bold;
}
.c-table .c-table--header .c-table--table-actions {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: end;
}
.c-table .c-table--blurb {
  background-color: white;
  padding: 1rem 1.5rem;
}
.c-table table {
  background: white;
  border-bottom: 0.75px solid #e2e8f0;
  border-collapse: collapse;
  overflow: auto;
  width: 100%;
}
.c-container--grid .c-table table tbody {
  table-layout: fixed;
  overflow-y: scroll;
}
.c-table table tbody tr:hover {
  background-color: #f8fafc;
}
.c-table table tbody tr.c-table--empty {
  display: none;
}
.c-table table tbody tr.c-table--empty:only-child {
  display: table-row;
}
.c-table table tbody tr.c-table--empty:only-child td {
  color: #6c7a91;
  line-height: 0;
  text-align: center;
}
.c-table table tbody tr.c-row--subheader {
  background-color: #f5f5fa;
}
.c-table table tbody tr.c-row--subheader:hover {
  background-color: #f1f5f9;
}
.c-table table tbody tr.c-row--subheader th {
  color: #1d273b;
  font-size: 1.4rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.c-table table tbody tr.c-row--subheader td {
  padding-bottom: 0;
  padding-top: 0;
  color: #6c7a91;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-table table th,
.c-table table td {
  color: #1d273b;
  padding: 1rem 1.5rem;
  text-align: left;
}
.c-table table th.c-col--center,
.c-table table td.c-col--center {
  text-align: center;
}
.c-table table th.c-col--right,
.c-table table td.c-col--right {
  text-align: right;
}
.c-table table th.c-col--type--secondary,
.c-table table td.c-col--type--secondary {
  color: #6c7a91;
}
.c-table table th.c-table--actions,
.c-table table th.c-table--table-action,
.c-table table td.c-table--actions,
.c-table table td.c-table--table-action {
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.c-table table th.c-table--secondary,
.c-table table td.c-table--secondary {
  color: #6c7a91;
}
.c-table table th .c-table--actions,
.c-table table td .c-table--actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: end;
}
.c-table table th {
  color: #6c7a91;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-table table td {
  font-weight: 400;
  vertical-align: middle !important;
}
.c-table table tr {
  border-top: 1px solid #e2e8f0;
}
.c-table table tr:first-child {
  border-top-width: 0;
}
.c-table.c-table--compact {
  font-size: 1.2rem;
}
.c-table.c-table--compact th,
.c-table.c-table--compact td {
  padding: 0.5rem 0.75rem;
}
.c-table.c-table--subheaders table td:first-child svg {
  color: #c8d3e1;
}
.c-tabs--sidebar {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.c-tabs--sidebar .c-tabs--sidebar--contents {
  flex: 1 1 0px;
}
.c-tabs--sidebar .c-tabs--sidebar--items {
  align-items: end;
  display: flex;
  flex: none;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 0;
  width: 12em;
}
.c-tabs--sidebar .c-tabs--sidebar--items .c-tabs--sidebar--item {
  color: #206bc4;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.c-tabs--sidebar .c-tabs--sidebar--items .c-tabs--sidebar--item--current {
  background-color: #e2e8f0;
  color: #1d273b;
  cursor: default;
}
@media screen and (min-width:40rem) {
  .c-tabs--sidebar .c-tabs--sidebar--items {
    width: 15em;
  }
}
@media screen and (min-width:60rem) {
  .c-tabs--sidebar .c-tabs--sidebar--items {
    width: 20em;
  }
}
.c-text--blurb {
  text-align: center;
  text-wrap: balance;
}
.c-text--card {
  background: white;
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
}
.c-text--card--actions {
  display: flex;
  gap: 0.75rem;
}
.c-text--card--border {
  border: 1px solid #e2e8f0;
}
.c-text--card--contents {
  display: contents;
}
.c-text--card--contents--stacked {
  display: block;
}
.c-text--card--disabled,
.c-text--card--disabled .c-text--card--subtext {
  color: #9ba9be;
}
.c-text--card--disabled a,
.c-text--card--disabled .c-text--card--subtext a {
  color: #9ba9be;
}
.c-text--card--filled-true {
  background-color: #e2e8f0;
}
.c-text--card--icon {
  color: #6c7a91;
  display: inline-flex;
}
.c-text--card--message {
  font-weight: 500;
}
.c-text--card--padding-false {
  padding: 0;
}
.c-text--card--padding-m {
  padding: 1.5rem;
}
.c-text--card--padding-s {
  padding: 1rem;
}
.c-text--card--subtext {
  color: #6c7a91;
}
.c-text--card--title {
  color: #6c7a91;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-text--card--transparent {
  background-color: transparent;
}
.c-text--message {
  color: #6c7a91;
  display: flex;
  gap: 0.5rem;
}
.c-text--message.c-text--message--align-left {
  justify-content: start;
}
.c-text--message.c-text--message--align-center {
  justify-content: center;
}
.c-text--message.c-text--message--align-right {
  justify-content: end;
}
.c-text--message.c-text--message--size-s {
  font-size: 1.2rem;
}
.c-text--message.c-text--message--size-m {
  font-size: 1.4rem;
}
.c-text--message.c-text--message--size-l {
  font-size: 2rem;
}
.c-text--message p {
  margin: 0;
}
.c-text--message p + p {
  margin-top: 1rem;
}
.c-text--message .c-icon {
  order: 0;
}
.c-text--message--content {
  order: 1;
}
.c-text--message--content:empty + .c-icon {
  display: none;
}
.c-text--message svg {
  max-height: 1.6rem;
  max-width: 1.6rem;
  min-height: 1.6rem;
  min-width: 1.6rem;
}
.c-text--message.c-text--message--type-callout svg {
  color: #f76707;
}
.c-text--message.c-text--message--type-info svg {
  color: #206bc4;
}
.c-text--message.c-text--message--type-failure svg {
  color: #d63939;
}
.c-text--message.c-text--message--type-success svg {
  color: #2fb344;
}
.c-text--message.c-text--message--type-warning svg {
  color: #d63939;
}
.c-text--application-status {
  display: flex;
  gap: 0.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  align-items: center;
}
.c-text--application-status--unstarted {
  color: #f76707;
}
.c-text--application-status--in_progress {
  color: #f76707;
}
.c-text--application-status--submitted {
  color: #2fb344;
}
.c-text--application-status--matched {
  color: #2fb344;
}
.c-text--status {
  align-items: center;
  cursor: default;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  gap: 0.75rem;
  text-transform: uppercase;
}
.c-text--status--disabled {
  color: #9ba9be;
}
.c-text--status--error {
  color: #d63939;
}
.c-text--status--pending {
  color: #f76707;
}
.c-text--status--success {
  color: #2fb344;
}
.c-text--presence--blank--style-gray {
  color: #6c7a91;
}
.c-text--tag {
  align-items: center;
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 1.2rem;
  padding: 0.15rem 0.75rem;
  text-align: center;
}
.c-text--tag--borderless {
  background-color: transparent !important;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.c-text--tag--fixed {
  top: 1.2rem;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}
.c-text--tag--type-callout {
  background-color: #fef0e6;
  border-color: #f76707;
  color: #f76707;
}
.c-text--tag--type-info {
  background-color: #e9f0f9;
  border-color: #206bc4;
  color: #206bc4;
}
.c-text--tag--type-failure {
  background-color: #fbebeb;
  border-color: #d63939;
  color: #d63939;
}
.c-text--tag--type-success {
  background-color: #eaf7ec;
  border-color: #2fb344;
  color: #2fb344;
}
.c-text--tag .c-icon {
  line-height: 0;
}
.c-text--tip {
  color: #6c7a91;
}
.c-text--tip--icon svg {
  fill: #206bc4;
}
.c-track {
  padding: 0.5rem 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.c-track--inactive {
  color: #6c7a91;
}
.c-track--handle {
  cursor: grab;
}
.c-track--index {
  color: #6c7a91;
}
.c-track--inner {
  background: white;
  border: 1px solid #e2e8f0;
  flex: 2;
  padding: 0.75rem;
}
.c-track--track-name {
  font-size: 1.2rem;
}
.c-track.drag-over .c-track--inner {
  border-color: #9ba9be;
}
.c-track.drag-over--before {
  border-top: 2px solid red;
}
.c-track.drag-over--after {
  border-bottom: 2px solid red;
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  overflow: hidden;
}
.affiliation-state.affiliated {
  color: #2fb344;
}
.affiliation-state.pending {
  color: #f7cc7c;
}
.affiliation-state.rejected {
  color: #d63939;
}
.affiliation-state.requested {
  color: #f59f00;
}
@media screen and (min-width:40rem) {
  .agency-location--comments {
    grid-column: 2;
    grid-row: 2/5;
  }
  .agency-location--comments textarea {
    height: 100%;
  }
  .agency-location--county {
    grid-column: 1;
    grid-row: 3;
  }
  .agency-location--type {
    grid-column: 1;
    grid-row: 4;
  }
}
.p-styleguide .p-styleguide--docs {
  border: 1px solid #e2e8f0;
  margin: 0 1rem;
  padding: 1.5rem;
}
.p-styleguide .p-styleguide--docs,
.p-styleguide .p-styleguide--docs code,
.p-styleguide .p-styleguide--docs h2,
.p-styleguide .p-styleguide--docs ul,
.p-styleguide .p-styleguide--docs pre {
  font-size: 1.2rem;
  font-family:
    "Fira Code",
    "SF Mono",
    SFMono-Regular,
    ui-monospace,
    "DejaVu Sans Mono",
    Menlo,
    Consolas,
    monospace;
  color: #6c7a91;
}
.p-styleguide .p-styleguide--docs code {
  color: #d63939;
}
.p-styleguide .p-styleguide--docs h2 {
  font-weight: bold;
}
.p-styleguide .p-styleguide--docs p {
  margin: 0;
}
.p-styleguide .p-styleguide--docs pre {
  color: #d63939;
}
.p-styleguide .p-styleguide--docs ul {
  list-style-type: disc;
  padding-left: 0;
}
.p-styleguide .p-styleguide--docs ul li {
  margin-left: 1rem;
}
.p-styleguide .p-styleguide--box--hidden-false {
  border: 1px dashed red;
  padding: 1rem;
}
.p-styleguide .p-styleguide--example {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.p-styleguide .p-styleguide--example .p-styleguide--note,
.p-styleguide .p-styleguide--example .p-styleguide--subnote,
.p-styleguide .p-styleguide--example .p-styleguide--inline-note {
  font-family:
    "Fira Code",
    "SF Mono",
    SFMono-Regular,
    ui-monospace,
    "DejaVu Sans Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 1.2rem;
}
.p-styleguide .p-styleguide--example .p-styleguide--note {
  color: #f76707;
}
.p-styleguide .p-styleguide--example .p-styleguide--subnote,
.p-styleguide .p-styleguide--example .p-styleguide--inline-note {
  color: #f59f00;
}
.p-styleguide .p-styleguide--example-list {
  color: #d63939;
  font-family:
    "Fira Code",
    "SF Mono",
    SFMono-Regular,
    ui-monospace,
    "DejaVu Sans Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 1.2rem;
  padding: 1.5rem;
}
.p-styleguide .p-styleguide--example-list ul {
  color: #6c7a91;
  margin: 0 1.5rem;
  padding: 0;
}
.p-styleguide .p-styleguide--example-list .p-styleguide--example-list--item a {
  color: #f76707;
}
.p-styleguide .p-styleguide--nav {
  display: flex;
  flex-direction: column;
  font-family:
    "Fira Code",
    "SF Mono",
    SFMono-Regular,
    ui-monospace,
    "DejaVu Sans Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 1.2rem;
  gap: 0.75rem;
  padding: 1rem;
}
.p-styleguide .p-styleguide--nav .p-styleguide--modules {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-styleguide .p-styleguide--nav .p-styleguide--modules a {
  color: #206bc4;
}
.p-styleguide .p-styleguide--nav .p-styleguide--functions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-styleguide .p-styleguide--nav .p-styleguide--functions a {
  color: #4299e1;
}
.p-styleguide .p-styleguide--nav .p-styleguide--function,
.p-styleguide .p-styleguide--nav .p-styleguide--module {
  border: 1px solid #e2e8f0;
  padding: 0.15rem 0.5rem;
  text-decoration: underline;
}
.p-styleguide .p-styleguide--nav .p-styleguide--function--current,
.p-styleguide .p-styleguide--nav .p-styleguide--module--current {
  background-color: #f7cc7c;
  text-decoration: none !important;
}
.p-styleguide .p-styleguide--table {
  border-collapse: collapse;
  border: 1px solid #e2e8f0;
  table-layout: fixed;
}
.p-styleguide .p-styleguide--table th,
.p-styleguide .p-styleguide--table td {
  border: 1px solid #e2e8f0;
  padding: 1rem;
}
.p-styleguide--extra--spin {
  position: absolute;
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
