/**
 */
.display-none {
  display: none;
  /* display: none !important; */
}

/**
 */
.display-flex,
.flex-between,
.flex-center {
  display: flex;
}

/**
 */
.flex-between {
  justify-content: space-between;
}

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




.color-scheme-dark {
  background-color: black;
  background-repeat: repeat;
  background-image: url('/images/final-background-black.png');
  background-size: 367px;
  background-attachment: fixed;
  background-position-x: center;
  /* color-scheme: dark; */
}

.color-scheme-light {
  background-color: white;
  background-repeat: repeat;
  background-image: url('/images/final-background-white.png');
  background-size: 367px;
  background-attachment: fixed;
  background-position-x: center;
  /* color-scheme: light; */
}

/**
 */
.color-scheme-light {
  /* Navigation colors */
  --navigation-background: rgb(242, 242, 247);
  --sub-navigation-background: rgb(209, 209, 209);
  --footer-background: rgb(198, 198, 198);
  --primary-links-color: rgb(101, 101, 101);

  /* Input colors */
  --input-background-color: rgb(205, 205, 205);
  --input-border-color: rgb(170, 170, 170);

  --primary-text-color: hsl(0, 0%, 0%);
  --contrast-text-color: hsl(0, 0%, 100%);
  --auxiliary-button-color: rgb(170, 170, 170);

  /* Based on background color */
  --background-color-1: rgba(224, 224, 224, 0.95); /* Alpha */
  --background-color-1a: rgba(218, 218, 218, 0.5); /* Alpha */
  --hover-background: hsla(0, 0%, 0%, 0.075); /* Alpha */
  --secondary-text-color: rgba(0, 0, 0, 0.55); /* Alpha */
}

/**
 */
.color-scheme-dark {
  /* Navigation colors */
  --navigation-background: rgb(21, 21, 28);
  --sub-navigation-background: rgb(46, 46, 46);
  --footer-background: rgb(57, 57, 57);
  --primary-links-color: rgb(101, 101, 101);

  /* Body colors */
  --background-color-1: rgba(31, 31, 31, 0.95); /* Alpha */
  --background-color-1a: rgba(37, 37, 37, 0.5); /* Alpha */

  /* Text colors */
  --primary-text-color: hsl(0, 0%, 100%);
  --contrast-text-color: hsl(0, 0%, 0%);
  --secondary-text-color: rgba(255, 255, 255, 0.55); /* Alpha */

  /* Input colors */
  --input-background-color: rgb(50, 50, 50);
  --input-border-color: rgb(85, 85, 85);

  /* Button colors */
  --auxiliary-button-color: rgb(85, 85, 85);

  /* List colors */
  --hover-background: hsla(0, 0%, 100%, 0.075); /* Alpha */
}











/**
 */
.color-scheme-light {
  --placeholder-color-0: hsl(0, 0%, 60%);
  --background-color-0: hsl(0, 0%, 100%);
  --background-color-0a: hsl(0, 0%, 96%);
  --background-color-0b: hsl(0, 0%, 90%);
  --background-color-0c: hsl(0, 0%, 80%);
  --background-color-0d: hsl(0, 0%, 93%);
  --background-color-0e: hsl(0, 0%, 99%);
  --background-color-2: hsl(223, 23%, 77%);
  --background-color-2a: hsl(223, 23%, 64%);
  --background-color-2b: hsl(225, 9%, 80%);
  --background-color-3: hsla(0, 0%, 25%, 0.75);
  --background-color-4: hsl(195, 34%, 45%);
  --text-color-1: hsl(0, 0%, 12%);
  --text-color-2: hsl(240, 100%, 32%);
  --text-color-3: hsl(55, 100%, 32%);
  --text-color-4: hsl(32, 100%, 32%);
  --text-color-5: hsl(197, 100%, 32%);
  --text-color-6: hsl(160, 100%, 32%);
}

/**
 */
.color-scheme-dark {
  --placeholder-color-0: hsl(0, 0%, 70%);
  --background-color-0: hsl(0, 0%, 15%);
  --background-color-0a: hsl(0, 0%, 25%);
  --background-color-0b: hsl(0, 0%, 40%);
  --background-color-0c: hsl(0, 0%, 55%);
  --background-color-0d: hsl(0, 0%, 22%);
  --background-color-0e: hsl(0, 0%, 28%);
  --background-color-2: hsl(223, 10%, 55%);
  --background-color-2a: hsl(223, 20%, 50%);
  --background-color-2b: hsl(225, 9%, 36%);
  --background-color-3: hsla(0, 0%, 25%, 0.75);
  --background-color-4: hsl(195, 81%, 19%);
  --text-color-1: hsl(0, 0%, 20%);
  --text-color-2: hsl(240, 64%, 75%);
  --text-color-3: hsl(55, 64%, 75%);
  --text-color-4: hsl(32, 64%, 75%);
  --text-color-5: hsl(197, 64%, 75%);
  --text-color-6: hsl(160, 64%, 75%);
}
/**
 */
