/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
html, body {
  width: 100%;
  height: 100%;
  background: #fffff0;
  color: #262626;
  font-family: Nunito, sans-serif;
  font-size: min(20px, 14.2857142857px + 0.4761904762 * 1vw);
  line-height: 1.25;
  padding: 0;
}

.title {
  font-size: min(24px, 18.2857142857px + 0.4761904762 * 1vw);
  font-weight: 700;
}

.condensed {
  font-family: "Cabin Condensed", sans-serif;
}

h1, h2, h3 {
  font-weight: 700;
  color: #262626;
}

h1 {
  font-size: min(24px, 15.4285714286px + 0.7142857143 * 1vw);
}

h2 {
  font-size: min(20px, 15.7142857143px + 0.3571428571 * 1vw);
}

p, ul {
  margin-bottom: 0.7rem;
}

h3 {
  font-size: min(18px, 15.1428571429px + 0.2380952381 * 1vw);
}

li.no-bullet {
  list-style: none;
  margin-left: -1rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

b {
  font-weight: 700;
}

button:focus {
  outline: none;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.body-with-links {
  font-size: min(16px, 13.1428571429px + 0.2380952381 * 1vw);
  margin-bottom: 0.3em;
}
@media (hover: none) {
  .body-with-links {
    line-height: 25px;
  }
}

.medium {
  font-size: min(16px, 13.1428571429px + 0.2380952381 * 1vw);
}

.small {
  font-size: min(14px, 11.1428571429px + 0.2380952381 * 1vw);
}

.kicker {
  font-size: 12px;
  text-transform: uppercase;
}

.compact {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (hover: none) {
  .compact {
    line-height: 25px;
  }
}

.before-list {
  margin-bottom: 0.2rem;
}

.indent {
  padding-left: 1rem;
}

a {
  color: #0366D6;
  text-decoration: none;
}
a:active, a:hover {
  color: #0d87e8;
}

a.external {
  background: transparent url(/img/icons/externalLink.svg) no-repeat scroll right;
  padding-right: 20px;
  background-size: 16px;
}

table.doc {
  margin: 1em 0 1.5em 0;
}
table.doc td, table.doc th {
  vertical-align: top;
  padding: 0.2em 0.5em;
  border: 1px solid #f3e8be;
}

.float-left {
  float: left;
  margin: 0.2em 0.5em 0.2em 0;
}

.float-right {
  float: right;
  margin: 0.2em 0 0.2em 0.5em;
}

.control, .control-text {
  font-size: min(16px, 13.1428571429px + 0.2380952381 * 1vw);
  color: #262626;
}

.control, .control-big {
  padding: 0.32em 1em 0.3em 1em;
  border: 1px solid #c9c9c9;
  border-radius: 1em;
  background: #fffff0;
}

.control-big {
  font-size: min(18px, 13.7142857143px + 0.3571428571 * 1vw);
  padding: 0.32em 1em 0.25em 1em;
  color: #262626;
}

@media (hover: hover) {
  button.control:not(.disabled):hover, button.control-big:hover {
    background: #f2edc2;
  }
}
button.control:not(.disabled):active, button.control-big:active {
  background: #e5e0b4;
}
button:focus {
  outline: none;
}

select {
  color: #262626;
}

input[type=checkbox]:disabled + label {
  color: #aaa;
}

.field {
  margin-bottom: 1em;
}
.field div {
  font-style: italic;
}
.field input {
  width: 100%;
  margin: 0.15em 0 0 0;
  padding: 0.3em 0.5em 0.2em;
  color: #262626;
  background: #fffff0;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

.field-and-text {
  display: flex;
  align-items: end;
  gap: 0.5em;
}

.labeled-value {
  margin-top: 1em;
}
.labeled-value i {
  padding-right: 0.5em;
}

.modal-content {
  background: #fffff0;
}

canvas[resize] {
  width: 100%;
  min-height: 0;
  min-width: 0;
  background: #e6f6ff;
}

.svg-button {
  filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(0%) hue-rotate(55deg) brightness(97%) contrast(96%);
  touch-action: manipulation;
}
.svg-button:active {
  filter: invert(50%) sepia(87%) saturate(305%) hue-rotate(173deg) brightness(84%) contrast(91%);
}

.svg-button-wrapper {
  display: flex;
  background: #1f5293;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 0;
}
.svg-button-wrapper .svg-button {
  filter: unset;
}
.svg-button-wrapper:not(.disabled) .svg-button:active {
  border-radius: 4px;
  background: #6194d5;
}
.svg-button-wrapper.active {
  background: #fffff0;
}
.svg-button-wrapper.active .svg-button {
  filter: brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1222%) hue-rotate(188deg) brightness(91%) contrast(91%);
}
@media (hover: hover) {
  .svg-button-wrapper:hover:not(.disabled) {
    cursor: pointer;
  }
  .svg-button-wrapper:hover:not(.disabled):not(.active) {
    background: #3f72b3;
  }
}
.svg-button-wrapper.disabled .svg-button {
  filter: invert(50%) sepia(87%) saturate(305%) hue-rotate(173deg) brightness(84%) contrast(91%);
}

.menu-item {
  display: block;
  width: 100%;
  padding: 6px 17px;
  font-size: 16px;
  color: #feffe0;
  cursor: pointer;
  white-space: nowrap;
}
.menu-item:hover:not(.disabled) {
  color: #feffe0;
  background-color: #3f72b3;
}
.menu-item.disabled {
  color: #5283C2;
  cursor: default;
}
.menu-item.divider {
  padding: 0;
  margin: 9px 0;
  opacity: 1;
  color: #3f72b3;
}

.popover {
  --bs-popover-bg: #e6f6ff;
  --bs-popover-border-color: #c9c9c9;
  --bs-popover-body-color: #262626;
}
.popover .popover-arrow::before {
  --bs-popover-arrow-border: #c9c9c9;
}
.popover {
  max-width: 400px;
  line-height: 1.25;
  border-radius: 9px;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  --bs-popover-arrow-height: calc(.5rem + 1px);
}
.popover.dark {
  --bs-popover-bg: #1f5293;
  --bs-popover-border-color: #3f72b3;
  --bs-popover-body-color: #feffe0;
}
.popover.dark .popover-arrow::before {
  --bs-popover-arrow-border: #3f72b3;
}
.popover.dark {
  border-radius: 0;
  z-index: 60;
}
.popover.tip {
  --bs-popover-bg: #444;
  --bs-popover-border-color: #c9c9c9;
  --bs-popover-body-color: #feffe0;
}
.popover.tip .popover-arrow::before {
  --bs-popover-arrow-border: #c9c9c9;
}
@media (max-width: 650px) {
  .popover {
    line-height: 1.25;
  }
}

.popover-body {
  font-family: Nunito, sans-serif;
  padding: 15px;
}

.standin {
  margin: 1.5em;
}

.hidden {
  display: none !important;
}

.disable-click {
  pointer-events: none;
}

@media (min-aspect-ratio: 5/4) {
  .portrait-only {
    display: none !important;
  }
}
@media (max-aspect-ratio: 5/4) {
  .landscape-only {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .hide-phone {
    display: none !important;
  }
}
@media (min-width: 650.1px) {
  .hide-not-phone {
    display: none !important;
  }
}
@media (hover: hover) {
  .hide-mouse {
    display: none !important;
  }
}
@media (hover: none) {
  .hide-no-mouse, .hide-no-keyboard, .hide-touchscreen {
    display: none !important;
  }
}
.noUi-connect {
  background: #e6f6ff;
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
nav {
  width: 100%;
  height: 48px;
  padding: 0 min(16px, 7.4285714286px + 0.7142857143 * 1vw) 4px min(16px, 7.4285714286px + 0.7142857143 * 1vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1f5293;
  user-select: none;
  -webkit-user-select: none;
}
nav #logo {
  display: flex;
}
nav #logo img {
  height: 30px;
  margin-left: -5px;
  margin-top: 4px;
}
nav .menu {
  margin-top: 12px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: baseline;
}
nav .menu .main-items {
  flex-grow: 1;
  justify-content: center;
}
nav .menu-group {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav .menu-item {
  padding: 6px 12px;
}
nav #language {
  display: flex;
  align-items: baseline;
}
nav #language #globe-icon {
  box-sizing: content-box;
  align-self: center;
  padding-right: 5px;
  margin-left: -3px;
}
nav .dropdown-menu {
  min-width: unset;
  margin-top: -1px !important;
  background: #1f5293;
  border: 1px solid #3f72b3;
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
nav .menu-narrow {
  display: none;
}
@media (max-width: 900px) {
  nav {
    padding-right: calc(min(16px, 7.4285714286px + 0.7142857143 * 1vw) - 5px);
  }
  nav #hamburger {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding: 0 5px 0 8px;
    font-size: 16px;
    color: #feffe0;
  }
  nav #hamburger .svg-button {
    box-sizing: content-box;
    height: 32px;
    filter: unset;
    padding-left: 7px;
  }
  nav .menu-wide {
    display: none;
  }
  nav .menu-narrow {
    position: static;
    display: block;
  }
  nav .menu {
    inset: 48px 0 auto auto !important;
    transform: none !important;
    padding: 6px 3px 14px 3px;
    border: 1px solid #3f72b3;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    background: #1f5293;
    z-index: 100;
    min-width: 11.2rem;
  }
  nav .menu:not(.show) {
    display: none;
  }
  nav .menu > div {
    width: 100%;
  }
  nav .dropdown-menu.symmetries {
    position: static !important;
    transform: none !important;
    padding: 0 0 0 25px;
    border: none;
  }
}

@media (min-aspect-ratio: 5/4) {
  body.fixed-nav nav {
    position: fixed;
    top: 0;
    z-index: 1;
  }
}
/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
.above-the-fold {
  width: 100%;
  height: calc(100% - 48px - 0.5px);
}

.one-part {
  max-width: 940px;
  margin: 0 auto;
  padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}

.two-part {
  width: 100%;
  padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
@media (min-aspect-ratio: 5/4) {
  .two-part {
    height: calc(100% - 48px);
    display: flex;
    gap: calc(min(16px, 7.4285714286px + 0.7142857143 * 1vw) * 2);
    padding: 0 min(16px, 7.4285714286px + 0.7142857143 * 1vw);
  }
  .two-part header {
    flex: 1 1 400px;
    min-width: min-content;
    max-width: 600px;
    padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw) 0;
    overflow-y: auto;
  }
  .two-part main {
    min-width: min-content;
    padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw) 0;
    overflow-y: auto;
  }
}

.sections {
  width: 100%;
  padding: 0.1px min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
.sections header {
  padding-bottom: 0.2em;
}
@media (min-aspect-ratio: 5/4) {
  .sections {
    margin-top: 48px;
  }
  .sections header {
    position: fixed;
  }
  .sections header p {
    white-space: nowrap;
  }
  .sections main {
    margin-left: max(19em, (100vw - 940px) / 2);
  }
}
.sections main section {
  max-width: 940px;
}
.sections main section:last-child {
  margin-bottom: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
.sections h1, .sections h2, .sections section-title {
  margin-top: 1em;
  scroll-margin-top: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
  scroll-snap-margin-top: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
@media (min-aspect-ratio: 5/4) {
  .sections h1, .sections h2, .sections section-title {
    scroll-margin-top: calc(48px + min(16px, 7.4285714286px + 0.7142857143 * 1vw));
    scroll-snap-margin-top: calc(48px + min(16px, 7.4285714286px + 0.7142857143 * 1vw));
  }
}
.sections h1.first, .sections h2.first, .sections section-title.first {
  margin-top: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
.sections .section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sections .section-title a {
  font-size: 0.75em;
  font-style: italic;
  margin-right: 0.4em;
}
.sections .inset {
  height: min(154px, 94px + 5 * 1vw);
}

.page-404 {
  background-image: url(/img/help/Dwarves.png);
}
.page-404 .layout {
  display: flex;
  width: fit-content;
  margin: 14vh auto;
  justify-content: center;
  align-items: center;
  background: #e6f6ff;
  border-radius: 1em;
}
@media (max-width: 650px) {
  .page-404 .layout {
    flex-direction: column;
  }
}
.page-404 .layout img {
  height: 14em;
  border-radius: 1em;
}
.page-404 .layout .title {
  width: 16em;
  padding: 1em 2em 1em 0;
  font-size: 120%;
}
@media (max-width: 650px) {
  .page-404 .layout .title {
    padding: 0 1em 1em 1em;
  }
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
.animation {
  display: flex;
}
@media (max-aspect-ratio: 5/4) {
  .animation {
    flex-direction: column;
  }
}
.animation #canvas-box {
  position: relative;
  flex-grow: 1000;
}
@media (min-aspect-ratio: 5/4) {
  .animation #canvas-box {
    max-width: 120vh;
    margin: 0 0 0 min(16px, 7.4285714286px + 0.7142857143 * 1vw);
    border-top: 1px solid #3f72b3;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
}
.animation #canvas-box canvas, .animation #canvas-box #canvas-background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.animation #canvas-box #canvas-background {
  background: #e6f6ff;
}
.animation header {
  display: flex;
  flex-direction: column;
}
.animation header .symmetry-summary .label, .animation header .symmetry-summary .name {
  font-size: min(16px, 13.1428571429px + 0.2380952381 * 1vw);
}
.animation header .symmetry-summary .label {
  display: inline;
}
.animation header .symmetry-summary .classifications {
  margin-top: 2px;
  font-size: 12px;
}
@media (min-aspect-ratio: 5/4) {
  .animation header {
    height: 100%;
    flex-basis: 10em;
    min-width: 10em;
    flex-grow: 1;
    margin-left: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
    padding-top: 40px;
    text-align: right;
  }
  .animation header > div, .animation header #second-line {
    margin-bottom: 1em;
  }
}
@media (min-aspect-ratio: 5/4) and (hover: none) {
  .animation header #links div {
    padding: 2px 0;
  }
}
@media (max-aspect-ratio: 5/4) {
  .animation header {
    padding: 10px;
  }
  .animation header #first-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 3px;
  }
  .animation header #artist, .animation header #permitted {
    display: inline;
  }
  .animation header #second-line {
    margin-bottom: 5px;
  }
  .animation header .symmetry-summary .name {
    font-style: italic;
  }
  .animation header .symmetry-summary .classifications {
    display: none;
  }
}
.animation header #credits .by {
  font-size: min(18px, 13.7142857143px + 0.3571428571 * 1vw);
  font-weight: normal;
  padding-left: 0.75em;
}
.animation header #credits #permitted {
  color: #7d7d7d;
}
.animation header .recording-box {
  display: inline-block;
  margin-top: 0.3em;
  padding: 0.3em 0.6em;
  color: #feffe0;
  background: #e6999a;
  border-radius: 4px;
}
.animation header .recording-box button {
  margin: 0.4em 1.3em 0.2em 0;
}
.animation header #scroll-down-tip {
  font-style: italic;
  padding-top: 1em;
  color: #7d7d7d;
}
.animation.pane #permitted {
  display: none;
}
.animation #play-button-and-slider {
  display: flex;
  align-items: center;
  margin: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
