#networm-cookies {
  position: fixed;
  z-index: 9999;
  overflow-y: hidden;
  opacity: 0;
  display: flex;
  box-sizing: border-box;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  color: #333333;
  padding: 1rem;
}
@media screen and (prefers-color-scheme: dark) {
  #networm-cookies {
    color: #fefefe;
  }
}
#networm-cookies .networm-cookies-content {
  flex: 0 0 auto;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  overflow-y: auto;
  width: 100%;
  max-width: 50em;
  max-height: 100%;
}
@media screen and (prefers-color-scheme: dark) {
  #networm-cookies .networm-cookies-content {
    background-color: #333333;
  }
}
#networm-cookies .networm-cookies-content .buttons {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 1px;
}
#networm-cookies .networm-cookies-content .buttons > * {
  margin: 0;
}
#networm-cookies .networm-cookies-content .buttons > *:first-child {
  margin-right: auto;
}
#networm-cookies .networm-cookies-tabs {
  display: flex;
  box-sizing: border-box;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
}
#networm-cookies .networm-cookies-tabs > * {
  min-height: 0px;
  min-width: 0px;
  width: auto;
  padding: 0 1rem;
}
#networm-cookies .networm-cookies-tabs > ul {
  flex: 0 0 auto;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #networm-cookies .networm-cookies-tabs > ul {
    width: 100%;
  }
}
#networm-cookies .networm-cookies-tabs > ul li a {
  display: block;
  padding: 0.25rem 0.5rem;
}
#networm-cookies .networm-cookies-tabs > ul li a.is-active {
  background-color: #cacaca;
}
#networm-cookies .networm-cookies-tabs > div {
  flex: 1 1 0px;
  display: none;
}
#networm-cookies .networm-cookies-tabs > div.is-active {
  display: block;
}
#networm-cookies .networm-cookies-tabs > div p {
  text-align: justify;
}
#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch {
  float: right;
  text-align: center;
  margin: 0 0 1rem 1rem;
}
#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch > label {
  font-weight: bold;
  color: #333333;
}
@media screen and (prefers-color-scheme: dark) {
  #networm-cookies .networm-cookies-tabs > div .networm-cookies-switch > label {
    color: #fefefe !important;
  }
}
#networm-cookies .networm-cookies-tabs > div .networm-cookies-switch [type=checkbox] + label {
  margin: 0;
}

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