::placeholder {
  /* redefine to be more specific */
  color: var(--placeholder-color-0);
}

/**
 */
html,
body {
  height: 100%;
}

/**
 */
body {
  min-width: 320px;
  color: var(--primary-text-color);
  margin: 0;
}

/**
 */
html {
  font-size: 13px;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

/**
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 */
a:hover {
  text-decoration: underline;
}

/**
 */
button,
input {
  border: 0;
  background-color: inherit;
  box-shadow: inherit;
  color: inherit;
}

/**
 */
input {
  /* padding: 0; */
  /* -webkit-appearance: none; */
}

/**
 */
/* button,
input,
textarea {
  line-height: normal;
} */
/**
 */
/* [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
} */
/**
 */
input:focus,
button:focus { /* Define as "input, button { outline: 0; }" instead. */
  outline: 0;
}

/**
 */
.general-search-input {
  appearance: none;
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  border-radius: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  margin:0px;
  padding: 7px 14px;
  width: 100%;
  -webkit-appearance: none;
}

/**
 */
.article-section__input-group,
.article-section__select-group,
.article-section__select-multiple-group {
  border-radius: 5px;
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
}

.article-section__input-group {
  margin: 10px 0;
}

.article-section__select-multiple-group {
  display: table;
}

.article-section__input-group {
  padding: 6px 11px;
  /* display: table; */
  display: block;
  box-sizing: border-box;
}

.article-section__input-group:has(> input:disabled) { /* similar to ".input-label-1:has(> .hidden-input:disabled)" */
  opacity: 0.5;
}

.article-section__select-group {
  /* color: white; */
  grid-template-areas: "select";
  align-items: center;
  display: inline-grid;
}

.article-section__select-group::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--primary-text-color);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
  margin-right: 10px;
  grid-area: select;
}

.article-section__select-group select,
.article-section__select-multiple-group select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-family: inherit;
  /* font-size: inherit; */
  /* font-size: 0.846rem; */
  font-size: 0.923rem;
  outline: none;
  border: none;
  color: inherit;
}

.article-section__select-group select {
  grid-area: select;
  /* margin: 5px 11px;
  padding: 2px 5px;
  padding-right: 15px; */
  padding: 7px 16px;
  padding-right: 30px;
  cursor: pointer;
}

.article-section__select-multiple-group select {
  padding: 7px 0;
  margin: 0;
}

.article-section__select-group select option {
  color: black;
}

.article-section__select-group select:disabled {
  color: grey;
}

.article-section__input-group:focus-within,
.article-section__select-group:focus-within,
.article-section__select-multiple-group:focus-within,
.general-search-input:focus,
#authenticate__input-field:focus, #authenticate__code-field:focus {
  border: 1px solid hsl(168, 53%, 53%);
}

/**
 */
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/**
 */
::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  visibility: hidden;
}


.article-section__input {
  /* color: white; */
  width: 100%;
  font-family: inherit;
  font-size: 1rem; /* 0.923rem; */
  box-sizing: border-box;
  margin: 0;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}

.article-section__input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/**
 */