@media (min-aspect-ratio: 5/4) {
  .animation #play-button-and-slider {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .animation #play-button-and-slider {
    margin: 5px 5px 0 5px;
  }
}
.animation .button-play, .animation .button-pause {
  width: 40px;
}
@media (max-width: 650px) {
  .animation .button-play, .animation .button-pause {
    width: 35px;
  }
}
.animation img {
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  cursor: pointer;
}
.animation .animation-slider {
  flex-grow: 1;
  height: 18px;
}
@media (max-width: 650px) {
  .animation .animation-slider {
    height: 9px;
  }
}
.animation .animation-slider .noUi-pips-horizontal {
  top: 20px;
}
@media (max-width: 650px) {
  .animation .animation-slider .noUi-pips-horizontal {
    top: 6px;
  }
}
.animation .animation-slider .noUi-pips-horizontal {
  height: 20px;
  padding-bottom: 0;
}
.animation .animation-slider .noUi-pips-vertical {
  left: 20px;
  width: 20px;
  padding-right: 0;
}
@media (max-width: 650px) {
  .animation .animation-slider .noUi-handle {
    top: -10px;
  }
  .animation .animation-slider .noUi-pips-horizontal {
    top: 6px;
  }
}
.animation {
  --seek-button-size: min(60px, calc(11vh - 10px));
}
@media (max-aspect-ratio: 5/4) {
  .animation {
    --seek-button-size: min(60px, 11vw);
  }
}
.animation .spacer {
  flex-basis: calc(var(--seek-button-size) / 2);
}
.animation #seek-buttons {
  display: flex;
  justify-content: space-between;
  margin: 1px 15px 15px 54px;
  align-items: flex-start;
}
@media (min-aspect-ratio: 5/4) {
  .animation #seek-buttons {
    flex-grow: 1;
    flex-direction: column;
    margin: 41px 27px 15px 6px;
    padding-top: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
    order: 3;
  }
}
@media (max-width: 650px) {
  .animation #seek-buttons {
    margin: 6px 5px 5px 40px;
  }
}
.animation #seek-buttons img {
  width: var(--seek-button-size);
  height: var(--seek-button-size);
}

