/* Developer colors

   Prefixes
   cf - Foreground color
   cb - Background color
   cd - Border color
   cg - Color group
   cs - Color stack

   Sub-prefixes
   -f - filter (example cg-f1)
   -g - grayscale (example cg-g1)
   -h - with hue (example cg-h1)

 */
/*
$dhue-base: 185;
$dhue-comp: 125;
$dhue-accent: 195;
*/
/* Instead of pages, surfaces, etc.? */
/* hsl($dhue-base, 80%, 40%); */
/* hsl($dhue-base, 80%, 40%); */
/* text/ctrl accented */
/* value part of control */
/* border of value part of control */
/* base part of control */
/* base bg */
/* border around base part of control */
/* ctrl bg border */
/* ctrl bg */
.cf-wh {
  color: white;
}

.cf-g70 {
  color: hsl(0deg, 0%, 70%);
}

.cf-g50 {
  color: hsl(0deg, 0%, 50%);
}

.cf-g20 {
  color: hsl(0deg, 0%, 20%);
}

.cf-b15 {
  color: hsl(25deg, 10%, 50%);
}

.cf-b27 {
  color: hsl(25deg, 20%, 70%);
}

.cf-b44 {
  color: hsl(25deg, 40%, 40%);
}

.cf-b75 {
  color: hsl(25deg, 70%, 50%);
}

.cf-bs5 {
  color: hsl(25deg, 100%, 50%);
}

.cf-c24 {
  color: hsl(205deg, 20%, 40%);
}

.cf-c27 {
  color: hsl(205deg, 20%, 70%);
}

.cf-c44 {
  color: hsl(205deg, 40%, 40%);
}

.cf-c56 {
  color: hsl(205deg, 50%, 65%);
}

.cf-c75 {
  color: hsl(205deg, 70%, 50%);
}

.cf-cs6 {
  color: hsl(205deg, 100%, 65%);
}

.cb-g30 {
  background-color: hsl(0deg, 0%, 30%);
}

.cb-g24 {
  background-color: hsl(0deg, 0%, 24%);
}

.cb-g20 {
  background-color: hsl(0deg, 0%, 20%);
}

.cb-g12 {
  background-color: hsl(0deg, 0%, 12%);
}

.cb-g10 {
  background-color: hsl(0deg, 0%, 10%);
}

.cb-g08 {
  background-color: hsl(0deg, 0%, 8%);
}

.cb-g05 {
  background-color: hsl(0deg, 0%, 5%);
}

.cb-g04 {
  background-color: hsl(0deg, 0%, 4%);
}

.cb-g03 {
  background-color: hsl(0deg, 0%, 3%);
}

.cb-g00 {
  background-color: hsl(0deg, 0%, 0%);
}

.cb-tr {
  background-color: transparent;
}

.cb-a05 {
  background-color: hsla(0deg, 0%, 100%, 0.05);
}

.cb-b11 {
  background-color: hsl(25deg, 10%, 10%);
}

.cb-b21 {
  background-color: hsl(25deg, 20%, 10%);
}

.cb-c11 {
  background-color: hsl(205deg, 10%, 10%);
}

.cb-c21 {
  background-color: hsl(205deg, 20%, 8%);
}

.cb-c22 {
  background-color: hsl(205deg, 15%, 15%);
}

.cb-c32 {
  background-color: hsl(205deg, 30%, 15%);
}

.cb-c02 {
  background-color: hsl(205deg, 100%, 20%);
}

.cd-tr {
  border-color: transparent;
}

.cd-g30 {
  border-color: hsl(0deg, 0%, 30%);
}

.cd-g24 {
  border-color: hsl(0deg, 0%, 24%);
}

.cd-g20 {
  border-color: hsl(0deg, 0%, 20%);
}

.cd-g15 {
  border-color: hsl(0deg, 0%, 15%);
}

.cd-g12 {
  border-color: hsl(0deg, 0%, 12%);
}