.article,
.article-top {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

/**
 */
.article-top {
  align-items: start;
}

/**
 */
.article__page {
  box-sizing: border-box;
  padding: 0px 63px;
  padding-top: 102px;
  padding-bottom: 41px;
  /* min-height: 325px; */
  max-width: 833px;
  width: 100%;
  background-color: var(--background-color-1);
  /* background-color: rgba(31, 31, 31, 0.95); */
}

/**
 */
.list-row {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
}

/**
 */
.href-row {
  display: block;
  position: relative;
  cursor: default;
}

/**
 */
.href-row:nth-child(odd) {
  background-color: hsl(0, 0%, 98%);
}

.href-row:nth-child(even) {
  background-color: hsl(0, 0%, 100%);
}

.href-row:hover {
  background-color: hsl(0, 0%, 87%);
}

/**
 */
.list-header {
  padding: 0px 18px;
  background-color: var(--background-color-0b);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}

/**
 */
.list {}

/**
 */
.article-section__left-group {}

/**
 */
.article-section__right-group {
  width: 250px;
}

/**
 */
.article-section__label {
  color: grey;
  display: block;
  margin-top: 4px;
  font-size: 0.846rem;
}

/**
 */
.finish-entry-options {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/**
 */
.article-section {
  /* padding: 15px 0px; */
  margin-bottom: 20px;
  padding: 30px 70px;
  background-color: var(--background-color-1a);
}

/**
 */
.article-section__name {
  margin: 5px 17px;
  /* font-size: 15px; */
  font-size: 1.153rem;
  /* color: white; */
  margin-bottom: 15px;
}

/**
 */
.finish-entry-options__cancel-button {
  padding: 5px 20px;
  color: rgb(161, 161, 161);
}

/**
 */
.finish-entry-options__create-button {
  margin: 0px 4px;
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
  background-color: var(--primary-text-color);
  color: var(--contrast-text-color);
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.finish-entry-options__create-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.finish-entry-options__create-button:not([disabled]):hover {
  background-color: rgb(209, 209, 209);
}

/**
 */
.list-header>*,
.list-row>* {
  text-align: center;
}

.list-row>*:first-child {
  text-align: left;
}

.list-row>*:last-child {
  text-align: right;
}

/* #site-navigation__role-area {
  cursor: pointer;
} */

/* #site-navigation__role-area span:last-child {
  display: none;
} */

/* #site-navigation__role-area:hover span:first-child {
  display: none;
}
#site-navigation__role-area:hover span:last-child {
  display: inline;
} */

.role-label {
  margin: 10px;
  padding: 5px 7px;
  margin-left: 20px;
  border-radius: 3px;
  cursor: pointer;
}

.role-label:has(> input:checked) {
  background-color: rgb(235, 187, 99);
}

.role-label:hover {
  background-color: rgb(250, 206, 125);
}




/**
 */
.hidden-input {
  margin: 0;
}

.hidden-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 50%;
}

.hidden-input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 2px;
  margin-right: 3px;
  /* equalize space around to radio */
}

.hidden-input:hover {
  /* background-color: #ccc; */
  background-color: #bababa;
}

.hidden-input:checked {
  background-color: #2196F3;
}


@media (pointer: coarse) {
  html {
    font-size: 15px;
  }

  .hidden-input[type="radio"] {
    height: 15px;
    width: 15px;
  }

  .hidden-input[type="checkbox"] {
    height: 15px;
    width: 15px;
  }

  .input-label {
    line-height: 15px;
  }
}

.button__list-action {
  background-color: var(--primary-text-color);
  border-radius: 3px;
  margin: 0px 4px;
  padding: 5px 7px;
  color: var(--contrast-text-color);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  margin: 8px 1px;
  /* border-radius: 50%; */
}

.input-label {
  cursor: pointer;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  color: var(--secondary-text-color);
  /* vertical-align: middle; */
  line-height: 12px;
  margin-left: 3px;
}

.input-label-1 {
  cursor: pointer;
  /* color: rgb(166, 166, 166); */
  display: block;
  padding: 3px 15px;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  border: 1px solid var(--input-border-color);
}

.input-label-1:has(> .hidden-input:checked) {
  border: 1px solid #2196F3;
}

.input-label-1:has(> .hidden-input:disabled) {
  opacity: 0.5;
}

.sub-option-location {
  overflow: hidden;
  white-space: nowrap;
  padding-left: 50px;
  font-style: italic;
  text-overflow: ellipsis;
  display: inline-block;
  /* width: 250px; */
  color: rgb(98, 98, 98);
}

.sub-opt {
  color: rgb(191, 191, 191);
  padding-left: 22px;
}

/**
 */
.radio-group {
  display: flex;
  flex-wrap: wrap;
}

/**
 */
.descriptive-option {
  background-color: var(--input-background-color);
  /* border: 1px solid rgb(85, 85, 85); */
  border-radius: 5px;
  /* padding: 16px 10px; */
  padding: 16px;
  width: 180px;
  margin: 5px;
  height: 72px;
  cursor: pointer;
}

.descriptive-option2 {
  background-color: var(--input-background-color);
  /* border: 1px solid rgb(85, 85, 85); */
  border-radius: 5px;
  /* padding: 16px 10px; */
  padding: 16px;
  width: 280px;
  margin: 5px;
  height: 25px;
  cursor: pointer;
}

/**
 */
.descriptive-option-title {
  font-size: 1rem;
  /* color: black; */
  /* padding: 30px 0; */
  /* color: white; */
}

/**
 */
.descriptive-option-body {
  font-size: 0.923rem;
  /* padding: 4px 10px; */
  padding: 8px 0;
  font-style: italic;
  color: rgb(144, 144, 144);
}

/**
 */
.display-page {
  display: block;
  height: 100%;
}

.unit-num {
  margin-left: 5px;
}

.input-label-2 {
  border-bottom: 1px solid grey;
  padding: 5px;
  text-align: center;
  width: 100%;
  /* display: inline-block; */
  cursor: pointer;
  font-weight: bold;
  color: rgb(121, 121, 121);
}

.not-hidden-input {
  appearance:none;
  -webkit-appearance: none;
}

.not-hidden-input:checked+.input-label-2 {
  /* background-color: rgb(88, 87, 87); */
  border-bottom: 1px solid #2196F3;
  color: var(--primary-text-color);
}


/**
 */
.site-navigation {
  top: 0px;
  left: 0px;
  width: 100%;
  position: fixed;
  background-color: var(--navigation-background);
  z-index: 3;
}

/**
 */
.site-navigation__group {
  max-width: 1015px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5px;
}

/**
 */
.site-navigation__site-name {
  /* padding: 10px; */
  white-space: nowrap;
  display: inline-block;
  /* color: var(--text-color-6); */
  color: hsl(168, 53%, 53%);
  cursor: default;
}

/**
 */
.site-navigation__entire-group-button {
  /* margin: 0 10px;
  padding: 10px 0; */
  color: var(--primary-links-color);
  font-style: italic;
}

/**
 */
.site-navigation__documentation-link,
#site-navigation__sign-out-button {
  color: rgb(139, 134, 134);
}