#artwork .btn-close {
  display: none;
}
@media (max-aspect-ratio: 5/4) {
  #artwork .original {
    display: flex;
    align-items: center;
    padding-left: 0.6em;
  }
  #artwork .original #more-button {
    display: flex;
    margin: 0 3px 0 1em;
    border: 1px solid #c9c9c9;
    border-radius: 1em;
  }
  #artwork .original #more-button img {
    border: none;
    height: 0.875em;
    padding: 2px 8px 2px 7px;
    box-sizing: content-box;
  }
}
@media (max-aspect-ratio: 5/4) and (min-width: 650.1px) {
  #artwork .original #more-button {
    margin-left: 2em;
  }
  #artwork .original #more-button img {
    height: 1.2em;
    padding: 2px 15px;
  }
}

.pane .original {
  display: none;
}
.pane header .btn-close {
  position: absolute;
  top: 55px;
  right: 12px;
}
@media (min-aspect-ratio: 5/4) {
  .pane header .btn-close {
    top: 65px;
    right: 14px;
  }
}
.pane {
  overflow: hidden;
}

#animateGridPane #seek-buttons {
  margin-bottom: 0;
}
#animateGridPane #seek-buttons img {
  visibility: hidden;
}
@media (max-aspect-ratio: 5/4) {
  #animateGridPane #seek-buttons img {
    display: none;
  }
}

