/* ../../../../../../../../tmp/tmp-4831-ldCAtO9v7JRY/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;
}
:root {
  color-scheme: light dark;
}
* {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: light-dark(#206bc4, #94B8E3);
}
a:hover {
  text-decoration: underline;
}
body {
  background-color: light-dark(#f6f8fb, #151F2C);
  box-sizing: border-box;
  color: light-dark(#1d273b, #dce1e7);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}
hr {
  border-color: light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  border-style: solid;
  border-width: 1px 0 0 0;
}
html {
  -webkit-font-smoothing: antialiased;
  background-color: inherit;
  font-size: 62.5%;
  position: relative;
}
nav {
  margin: 0 1.5rem;
}
section {
  margin: 0 1.5rem;
}
section + section {
  margin-top: 2rem;
}
.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-container--header {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: space-between;
}
.c-container--header.c-container--header--padding-ml {
  padding: 1rem 1.5rem;
}
.c-container--header .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--title {
  flex-grow: 1;
  font-weight: bold;
}
.c-container--header .c-container--header--title.c-container--header--title--size-m {
  font-size: 1.4rem;
}
.c-container--header .c-container--header--title.c-container--header--title--size-l {
  font-size: 2rem;
}
.c-container--list-panel {
  background-color: light-dark(white, #192433);
  border-radius: 0.4rem;
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  height: 100%;
  min-width: 30rem;
  position: relative;
  width: 100%;
}
.c-container--list-panel .c-container--list-panel--header {
  background:
    linear-gradient(
      to bottom,
      light-dark(white, #192433) 70%,
      transparent);
  border-bottom: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  padding: 0.75rem 1rem;
}
.c-container--list-panel .c-container--list-panel--scroll {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inset: 0;
  margin-top: 2.2em;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
}
.c-container--list-panel .c-container--list-panel--scroll > * {
  height: 100%;
}
.c-container--marquee {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  max-width: 40rem;
  padding: 8rem 4rem;
  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--body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.c-container--marquee .c-container--marquee--subtitle {
  color: light-dark(#6c7a91, #6c7a91);
  font-size: 1.4rem;
}
.c-container--marquee .c-container--marquee--title {
  font-size: 2rem;
  font-weight: 600;
}
.c-container--panel {
  background-color: light-dark(white, #192433);
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  border-radius: 0.4rem;
  min-width: 30rem;
  padding: 2rem;
}
.c-container--panel.c-container--panel--layout-horizontal {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.c-container--panel.c-container--panel--layout-horizontal .c-container--panel--inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-container--panel.c-container--panel--layout-vertical {
  display: flex;
  flex-direction: column;
}
.c-container--panel.c-container--panel--layout-vertical .c-container--panel--inner {
  display: flex;
  flex-direction: column;
  gap: 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-direction: column;
}
.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-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;
  line-height: 20px;
  padding: 0 1.6rem;
  text-decoration: none;
  user-select: none;
}
.c-control--button[disabled],
.c-control--button.c-control--button--disabled {
  cursor: default;
  opacity: 0.4;
  text-decoration: none !important;
}
.c-control--button[disabled]:hover,
.c-control--button.c-control--button--disabled:hover {
  text-decoration: none !important;
}
@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: light-dark(white, rgba(214, 57, 57, 0.8));
  border-color: light-dark(red, rgba(214, 57, 57, 0.8));
  color: light-dark(red, white);
}
.c-control--button.c-control--button--type-danger:active,
.c-control--button.c-control--button--type-danger:hover {
  background-color: light-dark(#fbebeb, rgba(214, 57, 57, 0.7));
}
.c-control--button.c-control--button--type-danger[disabled],
.c-control--button.c-control--button--type-danger.c-control--button--disabled {
  background-color: light-dark(white, rgba(214, 57, 57, 0.8));
  border-color: light-dark(white, rgba(214, 57, 57, 0.8));
}
.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: light-dark(white, rgba(214, 57, 57, 0.8));
  cursor: default;
  text-decoration: none;
}
.c-control--button.c-control--button--type-primary {
  background-color: light-dark(#206bc4, rgba(32, 107, 196, 0.8));
  border-color: light-dark(#206bc4, rgba(32, 107, 196, 0.8));
  color: light-dark(#f8fafc, #f8fafc);
}
.c-control--button.c-control--button--type-primary:active,
.c-control--button.c-control--button--type-primary:hover {
  background-color: light-dark(#2062b0, rgba(54, 119, 196, 0.8));
}
.c-control--button.c-control--button--type-primary[disabled],
.c-control--button.c-control--button--type-primary.c-control--button--disabled {
  background-color: light-dark(#649fe6, rgba(18, 59, 108, 0.8));
  border-color: light-dark(#649fe6, rgba(18, 59, 108, 0.8));
}
.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: light-dark(#649fe6, rgba(18, 59, 108, 0.8));
  cursor: default;
  text-decoration: none;
}
.c-control--button.c-control--button--type-secondary {
  background-color: light-dark(white, #26364d);
  border-color: light-dark(#206bc4, rgba(72, 110, 149, 0.14));
  color: light-dark(#206bc4, #f8fafc);
}
.c-control--button.c-control--button--type-secondary:active,
.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 {
  background-color: light-dark(#649fe6, #192433);
  border-color: light-dark(#649fe6, #192433);
}
.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: light-dark(#649fe6, #192433);
  cursor: default;
  text-decoration: none;
}
.c-control--button.c-control--button--type-ghost {
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
  color: light-dark(#206bc4, #94B8E3);
}
.c-control--button.c-control--button--type-ghost:hover {
  background-color: light-dark(#f3f3f3, #303133);
}
.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--dropdown-button {
  position: relative;
}
.c-control--dropdown-button .c-control--button {
  border-color: light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  transition: border-color 0.5s;
}
.c-control--dropdown-button:has(.phx-click-loading) .c-control--button {
  border-color: green;
  transition: border-color 0.5s;
}
.c-control--dropdown-button--align-left {
  text-align: left;
}
.c-control--dropdown-button--align-right {
  text-align: right;
}
.c-control--dropdown-button--align-right .c-control--dropdown-button--dropdown {
  right: 0;
  top: 2rem;
}
.c-control--dropdown-button--dropdown {
  display: none;
  position: absolute;
  z-index: 10;
}
.c-control--dropdown-button--visible .c-control--dropdown-button--dropdown {
  display: flex;
}
.c-control--menu {
  background-color: light-dark(white, #192433);
  border-color: light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(29, 39, 59, 0.04) 0px 1px 0px 0px;
  color: light-dark(#1d273b, #dce1e7);
  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-control--menu .c-control--menu--item {
  display: block;
  padding: 0.5rem 1.6rem;
}
.c-control--menu .c-control--menu--item:hover {
  cursor: pointer;
  text-decoration: underline;
}
.c-control--menu .c-control--menu--item--disabled {
  opacity: 0.4;
  text-decoration: none;
}
.c-control--menu .c-control--menu--item--disabled:hover {
  cursor: default;
  text-decoration: none;
}
.c-control--menu .c-control--menu--item--separator {
  border-top: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  height: 1px;
  margin: 0.5rem 0;
  padding: 0;
}
.c-control--step-status {
  display: inline-flex;
  flex-direction: row;
  gap: 0.75rem;
}
.c-control--step-status .c-control--step-status--item {
  cursor: default;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.c-control--step-status .c-control--step-status--item:hover {
  cursor: pointer;
}
.c-control--step-status .c-control--step-status--item:hover .c-control--step-status--item--action {
  display: inline-block !important;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-rejected .c-icon svg {
  stroke: #d63939;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-unstarted .c-icon svg {
  stroke: #f76707;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-started .c-icon svg {
  stroke: #f59f00;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-finished .c-icon svg {
  stroke: #f7cc7c;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-delivered .c-icon svg {
  stroke: #74b816;
}
.c-control--step-status .c-control--step-status--item:hover.c-control--step-status--type-accepted .c-icon svg {
  stroke: #2fb344;
}
.c-control--step-status .c-control--step-status--item .c-control--step-status--item--title {
  width: 60px !important;
}
.c-control--step-status .c-control--step-status--item .c-icon svg {
  stroke: light-dark(#6c7a91, #6c7a91);
}
.c-control--step-status .c-control--step-status--item .c-control--step-status--item--action {
  display: none;
  position: absolute;
  left: -10px;
  top: -15px;
  text-align: center;
  white-space: nowrap;
}
.c-control--step-status .c-control--step-status--item .c-control--step-status--item--title {
  display: none;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current .c-icon {
  display: none;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current .c-control--step-status--item--title {
  cursor: default;
  display: block;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current .c-control--step-status--item--action {
  display: none !important;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-rejected .c-control--step-status--item--title {
  color: #d63939;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-unstarted .c-control--step-status--item--title {
  color: #f76707;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-started .c-control--step-status--item--title {
  color: #f59f00;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-finished .c-control--step-status--item--title {
  color: #f7cc7c;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-delivered .c-control--step-status--item--title {
  color: #74b816;
}
.c-control--step-status .c-control--step-status--item.c-control--step-status--current.c-control--step-status--type-accepted .c-control--step-status--item--title {
  color: #2fb344;
}
form.phx-submit-loading .c-control--button {
  background-color: light-dark(#206bc4, rgba(32, 107, 196, 0.8));
  color: light-dark(#f8fafc, #f8fafc);
  cursor: default;
  opacity: 0.4;
}
.c-data--labeled-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-data--labeled-list .c-data--item .c-data--item--label {
  color: light-dark(#6c7a91, #6c7a91);
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
ul.c-data--list {
  list-style-type: none;
  padding-left: 0;
}
ul.c-data--list li.c-data--item {
  margin-left: 0;
}
.c-form--input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.c-form--input.c-form--input--textarea textarea {
  min-height: calc(2.4rem + 2px);
}
.c-form--input pre {
  margin: 0;
}
.c-form--input input,
.c-form--input textarea,
.c-form--input select,
.c-form--input [contenteditable] {
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  border-radius: 0.4rem;
  padding: 0.75rem 1rem;
}
.c-form--input input::placeholder,
.c-form--input textarea::placeholder,
.c-form--input select::placeholder,
.c-form--input [contenteditable]::placeholder {
  color: #9ba9be;
}
.c-form--input input[disabled],
.c-form--input textarea[disabled],
.c-form--input select[disabled],
.c-form--input [contenteditable][disabled] {
  background-color: transparent;
  color: light-dark(#6c7a91, #6c7a91);
}
.c-form--input input[readonly],
.c-form--input textarea[readonly],
.c-form--input select[readonly],
.c-form--input [contenteditable][readonly] {
  background-color: transparent;
}
.c-form--input select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.4rem;
}
.c-form--input select:not([multiple]) {
  background-color: canvas;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right;
  background-origin: content-box;
}
@media (prefers-color-scheme:dark) {
  .c-form--input select:not([multiple]) {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none' /><path d='M6 9l6 6l6 -6' /></svg>");
  }
}
@media (prefers-color-scheme:light) {
  .c-form--input select:not([multiple]) {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none' /><path d='M6 9l6 6l6 -6' /></svg>");
  }
}
.c-form--input select .c-form--input--prompt {
  color: light-dark(#6c7a91, #6c7a91);
}
.c-form--input [contenteditable] {
  background-color: canvas;
  min-height: 10rem;
  resize: vertical;
  white-space: pre-wrap;
}
.c-form--input .c-form--input--error-message {
  bottom: -2.9rem;
  color: light-dark(red, rgba(214, 57, 57, 0.8));
  font-size: 1.2rem;
  min-height: calc(1.2rem + 2px);
  position: absolute;
  right: 0;
}
.c-form--input .c-form--input--required svg {
  stroke: light-dark(red, rgba(214, 57, 57, 0.8));
}
.c-form--input .c-form--input--static {
  color: light-dark(#6c7a91, #6c7a91);
}
.c-form--input--has-errors {
  border-color: light-dark(red, rgba(214, 57, 57, 0.8)) !important;
}
.c-form--simple-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
}
.c-form--simple-form header {
  font-size: 2rem;
  font-weight: 600;
}
.c-form--simple-form label {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.c-form--simple-form label.inline input,
.c-form--simple-form label.inline select {
  flex: 1 1 0px;
}
.c-form--simple-form label > span {
  display: flex;
  gap: 0.75rem;
}
.c-form--simple-form label svg {
  display: inline;
}
.c-form--simple-form .c-form--simple-form--actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-form--simple-form .c-form--simple-form--actions .c-form--simple-form--actions--left,
.c-form--simple-form .c-form--simple-form--actions .c-form--simple-form--actions--right {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.c-form--simple-form .c-form--simple-form--actions .c-form--simple-form--actions--left {
  justify-content: flex-start;
}
.c-form--simple-form .c-form--simple-form--actions .c-form--simple-form--actions--right {
  justify-content: flex-end;
}
.c-form--simple-form .c-form--simple-form--contents {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-form--simple-form .c-form--simple-form--error-message {
  color: light-dark(red, rgba(214, 57, 57, 0.8));
  font-size: 2rem;
  font-weight: bold;
}
.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--size-xxs svg {
  height: 1rem;
  width: 1rem;
}
.c-icon.c-icon--size-xs svg {
  height: 1.4rem;
  width: 1.4rem;
}
.c-icon.c-icon--size-s svg {
  height: 1.6rem;
  width: 1.6rem;
}
.c-icon.c-icon--size-m svg {
  height: 1.8rem;
  width: 1.8rem;
}
.c-icon.c-icon--size-l svg {
  height: 2rem;
  width: 2rem;
}
.c-icon.c-icon--size-xl svg {
  height: 2.4rem;
  width: 2.4rem;
}
.l-project {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100vh;
}
.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;
}
.c-nav .c-nav--title {
  color: white;
  font-weight: bold;
}
.c-nav .c-nav--left {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.c-nav .c-nav--left .c-nav-logo-link {
  display: inline-flex;
}
.c-nav .c-nav--left .c-nav-logo-link .c-nav-logo {
  line-height: 0;
}
.c-nav .c-nav--right {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.c-step {
  align-items: left;
  border-top: 1px solid transparent;
  border-bottom: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.c-step + .c-step {
  padding-top: 0.15rem;
}
.c-step * {
  flex-grow: 0;
}
.c-step.c-step--drag-over--before {
  border-top-color: red;
}
.c-step.c-step--drag-over--after {
  border-bottom-color: red;
}
.c-step.c-step--bug {
  background: rgba(195, 32, 32, 0.15) 0%;
}
.c-step.c-step--chore {
  background: rgba(108, 107, 107, 0.15);
}
.c-step.c-step--feature {
  background-color: transparent;
}
.c-step.c-step--release {
  background: rgba(87, 175, 60, 0.15);
  border-top-color: rgba(87, 175, 60, 0.5);
}
.c-step.c-step--mode-summary {
  flex-direction: row;
}
.c-step.c-step--mode-summary .c-step--drag-handle {
  color: light-dark(#6c7a91, #6c7a91);
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-step.c-step--mode-summary .c-step--drag-handle,
.c-step.c-step--mode-summary .c-step--action {
  border-radius: 0.4rem;
  display: grid;
  place-content: center;
  min-width: 30px;
  width: 30px;
}
.c-step.c-step--mode-summary .c-step--drag-handle:hover,
.c-step.c-step--mode-summary .c-step--action:hover {
  background-color: light-dark(#f3f3f3, #303133);
}
.c-step.c-step--mode-summary .c-step--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info-and-statuses {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--title {
  flex-grow: 1;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--title code {
  background-color: light-dark(#f3f3f3, #303133);
  border-radius: 0.4rem;
  padding: 0.25rem 0.75rem;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  line-height: 1;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--handle {
  color: light-dark(#6c7a91, #6c7a91);
  font-family:
    "Fira Code",
    "SF Mono",
    SFMono-Regular,
    ui-monospace,
    "DejaVu Sans Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--action,
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--estimate,
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type {
  margin-top: 3px;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--action svg,
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--estimate svg,
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type svg {
  height: 1.4rem;
  stroke: light-dark(#6c7a91, #6c7a91);
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type--bug svg {
  stroke: #c32020;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type--chore svg {
  stroke: #6c6b6b;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type--feature svg {
  stroke: #9f9f2c;
}
.c-step.c-step--mode-summary .c-step--inner .c-step--info .c-step--type--release svg {
  stroke: #57af3c;
}
.c-step.c-step--mode-summary .c-step--action {
  cursor: pointer;
}
.c-step.c-step--mode-form .c-container--panel {
  background-color: light-dark(white, #1e2b3d);
  margin: 0.75rem 0;
  padding: 0.75rem;
  width: 100%;
}
.c-table--wrapper.c-table--wrapper--scroll-true {
  overflow-x: auto;
  overflow-y: visible;
}
.c-table {
  background-color: light-dark(white, #192433);
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  border-radius: 0.4rem;
  min-width: 30rem;
  width: fit-content;
}
.c-table .c-table--header {
  padding: 1rem 1.5rem;
}
.c-table table {
  border-collapse: collapse;
  width: 100%;
}
.c-table table thead th {
  background-color: light-dark(white, #1e2b3d);
  padding: 0.75rem 1.5rem;
}
.c-table table tbody td {
  padding: 1rem 1.5rem;
}
.c-table table tbody tr:hover {
  background-color: light-dark(#f3f3f3, #303133);
}
.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: light-dark(#6c7a91, #6c7a91);
  line-height: 0;
  text-align: center;
}
.c-table table th,
.c-table table td {
  color: light-dark(#1d273b, #dce1e7);
  text-align: left;
}
.c-table table th.c-table--action,
.c-table table th.c-table--table-action,
.c-table table td.c-table--action,
.c-table table td.c-table--table-action {
  font-weight: 500;
  text-align: right;
}
.c-table table th.c-table--secondary,
.c-table table td.c-table--secondary {
  color: light-dark(#6c7a91, #6c7a91);
}
.c-table table th.c-table--no-items,
.c-table table td.c-table--no-items {
  color: light-dark(#6c7a91, #6c7a91);
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.c-table table th {
  color: light-dark(#6c7a91, #6c7a91);
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.c-table table td {
  font-weight: 400;
  border-top: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
}
.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-text--message {
  color: light-dark(#6c7a91, #6c7a91);
  display: flex;
  font-size: 1.2rem;
  gap: 0.5rem;
  text-wrap: balance;
}
.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--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--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: light-dark(red, rgba(214, 57, 57, 0.8));
}
.c-text--message.c-text--message--type-success svg {
  color: #2fb344;
}
.c-text--tag {
  align-items: center;
  border-radius: 0.4rem;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 1.2rem;
  padding: 0.15rem 0.75rem;
  text-align: center;
}
.c-text--tag.c-text--tag--type-callout {
  background-color: #fef0e6;
  border-color: #f76707;
  color: #f76707;
}
.c-text--tag.c-text--tag--type-info {
  background-color: #e9f0f9;
  border-color: #206bc4;
  color: #206bc4;
}
.c-text--tag.c-text--tag--type-failure {
  background-color: #fbebeb;
  border-color: light-dark(red, rgba(214, 57, 57, 0.8));
  color: light-dark(red, rgba(214, 57, 57, 0.8));
}
.c-text--tag.c-text--tag--type-success {
  background-color: #eaf7ec;
  border-color: #2fb344;
  color: #2fb344;
}
.c-text--tag .c-icon {
  line-height: 0;
}
.p-project--step-containers {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
.p-project--step-containers > * {
  flex-basis: 100%;
}
.p-styleguide .p-styleguide--event-capture {
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 1rem;
  padding: 2rem;
}
.p-styleguide .p-styleguide--event-capture--event-name {
  font-weight: bold;
}
.p-styleguide .p-styleguide--docs {
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  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: light-dark(#6c7a91, #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--light-dark {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.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;
  gap: 1rem;
}
.p-styleguide .p-styleguide--nav .p-styleguide--modules a {
  color: light-dark(#206bc4, #94B8E3);
}
.p-styleguide .p-styleguide--nav .p-styleguide--functions {
  display: flex;
  flex-direction: row;
  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 light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  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 light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  table-layout: fixed;
}
.p-styleguide .p-styleguide--table th,
.p-styleguide .p-styleguide--table td {
  border: 1px solid light-dark(#e2e8f0, rgba(72, 110, 149, 0.14));
  padding: 1rem;
}
.p-styleguide .p-styleguide--themes .p-styleguide--theme-pair {
  display: grid;
  grid-template-columns: auto auto;
}
.p-styleguide .p-styleguide--themes .p-styleguide--theme-pair .p-styleguide--theme {
  background-color: light-dark(#f6f8fb, #151F2C);
  padding: 1.5rem;
}
.p-styleguide .p-styleguide--themes .p-styleguide--theme-pair .p-styleguide--theme--dark {
  color-scheme: dark;
}
.p-styleguide .p-styleguide--themes .p-styleguide--theme-pair .p-styleguide--theme--lite {
  color-scheme: light;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
