/*
* Layout-UI v1 (https://lui.io)
* Copyright 2011-2017 Emmadave, Inc.
* Licensed under DONT KNOW YET
*/
:root {
  color-scheme: dark light;
  --root-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Helvetica", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --base-size: 16px;
  --xs-size: 0.75;
  --sm-size: 0.875;
  --md-size: 1;
  --lg-size: 1.125;
  --xl-size: 1.25;
  --mega-size: 6.875rem;
  --h1-size: 3.5rem;
  --h2-size: 3.125rem;
  --h3-size: 2.25rem;
  --h4-size: 1.75rem;
  --h5-size: 1.5rem;
  --h6-size: 1.25rem;
  --heading-size: 1.125rem;
  --line-height: 1.5;
  --light-weight: 300;
  --semibold-weight: 500;
  --bold-weight: bold;
  --extrabold-weight: bolder;
  --z-level-5: 9999;
  --z-level-4: 9000;
  --z-level-3: 8000;
  --z-level-2: 7000;
  --z-level-1: 6000;
  --z-depth-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --z-depth-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --z-depth-2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --z-depth-3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --z-depth-4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --z-depth-5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --md-radius: 1rem;
  --sm-radius: 0.5rem;
  --max-radius: 1000rem;
  --comp-radius: 0.375rem;
  --default-radius: 0.125rem;
  --hover-state: 0.08;
  --focus-state: 0.08;
  --press-state: 0.125;
  --drag-state: 0.2;
  --text-faint-v1: 0.65;
  --text-faint-v2: 0.45;
  --block-margin: 1em;
  --inline-margin: 0.5em;
  --container-lg: 85rem;
  --container: 72rem;
  --container-md: 45rem;
  --container-sm: 32rem;
  --container-xs: 25rem;
  --outline: var(--surface-v3);
  --outline-burnt: var(--surface-v4);
  --scrim-color: var(--on-surface-v2);
  --scrim-opacity: 0.7;
}

@media screen and (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --surface: hsl(0deg 0% 100%);
    --surface-v1: hsl(0deg 0% 98%);
    --surface-v2: hsl(0deg 0% 94%);
    --surface-v3: hsl(0deg 0% 90%);
    --surface-v4: hsl(0deg 0% 86%);
    --surface-invert: hsl(0deg 0% 20%);
    --overlay: hsla(0, 0%, 100%, 0.5);
    --overlay-invert: hsla(0, 0%, 20%, 0.5);
    --on-surface: hsl(0deg 0% 10%);
    --on-surface-v1: hsl(0deg 0% 40%);
    --on-surface-v2: hsl(0deg 0% 60%);
    --on-surface-invert: hsl(0deg 0% 96%);
    --primary: hsl(217deg 90% 40%);
    --secondary: hsl(217deg 20% 40%);
    --primary-cont: hsl(219deg 90% 94%);
    --secondary-cont: hsl(217deg 20% 94%);
    --success: hsl(134deg 70% 40%);
    --warning: hsl(39deg 100% 40%);
    --error: hsl(2deg 72% 40%);
    --success-cont: hsl(134deg 70% 94%);
    --warning-cont: hsl(39deg 100% 94%);
    --error-cont: hsl(2deg 72% 94%);
  }
}
@media screen and (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --surface: hsl(0deg 0% 10%);
    --surface-v1: hsl(0deg 0% 12%);
    --surface-v2: hsl(0deg 0% 16%);
    --surface-v3: hsl(0deg 0% 20%);
    --surface-v4: hsl(0deg 0% 24%);
    --overlay: hsla(0, 0%, 10%, 0.5);
    --overlay-invert: hsla(0, 0%, 90%, 0.5);
    --on-surface: hsl(0deg 0% 90%);
    --on-surface-v1: hsl(0deg 0% 60%);
    --on-surface-v2: hsl(0deg 0% 40%);
    --primary: hsl(217deg 90% 80%);
    --secondary: hsl(217deg 20% 80%);
    --primary-cont: hsl(219deg 90% 16%);
    --secondary-cont: hsl(217deg 20% 16%);
    --success: hsl(134deg 70% 80%);
    --warning: hsl(39deg 100% 80%);
    --error: hsl(2deg 72% 80%);
    --success-cont: hsl(134deg 70% 16%);
    --warning-cont: hsl(39deg 100% 16%);
    --error-cont: hsl(2deg 72% 16%);
  }
}
.light-mode {
  color-scheme: light;
  --surface: hsl(0deg 0% 100%);
  --surface-v1: hsl(0deg 0% 98%);
  --surface-v2: hsl(0deg 0% 94%);
  --surface-v3: hsl(0deg 0% 90%);
  --surface-v4: hsl(0deg 0% 86%);
  --surface-invert: hsl(0deg 0% 20%);
  --overlay: hsla(0, 0%, 100%, 0.5);
  --overlay-invert: hsla(0, 0%, 20%, 0.5);
  --on-surface: hsl(0deg 0% 10%);
  --on-surface-v1: hsl(0deg 0% 40%);
  --on-surface-v2: hsl(0deg 0% 60%);
  --on-surface-invert: hsl(0deg 0% 96%);
  --primary: hsl(217deg 90% 40%);
  --secondary: hsl(217deg 20% 40%);
  --primary-cont: hsl(219deg 90% 94%);
  --secondary-cont: hsl(217deg 20% 94%);
  --success: hsl(134deg 70% 40%);
  --warning: hsl(39deg 100% 40%);
  --error: hsl(2deg 72% 40%);
  --success-cont: hsl(134deg 70% 94%);
  --warning-cont: hsl(39deg 100% 94%);
  --error-cont: hsl(2deg 72% 94%);
}