#other-art {
  padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
#other-art h1 {
  margin-top: 0.7em;
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
#modal-choose-symmetry .modal-dialog {
  max-width: 730px;
}

.choose-symmetry {
  width: 100%;
  max-width: 700px;
}
@media (min-aspect-ratio: 5/4) {
  .choose-symmetry {
    flex: 1 1 600px;
    min-width: 500px;
  }
}
@media (max-width: 650px) {
  .choose-symmetry {
    min-width: 100%;
    max-width: 100%;
  }
}

#symmetry-thumbs #all {
  display: flex;
  flex-wrap: wrap;
  gap: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
#symmetry-thumbs .thumbGroup {
  display: grid;
  gap: 7px;
  padding: 7px;
  background: #f3e4dd;
}
#symmetry-thumbs .groupTitle {
  font-size: min(20px, 10px + 0.8333333333 * 1vw);
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
#symmetry-thumbs .fit2 {
  width: calc((100% - 2 * min(16px, 7.4285714286px + 0.7142857143 * 1vw)) / 3);
  grid-template-columns: repeat(2, 1fr);
}
#symmetry-thumbs .fit2 .groupTitle {
  grid-column-start: span 2;
}
#symmetry-thumbs .fit4 {
  width: calc(66.6666666667% - min(16px, 7.4285714286px + 0.7142857143 * 1vw) * 1 / 3);
  grid-template-columns: repeat(4, 1fr);
}
#symmetry-thumbs .fit4 .groupTitle {
  grid-column-start: span 4;
}
#symmetry-thumbs .fit4 img {
  padding: 0 2.6%;
}
#symmetry-thumbs img {
  width: 100%;
  background: #e6f6ff;
}
@media (max-width: 650px) {
  #symmetry-thumbs {
    min-width: 100%;
    max-width: 100%;
  }
  #symmetry-thumbs .fit2 {
    width: calc(50% - min(16px, 7.4285714286px + 0.7142857143 * 1vw) / 2);
  }
  #symmetry-thumbs .fit4 {
    width: 100%;
  }
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
#color-panel {
  color: #feffe0;
  width: 330px;
  height: calc(387px + 6.6 * min(20px, 14.2857142857px + 0.4761904762 * 1vw));
}
#color-panel .nav-tabs {
  justify-content: flex-start;
  margin: -12px -12px 0 -12px;
  padding: 4px 0 0 11px;
  background: #002142;
  border-bottom-color: #2f62a3;
}
#color-panel .nav-tabs .nav-link {
  color: #c7c7c7;
  background: none;
  padding: 7px 20px;
  border-color: #2f62a3;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  font-weight: 700;
}
#color-panel .nav-tabs .nav-link.active {
  color: #feffe0;
  background: #1f5293;
  border-bottom-color: #1f5293;
}
#color-panel .close {
  display: flex;
  padding: 9px;
  position: absolute;
  top: 4px;
  right: 5px;
}
#color-panel .close .btn-close {
  height: 0.65em;
  width: 0.65em;
  filter: invert(94%) sepia(6%) saturate(1913%) hue-rotate(321deg) brightness(112%) contrast(103%);
  opacity: 1;
}
#color-panel #detail-colors #mode-radios {
  font-weight: 600;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 1em;
}
#color-panel #detail-colors .algorithm-spec {
  margin-top: 0.7em;
  line-height: 2;
}
#color-panel #detail-colors .algorithm-spec input[type=number] {
  width: 3em;
}
#color-panel .tab-content {
  padding-top: 0.8em;
}
#color-panel .tab-content .pane-message {
  padding: 2em 2em 0 0;
  text-align: center;
  line-height: 1.5;
}
#color-panel #tile-colors-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
#color-panel .form-check-inline {
  padding-top: 0.3rem;
}
#color-panel .color-table {
  width: 100%;
  margin-top: 1.3em;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
}
#color-panel .color-table th {
  font-weight: 400;
  text-align: center;
}
#color-panel .color-table td {
  height: 40px;
  border: 1px solid #3f72b3;
  text-align: center;
}
#color-panel .color-table td.column-1 {
  border-left: unset;
  width: 140px;
}
#color-panel .color-table td.column-1 div {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding-right: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
#color-panel .color-table td.swatch {
  font-size: 0;
}
#color-panel .color-table td.swatch .eye {
  width: 16px;
  height: 16px;
  overflow: visible;
  visibility: hidden;
}
#color-panel .color-table td.swatch.active .eye {
  visibility: visible;
}
#color-panel .color-table div {
  height: 100%;
  text-align: center;
}
#color-panel .color-picker {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
#color-panel .color-picker .big-swatch {
  height: 75px;
  margin-bottom: 1em;
  border: 1px solid #3f72b3;
}
#color-panel .color-picker .hex-color.error {
  border: 2px solid #d93232;
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
#create {
  font-size: min(18px, 13.7142857143px + 0.3571428571 * 1vw);
}
#create p {
  padding: 0.1em 0;
}
#create label {
  padding-left: 0.8em;
}
#create button {
  margin-right: 0.3em;
}
@media (min-aspect-ratio: 5/4) {
  #create.two-part {
    gap: 3em;
  }
  #create label {
    display: block;
    margin: 0.5em 0 0 0;
  }
}
@media (max-aspect-ratio: 5/4) {
  #create .choose-symmetry h1 {
    margin: 1em 0 0.7em 0;
  }
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
#create-help table tr:nth-child(odd), .tooltip table tr:nth-child(odd) {
  background-color: #f9f4e0;
}
#create-help table td, #create-help table th, .tooltip table td, .tooltip table th {
  vertical-align: middle;
}
#create-help table.inkscape th, .tooltip table.inkscape th {
  text-align: center;
}
#create-help table.inkscape ul, .tooltip table.inkscape ul {
  margin: 0.5em 0 0.3em -0.6em;
}
#create-help table.shortcuts td:first-child, .tooltip table.shortcuts td:first-child {
  padding-left: 2em;
}
#create-help table.shortcuts td.heading, .tooltip table.shortcuts td.heading {
  padding-left: 0.5em;
  font-weight: bold;
}
#create-help .svg-button, .tooltip .svg-button {
  width: min(52px, 30.5714285714px + 1.7857142857 * 1vw);
  height: min(52px, 30.5714285714px + 1.7857142857 * 1vw);
  padding: 0 22%;
}
#create-help .svg-button.short, .tooltip .svg-button.short {
  padding: 0 19%;
}
@media (max-width: 650px) {
  #create-help .svg-button, .tooltip .svg-button {
    padding: 0 19%;
  }
  #create-help .svg-button.short, .tooltip .svg-button.short {
    padding: 0 16%;
  }
}
#create-help .icontip, .tooltip .icontip {
  text-decoration: underline dotted #999;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  cursor: pointer;
}

