/* src/public/css/colors.css */
:root {
  --MAIN_YELLOW: #eac758;
  --MAIN_BG: #3E464E;
  --BUTTON_GREEN: #2f6665;
}

/* src/public/css/NavBar.css */
.toc {
  padding: 10px 0px 10px 25px;
  border-radius: 25px;
  background-color: lightgray;
  width: 40%;
  color: black;
  float: left;
  margin: 0px 25px 10px 0px;
}
#NavBar {
  flex: 2 0 auto;
  max-width: 100vw;
}
#NavBar ul {
  display: flex;
  flex-wrap: nowrap;
  -webkit-margin-before: 0em;
  -webkit-padding-start: 0px;
  height: 100%;
  margin: 0;
}
#NavBar li {
  display: inline-flex;
  flex-grow: 1;
}
#NavBar .option {
  font-size: 1.3em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#NavBar .option a {
  color: white;
  padding: 0.5em;
  text-decoration: none;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
#NavBar .option .active {
  background: #2f6665;
  color: var(--MAIN_YELLOW);
  pointer-events: none;
}
#NavBar .option:hover {
  color: #fff;
  text-decoration: underline;
}

/* src/public/css/Route.css */
.Route {
  background-color: #FFF;
  height: 100%;
  margin: 0px auto 0px 0px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.Route .content {
  max-width: 75ch;
  padding: 0.5em 1em 1em 2em;
  overflow: hidden;
  flex: 3;
  margin: 0px 0px 20px 0px;
}

/* src/public/css/about.css */
.about img {
  max-width: 45%;
  max-height: auto;
  display: block;
  float: right;
  padding: 0.5em 1em 0.5em 1em;
}
.contactText p {
  padding: 0px;
  margin: 0;
  padding-left: 40px;
}

/* src/public/css/artifact.css */
.ArtifactTypePicker .seperator {
  height: 120px;
}
.ArtifactTypePicker h1 {
  width: 150px;
  padding: 0.5em;
  border-radius: 25px;
  margin: 10px;
  display: block;
}
.ArtifactTypePicker .highlight {
  height: 100px;
  width: 150px;
  padding: 0.5em;
  border-radius: 25px;
  margin: 10px;
  display: block;
  background-color: var(--MAIN_YELLOW);
}
.ArtifactTypePicker .highlight h3 {
  white-space: nowrap;
}
.ArtifactTypePicker .highlight .type-icon {
  height: 50px;
  display: block;
  padding-top: 10px;
  margin: auto;
}
.documentPreview h3 {
  text-align: center;
}
.EntryProperty {
  display: contents;
}
dl {
  display: grid;
  grid-gap: 4px 16px;
  grid-template-columns: max-content;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  grid-column-start: 2;
}

/* src/public/css/breadcrumb.css */
.breadcrumb.menu {
  padding-bottom: 4px;
}
.breadcrumb.menu ul li a:hover {
  text-decoration: underline;
}
.breadcrumb.menu .admin {
  padding-bottom: 4px;
  text-align: center;
}
.breadcrumb.menu .admin ul {
  padding-left: 0px;
}
.breadcrumb.menu .admin ul li {
  display: inline;
}
.breadcrumb ul {
  padding-left: 0px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb .item {
  color: #FFF;
  font-size: 1.2em;
  background-color: var(--BUTTON_GREEN);
  margin-right: 1em;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
}
.breadcrumb .item.active {
  color: #000;
  background-color: var(--MAIN_YELLOW);
}

/* src/public/css/download.css */
button .download {
  text-align: left;
  padding: 0px 0px 10px 0px;
}
button .download p {
  padding-bottom: 1em;
}
button .download a {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 1.2em;
  border-color: var(--MAIN_YELLOW);
  background-color: var(--BUTTON_GREEN);
  padding: 10px 40px;
  width: 90%;
  border-radius: 25px;
  margin: 10px;
  text-decoration: none;
}
button .download.center {
  text-align: center;
}

/* src/public/css/footer.css */
.footer {
  background-color: var(--MAIN_BG);
  color: #FFF;
  bottom: 0;
  max-width: 1450px;
  margin: auto;
  padding: 1em;
  font-size: 0.9em;
  display: flex;
}
.footer a {
  color: var(--MAIN_YELLOW);
  text-decoration: none;
  font-size: 0.9em;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footerText {
  flex: 7;
}
.footer .footerText p a {
  flex: 1;
  padding-right: 15px;
}
.footer .footerImage {
  flex: 1;
  display: block;
  float: right;
}
.footer .footerImage img {
  padding-top: 1em;
  max-height: 100px;
  padding-left: 5px;
}

/* src/public/css/header.css */
.header {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
  overflow: hidden;
  margin: 0;
}
.header a {
  flex: 1 0 auto;
}
.header img {
  text-align: left;
  float: left;
  padding: 1.5em 3.75em 0em 2em;
  margin-bottom: 1em;
  width: 280px;
}

/* src/public/css/home-search.css */
.Home .search {
  justify-content: center;
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Home .search .text-search-input {
  width: max(min(700px, 85%), 90%);
  font-size: 1.5em;
  padding: 15px;
  border-color: black;
  border-radius: 30px;
}
.Home .search .seperator {
  border: 1px solid lightgray;
}
.Home .search .SearchButton {
  width: min(max(400px, 70%), 90%);
}
.Home .search .eras .choice-label {
  max-width: 6.5ch;
}
.Home .search .types .highlight {
  background-color: var(--MAIN_YELLOW);
}
.Home .search .toggler {
  display: flex;
  margin-left: 2em;
  flex-grow: 10;
  justify-content: space-evenly;
  border: 0;
  gap: 0.5em 1em;
}
.Home .search .toggler legend {
  float: left;
  font-size: 2em;
  max-width: 5ch;
  text-align: center;
  margin: auto 0;
}
.Home .search .toggler .toggler-choices {
  display: contents;
}
.Home .search .toggler .toggler-label {
  flex-direction: row;
  display: flex;
  gap: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}
.Home .search .toggler .all-choice {
  display: flex;
  flex-direction: row;
}
.Home .search .toggler .icon-choice {
  border-radius: 15px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  height: 100px;
}
.Home .search .toggler .icon-choice .type-icon {
  height: 50px;
  display: block;
  margin: auto;
}
.Home .search .toggler .choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.1em 0.6em;
}
.Home .search .toggler .choice-label,
.Home .search .toggler .toggle-label {
  font-weight: bold;
  font-size: 1.2em;
}
.Home .search .Search-fields {
  display: flex;
  margin: 1em 4em 1em 4em;
}
.Home .search .Search-fields .Search-field {
}
.Home .search .Search-fields .highlight {
  text-align: center;
  border-radius: 25px;
}
.Home .search hr {
  width: 90%;
  border-color: lightgrey;
  border-style: solid;
  border-width: thin;
}

/* src/public/css/main.css */
html,
#app,
#app > div,
body {
  height: 100%;
  margin: auto;
}
body {
  background: var(--MAIN_BG);
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin: 0px;
  height: 100%;
}
#root {
  height: 100% !important;
  max-width: 1200px;
  margin: auto;
}
.main {
  background-color: #FFF;
  margin: auto;
  overflow: hidden;
}
h1 {
  font-weight: 100;
}
p {
  font-size: 1.2em;
}
.error {
  color: red;
}
.indentation {
  margin-left: 30px;
}

/* src/public/css/media.css */
.ArtifactMedia header {
  display: flex;
  margin-top: 1em;
}
.ArtifactMedia h1 {
  margin-top: 0;
}
.ArtifactMedia canvas {
  margin: auto;
  display: block;
}
.ArtifactMedia img {
  margin: auto;
  text-align: center;
  display: block;
  width: 90%;
  height: auto;
}
.ArtifactMedia section {
  border-bottom: 1px solid gray;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.videoEmbed {
  text-align: center;
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 90%;
}
.videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs__player {
  height: 40px;
}

/* src/public/css/mediaelementplayer.min.css */
.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs__container {
  position: relative;
  background: #000;
  font-family:
    Helvetica,
    Arial,
    serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box;
  min-width: 250px;
}
.mejs__container .mejs__video {
  min-height: 140px;
}
.mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}
.mejs__fill-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: transparent;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mejs__embed,
.mejs__embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 4;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}
.mejs__clear {
  clear: both;
}
.mejs__background,
.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__mediaelement {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("./mejs-controls-LUMJGPDT.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("./mejs-controls-LUMJGPDT.svg") -160px -40px no-repeat;
  animation: a 1s linear infinite;
  z-index: 1;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, .7);
  background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 40px;
  font-size: 10px;
  line-height: 10px;
}
.mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 10px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("./mejs-controls-LUMJGPDT.svg");
  overflow: hidden;
}
.mejs__button > button:focus {
  outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs__time {
  color: #fff;
  display: block;
  height: 24px;
  width: auto;
  font-weight: 700;
  font-size: 11px;
  padding: 16px 6px 0;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 10px;
  height: 40px;
  position: relative;
  margin: 0 10px;
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px;
}
.mejs__time-total {
  margin: 5px 0 0;
  background: hsla(0, 0%, 100%, .3);
  width: 100%;
}
.mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  animation: b 2s linear infinite;
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: hsla(0, 0%, 100%, .3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background: hsla(0, 0%, 100%, .9);
}
.mejs__time-hovered {
  background: hsla(0, 0%, 100%, .5);
  z-index: 2;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, .2);
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
  width: 100%;
  left: 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .15s ease-in;
}
.mejs__time-hovered {
  transition: height .1s cubic-bezier(.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-baby {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 4px solid transparent;
  z-index: 3;
  left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mejs__time-handle-baby {
  left: -4px;
  border: 4px solid hsla(0, 0%, 100%, .9);
  -ms-transform: scale(0);
  transform: scale(0);
  top: -8px;
  border-radius: 50%;
}
.mejs__time-rail .mejs__time-handle-baby:active,
.mejs__time-rail .mejs__time-handle-baby:focus,
.mejs__time-rail:hover .mejs__time-handle-baby {
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: 1px solid #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs__long-video .mejs__time-float {
  width: 64px;
  margin-left: -23px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__long-video .mejs__time-float-corner {
  left: 18px;
}
.mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 15px;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, .7);
  border-radius: 0;
  top: -115px;
  left: 5px;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: hsla(0, 0%, 100%, .5);
  margin: 0;
}
.mejs__volume-current {
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mejs__volume-current,
.mejs__volume-handle {
  position: absolute;
  left: 0;
  background: hsla(0, 0%, 100%, .9);
}
.mejs__volume-handle {
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  cursor: ns-resize;
  border-radius: 1px;
}
.mejs__horizontal-volume-slider {
  height: 36px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs__horizontal-volume-total {
  top: 16px;
  width: 50px;
  height: 8px;
  background: rgba(50, 50, 50, .8);
}
.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
}
.mejs__horizontal-volume-current {
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .8);
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  right: -51px;
  width: 85px;
  background: rgba(50, 50, 50, .7);
  border: 1px solid transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs__chapters-button > .mejs__chapters-selector {
  width: 110px;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  visibility: visible;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, .4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
.mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
  padding: 0;
  background: hsla(0, 0%, 8%, .5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.me_cannotplay a {
  font-weight: 700;
}
.mejs__container .me_cannotplay a {
  color: #fff;
}
.me_cannotplay span {
  padding: 15px;
  display: block;
}

/* src/public/css/react-toggle.css */
.toggleLabel {
  padding: 2px;
  display: block;
  float: right;
  font-size: 1.1em;
}
.react-toggle {
  display: inline-block;
  position: relative;
  margin: 1px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}
.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0;
}
.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}
.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}
.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}
.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0;
}

