.square {
  fill: #ffffff;
}

.stamp {
  fill: #ffd700;
  fill-opacity: 0.7;
}

.line {
  stroke-opacity: 0.7;
  stroke-width: 10;
  stroke-linecap: round;
}

.overlay {
  pointer-events: none;
}

.overlay * {
  pointer-events: none;
}

.overlay text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.card-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.viewer .card-container svg {
  margin: 1em;
  width: calc(100vmin - 2em);
  height: calc(100vmin - 2em);
}

.editor {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.controls {
  flex-basis: 20em;
  flex-grow: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.container {
  flex-grow: 1;
  margin: 1em;
  flex-basis: 10em;
  background-color: #efefef;
  padding: 1em;
}

.container.big {
  flex-grow: 1;
}

.container h2 {
  text-align: center;
}

.common-values {
  margin: 0.5rem 0;
}

.values li {
  overflow-wrap: break-word;
  margin: 0.5rem 0;
}

.no-values {
  display: block;
  padding: 1em;
  margin: 2rem;
  opacity: 0.5;
  text-align: center;
}

.value {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1px;
}

.unused {
  color: #cccccc;
}

.dragged {
  opacity: 0.2;
}

.hovered {
  font-weight: bold;
  border: 1px dashed #000000;
  padding: 0;
}

.bin {
  margin: 2rem;
  opacity: 0.2;
  background-color: #eeaaaa;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 1em;
}

.bin.enabled {
  opacity: 1;
  background-color: #eeaaaa;
}

form div {
  margin: 0.4em;
}

.pure-form .form-row {
  display: flex;
  margin: 0;
  padding: 0;
}

.pure-form .form-row .pure-input-1 {
  flex-grow: 1;
  min-width: 1em;
}

.pure-form .form-row button {
  margin: 0 0 0 0.25em;
}

.error {
  color: red;
}

.color-input {
  position: relative;
}

.errors {
  position: fixed;
  bottom: 0;
  left: 1em;
  max-width: 75%;
  background-color: lightpink;
  padding: 1em;
  border-radius: 1em 1em 0 0;
}

.errors .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.errors ol {
  overflow: auto;
}

.buttons {
  position: fixed;
  font-size: 0.75em;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0.5em;
}

.buttons .top-button {
  left: 1em;
  background-color: #dddddd;
  padding: 0.5em 1em 0.75em 1em;
  border-radius: 0 0 1em 1em;
  border: none;
  margin: 0 0.5em;
  display: flex;
  align-items: center;
}

.buttons .edit-link {
  margin: 0 auto 0 0;
}

.import-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccccc;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.import-content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.import-content textarea {
  width: 50vmin;
  height: 50vmin;
  margin-bottom: 1em;
}

.import-controls {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.github-ribbon{background-color:#121621;top:3.2em;right:-3.7em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;-moz-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;-ms-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;-o-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;color:rgba(255,255,255,0.9);display:block;padding:.6em 3.5em;position:fixed;font:bold .82em sans-serif;text-align:center;text-decoration:none;text-shadow:1px -1px 8px rgba(0,0,0,0.6);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