body.createHelp .tooltip.show {
  opacity: 1;
}
body.createHelp .tooltip .tooltip-inner {
  padding: 0;
}
body.createHelp .tooltip .tooltip-arrow:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 560px;
  margin-bottom: 1em;
  background: black;
}

/* Logo colors
    Blue #1f5293
    Cream #feffe0
    Pink #e6999a
    Yellow #fce69b
    Green #b7d8a8
*/
#edit-pane, #export-pane, #frame-export-pane {
  user-select: text;
  -webkit-user-select: text;
}

#color-panel {
  user-select: none;
  -webkit-user-select: none;
}

#edit-pane {
  position: relative;
  border-top: 1px solid #3f72b3;
  overflow: hidden;
}
#edit-pane canvas {
  position: absolute;
  margin-top: -0.5px;
  height: calc(100% + 0.5px);
}
#edit-pane .toolbar {
  position: absolute;
  display: flex;
  padding: 4px;
  background: #1f5293;
  border: 1px solid #3f72b3;
}
#edit-pane .button-group {
  display: flex;
  gap: 4px;
}
#edit-pane .button-group.crosswise {
  flex-direction: column;
}
#edit-pane .button-group .stale {
  background: #763d55;
}
#edit-pane .divider {
  width: 3px;
  margin: 4.5px 9px;
  background: #3f72b3;
  border-radius: 3px;
}
#edit-pane .svg-button {
  width: min((100vw - 61px) / 8, 52px);
  height: min((100vw - 61px) / 8, 52px);
  max-width: 52px;
  padding: 0 22%;
}
#edit-pane .svg-button.short {
  padding: 0 19%;
}
@media (max-width: 650px) {
  #edit-pane .svg-button {
    padding: 0 19%;
  }
  #edit-pane .svg-button.short {
    padding: 0 16%;
  }
}
.menu #edit-pane.show {
  border: solid #3f72b3;
  border-width: 0 0 1px 1px;
}
#edit-pane #major-mode-bar {
  border-width: 0 1px 1px 0;
}
@media (max-width: 650px) {
  #edit-pane #major-mode-bar .button-group {
    flex-direction: column;
  }
}
#edit-pane #mode-bars {
  position: absolute;
  left: 180px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  #edit-pane #mode-bars {
    left: unset;
    right: 0;
  }
}
@media (max-width: 650px) and (max-width: 529px) {
  #edit-pane #mode-bars .svg-button-wrapper.hide-1 {
    display: none;
  }
}
@media (max-width: 650px) and (max-width: 581px) {
  #edit-pane #mode-bars .svg-button-wrapper.hide-2 {
    display: none;
  }
}
#edit-pane #mode-bars #secondary-bars {
  display: flex;
  width: 100%;
}
#edit-pane #tools-bar, #edit-pane #vertex-mode-bar, #edit-pane #vertex-bar, #edit-pane #item-bar {
  border-top-width: 0;
}
@media (max-width: 650px) {
  #edit-pane #tools-bar, #edit-pane #vertex-mode-bar, #edit-pane #vertex-bar, #edit-pane #item-bar {
    border-right-width: 0;
  }
}
#edit-pane #menu-bar {
  bottom: 0;
  border-width: 1px 1px 0 0;
}
@media (min-width: 650.1px) {
  #edit-pane #menu-bar {
    flex-direction: column;
    bottom: unset;
    top: 120px;
    border-width: 1px 1px 1px 0;
  }
  #edit-pane #menu-bar .button-group {
    flex-direction: column;
  }
  #edit-pane #menu-bar .divider {
    width: unset;
    height: 3px;
    margin: 9px 4.5px;
  }
}
#edit-pane .symmetry-summary .label {
  font-style: italic;
}
#edit-pane .symmetry-summary .name, #edit-pane .symmetry-summary .classifications {
  display: block;
  padding: 0.2em 0 0 0.6em;
}
#edit-pane .symmetry-summary .classifications {
  font-size: min(16px, 13.1428571429px + 0.2380952381 * 1vw);
}
#edit-pane .message-about-save {
  font-style: italic;
  color: #999;
  padding-left: 2.5em;
}

#export-pane, #frame-export-pane {
  display: flex;
}
@media (max-aspect-ratio: 5/4) {
  #export-pane, #frame-export-pane {
    flex-direction: column;
  }
}
#export-pane header, #frame-export-pane header {
  flex-basis: 0;
  flex-grow: 1;
  padding: min(16px, 7.4285714286px + 0.7142857143 * 1vw);
}
#export-pane header .buttons, #frame-export-pane header .buttons {
  margin: 0.25rem;
  text-align: right;
}
#export-pane canvas, #frame-export-pane canvas {
  flex-grow: 100;
}

.popover.menu .popover-body {
  padding-left: 3px;
  padding-right: 3px;
}

.step-export-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
}
.step-export-progress p {
  margin: 0;
  text-align: center;
  max-width: 20em;
}

.step-export-spinner {
  width: 2em;
  height: 2em;
  border: 3px solid #e6999a;
  border-top-color: transparent;
  border-radius: 50%;
  animation: step-export-spin 0.8s linear infinite;
}

@keyframes step-export-spin {
  to {
    transform: rotate(360deg);
  }
}
/*!
 * Toastify js 1.11.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}

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