@charset "UTF-8";
/*
 * Nord theme
 * ===================================================
 */
/*
 * OFDb colors
 * ===================================================
 */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  background-color: #2e3440;
  padding: 0;
  font-family: "Clear Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #eceff4;
}

h1 {
  margin: 0;
  font-size: 3em;
}

h2 {
  margin-bottom: 0.3em;
  font-size: 1.5em;
}

h3 {
  margin-bottom: 0.3em;
  font-size: 1.2em;
}

h4, h5 {
  margin-top: 1.3em;
  margin-bottom: 0.3em;
  text-align: left;
  font-size: 1em;
}

a {
  color: #a3be8c;
  text-decoration: none;
}

a:hover {
  color: #b48ead;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

fieldset {
  border: solid 1px #3b4252;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
}

input, textarea, select {
  width: 100%;
  background-color: #434c5e;
  border: none;
  border-radius: 0.1em;
  padding: 0.3em 0.5em;
  font-size: 1em;
  color: #eceff4;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  cursor: pointer;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-input-placeholder {
  color: #3b4252;
}

input:disabled {
  color: #2e3440;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #434c5e;
}

select:not([size]) {
  background-image: url("../../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.6em 0.8em;
  padding-right: 1.5em;
}

option {
  padding-left: 0;
  padding-right: 0;
}

option:checked {
  margin-left: -0.5em;
  padding-left: 0.5em;
  margin-right: -0.5em;
  padding-right: 0.5em;
  background-color: #3b4252;
  color: #a3be8c;
}

input:focus, textarea:focus {
  outline: solid 2px #5e81ac;
}

table {
  width: 100%;
  border-spacing: inherit;
  margin-bottom: 1em;
}

table thead tr th {
  background-color: #3b4252;
}

table thead tr th, table tr td {
  border-bottom: solid 1px #3b4252;
  padding: 0.3em 0.5em;
  text-align: left;
  vertical-align: top;
}

table tr:last-of-type td {
  border-bottom: none;
}

details {
  margin-bottom: 1em;
  border: solid 1px #3b4252;
  padding: 0.2em 0.5em;
}

details[open] > summary {
  margin-bottom: 1em;
}

summary:hover {
  cursor: pointer !important;
}

.path-admin details summary {
  font-weight: bold;
}

ul {
  margin-bottom: 1em;
}

blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 40px;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 70px;
  color: #8fbcbb;
}

blockquote cite {
  font-size: 0.9em;
  font-style: italic;
  visibility: visible;
}

blockquote a:has(> cite) {
  visibility: hidden;
}

blockquote cite::before, blockquote a:has(> cite)::before {
  content: "—";
  visibility: visible;
  pointer-events: none;
  color: #eceff4;
}

blockquote a:has(> cite) cite::before {
  content: "";
}

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