.dark-mode {
  color-scheme: dark;
  --surface: hsl(0deg 0% 10%);
  --surface-v1: hsl(0deg 0% 12%);
  --surface-v2: hsl(0deg 0% 16%);
  --surface-v3: hsl(0deg 0% 20%);
  --surface-v4: hsl(0deg 0% 24%);
  --overlay: hsla(0, 0%, 10%, 0.5);
  --overlay-invert: hsla(0, 0%, 90%, 0.5);
  --on-surface: hsl(0deg 0% 90%);
  --on-surface-v1: hsl(0deg 0% 60%);
  --on-surface-v2: hsl(0deg 0% 40%);
  --primary: hsl(217deg 90% 80%);
  --secondary: hsl(217deg 20% 80%);
  --primary-cont: hsl(219deg 90% 16%);
  --secondary-cont: hsl(217deg 20% 16%);
  --success: hsl(134deg 70% 80%);
  --warning: hsl(39deg 100% 80%);
  --error: hsl(2deg 72% 80%);
  --success-cont: hsl(134deg 70% 16%);
  --warning-cont: hsl(39deg 100% 16%);
  --error-cont: hsl(2deg 72% 16%);
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body::before {
  content: "";
  display: table-cell;
}
body::after {
  content: "";
  display: table;
  clear: both;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p,
li,
figcaption {
  text-wrap: pretty;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

img,
svg,
canvas {
  flex: 0 0 auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea,
select[multiple],
select[size] {
  height: auto;
}

input[type=file],
input[type=range] {
  max-width: 100%;
}

button,
select {
  text-transform: none;
}

button {
  cursor: pointer;
  border: 0px none;
  background: none;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  padding: 0;
}

button[disabled],
input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=search],
input[type=password],
textarea {
  appearance: revert;
  -webkit-appearance: revert;
  -moz-appearance: revert;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  cursor: default;
}

label[for] {
  cursor: pointer;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --- TYPOGRAPHY --- */
html {
  font-size: var(--base-size);
  background-color: var(--surface-v2);
}

body {
  font-family: var(--root-font);
  font-size: 1rem;
  font-weight: var(--normal-weight);
  line-height: var(--line-height);
  color: var(--on-surface);
  background: var(--surface);
}

a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--bold-weight);
  margin-top: 0.5em;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

h1 {
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

h4 {
  font-size: var(--h4-size);
}

h5 {
  font-size: var(--h5-size);
}

h6 {
  font-size: var(--h6-size);
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, "source-code-pro", Consolas, monospace, "Ubuntu Mono";
  font-size: 0.95em;
}

/* --- ICONS --- */
.icon {
  display: inline-block;
  font-style: normal;
  font-size: 1em;
  flex: 0 0 auto;
}
.icon.fixed-width {
  width: 2em;
  text-align: center;
}
.icon > svg {
  max-height: 1.5em;
  max-width: 1.5em;
  fill: currentColor;
}

/* --- LIST AND SET --- */
ul,
ol,
dl {
  font-size: 1em;
  position: relative;
  padding: 0;
  display: block;
  margin: var(--block-margin) 0em;
}

ul,
ol {
  margin-left: 2em;
  list-style-position: outside;
}
ul > li,
ol > li {
  display: list-item;
  position: relative;
  padding-left: 0.5em;
}
ul .sub-list,
ol .sub-list {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul.no-type, ul.no-type .sub-list:not(.free-list),
ol.no-type,
ol.no-type .sub-list:not(.free-list) {
  list-style: none;
  margin-left: 0;
}
ul.inline,
ol.inline {
  display: block;
  margin-left: 0;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
}
ul.inline > li:not(:first-child),
ol.inline > li:not(:first-child) {
  margin-left: 0.5em;
}
ul.inline > li:first-child,
ol.inline > li:first-child {
  padding-left: 0em;
}
ul.tree::before, ul.tree .sub-list::before,
ol.tree::before,
ol.tree .sub-list::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1.5px dotted var(--outline);
}
ul.tree > li, ul.tree .sub-list > li,
ol.tree > li,
ol.tree .sub-list > li {
  padding-left: 1.2em;
}
ul.tree > li::before, ul.tree .sub-list > li::before,
ol.tree > li::before,
ol.tree .sub-list > li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  border-top: 1.5px dotted var(--outline);
}

ol.ordered,
ol.ordered .sub-list {
  counter-reset: ordered;
  list-style-type: none;
}
ol.ordered > li,
ol.ordered .sub-list > li {
  list-style-type: none;
}
ol.ordered > li::before,
ol.ordered .sub-list > li::before {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(100% + 0.55em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  counter-increment: ordered;
  content: counters(ordered, ".") " ";
  text-align: right;
  vertical-align: middle;
}

ul.icon-bullet {
  list-style-type: none;
}
ul.icon-bullet > li {
  list-style: none;
}
ul.icon-bullet > li > .icon:first-child {
  line-height: inherit;
  position: absolute;
  top: auto;
  left: -1.5em;
  width: 1.5em;
  text-align: center;
  margin-right: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

/*--- CARD ---*/
.card {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  backface-visibility: hidden;
  color: var(--on-surface);
  background-color: var(--surface);
  padding: 0em;
  margin: 0em;
  border-radius: var(--default-radius);
}
.card.highlight:hover, .card.highlight:focus {
  background-color: var(--surface-v1);
}
.card:not(.padded, .v-padded, .h-padded, .t-padded) > *:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.card:not(.padded, .v-padded, .h-padded, .b-padded) > *:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.card.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/*--- DIVIDER ---*/
hr,
.divider {
  --divider-margin: 1rem;
  font-size: 1rem;
  margin: var(--divider-margin) 0;
  border: 0px none;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--on-surface);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
hr.compact,
.divider.compact {
  --divider-margin: 0.5rem;
}
hr.loose,
.divider.loose {
  --divider-margin: 1.5rem;
}
hr.transparent,
.divider.transparent {
  opacity: 0;
}
hr.clearing,
.divider.clearing {
  clear: both;
}
hr:empty:not(.vertical),
.divider:empty:not(.vertical) {
  width: 100%;
  height: 0px;
  border-top: 1px solid var(--outline);
}
hr:not(:empty, .vertical),
.divider:not(:empty, .vertical) {
  display: table;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  background: 0 0;
}
hr:not(:empty, .vertical)::before, hr:not(:empty, .vertical)::after,
.divider:not(:empty, .vertical)::before,
.divider:not(:empty, .vertical)::after {
  content: "";
  display: table-cell;
  position: relative;
  height: 1px;
  width: 50%;
  border-bottom: 1px solid var(--outline);
}
hr:not(:empty, .vertical)::before,
.divider:not(:empty, .vertical)::before {
  left: 0;
  margin-right: 1em;
  transform: translate(-1em, -50%);
}
hr:not(:empty, .vertical):after,
.divider:not(:empty, .vertical):after {
  right: 0;
  margin-left: 1em;
  transform: translate(1em, -50%);
}
hr.vertical,
.divider.vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -1000%;
  margin: 0;
  padding: 0em;
  width: auto;
  height: 50%;
  min-height: 1.5rem;
  line-height: 0em;
  transform: translateX(-50%);
}
hr.vertical:not(:empty)::before, hr.vertical:not(:empty)::after,
.divider.vertical:not(:empty)::before,
.divider.vertical:not(:empty)::after {
  position: absolute;
  left: 50%;
  content: "";
  z-index: 3;
  border-left: 1px solid var(--outline);
  width: 0%;
  height: calc(100% - 1em);
}
hr.vertical:not(:empty)::before,
.divider.vertical:not(:empty)::before {
  top: -100%;
}
hr.vertical:not(:empty)::after,
.divider.vertical:not(:empty)::after {
  top: auto;
  bottom: 0px;
}
hr.vertical:empty,
.divider.vertical:empty {
  height: 100%;
  border-left: 1px solid var(--outline);
  width: 0%;
  top: 0%;
  color: transparent;
  text-shadow: none;
}

/* --- IMAGE --- */
.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  background-color: transparent;
  flex: 0 0 auto;
}
.image img, .image svg {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.image.circular {
  border-radius: var(--max-radius);
  overflow: hidden;
}

.image.mingle {
  height: 2em;
  width: auto;
  margin-right: 0.25em;
}

.image.avatar {
  height: 3em;
  width: 3em;
  -o-object-fit: cover;
     object-fit: cover;
}
.image.avatar.compact {
  height: 2em;
  width: 2em;
}
.image.avatar.loose {
  height: 4em;
  width: 4em;
}

.grid {
  display: grid;
  position: relative;
}
.grid.guttered {
  gap: 1rem;
}
.grid[class~="1-cols"] {
  grid-template-columns: repeat(1, 1fr);
}
.grid[class~="2-cols"] {
  grid-template-columns: repeat(2, 1fr);
}
.grid[class~="3-cols"] {
  grid-template-columns: repeat(3, 1fr);
}
.grid[class~="4-cols"] {
  grid-template-columns: repeat(4, 1fr);
}
.grid[class~="5-cols"] {
  grid-template-columns: repeat(5, 1fr);
}
.grid[class~="6-cols"] {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 448px) {
  .grid.sm-1-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.sm-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.sm-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.sm-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.sm-5-cols {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.sm-6-cols {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .grid.md-1-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.md-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.md-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.md-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.md-5-cols {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.md-6-cols {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .grid.lg-1-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.lg-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.lg-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.lg-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.lg-5-cols {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.lg-6-cols {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .grid.xl-1-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.xl-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.xl-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.xl-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.xl-5-cols {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.xl-6-cols {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1536px) {
  .grid.xxl-1-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.xxl-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.xxl-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.xxl-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.xxl-5-cols {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.xxl-6-cols {
    grid-template-columns: repeat(6, 1fr);
  }
}

[class~="1-width"] {
  width: 16.6666666667%;
}

[class~="2-width"] {
  width: 33.3333333333%;
}

[class~="3-width"] {
  width: 50%;
}

[class~="4-width"] {
  width: 66.6666666667%;
}

[class~="5-width"] {
  width: 83.3333333333%;
}

[class~="6-width"] {
  width: 100%;
}

@media only screen and (min-width: 448px) {
  .sm-1-width {
    width: 16.6666666667%;
  }
  .sm-2-width {
    width: 33.3333333333%;
  }
  .sm-3-width {
    width: 50%;
  }
  .sm-4-width {
    width: 66.6666666667%;
  }
  .sm-5-width {
    width: 83.3333333333%;
  }
  .sm-6-width {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .md-1-width {
    width: 16.6666666667%;
  }
  .md-2-width {
    width: 33.3333333333%;
  }
  .md-3-width {
    width: 50%;
  }
  .md-4-width {
    width: 66.6666666667%;
  }
  .md-5-width {
    width: 83.3333333333%;
  }
  .md-6-width {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .lg-1-width {
    width: 16.6666666667%;
  }
  .lg-2-width {
    width: 33.3333333333%;
  }
  .lg-3-width {
    width: 50%;
  }
  .lg-4-width {
    width: 66.6666666667%;
  }
  .lg-5-width {
    width: 83.3333333333%;
  }
  .lg-6-width {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .xl-1-width {
    width: 16.6666666667%;
  }
  .xl-2-width {
    width: 33.3333333333%;
  }
  .xl-3-width {
    width: 50%;
  }
  .xl-4-width {
    width: 66.6666666667%;
  }
  .xl-5-width {
    width: 83.3333333333%;
  }
  .xl-6-width {
    width: 100%;
  }
}
@media only screen and (min-width: 1536px) {
  .xxl-1-width {
    width: 16.6666666667%;
  }
  .xxl-2-width {
    width: 33.3333333333%;
  }
  .xxl-3-width {
    width: 50%;
  }
  .xxl-4-width {
    width: 66.6666666667%;
  }
  .xxl-5-width {
    width: 83.3333333333%;
  }
  .xxl-6-width {
    width: 100%;
  }
}
/* --- MENU --- */
.menu {
  --menu-line-height: 1.5;
  --menu-padding-tb: 0.75em;
  --menu-padding-lr: 1.5em;
  --menu-logo: 2em;
  --menu-logo-sm: 1.5em;
  --menu-logo-lg: 2.5em;
  --menu-icon-padding-lr: 1em;
  --bg-color: var(--surface);
  --text-color: var(--on-surface);
  --bd-color: var(--surface-v4);
  --icon-pad-offset: -0.5em;
}
.menu.compact {
  --menu-padding-tb: 0.375em;
  --menu-padding-lr: 0.75em;
  --menu-icon-padding-lr: 0.5em;
}

.menu {
  display: flex;
  position: relative;
  font-size: 1rem;
  font-weight: var(--semibold-weight);
  width: 100%;
  padding: 0em;
  line-height: var(--menu-line-height);
  gap: 0.5em;
  list-style: none;
  background-color: var(--bg-color);
  color: var(--text-color);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.menu.inheriting {
  font-size: 1em;
  color: inherit;
}
.menu .items {
  display: inherit;
  flex-flow: inherit;
  gap: inherit;
  list-style: none;
  background: transparent;
  border: 0px none;
  border-radius: inherit;
  position: relative;
  line-height: inherit;
  align-items: inherit;
}
.menu > .item,
.menu .items > .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.75em;
  position: relative;
  align-items: center;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  padding: var(--menu-padding-tb) var(--menu-padding-lr);
  border-radius: var(--comp-radius);
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.menu > .item:not(:focus-visible),
.menu .items > .item:not(:focus-visible) {
  outline: 0px none;
}
.menu > .item.free-me,
.menu .items > .item.free-me {
  padding: 0em;
}
.menu > .item:not(.xhover),
.menu .items > .item:not(.xhover) {
  cursor: pointer;
}
.menu > .item:not(.xactive).active, .menu > .item:not(.xactive).selected,
.menu .items > .item:not(.xactive).active,
.menu .items > .item:not(.xactive).selected {
  cursor: default;
  font-weight: bold;
}
.menu > .item.l-aligned,
.menu .items > .item.l-aligned {
  justify-content: flex-start;
}
.menu > .item.centered,
.menu .items > .item.centered {
  justify-content: center;
}
.menu > .item.r-aligned,
.menu .items > .item.r-aligned {
  justify-content: flex-end;
}
.menu > .item:before,
.menu .items > .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--text-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.menu > .item:not(.xhover):hover:before, .menu > .item:not(.xhover).hovered:before,
.menu .items > .item:not(.xhover):hover:before,
.menu .items > .item:not(.xhover).hovered:before {
  opacity: var(--hover-state);
}
.menu > .item:not(.xactive).active:before, .menu > .item:not(.xactive).selected:before,
.menu .items > .item:not(.xactive).active:before,
.menu .items > .item:not(.xactive).selected:before {
  background-color: var(--primary);
  opacity: var(--press-state);
}
.menu > .item > img,
.menu .items > .item > img {
  max-height: var(--menu-logo-lg);
  width: auto;
  line-height: 1;
  vertical-align: bottom;
}
.menu > .item .logo,
.menu .items > .item .logo {
  max-height: var(--menu-logo);
}
.menu > .item .logo-sm,
.menu .items > .item .logo-sm {
  max-height: var(--menu-logo-sm);
}
.menu > .item > .lead,
.menu .items > .item > .lead {
  margin-left: var(--icon-pad-offset);
}
.menu > .item > .trailing,
.menu .items > .item > .trailing {
  margin-left: auto;
  margin-right: var(--icon-pad-offset);
}
.menu > .item > .badge,
.menu .items > .item > .badge {
  margin-left: auto;
}
.menu > .item > .content,
.menu .items > .item > .content {
  flex: 1 1 0;
  text-align: left;
}
.menu > .item.brand, .menu > .item > .brand,
.menu .items > .item.brand,
.menu .items > .item > .brand {
  font-size: 120%;
  font-weight: bold;
}
.menu.transparent {
  background-color: transparent;
  border-color: transparent;
}
.menu.disabled > .item, .menu.disabled .items > .item,
.menu .items.disabled > .item, .menu > .item.disabled,
.menu .items > .item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.menu.grid {
  display: grid;
  grid-template-rows: auto;
  justify-content: center;
  justify-items: center;
}
.menu.grid > .item {
  width: 100%;
}

.menu > .item.as-icon,
.menu .items > .item.as-icon, .menu.icon-items > .item, .menu.icon-items .items > .item,
.menu .items.icon-items > .item {
  padding: var(--menu-padding-tb);
}

.menu > .item.as-app,
.menu .items > .item.as-app, .menu.app-items > .item, .menu.app-items .items > .item,
.menu .items.app-items > .item {
  flex-direction: column;
  gap: 0.25em;
}
.menu > .item.as-app > .icon,
.menu .items > .item.as-app > .icon, .menu.app-items > .item > .icon, .menu.app-items .items > .item > .icon,
.menu .items.app-items > .item > .icon {
  font-size: 1.125em;
  margin: 0;
}
.menu > .item > .badge.floating,
.menu .items > .item > .badge.floating, .menu > .item.as-app > .badge,
.menu .items > .item.as-app > .badge, .menu.app-items > .item > .badge, .menu.app-items .items > .item > .badge,
.menu .items.app-items > .item > .badge {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  left: auto;
  bottom: auto;
  margin: 0;
}
.menu > .item > .badge.floating:empty,
.menu .items > .item > .badge.floating:empty, .menu > .item.as-app > .badge:empty,
.menu .items > .item.as-app > .badge:empty, .menu.app-items > .item > .badge:empty, .menu.app-items .items > .item > .badge:empty,
.menu .items.app-items > .item > .badge:empty {
  top: 0.5em;
  right: 1em;
}

.menu:not(.vertical, .drop) {
  align-items: center;
  flex-flow: row nowrap;
}
.menu:not(.vertical, .drop).wrappable {
  flex-flow: row wrap;
}
.menu:not(.vertical, .drop).l-aligned {
  justify-content: flex-start;
}
.menu:not(.vertical, .drop).r-aligned {
  justify-content: flex-end;
}
.menu:not(.vertical, .drop).centered {
  justify-content: center;
}
.menu:not(.vertical, .drop) > .item.l-aligned,
.menu:not(.vertical, .drop) .items.l-aligned,
.menu:not(.vertical, .drop) .items > .item.l-aligned {
  margin-right: auto;
}
.menu:not(.vertical, .drop) > .item.r-aligned,
.menu:not(.vertical, .drop) .items.r-aligned,
.menu:not(.vertical, .drop) .items > .item.r-aligned {
  margin-left: auto;
}
.menu:not(.vertical, .drop) > .item.centered,
.menu:not(.vertical, .drop) .items.centered,
.menu:not(.vertical, .drop) .items > .item.centered {
  margin-left: auto;
  margin-right: auto;
}
.menu:not(.vertical, .drop) > .item,
.menu:not(.vertical, .drop) .items > .item {
  text-align: center;
  justify-content: center;
}
.menu:not(.vertical, .drop) > .item > .badge,
.menu:not(.vertical, .drop) .items > .item > .badge {
  margin-left: 1em;
}
.menu:not(.vertical, .drop).fillable > .item, .menu:not(.vertical, .drop).fillable .items, .menu:not(.vertical, .drop).fillable .items > .item,
.menu:not(.vertical, .drop) .items.fillable > .item,
.menu:not(.vertical, .drop) .items.adaptable, .menu:not(.vertical, .drop) > .item.adaptable,
.menu:not(.vertical, .drop) .items > .item.adaptable {
  flex: 1 1 auto;
}
.menu:not(.vertical, .drop).fillable-eq > .item, .menu:not(.vertical, .drop).fillable-eq > .items,
.menu:not(.vertical, .drop) .items.fillable-eq > .item {
  flex: 1 1 0;
}

.menu.vertical,
.menu.drop {
  flex-flow: column nowrap;
}
.menu.vertical > .item,
.menu.vertical .items > .item,
.menu.drop > .item,
.menu.drop .items > .item {
  width: 100%;
}
.menu.vertical:not(.r-aligned, .centered) .sub.items,
.menu.drop:not(.r-aligned, .centered) .sub.items {
  margin-left: 1em;
}
.menu.vertical.r-aligned .sub.items,
.menu.drop.r-aligned .sub.items {
  margin-right: 1em;
}

.menu.bordered {
  border: 1px solid var(--bd-color);
  gap: 0px;
}
.menu.bordered > .item,
.menu.bordered .items,
.menu.bordered .items > .item {
  border: inherit;
  border-radius: inherit;
  border-style: none;
}
.menu.bordered > .item:not(:first-child, :last-child, :only-child),
.menu.bordered .items:not(:first-child, :last-child, :only-child),
.menu.bordered .items > .item:not(:first-child, :last-child, :only-child) {
  border-radius: 0em;
}
.menu.bordered:not(.vertical, .drop) > .item,
.menu.bordered:not(.vertical, .drop) .items,
.menu.bordered:not(.vertical, .drop) .items > .item {
  align-self: stretch;
}
.menu.bordered:not(.vertical, .drop) > .item.centered,
.menu.bordered:not(.vertical, .drop) .items.centered,
.menu.bordered:not(.vertical, .drop) .items > .item.centered {
  border-radius: 0em;
}
.menu.bordered:not(.vertical, .drop) > .item:first-child:not(:only-child),
.menu.bordered:not(.vertical, .drop) .items:first-child:not(:only-child),
.menu.bordered:not(.vertical, .drop) .items > .item:first-child:not(:only-child) {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.menu.bordered:not(.vertical, .drop) > .item:last-child:not(:only-child),
.menu.bordered:not(.vertical, .drop) .items:last-child:not(:only-child),
.menu.bordered:not(.vertical, .drop) .items > .item:last-child:not(:only-child) {
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.menu.bordered:not(.vertical, .drop):not(.r-aligned) > .item:not(:last-child),
.menu.bordered:not(.vertical, .drop):not(.r-aligned) .items:not(:last-child) > .item,
.menu.bordered:not(.vertical, .drop):not(.r-aligned) .items:last-child > .item:not(:last-child), .menu.bordered:not(.vertical, .drop):not(.r-aligned) > .item.bordered,
.menu.bordered:not(.vertical, .drop):not(.r-aligned) .items > .item.bordered {
  border-right-style: solid;
}
.menu.bordered:not(.vertical, .drop):not(.r-aligned) > .item.r-aligned,
.menu.bordered:not(.vertical, .drop):not(.r-aligned) .items.r-aligned > .item:first-child {
  border-left-style: solid;
}
.menu.bordered:not(.vertical, .drop).r-aligned > .item:not(:first-child),
.menu.bordered:not(.vertical, .drop).r-aligned .items:not(:first-child) > .item,
.menu.bordered:not(.vertical, .drop).r-aligned .items:first-child > .item:not(:first-child), .menu.bordered:not(.vertical, .drop).r-aligned > .item.bordered,
.menu.bordered:not(.vertical, .drop).r-aligned .items > .item.bordered {
  border-left-style: solid;
}
.menu.bordered:not(.vertical, .drop).r-aligned > .item.l-aligned,
.menu.bordered:not(.vertical, .drop).r-aligned .items > .item.l-aligned,
.menu.bordered:not(.vertical, .drop).r-aligned .items.l-aligned > .item:last-child {
  border-right-style: solid;
}
.menu.bordered:not(.vertical, .drop) > .item.centered,
.menu.bordered:not(.vertical, .drop) .items > .item.centered,
.menu.bordered:not(.vertical, .drop) .items.centered > .item:first-child {
  border-left-style: solid;
}
.menu.bordered:not(.vertical, .drop) > .item.centered,
.menu.bordered:not(.vertical, .drop) .items > .item.centered,
.menu.bordered:not(.vertical, .drop) .items.centered > .item:last-child {
  border-right-style: solid;
}
.menu.bordered.vertical > .item:not(:first-child),
.menu.bordered.vertical .items:not(:first-child) > .item,
.menu.bordered.vertical .items:first-child > .item:not(:first-child), .menu.bordered.drop > .item:not(:first-child),
.menu.bordered.drop .items:not(:first-child) > .item,
.menu.bordered.drop .items:first-child > .item:not(:first-child) {
  border-top-style: solid;
}
.menu.bordered.vertical > .item:first-child:not(:only-child),
.menu.bordered.vertical .items > .item:first-child:not(:only-child),
.menu.bordered.vertical .items:first-child:not(:only-child), .menu.bordered.drop > .item:first-child:not(:only-child),
.menu.bordered.drop .items > .item:first-child:not(:only-child),
.menu.bordered.drop .items:first-child:not(:only-child) {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}
.menu.bordered.vertical > .item:last-child:not(:only-child),
.menu.bordered.vertical .items > .item:last-child:not(:only-child),
.menu.bordered.vertical .items:last-child:not(:only-child), .menu.bordered.drop > .item:last-child:not(:only-child),
.menu.bordered.drop .items > .item:last-child:not(:only-child),
.menu.bordered.drop .items:last-child:not(:only-child) {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.menu[class*=rail],
.menu[class*=basic] {
  border: 0px none transparent;
  box-shadow: none;
  border-radius: 0em;
}
.menu[class*=rail] > .item,
.menu[class*=rail] .items > .item,
.menu[class*=basic] > .item,
.menu[class*=basic] .items > .item {
  background-color: transparent;
}
.menu[class*=rail] > .item:not(.xhover):hover, .menu[class*=rail] > .item:not(.xhover).hovered, .menu[class*=rail] > .item:not(.xactive).active, .menu[class*=rail] > .item:not(.xactive).selected,
.menu[class*=rail] .items > .item:not(.xhover):hover,
.menu[class*=rail] .items > .item:not(.xhover).hovered,
.menu[class*=rail] .items > .item:not(.xactive).active,
.menu[class*=rail] .items > .item:not(.xactive).selected,
.menu[class*=basic] > .item:not(.xhover):hover,
.menu[class*=basic] > .item:not(.xhover).hovered,
.menu[class*=basic] > .item:not(.xactive).active,
.menu[class*=basic] > .item:not(.xactive).selected,
.menu[class*=basic] .items > .item:not(.xhover):hover,
.menu[class*=basic] .items > .item:not(.xhover).hovered,
.menu[class*=basic] .items > .item:not(.xactive).active,
.menu[class*=basic] .items > .item:not(.xactive).selected {
  color: var(--primary);
}
.menu[class*=rail] > .item:not(.xhover):not(.xactive):before,
.menu[class*=rail] .items > .item:not(.xhover):not(.xactive):before,
.menu[class*=basic] > .item:not(.xhover):not(.xactive):before,
.menu[class*=basic] .items > .item:not(.xhover):not(.xactive):before {
  content: "";
  background-color: transparent;
  border-radius: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
}
.menu[class*=rail] > .item:not(.xhover):hover:before, .menu[class*=rail] > .item:not(.xhover).hovered:before,
.menu[class*=rail] .items > .item:not(.xhover):hover:before,
.menu[class*=rail] .items > .item:not(.xhover).hovered:before,
.menu[class*=basic] > .item:not(.xhover):hover:before,
.menu[class*=basic] > .item:not(.xhover).hovered:before,
.menu[class*=basic] .items > .item:not(.xhover):hover:before,
.menu[class*=basic] .items > .item:not(.xhover).hovered:before {
  background-color: var(--on-surface-v2) !important;
}
.menu[class*=rail] > .item:not(.xactive).active:before, .menu[class*=rail] > .item:not(.xactive).selected:before,
.menu[class*=rail] .items > .item:not(.xactive).active:before,
.menu[class*=rail] .items > .item:not(.xactive).selected:before,
.menu[class*=basic] > .item:not(.xactive).active:before,
.menu[class*=basic] > .item:not(.xactive).selected:before,
.menu[class*=basic] .items > .item:not(.xactive).active:before,
.menu[class*=basic] .items > .item:not(.xactive).selected:before {
  background-color: var(--primary) !important;
}
.menu[class*=rail]:not(.vertical, .drop),
.menu[class*=basic]:not(.vertical, .drop) {
  align-items: stretch;
}
.menu[class*=rail]:not(.vertical, .drop) > .item:before,
.menu[class*=rail]:not(.vertical, .drop) .items > .item:before,
.menu[class*=basic]:not(.vertical, .drop) > .item:before,
.menu[class*=basic]:not(.vertical, .drop) .items > .item:before {
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 0.1875em;
}
.menu[class*=rail].vertical > .item:before,
.menu[class*=rail].vertical .items > .item:before, .menu[class*=rail].drop > .item:before,
.menu[class*=rail].drop .items > .item:before,
.menu[class*=basic].vertical > .item:before,
.menu[class*=basic].vertical .items > .item:before,
.menu[class*=basic].drop > .item:before,
.menu[class*=basic].drop .items > .item:before {
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 0.1875em;
}

.menu.rail:not(.vertical, .drop) > .item:before,
.menu.rail:not(.vertical, .drop) .items > .item:before,
.menu.basic:not(.vertical, .drop) > .item:before,
.menu.basic:not(.vertical, .drop) .items > .item:before {
  top: auto;
  bottom: 0px;
}
.menu.rail.vertical > .item:before,
.menu.rail.vertical .items > .item:before, .menu.rail.drop > .item:before,
.menu.rail.drop .items > .item:before,
.menu.basic.vertical > .item:before,
.menu.basic.vertical .items > .item:before,
.menu.basic.drop > .item:before,
.menu.basic.drop .items > .item:before {
  left: auto;
  right: 0px;
}

.menu.alt-rail:not(.vertical, .drop) > .item:before,
.menu.alt-rail:not(.vertical, .drop) .items > .item:before,
.menu.alt-basic:not(.vertical, .drop) > .item:before,
.menu.alt-basic:not(.vertical, .drop) .items > .item:before {
  top: 0px;
  bottom: auto;
}
.menu.alt-rail.vertical > .item:before,
.menu.alt-rail.vertical .items > .item:before, .menu.alt-rail.drop > .item:before,
.menu.alt-rail.drop .items > .item:before,
.menu.alt-basic.vertical > .item:before,
.menu.alt-basic.vertical .items > .item:before,
.menu.alt-basic.drop > .item:before,
.menu.alt-basic.drop .items > .item:before {
  left: 0px;
  right: auto;
}

.menu.rail:not(.vertical, .drop) {
  box-shadow: inset 0px -2px 0px var(--bd-color);
}
.menu.rail.vertical, .menu.rail.drop {
  box-shadow: inset -2px 0px 0px var(--bd-color);
}

.menu.alt-rail:not(.vertical, .drop) {
  box-shadow: inset 0px 2px 0px var(--bd-color);
}
.menu.alt-rail.vertical, .menu.alt-rail.drop {
  box-shadow: inset 2px 0px 0px var(--bd-color);
}

.menu[class*=tabular] {
  box-shadow: none;
}
.menu[class*=tabular]::before {
  content: "";
  position: absolute;
}
.menu[class*=tabular]:not(.vertical, .drop)::before {
  width: 100%;
  border-bottom: 1px solid var(--bd-color);
}
.menu[class*=tabular].vertical::before, .menu[class*=tabular].drop::before {
  height: 100%;
  border-right: 1px solid var(--bd-color);
}
.menu[class*=tabular] > .item,
.menu[class*=tabular] .items > .item {
  background-color: transparent;
  border: 1px solid transparent;
}
.menu[class*=tabular] > .item:not(.xhover):hover, .menu[class*=tabular] > .item:not(.xhover).hovered,
.menu[class*=tabular] .items > .item:not(.xhover):hover,
.menu[class*=tabular] .items > .item:not(.xhover).hovered {
  background-color: transparent;
  border-color: var(--surface-v3);
  background-color: transparent;
}
.menu[class*=tabular] > .item:not(.xactive).active, .menu[class*=tabular] > .item:not(.xactive).selected,
.menu[class*=tabular] .items > .item:not(.xactive).active,
.menu[class*=tabular] .items > .item:not(.xactive).selected {
  background-color: transparent;
  border-color: var(--bd-color);
  font-weight: bold;
}
.menu[class*=tabular] > .item:not(.xhover):hover:before, .menu[class*=tabular] > .item:not(.xhover).hovered:before, .menu[class*=tabular] > .item:not(.xactive).active:before, .menu[class*=tabular] > .item:not(.xactive).selected:before,
.menu[class*=tabular] .items > .item:not(.xhover):hover:before,
.menu[class*=tabular] .items > .item:not(.xhover).hovered:before,
.menu[class*=tabular] .items > .item:not(.xactive).active:before,
.menu[class*=tabular] .items > .item:not(.xactive).selected:before {
  opacity: 0;
}

.menu.tabular:not(.vertical, .drop) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu.tabular:not(.vertical, .drop)::before {
  top: auto;
  bottom: 0;
}
.menu.tabular:not(.vertical, .drop) > .item,
.menu.tabular:not(.vertical, .drop) .items > .item,
.menu.tabular:not(.vertical, .drop) .items {
  align-self: flex-end;
}
.menu.tabular:not(.vertical, .drop) > .item,
.menu.tabular:not(.vertical, .drop) .items > .item {
  border-bottom: 0px none;
}
.menu.tabular:not(.vertical, .drop) > .item:not(.xactive).active, .menu.tabular:not(.vertical, .drop) > .item:not(.xactive).selected,
.menu.tabular:not(.vertical, .drop) .items > .item:not(.xactive).active,
.menu.tabular:not(.vertical, .drop) .items > .item:not(.xactive).selected {
  border-bottom: 1px solid var(--surface);
}
.menu.tabular.vertical, .menu.tabular.drop {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.menu.tabular.vertical::before, .menu.tabular.drop::before {
  left: auto;
  right: 0;
}
.menu.tabular.vertical > .item,
.menu.tabular.vertical .items > .item, .menu.tabular.drop > .item,
.menu.tabular.drop .items > .item {
  border-right: 0px none;
}
.menu.tabular.vertical > .item:not(.xactive).active, .menu.tabular.vertical > .item:not(.xactive).selected,
.menu.tabular.vertical .items > .item:not(.xactive).active,
.menu.tabular.vertical .items > .item:not(.xactive).selected, .menu.tabular.drop > .item:not(.xactive).active, .menu.tabular.drop > .item:not(.xactive).selected,
.menu.tabular.drop .items > .item:not(.xactive).active,
.menu.tabular.drop .items > .item:not(.xactive).selected {
  border-right: 1px solid var(--surface);
}

.menu.alt-tabular:not(.vertical, .drop) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu.alt-tabular:not(.vertical, .drop)::before {
  top: 0;
  bottom: auto;
}
.menu.alt-tabular:not(.vertical, .drop) > .item,
.menu.alt-tabular:not(.vertical, .drop) .items > .item,
.menu.alt-tabular:not(.vertical, .drop) .items {
  align-self: flex-start;
}
.menu.alt-tabular:not(.vertical, .drop) > .item,
.menu.alt-tabular:not(.vertical, .drop) .items > .item {
  border-top: 0px none;
}
.menu.alt-tabular:not(.vertical, .drop) > .item:not(.xactive).active, .menu.alt-tabular:not(.vertical, .drop) > .item:not(.xactive).selected,
.menu.alt-tabular:not(.vertical, .drop) .items > .item:not(.xactive).active,
.menu.alt-tabular:not(.vertical, .drop) .items > .item:not(.xactive).selected {
  border-top: 1px solid var(--surface);
}
.menu.alt-tabular.vertical, .menu.alt-tabular.drop {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.menu.alt-tabular.vertical::before, .menu.alt-tabular.drop::before {
  left: 0;
  right: auto;
}
.menu.alt-tabular.vertical > .item,
.menu.alt-tabular.vertical .items > .item, .menu.alt-tabular.drop > .item,
.menu.alt-tabular.drop .items > .item {
  border-left: 0px none;
}
.menu.alt-tabular.vertical > .item:not(.xactive).active, .menu.alt-tabular.vertical > .item:not(.xactive).selected,
.menu.alt-tabular.vertical .items > .item:not(.xactive).active,
.menu.alt-tabular.vertical .items > .item:not(.xactive).selected, .menu.alt-tabular.drop > .item:not(.xactive).active, .menu.alt-tabular.drop > .item:not(.xactive).selected,
.menu.alt-tabular.drop .items > .item:not(.xactive).active,
.menu.alt-tabular.drop .items > .item:not(.xactive).selected {
  border-left: 1px solid var(--surface);
}

.text.menu {
  --menu-padding-tb: 0.25em;
  --menu-padding-lr: 0.25em;
  --icon-pad-offset: -0em;
  color: inherit;
  background: transparent;
}
.text.menu .item {
  font-size: 0.975em;
  opacity: 0.8;
  background: transparent;
  border: 0px none;
}
.text.menu .item:not(.xhover):hover, .text.menu .item:not(.xhover).hovered {
  opacity: 1;
  text-decoration: underline;
}
.text.menu .item:not(.xactive).active, .text.menu .item:not(.xactive).selected {
  opacity: 1;
  font-weight: bold;
}
.text.menu .item:not(.xhover):hover:before, .text.menu .item:not(.xhover).hovered:before, .text.menu .item:not(.xactive).active:before, .text.menu .item:not(.xactive).selected:before {
  opacity: 0;
}

.menu.pills {
  --bg-color: var(--surface-v2);
  --text-color: var(--on-surface-v1);
  border-radius: var(--comp-radius);
  padding: 0.3125rem;
}
.menu.pills > .item,
.menu.pills .items > .item {
  border-radius: inherit;
}
.menu.pills > .item:not(.xactive).active, .menu.pills > .item:not(.xactive).selected,
.menu.pills .items > .item:not(.xactive).active,
.menu.pills .items > .item:not(.xactive).selected {
  color: var(--on-surface);
  background-color: var(--surface);
}
.menu.pills > .item:not(.xactive).active:before, .menu.pills > .item:not(.xactive).selected:before,
.menu.pills .items > .item:not(.xactive).active:before,
.menu.pills .items > .item:not(.xactive).selected:before {
  opacity: 0;
}

/* --- NOTE --- */
.note {
  --bg-color: var(--surface-v1);
  --text-color: var(--on-surface);
  --bd-color: var(--surface-v3);
}
.note.primary {
  --text-color: var(--primary);
  --bg-color: var(--primary-cont);
  --bd-color: var(--primary);
}
.note.success {
  --text-color: var(--success);
  --bg-color: var(--success-cont);
  --bd-color: var(--success);
}
.note.warning {
  --text-color: var(--warning);
  --bg-color: var(--warning-cont);
  --bd-color: var(--warning);
}
.note.error {
  --text-color: var(--error);
  --bg-color: var(--error-cont);
  --bd-color: var(--error);
}

.note {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1em;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1em;
  color: var(--text-color);
  border: 2px solid var(--bd-color);
  background-color: var(--bg-color);
  border-radius: var(--default-radius);
  text-decoration: none;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, border-color 0.1s ease;
  /* Close Icon */
}
.note:hover, .note:focus {
  text-decoration: none;
  outline: 0px none;
}
.note.action {
  cursor: pointer;
}
.note.action:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--text-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.note.action:hover:before, .note.action:focus:before {
  opacity: 0.08;
}
.note.action:active:before, .note.action.active:before {
  opacity: 0.2;
}
.note.handled {
  border-width: 0px 0px 0px 4px;
  box-shadow: var(--z-depth-1);
}
.note > .trailing {
  margin-left: auto;
}
.note > .badge {
  font-size: 0.75em;
  margin-left: auto;
}
.note > .badge.floating {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  left: auto;
  bottom: auto;
  margin: 0;
}
.note > .badge.floating:empty {
  top: 0.5em;
  right: 1em;
}
.note > .content {
  flex: 1 1 0;
}
.note .heading {
  font-size: 1em;
  font-weight: var(--semibold-weight);
  margin: 0;
}
.note p {
  margin: 0;
}
.note > .exit-note {
  cursor: pointer;
  position: absolute;
  margin: 0em;
  top: 0.5em;
  right: 0.25em;
  opacity: 0.7;
  transition: opacity 0.1s ease;
}
.note > .close.icon:hover {
  opacity: 1;
}
.note.floating {
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

/* --- TABLE --- */
table.table {
  --text-size: 1rem;
  --text-color: var(--on-surface);
  --bd-color: var(--outline-burnt);
  --bg-color: var(--surface);
  --elevated-bg-color: var(--surface-v1);
  --stripe-bg-color: var(--surface-v2);
  --cell-padding: 0.625em 0.8em;
  --thf-padding: 0.75em 0.8em;
}
table.table.compact {
  --cell-padding: 0.5em;
  --thf-padding: 0.6em 0.5em;
}
table.table.loose {
  --cell-padding: 1em;
  --thf-padding: 1.1em 1em;
}
table.table .success {
  --text-color: var(--success);
  --bg-color: var(--success-cont);
}
table.table .warning {
  --text-color: var(--warning);
  --bg-color: var(--warning-cont);
}
table.table .error {
  --text-color: var(--error);
  --bg-color: var(--error-cont);
}

table.table {
  font-size: var(--text-size);
  line-height: 1.25;
  width: 100%;
  display: table;
  background-color: var(--bg-color);
  border: 1px solid var(--bd-color);
  color: var(--text-color);
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0;
  /* the w-fix will fix table cells so that their width can be increased.
  If the table has a width of 100%, the table will determine the maximum
  width a cell can have. Otherwise if the table width is auto, you will be
  able fully determine the width a cell. Note that width of each you give a width = given width + cell padding-left + cell padding-right. */
}
table.table thead, table.table tfoot, table.table tbody {
  box-shadow: none;
}
table.table th, table.table td {
  position: relative;
  text-align: inherit;
  color: var(--text-color);
  background-color: transparent;
  text-transform: none;
  border: 1px solid var(--bd-color);
}
table.table th:before, table.table td:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--text-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
table.table th, table.table thead td, table.table tfoot td {
  background-color: var(--elevated-bg-color);
  padding: var(--thf-padding);
  font-weight: bold;
}
table.table td {
  padding: var(--cell-padding);
}
table.table thead tr:last-child th,
table.table thead tr:last-child td, table.table > tr > th:first-child {
  border-bottom-color: var(--on-surface);
}
table.table tfoot tr:first-child th,
table.table tfoot tr:first-child td, table.table > tr > th:last-child {
  border-top-color: var(--on-surface);
}
table.table tbody tr:last-child td,
table.table tbody tr:last-child th {
  border-bottom: 0px none;
}
table.table.rounded {
  border-radius: var(--comp-radius);
  border-collapse: separate;
}
table.table.rounded th, table.table.rounded td {
  border-left: none;
  border-radius: 0em;
}
table.table.rounded tr th:last-child, table.table.rounded tr td:last-child {
  border-right: none;
}
table.table.rounded thead tr th, table.table.rounded thead tr td, table.table.rounded tbody tr th, table.table.rounded tbody tr td, table.table.rounded tfoot tr:not(:first-child) th, table.table.rounded tfoot tr:not(:first-child) td, table.table.rounded > tr th, table.table.rounded > tr td {
  border-top: none;
}
table.table.rounded tbody tr:last-child th, table.table.rounded tbody tr:last-child td, table.table.rounded tfoot tr:last-child th, table.table.rounded tfoot tr:last-child td, table.table.rounded > tr:last-child th, table.table.rounded > tr:last-child td {
  border-bottom: none;
}
table.table.rounded thead:first-child, table.table.rounded thead:first-child tr:first-child, table.table.rounded thead:first-child tr:first-child > th:first-child, table.table.rounded thead:first-child tr:first-child > td:first-child {
  border-top-left-radius: inherit;
}
table.table.rounded thead:first-child, table.table.rounded thead:first-child tr:first-child, table.table.rounded thead:first-child tr:first-child > th:last-child, table.table.rounded thead:first-child tr:first-child > td:last-child {
  border-top-right-radius: inherit;
}
table.table.rounded tfoot:last-child, table.table.rounded tfoot:last-child tr:last-child, table.table.rounded tfoot:last-child tr:last-child > th:first-child, table.table.rounded tfoot:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: inherit;
}
table.table.rounded tfoot:last-child, table.table.rounded tfoot:last-child tr:last-child, table.table.rounded tfoot:last-child tr:last-child > th:last-child, table.table.rounded tfoot:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: inherit;
}
table.table.rounded tbody:first-child, table.table.rounded tbody tr:first-child, table.table.rounded tbody tr:first-child td:first-child, table.table.rounded > tr:first-child, table.table.rounded > tr:first-child td:first-child, table.table.rounded > tr:first-child th:first-child {
  border-top-left-radius: inherit;
}
table.table.rounded tbody:first-child, table.table.rounded tbody tr:first-child, table.table.rounded tbody tr:first-child td:last-child, table.table.rounded > tr:first-child, table.table.rounded > tr:first-child td:last-child, table.table.rounded > tr:first-child th:last-child {
  border-top-right-radius: inherit;
}
table.table.rounded thead + tbody tr:first-child td {
  border-radius: 0em;
}
table.table.rounded tbody:last-child, table.table.rounded tbody tr:last-child, table.table.rounded tbody tr:last-child td:first-child, table.table.rounded > tr:last-child, table.table.rounded > tr:last-child td:first-child, table.table.rounded > tr:last-child th:first-child {
  border-bottom-left-radius: inherit;
}
table.table.rounded tbody:last-child, table.table.rounded tbody tr:last-child, table.table.rounded tbody tr:last-child td:last-child, table.table.rounded > tr:last-child, table.table.rounded > tr:last-child td:last-child, table.table.rounded > tr:last-child th:last-child {
  border-bottom-right-radius: inherit;
}
table.table th.link, table.table td.link {
  padding: 0;
}
table.table th.link > a, table.table td.link > a {
  display: block;
  color: inherit;
}
table.table td.link > a {
  padding: var(--cell-padding);
}
table.table th.link > a {
  padding: var(--thf-padding);
}
table.table.w-fix {
  width: auto;
  min-width: auto;
}
table.table.w-fix th:before, table.table.w-fix td:before {
  content: "";
  display: block;
  visibility: hidden;
  height: 0px;
  width: inherit;
}
table.table.mini-cells th, table.table.mini-cells td {
  width: 100px;
}
table.table.small-cells th, table.table.small-cells td {
  width: 200px;
}
table.table.medium-cells th, table.table.medium-cells td {
  width: 350px;
}
table.table.big-cells th, table.table.big-cells td {
  width: 500px;
}
table.table.huge-cells th, table.table.huge-cells td {
  width: 600px;
}
table.table.fixed-layout {
  table-layout: fixed;
}
table.table.striped tbody tr:nth-child(even) {
  background-color: var(--stripe-bg-color);
}
table.table.basic {
  border-style: none;
}
table.table.basic th:first-child, table.table.basic td:first-child {
  border-left-style: none;
}
table.table.basic th:last-child, table.table.basic td:last-child {
  border-right-style: none;
}
table.table.basic tr:first-child th, table.table.basic tr:first-child td {
  border-top-style: none;
}
table.table.basic tr:last-child th, table.table.basic tr:last-child td {
  border-bottom-style: none;
}
table.table.basic thead tr:last-child th, table.table.basic thead tr:last-child td {
  border-bottom-style: solid;
}
table.table.basic tfoot tr:first-child th, table.table.basic tfoot tr:first-child td {
  border-top-style: solid;
}
table.table.simple th, table.table.simple td {
  border-left-style: none;
  border-right-style: none;
}
table.table.clear {
  border-style: none;
}
table.table.clear th, table.table.clear td {
  border-left-style: none;
  border-right-style: none;
}
table.table.clear thead tr:first-child th, table.table.clear thead tr:first-child td, table.table.clear > tr:first-child th {
  border-top-style: none;
}
table.table.clear tfoot tr:last-child th, table.table.clear tfoot tr:last-child td, table.table.clear > tr:last-child th {
  border-bottom-style: none;
}
table.table.list {
  border-style: none;
}
table.table.list th, table.table.list td {
  border-style: none;
}
table.table.list thead tr:last-child th, table.table.list thead tr:last-child td, table.table.list > tr:first-child th {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
table.table.list tfoot tr:first-child th, table.table.list tfoot tr:first-child td, table.table.list > tr:last-child th {
  border-top-width: 2px;
  border-top-style: solid;
}
table.table.definition:not(.rounded) {
  border-style: none;
}
table.table.definition.simple:not(.rounded) th:first-child, table.table.definition.simple:not(.rounded) td:first-child {
  border-left-style: solid;
  border-right-style: solid;
}
table.table.definition.simple:not(.rounded) th:last-child, table.table.definition.simple:not(.rounded) td:last-child {
  border-right-style: solid;
}
table.table.definition thead:not(.full-width) th:first-child, table.table.definition thead:not(.full-width) td:first-child, table.table.definition > tr:not(.full-width):first-child th:first-child {
  pointer-events: none;
  background: 0 0;
  font-weight: var(--normal-weight);
  color: var(--on-surface-v2);
  border-top: 0px none;
  border-left: 0px none;
}
table.table.definition thead tr:not(:last-child, :only-child) th:first-child, table.table.definition thead tr:not(:last-child, :only-child) td:first-child {
  border-bottom: 0px none;
}
table.table.definition tfoot:not(.full-width) th:first-child, table.table.definition tfoot:not(.full-width) td:first-child, table.table.definition > tr:not(.full-width):last-child th:first-child {
  pointer-events: none;
  background: 0 0;
  font-weight: var(--normal-weight);
  color: var(--on-surface-v2);
  border-bottom: 0px none;
  border-left: 0px none;
}
table.table.definition tfoot tr:not(:first-child, :only-child) th:first-child, table.table.definition tfoot tr:not(:first-child, :only-child) td:first-child {
  border-top: 0px none;
}
table.table.definition.rounded thead:not(.full-width) th:first-child, table.table.definition.rounded thead:not(.full-width) td:first-child, table.table.definition.rounded > tr:not(.full-width):first-child th:first-child {
  box-shadow: -1px -1px 0 1px var(--surface);
}
table.table.definition.rounded tfoot:not(.full-width) th:first-child, table.table.definition.rounded tfoot:not(.full-width) td:first-child, table.table.definition.rounded > tr:not(.full-width):last-child th:first-child {
  box-shadow: -1px -1px 0 1px var(--surface);
}
table.table.definition tbody td:first-child, table.table.definition tbody td:first-child:hover, table.table.definition > tr td:first-child, table.table.definition > tr td:first-child:hover {
  background-color: var(--stripe-bg-color);
  font-weight: bold;
  color: inherit;
}
table.table.borderless, table.table.borderless > thead, table.table.borderless > thead > tr, table.table.borderless > thead > tr > th, table.table.borderless > thead > tr > td, table.table.borderless > tbody, table.table.borderless > tbody > tr, table.table.borderless > tbody > tr > td, table.table.borderless > tfoot, table.table.borderless > tfoot > tr, table.table.borderless > tfoot > tr > th, table.table.borderless > tfoot > tr > td, table.table.borderless > tr, table.table.borderless > tr, table.table > th, table.table.borderless > tr, table.table > td {
  border: 0px none;
}
table.table td.active:before,
table.table tr.active td:before,
table.table tbody.active td:before {
  background-color: var(--primary);
  opacity: var(--press-state);
}
table.table td.disabled,
table.table td[disabled],
table.table tr.disabled td,
table.table tr[disabled] td,
table.table tbody.disabled td,
table.table tbody[disabled] td {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: var(--on-surface-v2);
  background-color: var(--surface-v2);
}
table.table.selectable tbody tr, table.table tbody.selectable tr, table.table tbody tr.selectable, table.table tbody td.selectable {
  transition: background-color 0.3s ease;
}
table.table.selectable tbody tr:hover td:before,
table.table tbody.selectable tr:hover td:before,
table.table tbody tr.selectable:hover td:before,
table.table tbody td.selectable:hover:before, table.table.i-selectable tbody td:hover:before,
table.table tbody.i-selectable td:hover:before,
table.table tbody tr.i-selectable td:hover:before {
  opacity: var(--hover-state);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll > table {
  width: auto;
  min-width: 100%;
}

/* --- FORM AND FORM COMPONENTS ---*/
.form-item,
.form-switch,
.input,
.input-box,
.select.dropdown,
.option-group {
  --form-bg-color: var(--surface);
  --form-text-color: var(--on-surface);
  --form-bd-color: var(--on-surface-v2);
  --form-hover-bd-color: var(--on-surface-v1);
  --form-focus-bd-color: var(--primary);
  --form-line-height: 1.5;
  --form-tb-padding: 0.5em;
  --form-lr-padding: 0.75em;
  --form-padding: calc(var(--form-tb-padding) - 1px) var(--form-lr-padding);
  --form-height: calc(
    (var(--form-line-height) * 1em) + (var(--form-tb-padding) * 2)
  );
}
.form-item.success,
.form-switch.success,
.input.success,
.input-box.success,
.select.dropdown.success,
.option-group.success {
  --form-bd-color: var(--success);
  --form-focus-bd-color: var(--success);
}
.form-item.error,
.form-switch.error,
.input.error,
.input-box.error,
.select.dropdown.error,
.option-group.error {
  --form-bd-color: var(--error);
  --form-focus-bd-color: var(--error);
}
.form-item.compact,
.form-switch.compact,
.input.compact,
.input-box.compact,
.select.dropdown.compact,
.option-group.compact {
  --form-tb-padding: 0.375em;
  --form-lr-padding: 0.75em;
}
.form-item.loose,
.form-switch.loose,
.input.loose,
.input-box.loose,
.select.dropdown.loose,
.option-group.loose {
  --form-tb-padding: 0.8125em;
  --form-lr-padding: 0.75em;
}

.form-item,
.input,
.input-box,
.select.dropdown {
  font-size: 1rem;
  text-transform: none;
  box-sizing: border-box;
  color: var(--form-text-color);
  line-height: var(--form-line-height);
  width: auto;
  max-width: 100%;
  border-radius: var(--default-radius);
}

.form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image]),
.input,
.input > .subject,
.input-box > .subject,
.select.dropdown {
  display: inline-flex;
  outline: none;
  text-align: left;
  padding: var(--form-padding);
  min-height: var(--form-height);
  background-color: var(--form-bg-color);
  border: 1px solid var(--form-bd-color);
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image]):not(select),
.input:not(select),
.input > .subject:not(select),
.input-box > .subject:not(select),
.select.dropdown:not(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image]):hover,
.input:hover,
.input > .subject:hover,
.input-box > .subject:hover,
.select.dropdown:hover {
  --form-bd-color: var(--form-hover-bd-color);
}
.form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image]):focus-within, .form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image]).active,
.input:focus-within,
.input.active,
.input > .subject:focus-within,
.input > .subject.active,
.input-box > .subject:focus-within,
.input-box > .subject.active,
.select.dropdown:focus-within,
.select.dropdown.active {
  border-color: var(--form-focus-bd-color);
  box-shadow: inset 0px 0px 0px 1px var(--form-focus-bd-color);
  outline: none;
}
.input-box[disabled] > .subject, .input[disabled] > .subject, .form-switch[type=checkbox]:disabled, .form-item[type=checkbox]:disabled,
.form-item[type=radio]:disabled, .form-item:not([type=range],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=button],
[type=image])[disabled],
.input[disabled],
.input > .subject[disabled],
.input-box > .subject[disabled],
.select.dropdown[disabled] {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: not-allowed;
}

.form-item::-moz-placeholder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  color: inherit;
  opacity: 0.5;
  line-height: var(--form-line-height);
  -moz-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.form-item::placeholder,
.select.dropdown .placeholder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  color: inherit;
  opacity: 0.5;
  line-height: var(--form-line-height);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.form-item:focus-within::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}

.form-item:focus-within::placeholder,
.select.dropdown:focus-within .placeholder,
.select.dropdown.active .placeholder {
  color: inherit;
  opacity: 0.6;
}

.form-item[type=checkbox],
.form-item[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-bg-color);
  height: 1.125em;
  width: 1.125em;
  vertical-align: -0.07em;
  flex: 0 0 auto;
  border: 0.15em solid var(--form-bd-color);
  display: inline-flex;
}
.form-item[type=checkbox]:before,
.form-item[type=radio]:before {
  content: "";
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  box-shadow: none;
  background-color: var(--form-text-color);
}
.form-item[type=checkbox]:hover,
.form-item[type=radio]:hover {
  --form-bd-color: var(--form-hover-bd-color);
}
.form-item[type=checkbox]:focus,
.form-item[type=radio]:focus {
  border-color: var(--form-focus-bd-color);
  outline: none;
}
.form-item[type=checkbox] {
  border-radius: calc(var(--default-radius) / 5);
}
.form-item[type=checkbox]:before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.form-item[type=checkbox]:checked:before {
  transform: scale(0.825);
}

.form-item[type=radio] {
  border-radius: 50%;
}
.form-item[type=radio]:before {
  clip-path: circle(50% at 50% 50%);
}
.form-item[type=radio]:checked:before {
  transform: scale(0.625);
}

.form-switch[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 3.25em;
  height: 2em;
  border: 2px solid var(--outline);
  padding: 0.5em;
  flex: 0 0 auto;
  background-color: var(--form-bd-color);
  border-radius: var(--max-radius);
  display: inline-flex;
  align-items: center;
  vertical-align: -0.25em;
}
.form-switch[type=checkbox]:hover {
  --form-bd-color: var(--form-hover-bd-color);
}
.form-switch[type=checkbox]:focus {
  outline: none;
}
.form-switch[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -0.125em;
  transform: translateY(-50%) scale(0.5);
  transition: all 0.1s ease;
  width: 2em;
  height: 2em;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: var(--outline);
}
.form-switch[type=checkbox]:checked {
  background-color: var(--form-focus-bd-color);
}
.form-switch[type=checkbox]:checked:before {
  left: 1.25em;
  transform: translateY(-50%) scale(0.75);
}
.form-switch[type=checkbox]:active::before {
  transform: translateY(-50%) scale(1);
}
.form-item[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15em;
}
.form-item[type=range]::-webkit-slider-runnable-track {
  background: var(--form-bd-color);
  height: 0.5em;
}
.form-item[type=range]::-moz-range-track {
  background: var(--form-focus-bd-color);
  height: 0.5em;
}
.form-item[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -0.5em;
  background-color: var(--form-focus-bd-color);
  height: 1.5em;
  width: 1em;
}
.form-item[type=range]::-moz-range-thumb {
  border: none;
  border-radius: 0px;
  background-color: var(--form-focus-bd-color);
  height: 1.5em;
  width: 1em;
}
.form-item[type=range]:focus {
  outline: none;
}
.form-item[type=range]:focus::-webkit-slider-thumb {
  outline: 2px solid var(--form-focus-bd-color);
  outline-offset: 0.125em;
}
.form-item[type=range]:focus::-moz-range-thumb {
  outline: 2px solid var(--form-focus-bd-color);
  outline-offset: 0.125em;
}

.form-item[type=file] {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-item[type=file]::file-selector-button {
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  border: 0px none;
  border-right: 1px solid var(--form-bd-color);
  padding: var(--form-padding);
  margin-right: var(--form-lr-padding);
  border-radius: 0px;
  background-color: transparent;
  color: var(--form-text-color);
}
.form-item[type=file]::file-selector-button:hover {
  text-decoration: underline;
}
.form-item[type=file]::-webkit-file-upload-button {
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  border: 0px none;
  border-right: 1px solid var(--form-bd-color);
  padding: var(--form-padding);
  margin-right: var(--form-lr-padding);
  border-radius: 0px;
  background-color: transparent;
  color: var(--form-text-color);
}
.form-item[type=file]::-webkit-file-upload-button:hover {
  text-decoration: underline;
}
.form-item[type=file]::-ms-browse {
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  border: 0px none;
  border-right: 1px solid var(--form-bd-color);
  padding: var(--form-padding);
  margin-right: var(--form-lr-padding);
  border-radius: 0px;
  background-color: transparent;
  color: var(--form-text-color);
}
.form-item[type=file]::-ms-browse:hover {
  text-decoration: underline;
}

.select.dropdown {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.select.dropdown > .content {
  min-width: 4.5em;
}
.select.dropdown:not(.no-indicator), .select.dropdown.lined:not(.no-indicator), .select.dropdown.input.text-fit:not(.no-indicator) {
  padding-right: 1.625em;
}
.select.dropdown > .icon.ddico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0em;
}
.select.dropdown > .icon.ddico > svg {
  max-width: 1.5em;
  max-height: 1.5em;
}
.select.dropdown.no-indicator > .ddico {
  display: none;
}
.select.dropdown:not(.lined, .text-fit) > .lead {
  margin-left: calc(0em - var(--form-lr-padding));
}
.select.dropdown > .drop.menu {
  min-width: calc(100% + 2px);
  max-height: 40vh;
  overflow-y: auto;
  font-size: inherit;
  border: inherit;
}
.select.dropdown > .drop.menu > .item {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.select.dropdown.multiple {
  padding-top: calc(var(--form-tb-padding) / 2);
  padding-bottom: calc(var(--form-tb-padding) / 2);
}

.input {
  text-align: left;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0.75em;
}
.input > * {
  font-size: inherit;
}
.input > .subject {
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 3em;
  margin: 0em;
  padding: 0em;
}
.input > .subject, .input > .subject:hover, .input > .subject:focus-within, .input > .subject.active {
  color: inherit;
  text-align: inherit;
  background: transparent;
  border: 0px none;
  box-shadow: none;
}
.input[disabled] {
  cursor: not-allowed;
}
.input[disabled] > * {
  pointer-events: none;
}
.input[disabled] > *:not(.subject) {
  opacity: 0.45;
}
.select.dropdown > .icon, .input > .icon {
  display: inline-flex;
  z-index: 20;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  padding: 0em;
  background-color: transparent;
  border-radius: inherit;
  color: inherit;
  border: 0px none;
  box-shadow: none;
  position: relative;
  flex: 0 0 auto;
}
.select.dropdown > .icon:not(:focus-visible), .input > .icon:not(:focus-visible) {
  outline: 0px none;
}
.select.dropdown > .icon:not(a, button), .input > .icon:not(a, button) {
  cursor: default;
  pointer-events: none;
}
.select.dropdown > .icon:hover, .input > .icon:hover, .select.dropdown > .icon:focus, .input > .icon:focus, .select.dropdown:focus-within > .icon, .input:focus-within > .icon {
  opacity: 1;
}
.text-fit.select.dropdown > .icon:first-child, .text-fit.input > .icon:first-child, .text-fit.select.dropdown > .icon:last-child, .text-fit.input > .icon:last-child, .lined.select.dropdown > .icon:first-child, .lined.input > .icon:first-child, .lined.select.dropdown > .icon:last-child, .lined.input > .icon:last-child {
  margin: 0em 0.28125em;
}
.loading.select.dropdown > .icon.loader, .loading.input > .icon.loader {
  content: "";
  color: transparent;
  text-shadow: transparent;
  text-align: center;
  pointer-events: none;
}
.loading.select.dropdown > .icon.loader::after, .loading.input > .icon.loader::after {
  position: relative;
  content: "";
  font-size: 1em;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  border-radius: var(--max-radius);
  border: 0.188em solid var(--form-text-color);
  border-top-color: var(--form-bg-color);
  animation: spin 0.6s linear;
  animation-iteration-count: infinite;
}
.loading.select.dropdown > .icon.loader::before, .loading.input > .icon.loader::before {
  display: none;
}

.input-box {
  height: var(--form-height);
  background-color: transparent;
  border: 0px none;
  text-align: left;
  display: inline-flex;
  position: relative;
  padding: 0em;
}
.input-box > * {
  vertical-align: middle;
}
.input-box > .subject {
  font-size: inherit;
  border-radius: inherit;
  max-width: 100%;
  flex: 1 1 auto;
  margin: 0em;
}
.input-box[disabled] {
  cursor: not-allowed;
}
.input-box[disabled] > * {
  pointer-events: none;
}
.input-box[disabled] > *:not(.subject) {
  opacity: 0.45;
}
.input-box > .addon {
  position: relative;
  flex: 0 0 auto;
  margin: 0em;
  height: 100%;
  line-height: inherit;
  border-radius: inherit;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.input-box > *:not(:first-child, :last-child) {
  border-radius: 0em;
}
.input-box > *:last-child:not(:only-child) {
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.input-box > *:first-child:not(:only-child) {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

label.design-takeover input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--on-surface);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0 !important;
}

fieldset {
  border: 1px solid var(--outline);
  border-radius: var(--sm-radius);
  padding: 0.5em 1em;
}

fieldset,
.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
fieldset > label,
.field > label {
  font-size: 0.875em;
  font-weight: var(--semibold-weight);
  line-height: inherit;
}
fieldset > .supp-text,
.field > .supp-text {
  font-size: calc(var(--sm-size) * 1rem);
  margin-top: -0.25rem;
}

.form-item.lined,
.input.lined,
.input-box.lined > .subject,
.select.dropdown.lined {
  background-color: transparent;
  border-style: none;
  border-bottom-style: solid;
  border-radius: 0em;
  padding-left: 0em;
  padding-right: 0em;
}
.form-item.lined:focus, .form-item.lined:focus-within, .form-item.lined.active,
.input.lined:focus,
.input.lined:focus-within,
.input.lined.active,
.input-box.lined > .subject:focus,
.input-box.lined > .subject:focus-within,
.input-box.lined > .subject.active,
.select.dropdown.lined:focus,
.select.dropdown.lined:focus-within,
.select.dropdown.lined.active {
  box-shadow: 0 1px 0 0 var(--form-focus-bd-color);
}

.form-item.transparent,
.input.transparent,
.input-box.transparent .subject,
.select.dropdown.transparent {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}

.form-item.text-fit,
.input.text-fit,
.input.text-fit > .subject,
.input-box:not([class*=expandable]).text-fit,
.input-box:not([class*=expandable]).text-fit > .subject,
.select.dropdown.text-fit {
  color: inherit;
  height: auto;
  min-height: auto;
  min-width: 2em;
  background: transparent;
  border: 0px none;
  padding: 0em;
  box-shadow: none;
  margin: 0em;
}

/* --- BUTTONS --- */
.button {
  --button-line-height: 1.5;
  --button-padding-tb: 0.5em;
  --button-padding-lr: 1.5em;
  --button-height: calc(
    var(--button-padding-tb) * 2 + (var(--button-line-height) * 1em)
  );
  --button-disabled-opacity: 0.5;
  --bg-color: var(--surface-v3);
  --text-color: var(--on-surface);
  --bd-color: var(--on-surface-v2);
}
.button.compact {
  --button-padding-tb: 0.25em;
  --button-padding-lr: 1.25em;
}
.button.primary {
  --bg-color: var(--primary);
  --text-color: var(--surface);
  --bd-color: var(--primary);
}
.button.primary.outlined, .button.primary.flat {
  --text-color: var(--primary);
}
.button.secondary {
  --bg-color: var(--secondary);
  --text-color: var(--surface);
  --bd-color: var(--secondary);
}
.button.secondary.outlined, .button.secondary.flat {
  --text-color: var(--secondary);
}

.button {
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: var(--button-padding-tb) var(--button-padding-lr);
  font-size: 1rem;
  font-weight: var(--semibold-weight);
  line-height: var(--button-line-height);
  font-style: normal;
  text-decoration: none;
  text-align: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: var(--default-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 0px none;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}
.button:not(:focus-visible) {
  outline: 0px none;
}
.button.outlined, .button.flat {
  background-color: var(--surface);
}
.button.outlined.transparent, .button.flat.transparent {
  background-color: transparent;
}
.button.outlined {
  border: 2px solid var(--bd-color);
  padding: calc(var(--button-padding-tb) - 2px) calc(var(--button-padding-lr) - 1px);
}
.button > .lead.icon {
  margin-left: -0.5em;
}
.button > .trailing.icon {
  margin-right: -0.5em;
}
.button.as-app {
  flex-direction: column;
  gap: 0.25em;
}
.button.as-app > .icon {
  font-size: 1.125em;
  margin: 0;
}
.button:hover, .button:focus, .button:active, .button.active {
  outline: none;
  text-decoration: none;
}
.button:focus-visible, .button.design-takeover:focus-within {
  outline: 2px solid var(--on-surface);
  outline-offset: 1px;
}
.button:not(.mute-interaction, .as-text):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--text-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.button:hover:before, .button:focus:before {
  opacity: var(--hover-state);
}
.button:active:before, .button.active:before {
  opacity: var(--press-state);
}
.button.icon {
  padding: var(--button-padding-tb);
}
.button.fab {
  padding: calc(var(--button-padding-tb) * 7 / 4);
}
.button > .emphasized {
  background: rgba(0, 0, 0, 0.06);
}
.button.as-text {
  padding: 0px;
}
.button.transparent, .button.as-text {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button:disabled, .button.disabled {
  opacity: var(--button-disabled-opacity);
  background-image: none;
  pointer-events: none;
}
.button .floating.badge {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  left: auto;
  bottom: auto;
  margin: 0;
}
.button .floating.badge:empty {
  top: 0.5em;
  right: 1em;
}

.button.loading {
  cursor: default;
  color: transparent;
  pointer-events: auto;
  position: relative;
}
.button.loading > * {
  opacity: 0;
}
.button.loading:after {
  position: absolute;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border-radius: var(--max-radius);
  border: 0.188em solid rgba(0, 0, 0, 0.75);
  border-top-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
  top: 50%;
  left: 50%;
  margin: -0.6em 0 0 -0.6em;
  animation: spin 0.6s linear;
  animation-iteration-count: infinite;
}

.button.circular {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: var(--max-radius);
  height: var(--button-height);
  width: var(--button-height);
  flex: 0 0 auto;
  padding: 0em;
}
.button.circular.as-text {
  height: 1.5em;
  width: 1.5em;
}

.fab-group {
  position: fixed;
  z-index: var(--z-level-3);
  bottom: 4.25rem;
  right: 1rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.fab-group > .button.fab {
  font-size: 1rem;
  box-shadow: var(--z-depth-3);
  transition: transform 0.3s ease-in, opacity 0.25s ease-out;
}
.fab-group > .button.fab:not(:first-child) {
  padding: var(--button-padding-tb);
}
.fab-group > .button.fab:first-child {
  font-size: 1.125rem;
}

html.scroll-locked .fab-group.respect-lock .fab {
  opacity: 0;
  transform: translateX(200%);
}

/* --- LABEL ---*/
.label {
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: 1rem;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  text-align: center;
  padding: 0.25em 0.5em;
  margin: 0;
  background-color: var(--surface-v2);
  font-weight: var(--semibold-weight);
  border-radius: var(--default-radius);
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.label.loose {
  padding: 0.5em 1em;
}
.label > img {
  max-height: 1.5em;
  width: auto;
  line-height: 1;
  vertical-align: bottom;
}
.label > a, .label > .link {
  color: inherit;
}
.label.basic {
  background-color: var(--surface);
  border: 1px solid var(--on-surface);
}
.label.text.label {
  background-color: transparent;
  border: 0px none;
}

.label.circular {
  line-height: 2em;
  padding: 0em;
  width: 2em;
  height: 2em;
  flex: 0 0 auto;
  border-radius: var(--max-radius);
}
.label.circular.loose {
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
}

.label[class*=tag] {
  position: relative;
}
.label[class*=tag]::before {
  content: "";
  position: absolute;
  top: 0px;
  background-color: inherit;
  background-image: none;
  width: 1.75em;
  height: 1.75em;
  border: inherit;
}
.label[class*=tag]::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.23em);
  background-color: var(--surface);
  width: 0.45em;
  height: 0.45em;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: var(--max-radius);
  border: inherit;
}

.label.tag {
  margin-left: 1em;
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.label.tag::before {
  left: calc(-1.75em + 1px);
  clip-path: polygon(50% 50%, 100% 100%, 100% 0);
  border-bottom: 0px none;
  border-right: 0px none;
}
.label.tag::after {
  left: -0.2em;
}

.label.alt-tag {
  margin-right: 1em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.label.alt-tag::before {
  right: calc(-1.75em + 1px);
  clip-path: polygon(50% 50%, 0 100%, 0 0);
  border-bottom: 0px none transparent;
  border-left: 0px none transparent;
}
.label.alt-tag::after {
  right: -0.2em;
}

.label[class*=ribbon] {
  display: flex;
  position: relative;
  margin: 0em;
  min-width: -moz-max-content;
  min-width: max-content;
}
.label[class*=ribbon]::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0.875em;
  width: 1em;
  border: 0px none;
  box-shadow: none;
  background-color: inherit;
  filter: invert(0.1);
}

.label.ribbon {
  border-radius: 0em var(--default-radius) var(--default-radius) 0em;
}
.label.ribbon::after {
  right: auto;
  left: 0%;
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
}

.label.alt-ribbon {
  border-radius: var(--default-radius) 0em 0em var(--default-radius);
}
.label.alt-ribbon::after {
  left: auto;
  right: 0%;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
}

.badge {
  background-color: var(--error);
  color: var(--surface);
  border-radius: var(--max-radius);
  font-size: 0.75em;
  line-height: 1.375;
  white-space: nowrap;
  padding: 0em 0.375em;
  min-width: 1.375em;
  flex: 0 0 auto;
}
.badge:empty {
  padding: 0em;
  height: 0.5em;
  width: 0.5em;
  flex: 0 0 auto;
  min-width: 0em;
}
.badge.text:not(:empty) {
  background-color: transparent;
  color: inherit;
}

.chip {
  --bg-color: var(--surface-v3);
  --text-color: var(--on-surface);
}

.chip {
  display: inline-flex;
  flex-flow: row nowrap;
  position: relative;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0.25em 1em;
  width: -moz-max-content;
  width: max-content;
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 0px none;
  border-radius: var(--max-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.chip > .lead {
  margin-left: -0.5em;
}
.chip > .trailing {
  margin-right: -0.5em;
}
.chip > img {
  max-height: 1.5em;
  width: auto;
  line-height: 1;
  vertical-align: bottom;
}
.chip:focus-visible {
  outline: 2px solid var(--on-surface);
  outline-offset: 1px;
}
.chip:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--text-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.chip:hover:before, .chip:focus:before {
  opacity: 0.08;
}
.chip:active:before, .chip.active:before {
  opacity: 0.2;
}
.chip.outlined, .chip.flat {
  background-color: transparent;
}
.chip.outlined.use-surface, .chip.flat.use-surface {
  background-color: var(--surface);
}
.chip.outlined {
  border: 1px solid var(--bg-color);
}
.chip.flat {
  border: 0px none;
}

/* --- MODAL --- */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: var(--z-level-5);
  overflow: hidden auto;
  scroll-behavior: smooth;
  pointer-events: none;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0ms linear 500ms, background-color 350ms ease;
}
.modal:not(.custom-scrim)::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--scrim-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 300ms;
}
.modal > .scrim {
  z-index: -1;
}
.modal > .dialog {
  display: block;
  position: relative;
  background-color: var(--surface);
  width: calc(100% - 4rem);
  max-width: 560px;
  overflow: hidden auto;
  z-index: 10;
  margin: 7vh auto 3vh;
  padding: 0px;
  backface-visibility: hidden;
  border-radius: var(--default-radius);
  box-shadow: var(--z-depth-5);
  opacity: 0;
  transition: transform 500ms ease-out, opacity 350ms ease;
}
.modal > .dialog.centered {
  margin: 4vh auto;
  align-self: center;
}
.modal > .dialog > * {
  flex: 0 0 auto;
}
.modal > .dialog > .header, .modal > .dialog > .actions, .modal > .dialog > .footer, .modal > .dialog > .content {
  margin: 0px;
  padding: 1rem 1.5rem;
}
.modal > .dialog > .content {
  overflow: auto;
}
.modal > .dialog.self-scroll {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.modal > .dialog.self-scroll > .content {
  flex: 1 1 auto;
}
.modal > .dialog.bottom-sheet {
  position: fixed;
  top: auto;
  bottom: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  max-height: 55%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: auto;
}
.modal > .dialog.full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  border-radius: 0px;
  overflow: auto;
}
.modal > .dialog.all-scale {
  transform: scale(0.25);
}
.modal > .dialog.horizontal-scale {
  transform: scaleX(0.25);
}
.modal > .dialog.vertical-scale {
  transform: scaleY(0.25);
}
.modal > .dialog.horizontal-flip {
  transform: perspective(2000px) rotateX(-90deg);
}
.modal > .dialog.vertical-flip {
  transform: perspective(2000px) rotateY(-90deg);
}
.modal > .dialog.bottom-sheet {
  transform: translateY(100%);
}
.modal.active {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0ms linear 0ms, background-color 350ms ease;
}
.modal.active:before {
  opacity: var(--scrim-opacity);
}
.modal.active.transparent:before {
  opacity: 0;
}
.modal.active > .dialog {
  opacity: 1;
  transition: transform 500ms ease-in, opacity 350ms ease-out 150ms;
}
.modal.active > .dialog.all-scale {
  transform: scale(1);
}
.modal.active > .dialog.horizontal-scale {
  transform: scaleX(1);
}
.modal.active > .dialog.vertical-scale {
  transform: scaleY(1);
}
.modal.active > .dialog.horizontal-flip {
  transform: perspective(2000px) rotateX(0deg);
}
.modal.active > .dialog.vertical-flip {
  transform: perspective(2000px) rotateY(0deg);
}
.modal.active > .dialog.bottom-sheet {
  transform: translate(0%);
}
.modal > .md-control {
  z-index: 100;
}

/*-- LIGHTBOX --*/
@media screen and (prefers-color-scheme: light) {
  :root {
    --overlay-bg: rgba(230, 230, 230, 0.65);
  }
}
@media screen and (prefers-color-scheme: dark) {
  :root {
    --overlay-bg: rgba(35, 35, 35, 0.65);
  }
}
.light-mode {
  --overlay-bg: rgba(230, 230, 230, 0.65);
}

.dark-mode {
  --overlay-bg: rgba(35, 35, 35, 0.65);
}

.lightbox {
  --menu-height: 3.125rem;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 0px none;
  outline: 0px none;
  margin: 0px;
  padding: 0px;
  z-index: var(--z-level-5);
  background-color: transparent;
  opacity: 0;
  transition: opacity 0ms linear 500ms, background-color 350ms ease;
}
.lightbox::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--surface-v2);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 300ms;
}
.lightbox > .slides {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - var(--menu-height));
  max-width: 100%;
  top: var(--menu-height);
  left: 0px;
  z-index: 10;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 500ms ease-out, opacity 350ms ease 150ms;
}
.lightbox > .slides .slide {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  transform: translate(0px, 0px) scale(0.7);
  z-index: -1;
  pointer-events: none;
}
.lightbox > .slides .slide.active, .lightbox > .slides .slide.prev-slide, .lightbox > .slides .slide.next-slide {
  z-index: initial;
  transition: transform 300ms cubic-bezier(0, 0, 0.25, 1), opacity 300ms cubic-bezier(0, 0, 0.25, 1);
}
.lightbox > .slides .slide.active {
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
.lightbox > .slides .slide.prev-slide {
  transform: translate(-100%, 0px) scale(0.7);
}
.lightbox > .slides .slide.next-slide {
  transform: translate(100%, 0px) scale(0.7);
}
.lightbox > .slides .slide .content {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: center center;
  transform: translate(0px, 0px) scale(1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.7s linear 0s;
}
.lightbox > .slides .slide .content.zoom-dragging, .lightbox > .slides .slide .content.zooming {
  transition-duration: 0ms;
}
.lightbox > .slides .slide .content.zoom-dragging img, .lightbox > .slides .slide .content.zooming img {
  cursor: grabbing !important;
}
.lightbox > .slides .slide .content * {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: grab;
  pointer-events: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.lightbox > .slides .slide .content[data-cont-type=youtube]:before, .lightbox > .slides .slide .content[data-cont-type=iframe]:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid var(--on-surface);
  border-top-color: var(--surface);
  border-radius: var(--max-radius);
  z-index: -1;
  animation: spin 0.6s linear;
  animation-iteration-count: infinite;
}
.lightbox > .slides .slide .caption {
  display: block;
  align-self: flex-end;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 70%;
  overflow: auto;
  padding: 1em 1em;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  color: var(--on-surface);
  background-color: var(--overlay-bg);
  text-shadow: 0px 0px 5px var(--surface);
  pointer-events: initial;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .slides .slide .caption ~ .content[style] {
  z-index: 2000;
}
.lightbox > .slides .slide .caption * {
  margin: 0;
}
@media (hover: hover) {
  .lightbox > .slides .slide .caption:not(.full-text, :hover) {
    background-color: transparent;
  }
  .lightbox > .slides .slide .caption:not(.full-text, :hover) > .truncate-helper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: var(--line-clamp, 2);
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
  }
}
@media (hover: none) {
  .lightbox > .slides .slide .caption:not(.full-text) {
    background-color: transparent;
  }
  .lightbox > .slides .slide .caption:not(.full-text) > .truncate-helper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: var(--line-clamp, 2);
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
  }
}
@media only screen and (min-width: 650px) {
  .lightbox > .slides .slide .caption {
    padding-left: calc(50% - 325px + 1em);
    padding-right: calc(50% - 325px + 1em);
    padding-left: calc(50% - 32.5ch + 1em);
    padding-right: calc(50% - 32.5ch + 1em);
  }
}
.lightbox > .slides.swiping > .slide {
  transition-duration: 0ms;
}
.lightbox > .slides.swiping > .slide.prev-slide, .lightbox > .slides.swiping > .slide.next-slide {
  opacity: 1;
}
.lightbox > .slides.swiping > .slide img {
  cursor: grabbing !important;
}
.lightbox > .slides > .c-prev, .lightbox > .slides > .c-next {
  display: flex;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0px, -50%);
  height: 1em;
  width: 1em;
  border-radius: var(--comp-radius);
  font-size: 3.125rem;
  color: var(--on-surface);
  filter: drop-shadow(0px 0px 5px var(--surface));
  background-color: transparent;
  border: 0px none;
  pointer-events: initial;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .slides > .c-prev:not(:focus-visible), .lightbox > .slides > .c-next:not(:focus-visible) {
  outline: 0px none;
}
.lightbox > .slides > .c-prev:hover, .lightbox > .slides > .c-prev:focus, .lightbox > .slides > .c-next:hover, .lightbox > .slides > .c-next:focus {
  opacity: 1;
}
.lightbox > .slides > .c-prev.disabled, .lightbox > .slides > .c-next.disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.lightbox > .slides > .c-prev {
  left: 2%;
}
.lightbox > .slides > .c-next {
  right: 2%;
}
.lightbox .lb-control {
  z-index: 100;
}
.lightbox.active {
  opacity: 1;
  transition: opacity 0ms linear 0ms, background-color 350ms ease;
}
.lightbox.active:before {
  opacity: 0.9;
}
.lightbox.active > .slides {
  opacity: 1;
  transition: transform 500ms ease-in, opacity 350ms ease-out 150ms;
}
.lightbox:not(.active) .slide.active {
  transform: translate(0px, 0px) scale(0.7);
}
.lightbox > .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 110;
  margin: 0;
  background-color: var(--surface);
  opacity: 0;
}
.lightbox > .progress-bar .determinate {
  width: 0;
  transition: none;
  background-color: var(--on-surface);
}
.lightbox.playing > .progress-bar {
  opacity: 1;
}
.lightbox > .menu.icon-bar {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg);
  color: var(--on-surface);
  text-shadow: 0px 0px 5px var(--surface);
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .menu.icon-bar .icon {
  filter: drop-shadow(0px 0px 5px var(--surface));
}
.lightbox > .gallery-view {
  display: flex;
  position: fixed;
  bottom: 0px;
  margin: 0px;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  background: var(--overlay-bg);
  background: linear-gradient(0deg, var(--overlay-bg) 0%, var(--overlay-bg) 80%, transparent 100%);
  transform: scale(1);
  transform-origin: center bottom;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, background-color 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .gallery-view [data-thumbnails] {
  display: inline-flex;
  align-self: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: calc(100% + 2rem);
  max-width: 100%;
  margin: 0px auto;
  padding: 0.625rem;
  overflow-y: hidden;
}
.lightbox > .gallery-view .l-scroll,
.lightbox > .gallery-view .r-scroll {
  cursor: pointer;
  width: 1.5em;
  font-size: 1.5rem;
  text-shadow: 0px 0px 5px var(--surface);
  border: 0px none;
  border-radius: 0px;
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .gallery-view .l-scroll:not(:focus-visible),
.lightbox > .gallery-view .r-scroll:not(:focus-visible) {
  outline: 0px none;
}
.lightbox > .gallery-view .l-scroll:not(.active),
.lightbox > .gallery-view .r-scroll:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.lightbox > .gallery-view .l-scroll {
  left: 0px;
  background: linear-gradient(90deg, var(--surface) 0%, transparent 100%);
}
.lightbox > .gallery-view .r-scroll {
  right: 0px;
  background: linear-gradient(270deg, var(--surface) 0%, transparent 100%);
}
.lightbox > .gallery-view .thumbnail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.125rem;
  width: auto;
  height: 4.5rem;
  margin: 0px 0.5rem;
  flex: 0 0 auto;
  vertical-align: middle;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lightbox > .gallery-view .thumbnail.active {
  border: 2px solid var(--on-surface);
  box-shadow: 0px 0px 5px 1px var(--surface);
  transform: scale(1.1);
}
.lightbox > .gallery-view .thumbnail * {
  display: block;
  margin: 0px;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.lightbox > .gallery-view .thumbnail:hover, .lightbox > .gallery-view .thumbnail.active {
  transform: scale(1.1);
}
.lightbox:not(.active) .lb-control:not(.gallery-view), .lightbox.hide-controls .lb-control:not(.gallery-view) {
  opacity: 0 !important;
}
.lightbox:not(.active) > .menu.icon-bar, .lightbox.hide-controls > .menu.icon-bar {
  transform: translate(0px, -100%);
}
.lightbox:not(.active) > .slides > .c-prev, .lightbox.hide-controls > .slides > .c-prev {
  transform: translate(-100%, -50%);
}
.lightbox:not(.active) .slides > .c-next, .lightbox.hide-controls .slides > .c-next {
  transform: translate(100%, -50%);
}
.lightbox.pic-only > .slides .caption {
  display: none;
}
.lightbox.pic-only > .slides .content {
  height: 100%;
}
.lightbox.pic-only > .slides > .c-prev, .lightbox.pic-only > .slides > .c-next {
  opacity: 0;
  pointer-events: none;
}
.lightbox:not(.active) > .gallery-view, .lightbox:not(.show-gallery) > .gallery-view, .lightbox.pic-only > .gallery-view {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.lightbox:not(.active) .caption, .lightbox:not(.show-gallery) .caption, .lightbox.pic-only .caption {
  padding-bottom: 2em;
}
.lightbox.show-gallery:not(.pic-only) > .slides {
  max-height: calc(100% - var(--menu-height) - 6rem);
}
.lightbox:not(.pic-only) > .slides .caption ~ .content {
  height: calc(100% - 4.375rem);
}
@media screen and (max-width: 580px) {
  .lightbox .resp-down-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 581px) {
  .lightbox .resp-up-hidden {
    display: none !important;
  }
}
.lightbox:not(.active), .lightbox:not(.active) * {
  pointer-events: none !important;
}

/*** TOOLTIP ***/
.tooltip {
  position: fixed;
  right: auto;
  bottom: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: min(100vw - 1rem, 60ch);
  max-height: calc(100vh - 1.5rem);
  font-size: 0.875rem;
  font-weight: var(--semibold-weight);
  line-height: 1.5;
  padding: 0.25em 0.5em;
  background-color: var(--overlay);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
  color: var(--on-surface);
  border: 1px groove var(--outline);
  text-align: center;
  box-shadow: var(--z-depth-2);
  border-radius: var(--comp-radius);
  opacity: 0;
  pointer-events: none;
  z-index: var(--z-level-5);
  transition: opacity 0.13s ease 0s;
}
.tooltip.rhs {
  transform-origin: center left;
}
.tooltip.lhs {
  transform-origin: center right;
}
.tooltip.active {
  opacity: 1;
}

/* --- DROPDOWN --- */
.dropdown {
  cursor: pointer;
  position: relative;
  color: inherit;
}
.dropdown, .dropdown:hover, .dropdown:focus, .dropdown:active {
  text-decoration: none;
}
.dropdown:not(:focus-visible) {
  outline: 0px none;
}
.dropdown .indicator {
  position: relative;
  line-height: 100%;
}
.dropdown .indicator.alt {
  margin: 0 0.5em 0 -0.25em;
}
.dropdown .indicator:not(.alt) {
  margin: 0 -0.25em 0 0.5em;
}
.dropdown.select .placeholder, .dropdown.selection .placeholder {
  position: relative;
  pointer-events: none;
}
.dropdown.select > .content, .dropdown.selection > .content {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  gap: 0.75em;
  max-width: 100%;
}
.dropdown.select:not(.multiple) > .content:empty, .dropdown.select:not(.multiple) > .content:not(:empty) ~ .placeholder, .dropdown.select.multiple > .content:not(.no-content) > .placeholder, .dropdown.selection:not(.multiple) > .content:empty, .dropdown.selection:not(.multiple) > .content:not(:empty) ~ .placeholder, .dropdown.selection.multiple > .content:not(.no-content) > .placeholder {
  display: none;
}
.dropdown.select.multiple > .content, .dropdown.selection.multiple > .content {
  flex-flow: row wrap;
  align-self: center;
  gap: 0.25em;
}
.dropdown.select.multiple > .content.content.no-content, .dropdown.selection.multiple > .content.content.no-content {
  gap: 0em;
}
.dropdown.select.multiple > .content > .chip, .dropdown.selection.multiple > .content > .chip {
  font-size: 0.875em;
}
.dropdown.select.search.active:not(.multiple) > .content, .dropdown.selection.search.active:not(.multiple) > .content {
  opacity: 0.8;
}
.dropdown.select.search.active:not(.multiple) > .content.filtered, .dropdown.selection.search.active:not(.multiple) > .content.filtered {
  display: none;
}
.dropdown.select.search > input.ssbox, .dropdown.select.search > .content > input.ssbox, .dropdown.selection.search > input.ssbox, .dropdown.selection.search > .content > input.ssbox {
  position: relative;
  width: 1em;
  max-width: 100%;
  display: inline-block;
  outline: 0px none;
  color: inherit;
  font-size: 1em;
  min-height: auto;
  background: transparent;
  border: 0px none;
  padding: 0em;
  box-shadow: none;
  margin: 0em;
}
.dropdown.select:not(.multiple) > input.ssbox, .dropdown.select.multiple > .content.no-content > input.ssbox, .dropdown.selection:not(.multiple) > input.ssbox, .dropdown.selection.multiple > .content.no-content > input.ssbox {
  width: 1em;
  margin-left: -1em;
  left: 1em;
}
.dropdown.select .ddss, .dropdown.selection .ddss {
  letter-spacing: normal;
  padding: 0em 0.5em;
  visibility: hidden;
  position: absolute;
  white-space: pre;
  max-width: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  font-size: inherit;
}
.dropdown.select > .drop.menu, .dropdown.selection > .drop.menu {
  max-height: min(40vh, 100vh - 1.5rem);
}
.dropdown.select.indicating:not(.multiple) > .content, .dropdown.select.indicating.multiple > .content > .chip, .dropdown.select.indicating > .placeholder, .dropdown.selection.indicating:not(.multiple) > .content, .dropdown.selection.indicating.multiple > .content > .chip, .dropdown.selection.indicating > .placeholder {
  display: none;
}
.dropdown.select.indicating.multiple > .drop.menu > .item:not(.no-indicator), .dropdown.select.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator), .dropdown.selection.indicating.multiple > .drop.menu > .item:not(.no-indicator), .dropdown.selection.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator) {
  padding-left: 2.4em;
}
.dropdown.select.indicating.multiple > .drop.menu > .item:not(.no-indicator):after, .dropdown.select.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator):after, .dropdown.selection.indicating.multiple > .drop.menu > .item:not(.no-indicator):after, .dropdown.selection.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator):after {
  content: "";
  position: absolute;
  width: 1.14em;
  height: 1.14em;
  border: 2px solid #aaa;
  text-align: center;
  margin-left: -2em;
  opacity: 1;
  color: rgba(0, 0, 0, 0.87);
  transition: transform 0.2s;
}
.dropdown.select.indicating.multiple > .drop.menu > .item:not(.no-indicator).selected, .dropdown.select.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator).selected, .dropdown.selection.indicating.multiple > .drop.menu > .item:not(.no-indicator).selected, .dropdown.selection.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator).selected {
  cursor: pointer;
}
.dropdown.select.indicating.multiple > .drop.menu > .item:not(.no-indicator).selected:after, .dropdown.select.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator).selected:after, .dropdown.selection.indicating.multiple > .drop.menu > .item:not(.no-indicator).selected:after, .dropdown.selection.indicating.multiple > .drop.menu > .items > .item:not(.no-indicator).selected:after {
  width: 0.7em;
  height: 1.2em;
  border: 2px solid transparent;
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

.drop.menu {
  --icon-pad-offset: 0.25em;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 1rem);
  max-height: calc(100vh - 1.5rem);
  padding: 0.25em;
  gap: 0.25em;
  text-align: left;
  font-weight: normal;
  border: 1px solid var(--outline);
  border-radius: var(--sm-radius);
  box-shadow: var(--z-depth-2);
  opacity: 0;
  transform: scaleY(0.25);
  position: fixed;
  margin: 0em;
  z-index: var(--z-level-5);
  pointer-events: none;
  scroll-behavior: smooth;
  transition: transform 300ms ease-in 0s, opacity 300ms linear 0s;
  --spacing: 0.25em;
}
.drop.menu.pointing {
  --spacing: 0.875em;
}
.drop.menu.pointing:before {
  content: "";
  position: absolute;
  height: 1.125em;
  width: 1.125em;
  transform-origin: center;
  background: inherit;
  border: inherit;
  box-shadow: inherit;
}
.drop.menu.pointing[data-view=vertical]:before {
  left: calc(var(--arrow-center) - 0.5625em);
}
.drop.menu.pointing[data-view=vertical].upward:before {
  clip-path: polygon(-50% 150%, 150% 150%, 150% -50%);
  transform: translateY(-53%) rotate(45deg);
  top: 100%;
}
.drop.menu.pointing[data-view=vertical].downward:before {
  clip-path: polygon(-50% 150%, -150% -150%, 150% -50%);
  transform: translateY(53%) rotate(45deg);
  bottom: 100%;
}
.drop.menu.pointing[data-view=horizontal]:before {
  top: calc(var(--arrow-center) - 0.5625em);
}
.drop.menu.pointing[data-view=horizontal].rhs:before {
  clip-path: polygon(-50% 150%, -150% -150%, 150% -50%);
  transform: translateX(53%) rotate(-45deg);
  right: 100%;
}
.drop.menu.pointing[data-view=horizontal].lhs:before {
  clip-path: polygon(-50% 150%, 150% 150%, 150% -50%);
  transform: translateX(-53%) rotate(-45deg);
  left: 100%;
}
.drop.menu > .item, .drop.menu > .items > .item {
  text-align: left;
  border-color: transparent;
  padding: 0.5em 1em;
}
.drop.menu > .item.filtered, .drop.menu > .items > .item.filtered {
  display: none;
}
.drop.menu > .item:not(.hovered, .dropdown.active):hover, .drop.menu > .items > .item:not(.hovered, .dropdown.active):hover {
  background-color: transparent;
}
.drop.menu > .item:not(.hovered, .dropdown.active):hover:before, .drop.menu > .items > .item:not(.hovered, .dropdown.active):hover:before {
  opacity: 0;
}
.drop.menu:not(.indicating) > .item.selected, .drop.menu:not(.indicating) > .items > .item.selected {
  display: none;
}
.drop.menu > .ed-msg {
  color: inherit;
  opacity: 0.5;
  display: block;
  text-align: left;
  border: 0px none;
  margin: 0;
  padding: 0.5em 0.75em;
}
.drop.menu > .ed-msg:not(.active) {
  display: none;
}
.drop.menu .divider, .drop.menu hr {
  pointer-events: none;
  padding: 0em;
  margin: 0.25em 0;
}
.drop.menu.upward {
  transform-origin: bottom center;
}
.drop.menu.downward {
  transform-origin: top center;
}
.drop.menu.board {
  width: 100%;
  padding: 0.6em 1em;
}
.drop.menu.tight {
  margin: 0;
}
.drop.menu.visible {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: initial;
  transition: transform 300ms ease-in 0s, opacity 300ms linear 0s;
}
.drop.menu[data-view=vertical].upward {
  margin-top: calc(0em - var(--spacing));
}
.drop.menu[data-view=vertical].downward {
  margin-top: var(--spacing);
}
.drop.menu[data-view=horizontal].rhs {
  margin-left: var(--spacing);
}
.drop.menu[data-view=horizontal].lhs {
  margin-left: calc(0em - var(--spacing));
}

:root {
  --sidepanel-width: 16.25rem;
  --sidepanel-thin-width: 9.375rem;
  --sidepanel-wide-width: 21.875rem;
}

.sidepanel {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  pointer-events: none;
  overflow: hidden;
  z-index: var(--z-level-4);
  position: fixed;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0ms linear 500ms, background-color 350ms ease;
}
.sidepanel::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--scrim-color);
  border: 0px none;
  border-radius: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 300ms;
}
.sidepanel > .panel {
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
  position: absolute;
  overflow-y: auto;
  border-radius: 0em;
  margin: 0;
  width: var(--sidepanel-width);
  height: 100%;
  max-height: 100%;
  max-width: calc(100vh - 1.25rem);
  top: 0;
  color: var(--on-surface);
  background-color: var(--surface);
  box-shadow: var(--z-depth-5);
  z-index: 100;
  backface-visibility: hidden;
  transition: transform 500ms ease;
}
.sidepanel.left > .panel {
  right: auto;
  left: 0px;
  transform: translate3d(-100%, 0, 0);
}
.sidepanel.right > .panel {
  left: auto;
  right: 0px;
  transform: translate3d(100%, 0, 0);
}
.sidepanel.thin > .panel {
  width: var(--sidepanel-thin-width);
}
.sidepanel.wide > .panel {
  width: var(--sidepanel-wide-width);
}
.sidepanel > .scrim {
  opacity: 0;
  transition: opacity 300ms;
}
.sidepanel.active {
  background-color: transparent;
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0ms linear 0ms, background-color 350ms ease;
}
.sidepanel.active:before {
  opacity: var(--scrim-opacity);
}
.sidepanel.active.transparent {
  background-color: transparent;
}
.sidepanel.active.transparent::before {
  opacity: 0;
}
.sidepanel.active > .scrim {
  opacity: 1;
  pointer-events: initial;
}
.sidepanel.active > .panel {
  pointer-events: initial;
  transform: translate3d(0, 0, 0);
}
.sidepanel.active.push ~ * {
  transition: transform 500ms ease;
}
.sidepanel.active.push.left ~ * {
  transform: translate3d(var(--sidepanel-width), 0, 0);
}
.sidepanel.active.push.left.thin ~ * {
  transform: translate3d(var(--sidepanel-thin-width), 0, 0);
}
.sidepanel.active.push.left.wide ~ * {
  transform: translate3d(var(--sidepanel-wide-width), 0, 0);
}
.sidepanel.active.push.right ~ * {
  transform: translate3d(calc(-1 * var(--sidepanel-width)), 0, 0);
}
.sidepanel.active.push.right.thin ~ * {
  transform: translate3d(calc(-1 * var(--sidepanel-thin-width)), 0, 0);
}
.sidepanel.active.push.right.wide ~ * {
  transform: translate3d(calc(-1 * var(--sidepanel-wide-width)), 0, 0);
}

.carousel {
  display: block;
  position: relative;
  max-width: 100%;
}
.carousel .cs-viewbox {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  border-radius: var(--default-radius);
}
.carousel .cs-slider {
  display: flex;
  align-items: stretch;
  backface-visibility: hidden;
  list-style: none;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  width: 100%;
  transition: transform 500ms cubic-bezier(0, 0, 0.25, 1);
}
.carousel .cs-slider[data-anim=slide] {
  flex-flow: row nowrap;
}
.carousel .cs-slider.swiping, .carousel .cs-slider.ghost-walk {
  transition-duration: 0ms !important;
}
.carousel .cs-slider .cs-slide {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  list-style: none;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.carousel .cs-trackers {
  pointer-events: none;
}
.carousel .cs-trackers .cs-tracker {
  pointer-events: auto;
  cursor: pointer;
}

.carousel.lui .cs-trackers {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: row nowrap;
  max-width: 100%;
  gap: 0.5rem;
  margin: 0.5rem auto 0rem;
  padding: 0.5em;
  overflow: hidden;
  scroll-behavior: auto;
}
.carousel.lui .cs-trackers > * {
  flex: 0 0 auto;
}
.carousel.lui .cs-trackers .cs-tracker:not(.thumbnail) {
  display: inline-block;
  position: relative;
  background-color: var(--outline);
  border: 0;
  border-radius: 50%;
  height: 0.625em;
  width: 0.625em;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.carousel.lui .cs-trackers .cs-tracker:not(.thumbnail).active {
  background-color: var(--primary);
  opacity: 1;
}
.carousel.lui .cs-prev,
.carousel.lui .cs-next {
  background: var(--surface);
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  opacity: 0.5;
  padding: 0px;
  margin: 0;
  color: var(--on-surface);
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity ease 0.2s;
}
.carousel.lui .cs-prev:hover,
.carousel.lui .cs-next:hover {
  opacity: 1;
}
.carousel.lui .cs-prev.disabled,
.carousel.lui .cs-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.carousel.lui .cs-prev {
  left: 0px;
}
.carousel.lui .cs-next {
  right: 0px;
}
.carousel.lui:not(:hover) > .cs-prev, .carousel.lui:not(:hover) > .cs-next {
  opacity: 0;
}

.tab-page:not(.active) {
  display: none !important;
}

.progress-bar {
  position: relative;
  height: 0.5em;
  display: block;
  width: 100%;
  background-color: var(--surface-v3);
  border-radius: 0px;
  overflow: hidden;
}
.progress-bar.compact {
  height: 0.25em;
}
.progress-bar.loose {
  height: 1em;
}
.progress-bar .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
  transition: width 0.3s linear;
}
.progress-bar .indeterminate {
  background-color: var(--primary);
}
.progress-bar .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-bar .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
[data-lui-anim].visible {
  animation-name: fadeIn;
  opacity: 1;
}
[data-lui-anim]:not(.visible) {
  animation-name: fadeOut;
  opacity: 0;
}

[data-lui-anim=scale].visible {
  animation-name: scaleIn;
}

[data-lui-anim=scale]:not(.visible) {
  animation-name: scaleOut;
}

[data-lui-anim=scaleX].visible {
  animation-name: scaleXIn;
}

[data-lui-anim=scaleX]:not(.visible) {
  animation-name: scaleXOut;
}

[data-lui-anim=scaleY].visible,
[data-lui-anim=slide].visible {
  animation-name: scaleYIn;
}

[data-lui-anim=scaleY]:not(.visible),
[data-lui-anim=slide]:not(.visible) {
  animation-name: scaleYOut;
}

[data-lui-anim=xFlip].visible {
  animation-name: horizontalFlipIn;
}

[data-lui-anim=xFlip]:not(.visible) {
  animation-name: horizontalFlipOut;
}

[data-lui-anim=yFlip].visible {
  animation-name: verticalFlipIn;
}

[data-lui-anim=yFlip]:not(.visible) {
  animation-name: verticalFlipOut;
}

[data-lui-anim=fadeUp].visible {
  animation-name: fadeInUp;
}

[data-lui-anim=fadeUp]:not(.visible) {
  animation-name: fadeOutUp;
}

[data-lui-anim=fadeLeft].visible {
  animation-name: fadeInLeft;
}

[data-lui-anim=fadeLeft]:not(.visible) {
  animation-name: fadeOutLeft;
}

[data-lui-anim=fadeDown].visible {
  animation-name: fadeInDown;
}

[data-lui-anim=fadeDown]:not(.visible) {
  animation-name: fadeOutDown;
}

[data-lui-anim=fadeRight].visible {
  animation-name: fadeInRight;
}

[data-lui-anim=fadeRight]:not(.visible) {
  animation-name: fadeOutRight;
}

.spinning,
.alt-spinning {
  backface-visibility: hidden;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}

.spinning {
  animation-name: spin;
}

.alt-spinning {
  animation-name: spinAlt;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: tranlateY(0%);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: tranlateX(0%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateX(0%);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0%);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes scaleXIn {
  from {
    opacity: 0;
    transform: scaleX(0.25);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes scaleXOut {
  from {
    opacity: 1;
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    transform: scaleX(0.25);
  }
}
@keyframes scaleYIn {
  from {
    opacity: 0;
    transform: scaleY(0.25);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes scaleYOut {
  from {
    opacity: 1;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleY(0.25);
  }
}
@keyframes horizontalFlipIn {
  from {
    opacity: 0;
    transform: perspective(2000px) rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: perspective(2000px) rotateY(0deg);
  }
}
@keyframes horizontalFlipOut {
  from {
    opacity: 1;
    transform: perspective(2000px) rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(2000px) rotateY(90deg);
  }
}
@keyframes verticalFlipIn {
  from {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
  }
  to {
    opacity: 1;
    transform: perspective(2000px) rotateX(0deg);
  }
}
@keyframes verticalFlipOut {
  from {
    opacity: 1;
    transform: perspective(2000px) rotateX(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(2000px) rotateX(90deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinAlt {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes growH {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes shrinkH {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes growV {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes shrinkV {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
/* --- COLORS --- */
/** start of deprecated **/
.red {
  background-color: #e53427;
  color: #fff;
  border-color: #e53427;
}
.red.button:before, .red.action:before {
  background: #fff;
}

.red-bg {
  background-color: #e53427;
}

.red-text {
  color: #e53427;
}

.pink {
  background-color: #e91e63;
  color: #fff;
  border-color: #e91e63;
}
.pink.button:before, .pink.action:before {
  background: #fff;
}

.pink-bg {
  background-color: #e91e63;
}

.pink-text {
  color: #e91e63;
}

.purple {
  background-color: #9c27b0;
  color: #fff;
  border-color: #9c27b0;
}
.purple.button:before, .purple.action:before {
  background: #fff;
}

.purple-bg {
  background-color: #9c27b0;
}

.purple-text {
  color: #9c27b0;
}

.violet {
  background-color: #673ab7;
  color: #fff;
  border-color: #673ab7;
}
.violet.button:before, .violet.action:before {
  background: #fff;
}

.violet-bg {
  background-color: #673ab7;
}

.violet-text {
  color: #673ab7;
}

.blue {
  background-color: #2196f3;
  color: #fff;
  border-color: #2196f3;
}
.blue.button:before, .blue.action:before {
  background: #fff;
}

.blue-bg {
  background-color: #2196f3;
}

.blue-text {
  color: #2196f3;
}

.teal {
  background-color: #1c9e92;
  color: #fff;
  border-color: #1c9e92;
}
.teal.button:before, .teal.action:before {
  background: #fff;
}

.teal-bg {
  background-color: #1c9e92;
}

.teal-text {
  color: #1c9e92;
}

.green {
  background-color: #21ba45;
  color: #fff;
  border-color: #21ba45;
}
.green.button:before, .green.action:before {
  background: #fff;
}

.green-bg {
  background-color: #21ba45;
}

.green-text {
  color: #21ba45;
}

.olive {
  background-color: #b5cc18;
  color: #fff;
  border-color: #b5cc18;
}
.olive.button:before, .olive.action:before {
  background: #fff;
}

.olive-bg {
  background-color: #b5cc18;
}

.olive-text {
  color: #b5cc18;
}

.yellow {
  background-color: #fbbd08;
  color: #fff;
  border-color: #fbbd08;
}
.yellow.button:before, .yellow.action:before {
  background: #fff;
}

.yellow-bg {
  background-color: #fbbd08;
}

.yellow-text {
  color: #fbbd08;
}

.orange {
  background-color: #f2711c;
  color: #fff;
  border-color: #f2711c;
}
.orange.button:before, .orange.action:before {
  background: #fff;
}

.orange-bg {
  background-color: #f2711c;
}

.orange-text {
  color: #f2711c;
}

.brown {
  background-color: #a5673f;
  color: #fff;
  border-color: #a5673f;
}
.brown.button:before, .brown.action:before {
  background: #fff;
}

.brown-bg {
  background-color: #a5673f;
}

.brown-text {
  color: #a5673f;
}

.blue-grey {
  background-color: #607d8b;
  color: #fff;
  border-color: #607d8b;
}
.blue-grey.button:before, .blue-grey.action:before {
  background: #fff;
}

.blue-grey-bg {
  background-color: #607d8b;
}

.blue-grey-text {
  color: #607d8b;
}

.grey {
  background-color: #909090;
  color: #fff;
  border-color: #909090;
}
.grey.button:before, .grey.action:before {
  background: #fff;
}

.grey-bg {
  background-color: #909090;
}

.grey-text {
  color: #909090;
}

.black {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.black.button:before, .black.action:before {
  background: #fff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.white.button:before, .white.action:before {
  background-color: #000;
}

/** end of deprecated **/
.white-bg {
  background-color: #fff;
}

.white-text {
  color: #fff;
}

.primary-text {
  color: var(--primary) !important;
}

.secondary-text {
  color: var(--secondary) !important;
}

.error-text {
  color: var(--error) !important;
}

.warning-text {
  color: var(--warning) !important;
}

.success-text {
  color: var(--success) !important;
}

.text-color {
  color: var(--on-surface) !important;
}

.text-v1-color {
  color: var(--on-surface-v1) !important;
}

.text-v2-color {
  color: var(--on-surface-v2) !important;
}

.text-invert-color {
  color: var(--on-surface-invert) !important;
}

.surface-bg {
  background-color: var(--surface) !important;
}

.surface-v1-bg {
  background-color: var(--surface-v1) !important;
}

.surface-v2-bg {
  background-color: var(--surface-v2) !important;
}

.surface-v3-bg {
  background-color: var(--surface-v3) !important;
}

.surface-v4-bg {
  background-color: var(--surface-v4) !important;
}

.surface-invert-bg {
  background-color: var(--surface-invert) !important;
}

.primary-bg {
  background-color: var(--primary) !important;
}

.secondary-bg {
  background-color: var(--secondary) !important;
}

.transparent-bg {
  background-color: transparent !important;
}

/* --- GLOBAL --- */
.heading {
  display: block;
  font-weight: bold;
  font-size: var(--heading-size);
  line-height: 1.25;
  margin: 0.5em 0em 0.5em;
}
.heading.sub {
  font-size: 1em;
}
.heading + * {
  margin-top: 0 !important;
}
.heading.block {
  padding: 0.5em 0.75em;
  border: 1px solid var(--outline);
  background-color: var(--surface);
  border-radius: var(--sm-radius);
  margin: 0.25em 0em 0.5em;
}
.heading.lined {
  padding: 0.5em 0.25em;
  border-bottom: 1px solid var(--outline);
  margin: 0.25em 0em 0.5em;
}

fieldset,
hr {
  border-color: var(--outline);
}

.nowrap-text {
  white-space: nowrap !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.aligner::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.r-floated {
  float: right !important;
}

.l-floated {
  float: left !important;
}

.not-floated {
  float: none !important;
}

.margined {
  margin: 1em !important;
}

.t-margined {
  margin-top: 1em !important;
}

.b-margined {
  margin-bottom: 1em !important;
}

.l-margined {
  margin-left: 1em !important;
}

.r-margined {
  margin-right: 1em !important;
}

.h-margined {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.v-margined {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.margined-sm {
  margin: 0.5em !important;
}

.t-margined-sm {
  margin-top: 0.5em !important;
}

.b-margined-sm {
  margin-bottom: 0.5em !important;
}

.l-margined-sm {
  margin-left: 0.5em !important;
}

.r-margined-sm {
  margin-right: 0.5em !important;
}

.h-margined-sm {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.v-margined-sm {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.\30 -margined {
  margin: 0 !important;
}

.\30 -t-margined {
  margin-top: 0 !important;
}

.\30 -b-margined {
  margin-bottom: 0 !important;
}

.\30 -l-margined {
  margin-left: 0 !important;
}

.\30 -r-margined {
  margin-right: 0 !important;
}

.\30 -h-margined {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.\30 -v-margined {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
  will-change: transform;
}

.hidden,
.filtered,
.d-none {
  display: none !important;
}

@media only screen and (max-width : 447px) {
  .sm-and-down-hidden {
    display: none !important;
  }
}
@media only screen and (max-width : 767px) {
  .md-and-down-hidden {
    display: none !important;
  }
}
@media only screen and (max-width : 1023px) {
  .lg-and-down-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .xl-and-down-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 448px) {
  .sm-and-up-hidden {
    display: none !important;
  }
}
@media only screen and (min-width : 768px) {
  .md-and-up-hidden {
    display: none !important;
  }
}
@media only screen and (min-width : 1024px) {
  .lg-and-up-hidden {
    display: none !important;
  }
}
@media only screen and (min-width : 1280px) {
  .xl-and-up-hidden {
    display: none !important;
  }
}
@media print {
  .hidden-at-print {
    display: none !important;
  }
}
.flipped,
.v-flipped {
  transform: scaleY(-1);
}

.h-flipped {
  transform: scaleX(-1);
}

.rotated-45 {
  transform: rotateZ(45deg);
}

.rotated-90 {
  transform: rotateZ(90deg);
}

.rotated-135 {
  transform: rotateZ(135deg);
}

.rotated-180 {
  transform: rotateZ(180deg);
}

.rotated-225 {
  transform: rotateZ(225deg);
}

.rotated-270 {
  transform: rotateZ(270deg);
}

.rotated-315 {
  transform: rotateZ(315deg);
}

.\30 -padding {
  padding: 0px !important;
}

.\30 -t-padding {
  padding-top: 0px !important;
}

.\30 -b-padding {
  padding-bottom: 0px !important;
}

.\30 -l-padding {
  padding-left: 0px !important;
}

.\30 -r-padding {
  padding-right: 0px !important;
}

.\30 -h-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\30 -v-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.l-spaced, .spaced {
  margin-left: 0.5em !important;
}

.r-spaced, .spaced {
  margin-right: 0.5em !important;
}

*:not(.active) > .aview,
*.active > .nview,
.ac-viewbox-ref.active .ac-viewbox > :first-child,
.ac-viewbox-ref:not(.active) .ac-viewbox > :last-child {
  display: none !important;
}

.a-block {
  display: flex;
  flex-flow: row wrap;
  gap: 0.75em;
}
.a-block > .lead {
  flex: 0 0 auto;
}
.a-block > .trailing {
  margin-left: auto;
  flex: 0 0 auto;
}
.a-block > .content {
  flex: 1 1 0;
}

/* --- THUMBNAIL --- */
.thumbnail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.125em;
  width: var(--thumbnail-size, 6.25rem);
  height: var(--thumbnail-size, 6.25rem);
  max-height: 100%;
  border-radius: var(--sm-radius);
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
.thumbnail.active {
  border: 0.125em solid var(--on-surface);
  box-shadow: 0px 0px 5px 1px var(--surface);
  transform: scale(1.1);
}
.thumbnail > img {
  display: block;
  margin: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border-radius: calc(var(--sm-radius) - 0.125em);
}

.i-scroller {
  display: flex;
  position: relative;
}
.i-scroller > .scroll-items {
  display: flex;
  max-width: 100%;
  flex-flow: row nowrap;
  overflow: hidden;
  scroll-behavior: auto;
  touch-action: pan-y;
}
.i-scroller > .scroll-items > * {
  flex: 0 0 auto;
}
.i-scroller > .l-scroll, .i-scroller > .r-scroll {
  display: none;
  position: absolute;
  height: 100%;
  width: 2em;
  top: 50%;
  transform: translateY(-50%);
  background: var(--surface);
  color: var(--on-surface);
  align-items: center;
  justify-content: center;
  z-index: 300;
}
.i-scroller > .l-scroll.active, .i-scroller > .r-scroll.active {
  display: flex;
}
.i-scroller > .l-scroll {
  left: 0px;
  padding-right: 0.5em;
  background: linear-gradient(90deg, var(--surface) 50%, transparent 100%);
}
.i-scroller > .r-scroll {
  right: 0px;
  padding-left: 0.5em;
  background: linear-gradient(90deg, transparent 0%, var(--surface) 50%);
}

/* --- COLLAPSIBLE --- */
.collapsible {
  transition: height 0.5s ease-in-out;
  overflow: hidden !important;
  height: 0px;
}

.scrim {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--scrim-color);
  opacity: var(--scrim-opacity);
}
.scrim.transparent {
  background-color: transparent;
}

html.scroll-locked {
  background-color: var(--surface-v4);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.mini {
  font-size: calc(var(--xs-size) * 1rem) !important;
}

.small {
  font-size: calc(var(--sm-size) * 1rem) !important;
}

.medium {
  font-size: calc(var(--md-size) * 1rem) !important;
}

.big {
  font-size: calc(var(--lg-size) * 1rem) !important;
}

.huge {
  font-size: calc(var(--xl-size) * 1rem) !important;
}

.of-mini {
  font-size: calc(var(--xs-size) * 1em) !important;
}

.of-small {
  font-size: calc(var(--sm-size) * 1em) !important;
}

.of-medium {
  font-size: calc(var(--md-size) * 1em) !important;
}

.of-big {
  font-size: calc(var(--lg-size) * 1em) !important;
}

.of-huge {
  font-size: calc(var(--xl-size) * 1em) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.25;
  text-wrap: balance;
}

.h1 {
  font-size: var(--h1-size);
}

.h2 {
  font-size: var(--h2-size);
}

.h3 {
  font-size: var(--h3-size);
}

.h4 {
  font-size: var(--h4-size);
}

.h5 {
  font-size: var(--h5-size);
}

.h6 {
  font-size: var(--h6-size);
}

.bold {
  font-weight: var(--bold-weight) !important;
}

.semibold {
  font-weight: var(--semibold-weight) !important;
}

.italic {
  font-style: italic !important;
}

.lowercased {
  text-transform: lowercase !important;
}

.uppercased {
  text-transform: uppercase !important;
}

.capitalized {
  text-transform: capitalize !important;
}

.faint-text {
  opacity: var(--text-faint-v1);
}

.faint-text-more {
  opacity: var(--text-faint-v2);
}

.bordered {
  border: 1px solid var(--outline);
}

.t-bordered,
.v-bordered {
  border-top: 1px solid var(--outline);
}

.b-bordered,
.v-bordered {
  border-bottom: 1px solid var(--outline);
}

.l-bordered,
.h-bordered {
  border-left: 1px solid var(--outline);
}

.r-bordered,
.h-bordered {
  border-right: 1px solid var(--outline);
}

.rounded {
  border-radius: var(--md-radius) !important;
}

.sm-rounded {
  border-radius: var(--sm-radius) !important;
}

.fully-rounded {
  border-radius: var(--max-radius) !important;
}

.not-rounded {
  border-radius: 0em !important;
}

.comp-rounded {
  border-radius: var(--comp-radius) !important;
}

.z-level-5 {
  z-index: var(--z-level-5) !important;
}

.z-level-4 {
  z-index: var(--z-level-4) !important;
}

.z-level-3 {
  z-index: var(--z-level-3) !important;
}

.z-level-2 {
  z-index: var(--z-level-2) !important;
}

.z-level-1 {
  z-index: var(--z-level-1) !important;
}

.auto-margined {
  margin: auto !important;
}

.auto-t-margined,
.auto-v-margined {
  margin-top: auto !important;
}

.auto-b-margined,
.auto-v-margined {
  margin-bottom: auto !important;
}

.auto-l-margined,
.auto-h-margined {
  margin-left: auto !important;
}

.auto-r-margined,
.auto-h-margined {
  margin-right: auto !important;
}

.indented {
  margin-left: 1.5rem !important;
}

.sm-indented {
  margin-left: 1rem !important;
}

.l-padded,
.x-padded,
.padded {
  padding-left: 1rem !important;
}

.r-padded,
.x-padded,
.padded {
  padding-right: 1rem !important;
}

.t-padded,
.y-padded,
.padded {
  padding-top: 1rem !important;
}

.b-padded,
.y-padded,
.padded {
  padding-bottom: 1rem !important;
}

.fluid {
  width: 100% !important;
}

.container,
.container-text,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-micro,
.container-nano,
.container-pico {
  position: relative;
  width: calc(100% - var(--edge, 1.5rem) * 2);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .container,
  .container-text,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-micro,
  .container-nano,
  .container-pico {
    --edge: 1rem;
  }
}
@media screen and (max-width: 350px) {
  .container,
  .container-text,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-micro,
  .container-nano,
  .container-pico {
    --edge: 0.5rem;
  }
}

.no-edge {
  --edge: 0rem;
}

.container {
  max-width: var(--container);
}

.container-text {
  max-width: 650px;
  max-width: 65ch;
}

.container-lg {
  max-width: var(--container-lg);
}

.container-md {
  max-width: var(--container-md);
}

.container-sm {
  max-width: var(--container-sm);
}

.container-xs {
  max-width: var(--container-xs);
}

.grid-layout {
  --gutter: 1.5rem;
  --content-max-width: var(--container);
  --breakout-max-width: var(--container-lg);
  --breakout-pad: calc(
    (var(--breakout-max-width) - var(--content-max-width)) / 2
  );
  --fluid-pad: calc(var(--gutter) + var(--breakout-pad));
  max-width: 100%;
  display: grid;
  grid-template-columns: [fluid-start] minmax(var(--gutter), 1fr) [breakout-start] minmax(0, var(--breakout-pad)) [content-start] min(100% - var(--gutter) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-pad)) [breakout-end] minmax(var(--gutter), 1fr) [fluid-end];
}
.grid-layout > :not(.breakout, .fluid) {
  grid-column: content;
}
.grid-layout > .breakout {
  grid-column: breakout;
}
.grid-layout > .fluid {
  grid-column: fluid;
}

.grid-stacker {
  display: grid;
  grid-template-areas: "stack";
}
.grid-stacker > * {
  grid-area: stack;
}

.clearfix::before {
  content: "";
  display: table-cell;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  line-clamp: var(--line-clamp, 1);
  overflow: hidden;
}

.flexbox {
  display: flex !important;
}

.iflexbox {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  display: flex !important;
  flex-direction: column !important;
}

.flex-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flexbox > .col,
.iflexbox > .col {
  flex: 0 0 auto;
}
.flexbox.flexible-items > *,
.iflexbox.flexible-items > * {
  flex: 1 1 var(--flex-basis, 0);
}

.flexible {
  flex: 1 1 var(--flex-basis, 0) !important;
}

.flex-none {
  flex: 0 0 auto !important;
}

.flex-up {
  flex: 1 0 auto !important;
}

.flex-down {
  flex: 0 1 auto !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-separate {
  justify-content: space-between;
}

.flex-pad-content {
  justify-content: space-around;
}

.guttered {
  gap: 0.75em;
}

.sm-guttered {
  gap: 0.5em;
}

.lg-guttered {
  gap: 1em;
}

.xl-guttered {
  gap: 1.5em;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-stretch {
  justify-content: stretch;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.s-justify-start {
  justify-self: start;
}

.s-justify-end {
  justify-self: end;
}

.s-justify-center {
  justify-self: center;
}

.s-align-start {
  align-self: start;
}

.s-align-end {
  align-self: end;
}

.s-align-center {
  align-self: center;
}/*# sourceMappingURL=lui.css.map */