#site-navigation__sign-out-button {
  font-size: inherit;
  font-family:inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.site-navigation__site-name,
.site-navigation__entire-group-button,
.site-navigation__documentation-link,
#site-navigation__sign-out-button {
  margin: 0 10px;
  padding: 14px 0;
}

#expanded-links {
  display: inline-block;
}


@media (max-width: 600px) {
  #expanded-links {
    display: none;
  }
}


::-webkit-input-placeholder {
  font-style: italic;
}

.event-date, /* use to be ".uyt" */
.event-information-separator { /* use to be ".tyu" */
  color: rgb(134, 134, 134);
}

.event-information-separator {
  margin: 0 5px;
}

.input-label-group {
  display: flex;
  justify-content: space-between;
}

.input-label-format {
  color: rgb(79, 79, 79);
  font-size: 0.846rem;
  margin-top: 3px;
  margin-left: 7px;
}

/* use to be ".qwe" */
.detail-information-row {
  margin: 4px 0;
}

/*
// select:invalid {
//    color: rgb(182, 182, 182);
// }
// input:not(:placeholder-shown):not(:focus):invalid {
//   border: 2px solid red;
// }
// input[type="date"]:not(:focus):invalid {
//   // border: 2px solid red;
//   border: none;
// } ///--------------------------------- KEEP ME ---------------------- */




.button__list-action:hover {
  background-color: rgb(209, 209, 209);
}

.action-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 7px;
  padding: 5px 16px;
  border-radius: 3px;
  background-color: var(--auxiliary-button-color);
  display: inline-block;
  color: var(--placeholder-color-0);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.action-button:disabled {
  color: rgb(59, 59, 59);
}

.action-button:enabled {
  cursor: pointer;
}

.action-button:hover:enabled {
  background-color: #454545;
}

.finish-entry-options__cancel-button {
  cursor: pointer;
}

.discard-hover {
  border-radius: 3px;
  padding: 5px 9px;
}
.discard-hover:hover {
  /* text-decoration: underline; */
  background-color: rgba(255, 255, 255, 0.15);
}

/* Same design as action-button */
.href-button {
  margin: 7px;
  padding: 5px 16px;
  border-radius: 3px;
  background-color: rgb(170, 170, 170);
  display: inline-block;
  color: black;
}

.href-button:hover {
  background-color: #454545;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}
@keyframes pulse {
  0% {
    background-color: rgb(50, 50, 50);
  }

  50% {
    background-color: rgba(31, 31, 31,0.95);
  }

  100% {
    background-color: rgb(50, 50, 50);
  }
}

@media (max-width: 500px) {
  .article__page {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article-section {
    padding: 30px;
  }
}


.color-option {
  width:6px; height: 6px;
}
.color-option:hover {
  /* opacity: 0.5; */
  /* border: 3px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box; */
  /* position: absolute; */
  /* border-radius: 30px; */
  /* background-color: red; */
}