/* src/public/css/search.css */
.SearchButton {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 1.2em;
  border-color: var(--MAIN_YELLOW);
  background-color: var(--BUTTON_GREEN);
  padding: 10px 40px;
  border-radius: 25px;
}
.SearchButton :disabled {
  background-color: gray;
}
.text-search-input {
  border-color: var(--MAIN_YELLOW);
  background-color: lightgrey;
}
.horizontal-seperator {
  border: lightgrey;
  border-style: solid;
  border-width: thin;
  margin-top: 10px;
}
.vertical-seperator {
  height: 80%;
}

/* src/public/css/searchResult.css */
.SearchResult {
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
  border-bottom: 1px solid gray;
  margin-bottom: .5em;
}
.SearchResult header {
  display: flex;
  flex-grow: 1;
}
.SearchResult header .labels {
  display: inline;
  font-weight: bold;
  text-align: center;
}
.SearchResult .articleTitle {
  display: inline;
  line-height: 1.5;
  font-size: larger;
}
.SearchResult .ResultMatches {
  margin: 4px 1em;
}
.SearchResult .MatchKey {
  text-decoration: underline;
}
.SearchResult .MatchSpans {
  margin-left: 1em;
}
.SearchResult .MatchKeySpans {
  padding: 1px 2px;
  background-color: beige;
}
.SearchResult .MatchKeySpans span {
  line-height: 1.5em;
}
.SearchResult .MatchKeySpans span.Matched {
  padding: 2px 2px;
  background-color: yellow;
}
.keywords {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.keyword {
  list-style-type: none;
  margin: 0.1em 0;
  background-color: lightyellow;
  padding: 0.1em 0.2em;
  border-radius: .5rem;
}
.IconKindWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: min-content;
  text-decoration: none;
}
.IconKindWrapper .kindIcon {
  display: flex;
  flex-basis: min-content;
  flex-direction: column;
  text-decoration: none;
  padding: 0.5em;
  margin: 0.25em;
}
.IconKindWrapper .kindIcon .kindName {
  text-align: center;
  font-weight: bold;
  color: black;
}
.IconKindWrapper .kindIcon img {
  margin-bottom: 0.5em;
  flex-basis: min-content;
}

