﻿.theme-dark {
  --background: #34393D;
  --on-background: #FFFFFF;
  --outline: rgba(255, 255, 255, 0.2);
  --secondary: #BCCAD6;
  --background-highlight: rgba(255, 255, 255, 0.1);
  --surface: rgba(255, 255, 255, 0.05);
  --dialog: rgba(32, 36, 39, 0.8);
  --color-scheme: dark;
  --error: #EF9BB4;
  --success: #0eb361;
  --error-container: #693343;
  --success-container: #1f5a3d;
  --warning: #e0dd11;
  --warning-container: #666514;
  --info: #96b8d6;
  --info-container: #3c4a55;
  --disabled: #bbc2c8;
}
.text-caption {
  font-size: 0.857rem;
  line-height: 1.14rem;
}
.text-body {
  font-size: 1rem;
}
.text-body-strong {
  font-size: 1rem;
  font-weight: 600;
}
.text-body-large {
  font-size: 1.286rem;
}
.text-subtitle {
  font-size: 1.429rem;
  font-weight: 600;
}
.text-title {
  font-size: 2rem;
  font-weight: 600;
}
.text-title-large {
  font-size: 2.857rem;
  font-weight: 600;
}
.text-display {
  font-size: 4.857rem;
  font-weight: 600;
}
.compressed-text {
  line-height: 0;
}
.text-upper {
  text-transform: uppercase;
}
text-center {
  text-align: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.col-1 {
  flex-basis: 8.33%;
  max-width: 8.33%;
  box-sizing: border-box;
}
.col-2 {
  flex-basis: 16.66%;
  max-width: 16.66%;
  box-sizing: border-box;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  box-sizing: border-box;
}
.col-4 {
  flex-basis: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
}
.col-5 {
  flex-basis: 41.66%;
  max-width: 41.66%;
  box-sizing: border-box;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.col-7 {
  flex-basis: 58.33%;
  max-width: 58.33%;
  box-sizing: border-box;
}
.col-8 {
  flex-basis: 66.66%;
  max-width: 66.66%;
  box-sizing: border-box;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  box-sizing: border-box;
}
.col-10 {
  flex-basis: 83.33%;
  max-width: 83.33%;
  box-sizing: border-box;
}
.col-11 {
  flex-basis: 91.66%;
  max-width: 91.66%;
  box-sizing: border-box;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.text-end {
  text-align: end;
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
    box-sizing: border-box;
  }
  .col-lg-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
    box-sizing: border-box;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
  .col-lg-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
  }
  .col-lg-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
    box-sizing: border-box;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
  .col-lg-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
    box-sizing: border-box;
  }
  .col-lg-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
    box-sizing: border-box;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
  .col-lg-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
    box-sizing: border-box;
  }
  .col-lg-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
    box-sizing: border-box;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
    box-sizing: border-box;
  }
  .col-md-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
    box-sizing: border-box;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
  .col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
  }
  .col-md-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
    box-sizing: border-box;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
  .col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
    box-sizing: border-box;
  }
  .col-md-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
    box-sizing: border-box;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
  .col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
    box-sizing: border-box;
  }
  .col-md-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
    box-sizing: border-box;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
    box-sizing: border-box;
  }
  .col-sm-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
    box-sizing: border-box;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
  .col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
  }
  .col-sm-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
    box-sizing: border-box;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
  .col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
    box-sizing: border-box;
  }
  .col-sm-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
    box-sizing: border-box;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
  .col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
    box-sizing: border-box;
  }
  .col-sm-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
    box-sizing: border-box;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
    box-sizing: border-box;
  }
  .col-xs-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
    box-sizing: border-box;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
  .col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
  }
  .col-xs-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
    box-sizing: border-box;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
  .col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
    box-sizing: border-box;
  }
  .col-xs-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
    box-sizing: border-box;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
  .col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
    box-sizing: border-box;
  }
  .col-xs-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
    box-sizing: border-box;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.d-flex {
  display: flex;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-1 {
  flex: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
position-relative {
  position: relative;
}
.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-content-center {
  align-content: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-items-baseline {
  align-items: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.align-items-end {
  align-items: end;
}
.align-text-end {
  text-align: end;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.p-0 {
  padding: 0rem;
}
.g-0 {
  gap: 0rem;
}
.gx-0 {
  column-gap: 0rem;
}
.gy-0 {
  row-gap: 0rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.pl-0 {
  padding-left: 0rem;
}
.pr-0 {
  padding-right: 0rem;
}
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.m-0 {
  margin: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.ml-0 {
  margin-left: 0rem;
}
.mr-0 {
  margin-right: 0rem;
}
.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.p-1 {
  padding: 0.5rem;
}
.g-1 {
  gap: 0.5rem;
}
.gx-1 {
  column-gap: 0.5rem;
}
.gy-1 {
  row-gap: 0.5rem;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-1 {
  padding-left: 0.5rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.m-1 {
  margin: 0.5rem;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ml-1 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.5rem;
}
.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-2 {
  padding: 1rem;
}
.g-2 {
  gap: 1rem;
}
.gx-2 {
  column-gap: 1rem;
}
.gy-2 {
  row-gap: 1rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 1rem;
}
.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.m-2 {
  margin: 1rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-3 {
  padding: 1.5rem;
}
.g-3 {
  gap: 1.5rem;
}
.gx-3 {
  column-gap: 1.5rem;
}
.gy-3 {
  row-gap: 1.5rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-3 {
  padding-left: 1.5rem;
}
.pr-3 {
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.m-3 {
  margin: 1.5rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.mr-3 {
  margin-right: 1.5rem;
}
.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.p-4 {
  padding: 2rem;
}
.g-4 {
  gap: 2rem;
}
.gx-4 {
  column-gap: 2rem;
}
.gy-4 {
  row-gap: 2rem;
}
.pt-4 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 2rem;
}
.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.m-4 {
  margin: 2rem;
}
.mt-4 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 2rem;
}
.mr-4 {
  margin-right: 2rem;
}
.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.p-5 {
  padding: 2.5rem;
}
.g-5 {
  gap: 2.5rem;
}
.gx-5 {
  column-gap: 2.5rem;
}
.gy-5 {
  row-gap: 2.5rem;
}
.pt-5 {
  padding-top: 2.5rem;
}
.pb-5 {
  padding-bottom: 2.5rem;
}
.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pl-5 {
  padding-left: 2.5rem;
}
.pr-5 {
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.m-5 {
  margin: 2.5rem;
}
.mt-5 {
  margin-top: 2.5rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.ml-5 {
  margin-left: 2.5rem;
}
.mr-5 {
  margin-right: 2.5rem;
}
.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.p-6 {
  padding: 3rem;
}
.g-6 {
  gap: 3rem;
}
.gx-6 {
  column-gap: 3rem;
}
.gy-6 {
  row-gap: 3rem;
}
.pt-6 {
  padding-top: 3rem;
}
.pb-6 {
  padding-bottom: 3rem;
}
.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pl-6 {
  padding-left: 3rem;
}
.pr-6 {
  padding-right: 3rem;
}
.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.m-6 {
  margin: 3rem;
}
.mt-6 {
  margin-top: 3rem;
}
.mb-6 {
  margin-bottom: 3rem;
}
.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ml-6 {
  margin-left: 3rem;
}
.mr-6 {
  margin-right: 3rem;
}
.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.p-7 {
  padding: 3.5rem;
}
.g-7 {
  gap: 3.5rem;
}
.gx-7 {
  column-gap: 3.5rem;
}
.gy-7 {
  row-gap: 3.5rem;
}
.pt-7 {
  padding-top: 3.5rem;
}
.pb-7 {
  padding-bottom: 3.5rem;
}
.py-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pl-7 {
  padding-left: 3.5rem;
}
.pr-7 {
  padding-right: 3.5rem;
}
.px-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.m-7 {
  margin: 3.5rem;
}
.mt-7 {
  margin-top: 3.5rem;
}
.mb-7 {
  margin-bottom: 3.5rem;
}
.my-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.ml-7 {
  margin-left: 3.5rem;
}
.mr-7 {
  margin-right: 3.5rem;
}
.mx-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.border-bottom {
  border-bottom: solid 1px var(--outline);
}
.nav-bar {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .nav-bar {
    width: 100%;
  }
}
.nav-bar .nav-items {
  z-index: 10;
  top: 0;
  height: 100%;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  padding: 0.7rem;
  box-sizing: border-box;
  overflow: auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-bar .nav-items {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .nav-bar .nav-items {
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--outline);
    border-right: none;
    gap: 2rem;
  }
}
.group-item {
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 0.857rem;
  line-height: 1.14rem;
  font-weight: 600;
  color: var(--secondary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .group-item {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .group-item {
    display: none;
  }
}
.nav-item {
  width: 100%;
  text-decoration: none;
  padding: 0.8rem 0.6rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  color: var(--on-background);
  -webkit-tap-highlight-color: transparent;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .nav-item {
    width: auto;
    padding: 0.5rem;
    color: var(--secondary);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-item {
    justify-content: center;
    width: 40px;
  }
}
.nav-item.active {
  background-color: var(--background-highlight);
}
@media only screen and (max-width: 768px) {
  .nav-item.active {
    border: none;
    color: var(--on-background);
    background-color: transparent;
  }
}
.nav-item:hover {
  background-color: var(--background-highlight);
}
.nav-item .label {
  flex: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .nav-item .label {
    display: none;
    color: var(--secondary);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-item .label {
    display: none;
  }
}
.tabs-section {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.tabs-section .tab-item {
  color: var(--secondary);
  text-transform: uppercase;
  text-decoration: none;
}
.tabs-section .tab-item.active {
  color: var(--on-background);
}
.tabs-section .tab-item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--on-background);
  border-radius: 1px;
}
.tabs-section .tab-item:hover {
  color: var(--on-background);
}
.top-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  padding: 1rem 2rem;
  column-gap: 2rem;
  border-bottom: solid 1px var(--outline);
}
.top-bar .logo-section {
  grid-row: span 2 / auto;
  grid-column: 1;
}
.top-bar .logo-section svg {
  height: 48px;
  width: 48px;
}
.top-bar .tabs-section {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-bar .title-section {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}
.main-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
}
.main-layout > .top-bar {
  grid-column: span 2 / auto;
  min-height: 30px;
}
@media only screen and (max-width: 768px) {
  .main-layout > .top-bar {
    grid-column: 1;
  }
}
.main-layout > .nav-bar {
  grid-column: 1;
  grid-row: 2;
}
@media only screen and (max-width: 768px) {
  .main-layout > .nav-bar {
    grid-row: 3;
  }
}
.main-layout > main {
  grid-column: 2;
  grid-row: 2;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .main-layout > main {
    grid-column: 1;
    grid-row: 2;
  }
}
.main-layout > main > article {
  margin-top: 3.5rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .main-layout > main > article {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .main-layout > main > article {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-layout > main > article {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-layout > main > article {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 768px) {
  .main-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }
}
.textarea > .content {
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.2s ease border-color;
}
.textarea > .content:has(>.field-input:focus),
.textarea > .content.open {
  border-color: var(--on-background);
}
.textarea > .content:has(>.field-input:focus) > .header,
.textarea > .content.open > .header {
  color: var(--on-background);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textarea > .content:has(>.field-input:focus) > .prefix .icon,
.textarea > .content.open > .prefix .icon {
  color: var(--on-background);
}
.textarea > .content > .prefix {
  padding-left: 0.5rem;
}
.textarea > .content > .prefix .icon {
  height: 16px;
  width: 16px;
  color: var(--secondary);
}
.textarea > .content > .suffix {
  padding-right: 0.5rem;
}
.textarea > .content > .field-input {
  border: none;
  outline: none;
  flex: 1;
  margin: 0 0.5rem;
  padding: 1rem 0;
  background: transparent;
  /*&::selection {
                background-color: @primary;
                color: @on-primary;
            }*/
}
.textarea > .content > .field-input::placeholder,
.textarea > .content > .field-input .placeholder {
  color: var(--secondary);
  font-style: italic;
}
.textarea > .content > .header {
  position: absolute;
  pointer-events: none;
  left: 0.6rem;
  top: 1.1rem;
  transition: 0.2s ease all;
  color: var(--secondary);
}
.textarea > .content > .header.pushed {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textarea > .validation-label {
  display: block;
  padding-top: 10px;
}
.textarea > .validation-label.validation-error {
  color: var(--error);
}
.textarea.has-value > .content > .header,
.textarea:not(:placeholder-shown) > .content > .header {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textarea.error > .content {
  border-color: var(--error);
}
.textarea.error > .content:has(>.textbox-input:focus) {
  border-color: var(--error);
}
.textarea.error > .content:has(>.textbox-input:focus) > .prefix .icon {
  color: var(--error);
}
.textarea.error > .content > .header {
  color: var(--error);
}
.textarea.error > .content > .textbox-input {
  border: none;
  outline: none;
  flex: 1;
}
.textarea.error > .content > .textbox-input:focus + .header {
  color: var(--error);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textarea > .content > .field-input {
  margin: 0;
  padding: 1rem;
  height: 7rem;
  border-radius: 0.5rem;
}
.textbox > .content {
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.2s ease border-color;
}
.textbox > .content:has(>.field-input:focus),
.textbox > .content.open {
  border-color: var(--on-background);
}
.textbox > .content:has(>.field-input:focus) > .header,
.textbox > .content.open > .header {
  color: var(--on-background);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textbox > .content:has(>.field-input:focus) > .prefix .icon,
.textbox > .content.open > .prefix .icon {
  color: var(--on-background);
}
.textbox > .content > .prefix {
  padding-left: 0.5rem;
}
.textbox > .content > .prefix .icon {
  height: 16px;
  width: 16px;
  color: var(--secondary);
}
.textbox > .content > .suffix {
  padding-right: 0.5rem;
}
.textbox > .content > .field-input {
  border: none;
  outline: none;
  flex: 1;
  margin: 0 0.5rem;
  padding: 1rem 0;
  background: transparent;
  /*&::selection {
                background-color: @primary;
                color: @on-primary;
            }*/
}
.textbox > .content > .field-input::placeholder,
.textbox > .content > .field-input .placeholder {
  color: var(--secondary);
  font-style: italic;
}
.textbox > .content > .header {
  position: absolute;
  pointer-events: none;
  left: 0.6rem;
  top: 1.1rem;
  transition: 0.2s ease all;
  color: var(--secondary);
}
.textbox > .content > .header.pushed {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textbox > .validation-label {
  display: block;
  padding-top: 10px;
}
.textbox > .validation-label.validation-error {
  color: var(--error);
}
.textbox.has-value > .content > .header,
.textbox:not(:placeholder-shown) > .content > .header {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.textbox.error > .content {
  border-color: var(--error);
}
.textbox.error > .content:has(>.textbox-input:focus) {
  border-color: var(--error);
}
.textbox.error > .content:has(>.textbox-input:focus) > .prefix .icon {
  color: var(--error);
}
.textbox.error > .content > .header {
  color: var(--error);
}
.textbox.error > .content > .textbox-input {
  border: none;
  outline: none;
  flex: 1;
}
.textbox.error > .content > .textbox-input:focus + .header {
  color: var(--error);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.button {
  min-width: 10px;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 1px solid var(--on-background);
  color: var(--on-background);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button:hover {
  background-color: var(--background-highlight);
}
.icon-button {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  height: 32px;
  width: 32px;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease-in-out;
  color: var(--on-background);
}
.icon-button:hover {
  background-color: var(--background-highlight);
}
.upload-button {
  position: relative;
}
.upload-button input {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.checkbox {
  position: relative;
  padding-left: 22px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
}
.checkbox .content {
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--secondary-highlight);
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 4px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:hover input ~ .checkmark {
  background-color: var(--secondary-active-highlight);
}
.checkbox input:checked ~ .checkmark {
  background-color: var(--background-highlight);
  border-color: var(--primary);
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox.disabled {
  cursor: default;
  color: var(--disabled) !important;
}
.checkbox.disabled .checkmark {
  background-color: var(--background-highlight) !important;
  border-color: var(--disabled) !important;
}
.snackbar-container {
  position: fixed;
  top: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  align-self: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  gap: 0.5rem;
  z-index: 1000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .snackbar-container {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .snackbar-container {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .snackbar-container {
    grid-template-columns: 0.5rem 4fr 0.5rem;
  }
}
.snackbar-container .snackbar-item {
  grid-column: 2;
  border: solid 1px var(--outline);
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
}
.snackbar-container .snackbar-item .snackbar-label {
  flex: 1;
}
.snackbar-container .snackbar-item.error {
  background-color: var(--error-container);
  border-color: var(--error);
}
.snackbar-container .snackbar-item.success {
  background-color: var(--success-container);
  border-color: var(--success);
}
.snackbar-container .snackbar-item.warning {
  background-color: var(--warning-container);
  border-color: var(--warning);
}
.snackbar-container .snackbar-item.info {
  background-color: var(--info-container);
  border-color: var(--info);
}
.table-view .header {
  padding: 1rem 0;
}
.table-view .table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
  border-top: 1px solid var(--outline);
}
.table-view .table th {
  text-align: left;
  white-space: nowrap;
  background-color: var(--surface);
  border-bottom: double 3px var(--outline);
  padding: 1rem;
}
.table-view .table td {
  padding: 1rem;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--outline);
  /*&.text-trim {
            max-width: 0;
        }*/
}
.table-view .table td.fit {
  max-width: none;
  width: 1%;
}
.table-view .table tr {
  border-bottom: 1px solid var(--outline);
  /*&:last-child {
            td {
                border-bottom: none;
            }
        }*/
}
.table-view .table .small-padding td {
  padding: 0.5rem 1rem;
}
.table-view .table.items-container .item-view {
  transition: background-color ease-in 0.1s;
}
.table-view .table.items-container .item-view:hover {
  background-color: var(--background-highlight);
}
.paginator {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.paginator-item {
  height: 2.4rem;
  min-width: 2.4rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.5rem;
}
.paginator-item:hover {
  background-color: var(--background-highlight);
}
.paginator-item.disabled {
  cursor: default;
  opacity: 0.5;
}
.paginator-item.disabled:hover {
  background-color: transparent;
  border-color: transparent;
}
.paginator-item.active {
  opacity: 1 !important;
  border: 1px solid var(--secondary) !important;
  background-color: var(--background-highlight) !important;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form.style-default {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .form.style-default {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .form.style-default {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .form.style-default {
    width: 100%;
  }
}
.form.style-dialog {
  width: 100%;
}
.dropdown > .content {
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.2s ease border-color;
}
.dropdown > .content:has(>.field-input:focus),
.dropdown > .content.open {
  border-color: var(--on-background);
}
.dropdown > .content:has(>.field-input:focus) > .header,
.dropdown > .content.open > .header {
  color: var(--on-background);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.dropdown > .content:has(>.field-input:focus) > .prefix .icon,
.dropdown > .content.open > .prefix .icon {
  color: var(--on-background);
}
.dropdown > .content > .prefix {
  padding-left: 0.5rem;
}
.dropdown > .content > .prefix .icon {
  height: 16px;
  width: 16px;
  color: var(--secondary);
}
.dropdown > .content > .suffix {
  padding-right: 0.5rem;
}
.dropdown > .content > .field-input {
  border: none;
  outline: none;
  flex: 1;
  margin: 0 0.5rem;
  padding: 1rem 0;
  background: transparent;
  /*&::selection {
                background-color: @primary;
                color: @on-primary;
            }*/
}
.dropdown > .content > .field-input::placeholder,
.dropdown > .content > .field-input .placeholder {
  color: var(--secondary);
  font-style: italic;
}
.dropdown > .content > .header {
  position: absolute;
  pointer-events: none;
  left: 0.6rem;
  top: 1.1rem;
  transition: 0.2s ease all;
  color: var(--secondary);
}
.dropdown > .content > .header.pushed {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.dropdown > .validation-label {
  display: block;
  padding-top: 10px;
}
.dropdown > .validation-label.validation-error {
  color: var(--error);
}
.dropdown.has-value > .content > .header,
.dropdown:not(:placeholder-shown) > .content > .header {
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.dropdown.error > .content {
  border-color: var(--error);
}
.dropdown.error > .content:has(>.textbox-input:focus) {
  border-color: var(--error);
}
.dropdown.error > .content:has(>.textbox-input:focus) > .prefix .icon {
  color: var(--error);
}
.dropdown.error > .content > .header {
  color: var(--error);
}
.dropdown.error > .content > .textbox-input {
  border: none;
  outline: none;
  flex: 1;
}
.dropdown.error > .content > .textbox-input:focus + .header {
  color: var(--error);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.dropdown > .content {
  min-width: 300px;
}
.dropdown > .content > .field-input {
  cursor: pointer;
}
.dropdown > .content:not(:has(>.suffix)):after {
  position: absolute;
  content: "";
  top: 1.5rem;
  right: 0.5rem;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--outline) transparent transparent transparent;
}
.dropdown > .popover {
  position: absolute;
  background-color: var(--background);
  position-try: flip-block;
  top: calc(anchor(bottom) + 4px);
  left: anchor(left);
  width: anchor-size(width);
  margin: 0;
  max-height: 320px;
  color: var(--on-background);
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  /*box-shadow: @dropshadow;*/
}
.dropdown > .popover::after {
  content: attr(data-anchor-name);
}
.dropdown > .popover > .item {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.9rem 1rem;
}
.dropdown > .popover > .item:hover {
  background-color: var(--background-highlight);
}
.dropdown:has(> .popover:popover-open) > .content {
  border-color: var(--on-background);
}
.dropdown:has(> .popover:popover-open) > .content > .header {
  color: var(--on-background);
  top: -0.5rem;
  left: 0.8rem;
  font-size: 0.8rem;
  opacity: 1;
  background: var(--background);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.dropdown:has(> .popover:popover-open) > .content > .prefix .icon {
  color: var(--on-background);
}
.dropdown:has(> .popover:popover-open) > .content::after {
  border-color: transparent transparent var(--on-background) transparent;
  top: 14px;
}
.item-detail-container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
}
.item-detail-container dt {
  grid-column: 1;
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 600;
}
.item-detail-container dd {
  grid-column: 2;
}
.statistic > .statistic-header {
  font-size: 0.857rem;
  line-height: 1.14rem;
}
.statistic > .statistic-value {
  font-size: 1.286rem;
}
.card {
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
  overflow: hidden;
}
.card > .header {
  padding: 1rem;
  border-bottom: double 3px var(--outline);
}
.card > .content {
  padding: 1rem;
}
.card > .footer {
  padding: 1rem;
  border-top: double 3px var(--outline);
}
.card.info {
  border-color: var(--info);
  background-color: var(--info-container);
  color: var(--info);
}
.dialog {
  padding: 1rem;
  border: solid 1px var(--outline);
  background-color: var(--background);
  border-radius: 0.5rem;
}
.dialog::backdrop {
  background-color: var(--dialog);
}
.dialog > .header {
  display: flex;
  align-items: center;
}
.dialog > .header .title {
  flex: 1;
}
.dialog > .header .close-button:hover {
  background-color: var(--error-container);
  color: var(--error);
  border-color: var(--error);
}
@media only screen and (min-width: 1200px) {
  .dialog {
    width: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dialog {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dialog {
    width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .dialog {
    width: 480px;
  }
}
.search-box {
  width: 400px;
}
.avatar {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1200px) {
  .reading-container {
    max-width: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .reading-container {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .reading-container {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .reading-container {
    width: 100%;
  }
}
.attachments {
  display: flex;
  flex-wrap: wrap;
}
.attachments .attachment-item {
  aspect-ratio: 1/1;
  width: 200px;
}
.attachments .attachment-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
#blazor-error-ui {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}
code {
  color: #c02d76;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.authentication-page {
  display: grid;
  grid-template-columns: auto 450px auto;
  grid-template-rows: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.authentication-page > div {
  grid-column: 2;
  padding: 2.5rem 1rem;
  height: fit-content;
  grid-row: 2;
  border: solid 1px var(--outline);
  border-radius: 0.5rem;
}
.authentication-page > div .logo {
  align-self: center;
}
.authentication-page > div .logo svg {
  height: 100px;
  width: 100px;
}
.room-view-page {
  width: 100%;
  height: 100%;
}
.room-view-page > .video-container {
  height: calc(100dvh - 200px);
  aspect-ratio: 9/16;
  border-right: var(--outline) solid 1px;
  overflow: hidden;
}
.room-view-page > .video-container video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
html {
  font-size: 14px;
  height: 100%;
  margin: 0;
}
body,
input,
textarea,
button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  color: var(--on-background);
}
body {
  background-color: var(--background);
  margin: 0;
  height: 100%;
}
* {
  box-sizing: border-box;
  color-scheme: var(--color-scheme);
}
.action-buttons {
  display: flex;
  gap: 0.5rem;
}
.tag {
  font-size: 0.857rem;
  line-height: 1.14rem;
  padding: 2px 8px;
  background-color: var(--background-highlight);
  border-radius: 4px;
  width: fit-content;
}
#app {
  height: 100%;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: var(--background);
}
/* Track */
::-webkit-scrollbar-track {
  background-color: var(--background);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--outline);
}