/* src/styles.scss */
* {
  color: #eeeeee;
}
a {
  color: #9BF;
  text-shadow: #37A 0px 0px 3px;
}
app-root {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
app-main-layout {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
body {
  min-height: 0;
  display: flex;
  background-color: #222222;
  margin: 0;
  height: 100vh;
  overflow: hidden;
}
footer {
  display: flex;
}
.button {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.button__primary {
  background: #b108c3 !important;
  border: 1px solid #df09f6 !important;
  border-radius: 3px;
}
.button__secondary {
  background: #0c96be !important;
  border: 1px solid #0fbcf0 !important;
  border-radius: 3px;
}
.button__negative {
  background: #c53b3f !important;
  border: 1px solid #f8484d !important;
  border-radius: 3px;
}
.button__level__2 {
  background-color: #333333;
  border: 1px solid #555555;
  border-radius: 3px;
}
.button__level__2:hover {
  background-color: #555555;
}
.button__level__3 {
  background-color: #444444;
  border: 1px solid #666666;
  border-radius: 3px;
}
.button__level__3:hover {
  background-color: #666666;
}
.button__level__4 {
  background-color: #555555;
  border: 1px solid #777777;
  border-radius: 3px;
}
.button__level__4:hover {
  background-color: #777777;
}
.action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  padding-top: 8px;
  gap: 8px;
}
.action-row__2 {
  border-top: 1px solid #555555;
}
.action-row__3 {
  border-top: 1px solid #666666;
}
.tx-input {
  display: block;
}
.tx-input__stacked {
  margin-bottom: 8px;
}
.tx-input__level__1 {
  background-color: #222222;
  border: 1px solid #444444;
  border-radius: 3px;
}
.parameter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #333333;
  border-left: solid 1px #555555;
}
::-webkit-scrollbar-thumb {
  background-color: #444444;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}
.surface {
  padding: 24px;
}
.surface__flex {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.surface__flex__horizontal {
  flex-direction: row;
}
.surface__flex__horizontal__center {
  flex-wrap: wrap;
  justify-content: center;
}
.surface__overlay {
  position: absolute;
}
.surface__overflow {
  overflow: auto;
}
.surface__overflow__x {
  overflow-x: auto;
  overflow-y: hidden;
}
.surface__overflow__y {
  overflow-x: hidden;
  overflow-y: auto;
}
.surface__minor {
  padding: 8px;
}
.surface__level__0 {
  background-color: #111111;
  border: 1px solid #333333;
  border-radius: 3px;
}
.surface__level__1 {
  background-color: #222222;
  border: 1px solid #444444;
  border-radius: 3px;
}
.surface__level__2 {
  background-color: #333333;
  border: 1px solid #555555;
  border-radius: 3px;
}
.surface__level__3 {
  background-color: #444444;
  border: 1px solid #666666;
  border-radius: 3px;
}
.surface__level__4 {
  background-color: #555555;
  border: 1px solid #777777;
  border-radius: 3px;
}
.surface__level__5 {
  background-color: #666666;
  border: 1px solid #888888;
  border-radius: 3px;
}
.surface__level__6 {
  background-color: #777777;
  border: 1px solid #999999;
  border-radius: 3px;
}
.surface__gap {
  margin: 8px 8px;
}
.surface__gap__top {
  margin-top: 8px;
}
.surface__gap__bottom {
  margin-bottom: 8px;
}
.surface__gap__left {
  margin-left: 8px;
}
.surface__gap__right {
  margin-right: 8px;
}
.surface__gap__horizontal {
  margin-left: 8px;
  margin-right: 8px;
}
.surface__gap__vertical {
  margin-top: 8px;
  margin-bottom: 8px;
}
.surface__noround {
  border-radius: 0;
}
.surface__separator__horizontal {
  margin-left: 24px;
  margin-right: 24px;
  border-top: 1px solid #555555;
}
.surface__content__separator__horizontal {
  border-top: 1px solid #555555;
}
.surface__content__separator__vertical {
  border-left: 1px solid #555555;
}
.table {
  border-collapse: collapse;
}
.table__level__1 {
  background-color: #222222;
  border: 1px solid #444444;
  border-radius: 3px;
}
.table__level__1 td {
  border: 1px solid #444444;
  padding: 4px;
  border-radius: 3px;
}
.table__level__2 {
  background-color: #333333;
  border: 1px solid #555555;
  border-radius: 3px;
}
.table__level__2 th {
  background-color: #444444;
  border: 1px solid #555555;
  padding: 4px;
}
.table__level__2 td {
  border: 1px solid #555555;
  padding: 4px;
}
* {
  font-family:
    "Noto Sans",
    "Liberation Sans",
    Arial,
    Helvetica,
    sans-serif;
}
.text-separator {
  border-top: 1px solid #555555;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
h1 {
  color: #edd9ef;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
  margin-block-start: 0;
}
h2 {
  color: #edd9ef;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
}
h3 {
  color: #edd9ef;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
}
h4 {
  color: #edd9ef;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
}
h5 {
  color: #edd9ef;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
}
h6 {
  color: #edd9ef;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #810c8e, -1px -1px 0 #0c6e8b;
}
.appear__top {
  animation: appear-top 0.25s ease;
}
.appear__center {
  animation: appear-center 0.25s ease;
}
@keyframes appear-top {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes appear-center {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.border-nr {
  border-radius: 0;
}
.border-nr__t {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.border-nr__tl {
  border-top-left-radius: 0;
}
.border-nr__tr {
  border-top-right-radius: 0;
}
.border-nr__b {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.border-nr__bl {
  border-bottom-left-radius: 0;
}
.border-nr__br {
  border-bottom-right-radius: 0;
}
.border-none__t {
  border-top: none;
}
.border-none__b {
  border-bottom: none;
}
.border-none__l {
  border-left: none;
}
.border-none__r {
  border-right: none;
}
.border-none__v {
  border-top: none;
  border-bottom: none;
}
.border-none__h {
  border-left: none;
  border-right: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