/* src/public/css/sidebar-search.css */
.Sidebar {
  background-color: var(--MAIN_YELLOW);
  color: #000;
  display: flex;
  min-width: 235px;
  padding: 1em 1em 2em 1em;
  flex-wrap: wrap;
  gap: 0.1em;
  flex-direction: column;
}
.Sidebar fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px black;
}
.Sidebar legend {
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.1em;
  border: 0;
}
.Sidebar .text-search-input {
  background-color: white;
  font-size: 1em;
  padding: 0.75em;
}
.Sidebar .toggler-choices {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4em;
  column-gap: 0.9em;
  flex-direction: column;
}
.Sidebar .choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  gap: .5em;
}
.Sidebar .all-choice .toggle-label {
  text-decoration: underline;
}
.Sidebar .toggle-label {
  font-weight: bold;
}
.Sidebar .choice-label {
  font-weight: bold;
}
.Sidebar .Search-fields {
  display: block;
}
.Sidebar .Search-fields h3 {
  text-align: right;
}
.Sidebar .Search-fields.highlight {
  text-align: right;
  margin: 0;
}
.Sidebar .Search-fields.highlight p {
  margin: 0.25em;
}
.Sidebar h1,
.Sidebar h2 {
  font-weight: bold;
}
.Sidebar h1 {
  font-size: 1.5em;
}
.Sidebar h2 {
  font-size: 1.3em;
}
.Sidebar hr {
  border-color: #000;
}

/* src/public/css/skins/flat/yellow.css */
.icheckbox_flat-yellow,
.iradio_flat-yellow {
  display: inline-block;
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("./yellow-5Q7PSDG7.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat-yellow {
  background-position: 0 0;
}
.icheckbox_flat-yellow.checked {
  background-position: -22px 0;
}
.icheckbox_flat-yellow.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat-yellow.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-yellow {
  background-position: -88px 0;
}
.iradio_flat-yellow.checked {
  background-position: -110px 0;
}
.iradio_flat-yellow.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat-yellow.checked.disabled {
  background-position: -154px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-yellow,
  .iradio_flat-yellow {
    background-image: url("./yellow@2x-BCPWUOQ7.png");
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}

/* src/public/css/style.css */
/*# sourceMappingURL=app.css.map */