:root {
    --select-arrow: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E");
}

.aSliderWrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 2em;
    font: 1em/1 arial, sans-serif
}

[type=range] {
    flex: 1;
    margin: 0;
    padding: 0;
    min-height: 1.5em;
    background: transparent;
    font: inherit
}

[type=range],
[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

[type=range]::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 0.25em;
    background: #ccc
}

[type=range]::-moz-range-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 0.25em;
    background: #ccc
}

[type=range]::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 0.25em;
    background: #ccc
}

[type=range]::-webkit-slider-thumb {
    margin-top: -0.625em;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ffa977
}

[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ffa977
}

[type=range]::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ffa977
}

[type=range]::-ms-tooltip {
    display: none
}

body {
    font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: #dbdbdb;
    background: #202038;
    text-rendering: optimizeLegibility
}

.wide {
    width: 100%;
}
.block {
    display: block;
}


.button,
button,
input,
textarea {
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.25rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75rem;
    margin-top: 1rem
}

h1 {
    font-size: 2.25rem;
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #fff
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: 600
}

.button,
button,
input[type=button],
input[type=checkbox],
input[type=submit] {
    cursor: pointer;
    text-align: center;
    line-height: 1.5
}

input:not([type=checkbox]):not([type=radio]),
select {
    display: block
}

.button,
button,
input,
select,
textarea {
    color: #fff;
    background-color: #1c1627;
    font-family: inherit;
    font-size: inherit;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    outline: none;
    line-height: 1.5
}

.button.ghost,
button.ghost,
input.ghost,
select.ghost,
textarea.ghost {
    background-color: #202038
}

.button:hover,
button:hover,
input:hover,
select:hover,
textarea:hover {
    background: #494c47
}

.button.error,
button.error,
input.error,
select.error,
textarea.error {
    background-color: #432138
}

.button.error:hover,
button.error:hover,
input.error:hover,
select.error:hover,
textarea.error:hover {
    background: #472946
}

.button,
button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none
}

select {
    background: #1c1627 var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
    padding-right: 35px;
}
select:hover {
    background: #494c47 var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
    padding-right: 35px;
}
select::-ms-expand {
    display: none;
}

textarea {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 2.5rem;
    height: 2.5rem;
    max-height: 16rem
}

.button,
button,
input[type=button],
input[type=submit] {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

button.active,
button:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #ffa977 inset
}

button.error.active,
button.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
    box-shadow: 0 0 0 2px #e34f7f inset
}

button:active,
input[type=button]:active,
input[type=checkbox]:active,
input[type=radio]:active,
input[type=submit]:active {
    transform: translateY(2px)
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

::-webkit-input-placeholder {
    color: #a9a9a9
}

:-ms-input-placeholder {
    color: #a9a9a9
}

::-ms-input-placeholder {
    color: #a9a9a9
}

::-ms-input-placeholder {
    color: #a9a9a9
}

::placeholder {
    color: #a9a9a9
}

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

code,
kbd {
    background: #1c1627;
    color: #ffa977;
    padding: 0.25rem;
    border-radius: 6px;
    line-height: 1;
    font-family: 'Ubuntu Mono', 'Consolas', monospace
}

pre>code {
    padding: 1rem 2rem;
    display: block;
    overflow-x: auto
}

img {
    max-width: 100%;
    height: auto
}

hr {
    border: none;
    border-top: 1px solid #dbdbdb;
    margin-bottom: -1px
}

table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%
}

td,
th {
    padding: 6px;
    text-align: left
}

th {
    border-bottom: 1px solid #dbdbdb
}

tbody tr:nth-child(2n) {
    background-color: #1c1627
}

::-webkit-scrollbar {
    height: 0.75rem;
    width: 0.75rem
}

::-webkit-scrollbar-track {
    background: #1c1627;
    border-radius: 6px
}

::-webkit-scrollbar-thumb {
    background: #324759;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background: #415c73
}

::-moz-selection {
    background-color: #ffa977;
    color: #1c1627
}

::selection {
    background-color: #ffa977;
    color: #1c1627
}

.button {
    display: inline-block
}

input[type=number],
input[type=text] {
    width: 100%;
    box-sizing: border-box
}

body,
html {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: unset;
    cursor: defaul
}

body {
    display: flex;
    flex-flow: column nowrap
}

#theOutput,
aside,
body,
main {
    scrollbar-color: #ffa977 #1c1627;
    scrollbar-width: thin
}

footer,
header {
    padding: 0.5rem 1rem;
    flex: 0 0 auto
}

footer {
    border-top: 2px solid #333259;
    text-align: right;
}

main {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden
}

main>* {
    height: 100%;
    box-sizing: border-box
}

header {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    border-bottom: 2px solid #333259
}

header * {
    flex: 0 0 auto
}

header h1,
header h1:first-child {
    margin: 0 2rem 0 0;
    flex: 1 1 auto
}

header .aCoffeeIcon {
    margin-left: 0.5rem
}

header .aCoffeeIcon svg {
    vertical-align: bottom
}

h1,
h2,
h3,
h4 {
    font-family: 'Carter One', sans-serif;
    font-weight: 700;
    color: #ffa977
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0.5rem
}

h1 .small {
    font-size: 1rem;
    color: #dbdbdb;
    vertical-align: 4px;
    margin-left: 1rem;
    opacity: 0.6
}

button svg {
    margin-right: 0.5rem;
    vertical-align: middle;
    opacity: 0.65
}

fieldset {
    border: 2px solid #333259;
    border-radius: 0.35rem;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem
}

fieldset legend {
    margin-left: -0.2rem;
    position: relative;
    top: -0.05rem;
    font-family: 'Carter One', sans-serif;
    font-size: 1.25rem
}

aside {
    width: 18rem;
    flex: 0 0 auto;
    overflow: auto;
    padding: 0 1rem;
    margin-right: 1rem;
    transition: 0.35s ease all;
    position: relative
}

#theOutput {
    flex: 1 1 auto;
    overflow-x: auto;
    text-align: center;
    padding: 1rem;
}


h3.inline {
    display: inline;
    margin-right: 1rem
}

#theColorsName {
    font-family: 'Carter One', sans-serif;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1rem
}

.aHelpIcon {
    margin-left: 0.5rem;
    opacity: 0.65;
    cursor: help;
    vertical-align: -0.4rem
}

#theOutput canvas {
    max-width: 100%;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2), 0 0.25em 0.5em rgba(0, 0, 0, 0.15), 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

label {
    display: block;
}
label strong {
    display: block;
}
label {
    margin-bottom: 1rem
}
label.radio, label:last-child {
    margin-bottom: 0
}
label.radio + label {
    margin-top: 1rem;
}
label.radio + label.radio {
    margin-top: 0rem;
}

button svg, .button svg {
    vertical-align: top;
    margin-right: 0.25rem;
}