.color-palette {
  display: flex;
  flex-direction: column;
  z-index: 100;
  width: 100%;
  height: fit-content;
  min-width: 300px;
  max-width: 300px;
  overflow-y: scroll;
  color: white;
  padding: 12px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(-45deg, #20948B, #6AB187);
  gap: 8px;
  right: 0;
  top: 0;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.color-palette-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  width: 100%;
  column-gap: 4px;
  padding: 8px;
  box-sizing: border-box;
}

.color-palette-option:hover {
  cursor: pointer;
  background: rgba(80, 100, 150, 0.5);
}

.color-palette-option > p {
  margin: 0;
}

.color-palette-option > img {
  width: 24px;
  height: 24px;
  z-index: 100;
  border-radius: 8px;
}

.dimension-slider {
  display: flex;
  max-width: 500px;
  max-height: fit-content;
  background: linear-gradient(-45deg, #20948B, #6AB187);
  z-index: 100;
  padding: 8px;
  color: white;
  justify-content: space-evenly;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.dimension-slider div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.dimension-slider div input:hover {
  cursor: pointer;
}

.sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: fit-content;
  min-height: fit-content;
  max-height: 500px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  z-index: 100;
  padding: 12px;
  gap: 8px;
  background: linear-gradient(-45deg, #20948B, #6AB187);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.sidebar-item {
  width: 100%;
  height: fit-content;
  padding: 16px;
  background: #20948B;
  box-sizing: border-box;
  border-radius: 8px;
}

.sidebar-item:hover {
  cursor: pointer;
  background: rgba(80, 100, 150, 0.5);
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px;
  background: linear-gradient(45deg, #1F2833, #DE7A22);
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.toggle-container .toggle {
  display: flex;
  background: #66FCF1;
  padding: 4px;
  border-radius: 32px;
  width: 30%;
  max-width: 100px;
  outline: none;
}
.toggle-container .toggle input {
  min-height: 40px;
  min-width: 40px;
  appearance: none;
  background: rgba(80, 100, 150, 0.5);
  border-radius: 50%;
  margin: 0;
  outline: none;
}
.toggle-container .toggle:hover {
  cursor: pointer;
}

.toggle-container > p {
  margin: 0;
  width: 30%;
}

.toggle-container > p:first-of-type {
  text-align: left;
}

.toggle-container > p:last-of-type {
  text-align: right;
}

.toggled {
  justify-content: flex-end;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

#info {
  background: linear-gradient(-45deg, #20948B, #6AB187);
  height: fit-content;
  min-width: fit-content;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}
#info .header {
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.options-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  justify-content: space-between;
  box-sizing: border-box;
}
.options-overlay .top {
  justify-content: space-evenly;
}
.options-overlay .top .left {
  flex-direction: column;
  gap: 16px;
}
.options-overlay .bottom {
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  height: 100%;
}

#instructions {
  background: linear-gradient(-45deg, #20948B, #6AB187);
  padding: 8px;
  flex-direction: column;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
  gap: 8px;
  width: 300px;
  box-sizing: border-box;
}
#instructions p {
  background: linear-gradient(45deg, #1F2833, #DE7A22);
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
}

.save-status {
  background: linear-gradient(-45deg, #20948B, #6AB187);
  padding: 8px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.save-status div {
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.save-status .reset-button {
  background: linear-gradient(45deg, #E85A4F, #E98074);
}
.save-status .reset-button:hover {
  background: rgba(80, 100, 150, 0.5);
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

html {
  background: linear-gradient(black, gray, white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  position: relative;
  margin: 0;
  overflow: hidden;
}

canvas {
  box-sizing: border-box;
}

div {
  z-index: 100;
  display: inherit;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
}

h1, h2, h3, p, div, input, a {
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
}

a {
  text-align: center;
  border-radius: 8px;
  padding: 4px 8px;
}

a:hover {
  text-decoration: underline;
  background: rgba(80, 100, 150, 0.5);
}

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