.cd-b0518 {
  border-color: hsl(25deg, 5%, 18%);
}

.cd-2g1 {
  border-color: hsl(0deg, 0%, 30%) hsl(0deg, 0%, 30%) hsl(0deg, 0%, 24%) hsl(0deg, 0%, 24%);
}

.cg-g {
  color: hsl(0deg, 0%, 70%);
  background-color: hsl(0deg, 0%, 5%);
  border-color: hsl(0deg, 0%, 20%);
}

.cg-g2 {
  color: hsl(0deg, 0%, 75%);
  background-color: hsl(0deg, 0%, 8%);
  border-color: hsl(0deg, 0%, 25%);
}

.cg-g3 {
  color: hsl(0deg, 0%, 90%);
  background-color: hsl(0deg, 0%, 15%);
  border-color: hsl(0deg, 0%, 40%);
}

.cg-c1 {
  color: hsl(205deg, 50%, 70%);
  background-color: hsl(0deg, 0%, 8%);
  border-color: hsl(205deg, 20%, 20%);
}

.cg-c2 {
  color: hsl(205deg, 30%, 70%);
  background-color: hsl(205deg, 10%, 10%);
  border-color: hsl(205deg, 5%, 20%);
}

.cg-c3 {
  color: hsl(25deg, 30%, 80%);
  background-color: hsl(205deg, 25%, 15%);
  border-color: hsl(25deg, 5%, 20%);
}

.cs-btn-g {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsl(0deg, 0%, 20%);
}
.cs-btn-g:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-g:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-g:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g1 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-btn-g1:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-g1:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-g1:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g2 {
  color: hsl(0deg, 0%, 50%);
  background-color: hsl(0deg, 0%, 5%);
  border-color: transparent;
}
.cs-btn-g2:hover {
  filter: brightness(1.3);
  border-color: transparent;
  background-color: #252525;
}
.cs-btn-g2:active {
  filter: opacity(0.6);
  border-color: transparent;
  background-color: #0b0b0b;
}
.cs-btn-g2:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g3 {
  color: hsl(0deg, 0%, 50%);
  background-color: hsl(0deg, 0%, 15%);
  border-color: hsl(0deg, 0%, 30%);
}
.cs-btn-g3:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 30%);
  background-color: #3c3c3c;
}
.cs-btn-g3:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 30%);
  background-color: #222222;
}
.cs-btn-g3:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b {
  color: hsl(25deg, 50%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 15%, 50%);
}
.cs-btn-b:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 15%, 50%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 15%, 50%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b1 {
  color: hsl(25deg, 10%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 30%);
}
.cs-btn-b1:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 30%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b1:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 30%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b1:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b2 {
  color: hsl(25deg, 15%, 70%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 40%);
}
.cs-btn-b2:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b2:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b2:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b3 {
  color: hsl(25deg, 8%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 40%);
}
.cs-btn-b3:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b3:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b3:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-c {
  color: hsl(205deg, 50%, 50%);
  background-color: transparent;
  border-color: hsl(205deg, 0%, 25%);
}
.cs-btn-c:hover {
  filter: brightness(1.3);
  border-color: hsl(205deg, 0%, 25%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-c:active {
  filter: opacity(0.6);
  border-color: hsl(205deg, 0%, 25%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-c:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-s {
  color: hsl(0deg, 0%, 70%);
  background-color: hsl(205deg, 100%, 25%);
  border-color: hsl(0deg, 0%, 40%);
}
.cs-btn-s:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 40%);
  background-color: #0061a6;
}
.cs-btn-s:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 40%);
  background-color: #004373;
}
.cs-btn-s:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-2 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-2:hover {
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
.cs-2:active {
  background-color: hsla(0deg, 100%, 0%, 0.2);
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-2:disabled {
  color: hsl(0deg, 0%, 30%);
  background-color: hsla(0deg, 100%, 0%, 0);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

.cs-txt-g {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-g:hover, .cs-txt-g:active, .cs-txt-g:focus-visible {
  color: #d1d1d1;
  border-color: #474747;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-g1 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsl(0deg, 0%, 20%);
}
.cs-txt-g1:hover, .cs-txt-g1:active, .cs-txt-g1:focus-visible {
  color: #d1d1d1;
  border-color: #474747;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-b {
  color: hsl(25deg, 50%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-b:hover, .cs-txt-b:active, .cs-txt-b:focus-visible {
  color: #e8cdba;
  border-color: #564539;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-c {
  color: hsl(205deg, 50%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-c:hover, .cs-txt-c:active, .cs-txt-c:focus-visible {
  color: #bad5e8;
  border-color: #394a56;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-c1 {
  color: hsl(205deg, 50%, 70%);
  background-color: transparent;
  border-color: hsl(205deg, 20%, 20%);
}
.cs-txt-c1:hover, .cs-txt-c1:active, .cs-txt-c1:focus-visible {
  color: #bad5e8;
  border-color: #394a56;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-link {
  color: hsl(205deg, 20%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-link:hover, .cs-linkfocus {
  color: hsl(205deg, 20%, 90%);
}

.cs-link2 {
  color: hsl(205deg, 80%, 90%);
}
.cs-link2:hover {
  color: hsl(205deg, 70%, 50%);
}

.cs-bt1 {
  color: hsla(0deg, 0%, 100%, 0.5);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-bt1:hover {
  color: hsla(0deg, 0%, 100%, 0.6);
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
.cs-bt1:active {
  color: hsla(0deg, 0%, 100%, 0.4);
  background-color: hsla(0deg, 0%, 0%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

.cs-bt2 {
  color: white;
  background-color: hsl(25deg, 45%, 30%);
  border-color: hsl(25deg, 20%, 70%);
}
.cs-bt2:hover {
  background-color: hsl(25deg, 60%, 40%);
}
.cs-bt2:active {
  background-color: hsl(25deg, 60%, 20%);
}

.cs-bt3 {
  color: hsl(205deg, 10%, 60%);
  border-color: hsl(205deg, 0%, 35%);
  background-color: black;
}
.cs-bt3:hover {
  color: hsl(205deg, 10%, 75%);
  border-color: hsl(205deg, 20%, 50%);
}
.cs-bt3:active {
  /*
  color: hsl($dhue-comp, 25%, 95%);
  border-color: hsl($dhue-comp, 30%, 70%);
  */
  background-color: hsl(205deg, 40%, 30%);
}
.cs-bt3:disabled {
  border-color: hsla(0deg, 0%, 100%, 0.1);
  color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-bt3:disabled:active {
  background-color: transparent;
}

.ch-1:hover {
  background-color: hsl(0deg, 0%, 50%);
}

.ch-1:hover,
.ch-1 *:hover {
  cursor: pointer;
}

/* Cursors */
.cr-df {
  cursor: default;
}

.cr-gr {
  cursor: grab;
}

.cr-mv {
  cursor: move;
}

.cr-pt {
  cursor: pointer;
}

.cr-rr {
  cursor: row-resize;
}

.cr-tx {
  cursor: text;
}

/* Fonts */
.ft-f1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ft-f2 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ft-f3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ft-f4 {
  font-family: "EB Garamond", "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft-h1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 42px;
}

.ft-h2 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 26px;
}

.ft-h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-style: italic;
}

.ft-t3 {
  @Include fam2();
  font-size: 10px;
}

.ft-d1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  font-weight: bold;
}

.ft-d2 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
}

.ft-lg {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
}

.ft-md {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.ft-sm {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.ft-pr {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft-32 {
  font-size: 32px;
}

.ft-24 {
  font-size: 24px;
}

.ft-20 {
  font-size: 20px;
}

.ft-18 {
  font-size: 18px;
}

.ft-16 {
  font-size: 16px;
}

.ft-12 {
  font-size: 12px;
}

.ft-10 {
  font-size: 10px;
}

.ft-si {
  font-style: italic;
}

hr {
  width: 100%;
  border-style: solid none none none;
  border-width: 1px;
  border-color: hsl(0deg, 0%, 20%);
}

hr.hr-0 {
  width: 100%;
  background-color: transparent;
  border: none;
}

hr.hr-1 {
  width: unset;
  height: 1.5px;
}

hr.hr-2 {
  border-style: solid none none none;
  border-width: 1px;
}

hr.hr-3 {
  border-style: solid none none none;
  border-width: 1px 0 0 0;
  background-color: transparent;
  width: unset;
  height: 1.5px;
  margin: 4px 10px 2px 0;
}

/* Layout */
.ly-aictr {
  align-items: center;
}

.ly-aiend {
  align-items: flex-end;
}

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

.ly-asctr {
  align-self: center;
}

.ly-asend {
  align-self: flex-end;
}

.ly-bxb {
  box-sizing: border-box;
}

.ly-bxc {
  box-sizing: content-box;
}

div.ly-btnfoot {
  padding: 10px 10px 20px 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: transparent;
}

.ly-dirltr {
  direction: ltr;
}

.ly-dirrtl {
  direction: rtl;
}

.ly-flxcol {
  display: flex;
  flex-direction: column;
}

.ly-flx1 {
  flex: 1;
}

.ly-flxshr0 {
  flex-shrink: 0;
}

.ly-flxgrw1 {
  flex-grow: 1;
}

.ly-flxwrap {
  flex-wrap: wrap;
}

.ly-flxrow {
  display: flex;
  flex-direction: row;
}

div.ly-fp {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px;
  border-radius: 6px;
  column-gap: 25px;
}

div.ly-fh {
  display: flex;
  flex-direction: column;
}

div.ly-col2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}

div.ly-col3 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
}

div.ly-col5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto;
}

.ly-gp0 {
  gap: 0;
}

.ly-gp005 {
  gap: 5px;
}

.ly-gp010 {
  gap: 10px;
}

.ly-gp015 {
  gap: 15px;
}

.ly-gp020 {
  gap: 20px;
}

.ly-gp025 {
  gap: 25px;
}

.ly-gp050 {
  gap: 50px;
}

.ly-gp100 {
  gap: 100px;
}

.ly-gp150 {
  gap: 150px;
}

.ly-hctr {
  margin: 0 auto;
}

.ly-hfull {
  height: 100%;
}

.ly-h3 {
  height: 18px;
}

.ly-h24 {
  height: 24px;
}

.ly-h4 {
  height: 28px;
}

.ly-h5 {
  height: 32px;
}

.ly-h40 {
  height: 40px;
}

.ly-h6 {
  height: 44px;
}

.ly-hmin0 {
  min-height: 0;
}

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

.ly-jcfe {
  justify-content: flex-end;
}

.ly-jcsa {
  justify-content: space-around;
}

.ly-jcsb {
  justify-content: space-between;
}

.ly-jcse {
  justify-content: space-evenly;
}

.ly-mg0 {
  margin: 0;
}

.ly-ovh {
  overflow: hidden;
}

.ly-ovv {
  overflow: visible;
}

.ly-ovxh {
  overflow-x: hidden;
}

.ly-ovyh {
  overflow-y: hidden;
}

.ly-ovyo {
  overflow-y: overlay;
}

.ly-pd0 {
  padding: 0;
}

.ly-pd10 {
  padding: 10px;
}

.ly-pd20 {
  padding: 20px;
}

.ly-pl10 {
  padding-left: 10px;
}

.ly-pl15 {
  padding-left: 15px;
}

.ly-pr10 {
  padding-right: 10px;
}

.ly-posrel {
  position: relative;
}

.ly-vc {
  display: grid;
  align-items: center;
  text-wrap: nowrap;
}

.ly-wfull {
  width: 100%;
}

.ly-w50 {
  width: 50px;
}

.ly-w110 {
  width: 110px;
}

.ly-w150 {
  width: 150px;
}

.ly-w4 {
  width: 180px;
}

.ly-w5 {
  width: 128px;
}

.ly-w200 {
  width: 200px;
}

.ly-w6 {
  width: 225px;
}

.ly-w250 {
  width: 250px;
}

.ly-w7 {
  width: 300px;
}

.ly-w8 {
  width: 360px;
}

.ly-w400 {
  width: 500px;
}

.ly-w500 {
  width: 500px;
}

/* Headings, labels, text entry, etc (tx) 
 *
 * TODO: For starters, we want all colors, fonts, layout defined in their
 * respective SCSS files. Maybe this file will use them as mixins later.
 */
/*
h2 {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 7px 7px 10px 7px;
    background-color: dc.$gray-lo1;
    color: dc.$gray-hi1;
}

h3 {
    display: block;
    font-family: 'EB Garamond';
    // font-style: italic;
    font-size: 20px;
    font-weight: 800;
    // text-decoration: underline;
    color: hsl(0, 0%, 45%);
    padding: 0;
    margin: 4px;

}

input[type=text], textarea {
    // background-color: dc.$gray-lo3;
    // border-color: black dc.$gray-lo1 dc.$gray-lo1 black;
    background-color: transparent;
    background-color: dc.$gray-lo1;
    border-radius: 6px;
    // border-color: transparent transparent dc.$gray-lo1 transparent;
    border-color: transparent;
    color: dc.$gray-hi2;
}

input[type=text].tx-ul {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: transparent;
    border-color: transparent transparent hsla(0, 0%, 100%, 0.10) transparent;
    color: dc.$gray-hi2;

    &:hover {
        border-color: hsla(0, 0%, 100%, 0.60);
    }

    &:active {
        border-color: hsla(0, 0%, 100%, 0.10);
    }
}

// Soft - no borders when inactive
input[type=text].tx-sf {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: transparent;
    border-color: transparent;
    color: dc.$gray-hi2;

    &:hover {
        border-color: hsla(0, 0%, 100%, 0.60);
    }

    &:active {
        border-color: hsla(0, 0%, 100%, 0.10);
    }
}

input[type=text]:focus {
    outline: 2px solid dc.$gray-mid;
}

input::selection {
    color: dc.$gray-lo4;
    background-color: dc.$gray-hi4;
}

label, p {
    color: dc.$color-text;
}
*/
.tx-rt {
  text-align: right;
}

.tx-ct {
  text-align: center;
}

.tx-lt {
  text-align: left;
}

.tx-usno {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reg-line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  width: 221px;
  user-select: none;
}

.nibble {
  display: flex;
  justify-content: flex-end;
  gap: 0px;
}

.marker-field {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  row-gap: 0;
}

.drag-marker {
  position: fixed;
  background-color: hsl(25deg, 0%, 20%);
  width: 24px;
  height: 24px;
  margin: 0 1px 0 0;
  left: 1px;
  top: 1px;
}

.bit-marker-lg {
  position: relative;
  background-color: hsl(205deg, 0%, 15%);
  width: 26px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: 0 1px 0 0;
  border-radius: 3.25px;
}

.bit-marker-md {
  position: relative;
  background-color: hsl(205deg, 0%, 15%);
  width: 12px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: 0 1px 0 0;
  border-radius: 1.5px;
}

.bit-marker-sm {
  position: relative;
  background-color: hsl(205deg, 0%, 15%);
  width: 5px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: 0 1px 0 0;
  border-radius: 0.625px;
}

.bit-text {
  position: relative;
  vertical-align: bottom;
  z-index: 2;
  /* color: dc.$gray-mid; */
  color: hsl(205deg, 0%, 50%);
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.bit-selected {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 26px;
  z-index: 1;
  background: hsl(0deg, 0%, 85%);
}

.bit-low-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 24px;
  height: 11px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.bit-low-md {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 11px;
  border-radius: 0 0 1.25px 1.25px;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.bit-low-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0 0 0.375px 0.375px;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.bit-high-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 24px;
  height: 11px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.bit-high-md {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 10px;
  height: 11px;
  border-radius: 1.25px 1.25px 0 0;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.bit-high-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0.375px 0.375px 0 0;
  z-index: 1;
  background: hsl(205deg, 40%, 30%);
}

.gated-bit-low-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 24px;
  height: 11px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.gated-bit-low-md {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 11px;
  border-radius: 0 0 1.25px 1.25px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.gated-bit-low-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0 0 0.375px 0.375px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.gated-bit-high-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 24px;
  height: 11px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.gated-bit-high-md {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 10px;
  height: 11px;
  border-radius: 1.25px 1.25px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.gated-bit-high-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0.375px 0.375px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 50%), hsl(0deg, 0%, 50%) 8px, hsl(0deg, 0%, 100%) 8px, hsl(0deg, 0%, 100%) 16px);
}

.rsvd-bit-low-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 24px;
  height: 11px;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

.rsvd-bit-low-md {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 11px;
  border-radius: 0 0 1.25px 1.25px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

.rsvd-bit-low-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0 0 0.375px 0.375px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

.rsvd-bit-high-lg {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 24px;
  height: 11px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

.rsvd-bit-high-md {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 10px;
  height: 11px;
  border-radius: 1.25px 1.25px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

.rsvd-bit-high-sm {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 3px;
  height: 11px;
  border-radius: 0.375px 0.375px 0 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, hsl(0deg, 0%, 30%) 0, hsl(0deg, 0%, 30%) 8px, hsl(0deg, 0%, 10%) 8px, hsl(0deg, 0%, 10%) 16px);
}

/* Borders (br) */
.br-0 {
  border-style: none;
  border-width: 0;
  border-radius: 0;
}

.br-1 {
  border-style: solid;
  border-width: 2px;
  border-radius: 12px;
}

.br-2 {
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

.br-3 {
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
}

.br-4 {
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.br-ss {
  border-style: solid;
}

.br-r0 {
  border-radius: 0;
}

.br-rxs {
  border-radius: 2px;
}

.br-rsm {
  border-radius: 4px;
}

.br-rmd {
  border-radius: 6px;
}

.br-rlg {
  border-radius: 10px;
}

.br-rxl {
  border-radius: 12px;
}

.br-r2x {
  border-radius: 20px;
}

.br-r3x {
  border-radius: 28px;
}

.br-w1 {
  border-width: 1px;
}

.br-w2 {
  border-width: 2px;
}

.br-w3 {
  border-width: 3px;
}

.br-w5 {
  border-width: 5px;
}

/*
 * Buttons (bt)
 */
button {
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  font-size: 1rem;
}
button:disabled {
  cursor: not-allowed;
}

button.bt-2 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
  text-shadow: none;
}
button.bt-2:hover {
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
button.bt-2:active {
  background-color: hsla(0deg, 100%, 0%, 0.2);
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
button.bt-2:disabled {
  color: hsl(0deg, 0%, 30%);
  background-color: hsla(0deg, 100%, 0%, 0);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

button.bt-md {
  border-style: solid;
  line-height: 1.5;
  text-align: center;
  text-shadow: none;
}

button.bt-3 {
  color: hsl(205deg, 10%, 60%);
  border-color: hsl(205deg, 0%, 35%);
  background-color: black;
  padding: 0 20px;
  line-height: 2;
  border-width: 2px;
}
button.bt-3:hover {
  color: hsl(205deg, 10%, 75%);
  border-color: hsl(205deg, 20%, 50%);
}
button.bt-3:active {
  /*
  color: hsl($dhue-comp, 25%, 95%);
  border-color: hsl($dhue-comp, 30%, 70%);
  */
  background-color: hsl(205deg, 40%, 30%);
}
button.bt-3:disabled {
  border-color: hsla(0deg, 0%, 100%, 0.1);
  color: hsla(0deg, 0%, 100%, 0.1);
}
button.bt-3:disabled:active {
  background-color: transparent;
}
button.bt-3:disabled {
  cursor: not-allowed;
}

button.bt-3-accent {
  color: hsl(205deg, 10%, 60%);
  border-color: hsl(205deg, 0%, 35%);
  background-color: black;
  padding: 0 20px;
  line-height: 2;
  border-width: 2px;
  color: hsl(205deg, 100%, 60%);
  border-color: hsl(205deg, 25%, 25%);
}
button.bt-3-accent:hover {
  color: hsl(205deg, 10%, 75%);
  border-color: hsl(205deg, 20%, 50%);
}
button.bt-3-accent:active {
  /*
  color: hsl($dhue-comp, 25%, 95%);
  border-color: hsl($dhue-comp, 30%, 70%);
  */
  background-color: hsl(205deg, 40%, 30%);
}
button.bt-3-accent:disabled {
  border-color: hsla(0deg, 0%, 100%, 0.1);
  color: hsla(0deg, 0%, 100%, 0.1);
}
button.bt-3-accent:disabled:active {
  background-color: transparent;
}

button.bt-dlg1 {
  color: hsla(0deg, 0%, 100%, 0.5);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
  font-size: 16px;
}
button.bt-dlg1:hover {
  color: hsla(0deg, 0%, 100%, 0.6);
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
button.bt-dlg1:active {
  color: hsla(0deg, 0%, 100%, 0.4);
  background-color: hsla(0deg, 0%, 0%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

button.bt-dlg2 {
  color: white;
  background-color: hsl(25deg, 45%, 30%);
  border-color: hsl(25deg, 20%, 70%);
  font-size: 16px;
}
button.bt-dlg2:hover {
  background-color: hsl(25deg, 60%, 40%);
}
button.bt-dlg2:active {
  background-color: hsl(25deg, 60%, 20%);
}

button.link {
  color: hsl(205deg, 20%, 70%);
  background-color: transparent;
  border-color: transparent;
  background: none;
  margin: 0 10px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}
button.link:hover, button.linkfocus {
  color: hsl(205deg, 20%, 90%);
}
button.link:hover, button.linkfocus {
  text-decoration: underline;
}

button.icon {
  background-color: transparent;
  color: hsl(0deg, 0%, 50%);
  border: 1px solid transparent;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  padding: 1px;
  font-size: 12px;
}
button.icon:hover {
  border-color: hsl(0deg, 0%, 35%);
}
button.icon:active {
  border-color: hsl(0deg, 0%, 20%);
}

button.icon > svg {
  fill: hsl(0deg, 0%, 50%);
  stroke: hsl(0deg, 0%, 50%);
}
button.icon > svg:hover {
  fill: hsl(0deg, 0%, 70%);
}
button.icon > svg:active {
  fill: hsl(0deg, 0%, 30%);
}

button.icon2 {
  font-size: 12px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: hsl(0deg, 0%, 50%);
  border: 1px solid transparent;
  padding: 1px;
}
button.icon2:hover {
  color: hsl(0deg, 0%, 50%);
  border-color: hsl(0deg, 0%, 50%);
  border-radius: 5px;
}
button.icon2:active {
  color: hsl(0deg, 0%, 95%);
  border-color: hsl(0deg, 0%, 95%);
  border-radius: 5px;
}

button.icon2 > svg {
  fill: hsl(0deg, 0%, 50%);
  stroke: hsl(0deg, 0%, 50%);
}
button.icon2 > svg:hover {
  fill: hsl(0deg, 0%, 50%);
  stroke: hsl(0deg, 0%, 50%);
}
button.icon2 > svg:active {
  fill: hsl(0deg, 0%, 95%);
  stroke: hsl(0deg, 0%, 95%);
}

button.sz-xs {
  padding: 0px;
  border-radius: 0px;
  width: 20px;
  height: 21px;
}

button.bt-f1 {
  color: hsla(0deg, 0%, 100%, 0.5);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.05);
}
button.bt-f1:hover {
  color: hsla(0deg, 0%, 100%, 0.9);
  background-color: hsla(0deg, 0%, 100%, 0.05);
  border-color: hsla(0deg, 0%, 100%, 0.15);
}
button.bt-f1:active {
  color: hsla(0deg, 0%, 100%, 0.7);
  background-color: hsla(0deg, 0%, 0%, 0.1);
  border-color: hsla(0deg, 0%, 0%, 0.8);
}

button.app {
  color: white;
  background-color: hsl(25deg, 45%, 30%);
  border: hsl(25deg, 20%, 70%);
  font-size: 16px;
}
button.app:hover {
  background-color: hsl(25deg, 60%, 40%);
}
button.app:active {
  background-color: hsl(25deg, 60%, 20%);
}

button.borderless {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

button.pointer-cursor {
  cursor: pointer;
}

/*
 * A modal dialog which darkens the current page and sits on top of it.
 *
 * Hiccup/HTML Usage...
 *  -> Create a button outside the modal dialog to open the dialog
 *     -> click handler sets the modal.style.display to "block"
 *  -> Create a div with class "modal"
 *     -> Create a div with class "modal-content"
 *        -> contains content
 *        -> contains a button to close the modal dialog
 *           -> click handler sets the modal.style.display to "none"
 *  -> Create a window.on-click handler
 *     -> if event.target is modal, set modal.style.display to "none"
 */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  width: fit-content;
  /* box-shadow: 10px 10px 5px #111111; */
}

/*
 * Brand scroll bar for dark blue background..
 */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: hsl(0deg, 0%, 20%);
}

::-webkit-scrollbar-thumb {
  background: hsl(0deg, 0%, 35%);
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(0deg, 0%, 45%);
}

.comp-scrollbar ::-webkit-scrollbar {
  width: 10px;
}
.comp-scrollbar ::-webkit-scrollbar-track {
  background: hsl(205deg, 5%, 10%);
}
.comp-scrollbar ::-webkit-scrollbar-thumb {
  background: hsl(205deg, 25%, 25%);
}
.comp-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: hsl(205deg, 25%, 40%);
}

/*
 * Select element (sl)
 */
/* Default select element */
select {
  height: 28px;
  border-color: hsl(0deg, 0%, 30%);
  color: hsl(0deg, 0%, 85%);
  background-color: hsl(0deg, 0%, 20%);
}
select option {
  background-color: hsl(0deg, 0%, 15%);
  color: hsl(0deg, 0%, 70%);
  padding: 8px;
}

select.sl-sf {
  padding: 0 5px 0 0;
  border-width: 2px;
  border-radius: 6px;
  background-color: transparent;
  border-color: transparent;
}
select.sl-sf:hover {
  border-color: hsla(0deg, 0%, 100%, 0.5);
}
select.sl-sf:active {
  border-color: hsla(0deg, 0%, 100%, 0.5);
}
select.sl-sf option {
  background-color: hsl(0deg, 0%, 15%);
  color: hsl(0deg, 0%, 70%);
  padding: 8px;
}

/* The container must be positioned relative: */
.user-select {
  position: relative;
  font-family: Arial;
}

.user-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

body {
  color: hsl(0deg, 0%, 70%);
  background-color: hsl(0deg, 0%, 5%);
  border-color: hsl(0deg, 0%, 20%);
  background-color: black;
}

/*# sourceMappingURL=screen.css.map */
