* {
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0;
    -webkit-user-drag: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all .07s;
}

@media(min-width:768px) {
    ::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
        padding: 2px
    }

    ::-webkit-scrollbar-thumb {
        background-color: #647086;
        border-radius: 4px
    }
}

@font-face {
    font-family: 'Inter';
    src: local('sans-serif'), url('../../../font/inter400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('sans-serif'), url('../../../font/inter500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('sans-serif'), url('../../../font/inter700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    --color: #2c2c2c;
    --black: #1c1c1c;
    --dark: #081E36;
    --background: #fff;
    --dull: #e5e5e5;
    --pcolor: #18a0fb;
    --pcolordark: #1382cc;
    --scolor: #00EFD1;
    --inter: 'Inter', -apple-system, 'ubuntu', 'calibri', 'Segoe UI', 'Lucida Grande', 'Roboto', 'Noto', 'Ubuntu', sans-serif;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.fix::after {
    clear: both;
    content: "";
    display: table
}

button,
input,
textarea {
    font-family: var(--inter);
    background: 0 0;
    color: var(--color);
    font-size: 95%;
    outline: 0;
    border: none;
}

:focus {
    outline: 0;
    border: none
}

::-moz-focus-inner {
    border: 0
}

textarea {
    min-height: 100px
}

::placeholder {
    font-size: 90%;
    line-height: 1.7
}

input:required {
    box-shadow: none
}

input:invalid {
    box-shadow: none
}

#tip,
.unselect,
br,
hr,
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

a,
a:active,
a:focus,
a:focus-within,
a:hover,
a:link,
a:visited {
    outline: 0;
    border: none;
    text-decoration: none;
    color: var(--color);
    background: 0 0
}

li,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--inter);
    font-weight: 700
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--color);
    background-color: var(--background);
    font-family: var(--inter);
    line-height: 1;
    min-height: 100vh;
    width: 100%;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 16px;
    z-index: 1;
    font-kerning: normal;
    font-feature-settings: "kern", "liga", "clig", "calt";
    position: relative;
    overflow-x: hidden
}

.block {
    display: block !important
}

.none {
    display: none !important
}

.behind {
    z-index: -1
}

.invisible {
    visibility: hidden
}

.disable {
    pointer-events: none;
    opacity: .5
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    background-image: linear-gradient(-131deg, #555 0%, #111 50%, #555 100%);
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

/* APP STYLES */

#app-load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    flex-direction: column;
    gap: 14px;
}


#app-load img {
    width: 140px;
}


.dots {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--pcolor);
    animation: dots 1s infinite linear alternate;
    animation-delay: .5s;
}

.dots::before,
.dots::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dots::before {
    left: -10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--pcolor);
    animation: dots 1s infinite alternate;
    animation-delay: 0s;
}

.dots::after {
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--pcolor);
    animation: dots 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dots {
    0% {
        background-color: var(--pcolor);
    }

    50%,
    100% {
        background-color: #e6f1ff;
    }
}



#app-wrap *::-webkit-scrollbar {
    display: none;
}

#app-wrap {
    display: block;
    font-size: 12px;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    background: var(--background);
}

#app-wrap * {
    font-family: var(--inter) !important;
}

#app-base {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
}

#app-head {
    flex: 1 0 100%;
    height: 40px;
    background: var(--color);
}

#app-body {
    display: flex;
    flex: 1 1 100%;
    height: calc(100% - 40px);
}

#app-left {
    flex: 0 1 240px;
    width: 240px;
    border-right: 1px solid var(--dull);
    overflow: hidden;

}

#app-center {
    background: var(--dull);
    flex: 1 1 auto;
    overflow: hidden;
}

#app-right {
    flex: 0 1 240px;
    width: 240px;
    border-left: 1px solid var(--dull);
    overflow: hidden;
}

#app-container {
    display: flex;
    height: 100%;
    position: relative;
    padding: 3px;
    justify-content: center;
    align-items: center;
    width: calc(100vw - (240px * 2));
}

#app-container .simplebar-content {
    display: grid;
    align-items: center;
    justify-content: center;
}


.simplebar-content {
    text-align: center;
    height: 100%;
    vertical-align: middle;
}


canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

#app {
    background: var(--dull);
    display: block;
}


#zoom-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 100%;
    border-left: 1px solid #d7d7d7;
}

#zoom {
    position: absolute;
    width: 200%;
    background: var(--dull);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#zoom-wrap:before,
#zoom-wrap:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: .5;
    z-index: 1;
}

#zoom-wrap:after {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
}


#zoom-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1px;
    border: 1px solid var(--background);
    background: var(--dark);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.mod-wrap {
    border-bottom: 1px solid var(--dull);
    padding: 11px 15px;
    vertical-align: middle;
}



.label {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
}

.select {
    display: inline-block;
    position: relative;
}

.select-text {
    position: relative;
    padding: 6px 12px;
    padding-right: 20px;
    border: 1px solid transparent;
}

.select-text:hover {
    border: 1px solid var(--dull);
    padding-right: 30px;
}

.select-text:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg class='svg' width='8' height='7' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.646 5.354l-3-3 .708-.708L4 4.293l2.646-2.647.708.708-3 3L4 5.707l-.354-.353z' fill-rule='evenodd' fill-opacity='1' fill='%23b3b3b3' stroke='none'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.options {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    background: var(--color);
    display: none;
    z-index: 100;
}

.option {
    padding: 7px 11px;
    padding-left: 33px;
    color: var(--background);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
    border-radius: 1px;
    position: relative;
}


.option:hover {
    background: var(--pcolor);
}

.option.option-active:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

#export-to {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--dull);
}

#export-to>div {
    flex: 1;
    border-left: 1px soild var(--dull);
    padding: 20px;
    position: relative;
    opacity: .5;
}

#export-to>div:hover {
    opacity: 1;
}

#export-to>div:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

#export-to #to-csv:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.28 122.88' %3E%3Cpath d='M25.38 57h64.88V37.34H69.6c-2.17 0-5.2-1.17-6.62-2.6s-2.3-4-2.3-6.17V7.64H8.15c-.18 0-.32.1-.4.18-.15.1-.2.23-.2.42V114.7c0 .14.1.32.18.4.1.14.28.18.4.18h81.5c.18 0 .17-.1.27-.18.14-.1.33-.28.33-.4v-11.16H25.38c-4.14 0-7.56-3.4-7.56-7.56V64.55A7.58 7.58 0 0 1 25.38 57h0zm20.5 25.35l6.3 1.9c-.42 1.76-1.1 3.24-2 4.42s-2.03 2.08-3.38 2.68-3.06.9-5.14.9c-2.53 0-4.6-.37-6.2-1.1-1.6-.74-2.98-2.03-4.14-3.87s-1.75-4.2-1.75-7.1c0-3.84 1.02-6.8 3.06-8.85 2.05-2.06 4.94-3.1 8.68-3.1 2.92 0 5.23.6 6.9 1.77s2.92 3 3.73 5.45l-6.32 1.4c-.22-.7-.45-1.22-.7-1.54-.4-.55-.9-.97-1.48-1.26-.58-.3-1.23-.44-1.95-.44-1.63 0-2.88.65-3.75 1.96-.65.97-.98 2.5-.98 4.56 0 2.57.4 4.33 1.17 5.3.78.95 1.88 1.43 3.3 1.43 1.37 0 2.4-.38 3.1-1.16.72-.78 1.22-1.9 1.54-3.36h0zm8.6 1.82l6.8-.43c.15 1.1.45 1.95.9 2.52.74.94 1.8 1.4 3.17 1.4 1.02 0 1.8-.24 2.36-.72.56-.48.83-1.04.83-1.67 0-.6-.26-1.14-.78-1.62S66 82.74 64.1 82.3c-3.15-.7-5.38-1.64-6.72-2.82-1.35-1.17-2.03-2.66-2.03-4.48 0-1.2.35-2.3 1.04-3.37s1.73-1.9 3.12-2.5c1.4-.6 3.3-.9 5.7-.9 2.97 0 5.23.55 6.78 1.66 1.56 1.1 2.48 2.86 2.78 5.27l-6.75.4c-.18-1.05-.56-1.82-1.13-2.3-.58-.48-1.37-.72-2.38-.72-.83 0-1.46.18-1.9.53-.42.35-.63.78-.63 1.3 0 .37.17.7.5 1 .33.3 1.13.6 2.4.85 3.14.68 5.38 1.36 6.73 2.05 1.36.7 2.35 1.55 2.96 2.57.62 1.02.92 2.17.92 3.44 0 1.5-.4 2.86-1.23 4.12-.83 1.25-1.97 2.2-3.45 2.86s-3.34.97-5.58.97c-3.95 0-6.68-.76-8.2-2.28-1.52-1.5-2.38-3.42-2.58-5.76h0zM76.9 68.63h7.5l5.23 16.7 5.16-16.7h7.28l-8.62 23.22H85.7L76.9 68.63zM97.8 57h9.93a7.59 7.59 0 0 1 7.56 7.56v31.42c0 4.15-3.4 7.56-7.56 7.56H97.8v13.55c0 1.6-.65 3.04-1.7 4.1a5.74 5.74 0 0 1-4.1 1.7H5.8a5.74 5.74 0 0 1-4.1-1.7 5.74 5.74 0 0 1-1.7-4.1V5.85c0-1.6.65-3.04 1.7-4.1a5.81 5.81 0 0 1 4.1-1.7h58.72c.13-.05.27-.05.4-.05.64 0 1.3.28 1.75.7h.1c.1.05.14.1.23.18l30 30.36c.5.5.88 1.2.88 1.98 0 .23-.05.4-.1.65V57zM67.52 27.97V8.94l21.43 21.7H70.2c-.74 0-1.38-.32-1.9-.78-.46-.46-.78-1.15-.78-1.9h0z' fill-rule='evenodd' fill='%23555' /%3E%3C/svg%3E");

}

#export-to #to-json:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1321.45 1333.33' shape-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' %3E%3Cpath d='M221.37 618.44H979.3v-213.3H755.14c-23.5 0-56.32-12.74-71.82-28.24s-25-43.47-25-66.97V82.9H88.4c-2 0-3.5 1-4.5 2-1.5 1-2 2.5-2 4.5v1155.04c0 1.5 1 3.5 2 4.5 1 1.5 3 2 4.5 2h884.4c2 0 1.9-1 2.9-2 1.5-1 3.6-3 3.6-4.5v-121.1H221.36c-44.96 0-82-36.9-82-82v-340.9c0-45.1 36.9-82 82-82zm126.5 117.47h75.24v146.6c0 30.8-2.44 54.23-7.33 70.3-4.92 16.03-14.8 29.67-29.65 40.85-14.86 11.12-33.9 16.72-57.05 16.72-24.53 0-43.5-3.7-56.94-11.06-13.5-7.36-23.9-18.1-31.23-32.3-7.35-14.14-11.7-31.67-13-52.53l71.5-10.8c.1 11.8 1.07 20.6 2.8 26.33 1.76 5.78 4.75 10.37 9 13.95 2.87 2.33 6.94 3.46 12.25 3.46 8.4 0 14.58-3.46 18.53-10.37 3.9-6.92 5.87-18.6 5.87-35V735.92zm112.77 180.67l71.17-4.97c1.54 12.8 4.7 22.62 9.44 29.28 7.74 10.88 18.74 16.34 33.1 16.34 10.68 0 18.93-2.76 24.68-8.36 5.8-5.58 8.7-12.07 8.7-19.4 0-6.97-2.7-13.26-8.2-18.8-5.47-5.53-18.23-10.68-38.28-15.65-32.9-8.17-56.27-19.1-70.26-32.74-14.12-13.57-21.18-30.92-21.18-52.03 0-13.83 3.6-26.9 10.85-39.2 7.22-12.38 18.07-22.06 32.6-29.1 14.52-7.04 34.4-10.56 59.65-10.56 31 0 54.62 6.4 70.88 19.3 16.28 12.8 25.92 33.24 29.04 61.27l-70.5 4.65c-1.87-12.25-5.8-21.17-11.8-26.7-6.05-5.6-14.35-8.36-24.9-8.36-8.7 0-15.3 2.07-19.73 6.16-4.4 4.1-6.6 9.12-6.6 15.02 0 4.27 1.8 8.1 5.37 11.57 3.45 3.6 11.8 6.85 25.02 9.93 32.75 7.86 56.2 15.84 70.3 23.87 14.18 8.05 24.52 17.98 30.96 29.92 6.44 11.88 9.66 25.2 9.66 39.96 0 17.3-4.3 33.24-12.88 47.9-8.63 14.58-20.6 25.7-36.08 33.24-15.4 7.54-34.85 11.3-58.33 11.3-41.24 0-69.8-8.86-85.68-26.52-15.88-17.65-24.85-40.1-26.96-67.3zm248.74-45.5c0-44.05 11.02-78.36 33.1-102.87 22.1-24.57 52.82-36.82 92.24-36.82 40.38 0 71.5 12.07 93.34 36.13 21.86 24.13 32.77 57.94 32.77 101.37 0 31.54-4.75 57.36-14.3 77.54-9.54 20.18-23.37 35.9-41.4 47.13-18.07 11.24-40.55 16.84-67.48 16.84-27.33 0-50-4.83-67.94-14.52-17.92-9.74-32.5-25.07-43.62-46.06-11.13-20.92-16.72-47.2-16.72-78.74zm74.9.2c0 27.2 4.57 46.8 13.68 58.68 9.13 11.88 21.57 17.85 37.26 17.85 16.1 0 28.65-5.84 37.45-17.47 8.87-11.68 13.28-32.54 13.28-62.77 0-25.4-4.63-43.92-13.84-55.6-9.26-11.76-21.75-17.6-37.56-17.6-15.13 0-27.34 5.97-36.5 17.85-9.2 11.88-13.78 31.6-13.78 59.07zM993.36 735.9h70l90.98 149.05V735.9h70.83v269.96h-70.83l-90.48-148.24v148.24h-70.5V735.9zm67.7-117.47h178.37c45.1 0 82 37.04 82 82v340.9c0 44.96-37.03 82-82 82h-178.37v147c0 17.5-7 33-18.5 44.5-11.5 11.5-27 18.5-44.5 18.5H62.97c-17.5 0-33-7-44.5-18.5-11.5-11.5-18.5-27-18.5-44.5V63.5c0-17.5 7-33 18.5-44.5S45.97.5 62.97.5H700.1c1.5-.5 3-.5 4.5-.5 7 0 14 3 19 7.5h1c1 .5 1.5 1 2.5 2l325.46 329.47c5.5 5.5 9.5 13 9.5 21.5 0 2.5-.5 4.5-1 7v250.98zM732.6 303.47V97L965.1 332.46H761.6c-8 0-15-3.5-20.5-8.5-5-5-8.5-12.5-8.5-20.5z' fill='%23555' /%3E%3C/svg%3E");
}



#export-to #to-xls:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.28 122.88' %3E%3Cpath d='M25.38 57h64.88V37.34H69.6c-2.17 0-5.2-1.17-6.62-2.6s-2.3-4-2.3-6.17V7.64H8.15c-.18 0-.32.1-.4.18-.15.1-.2.23-.2.42V114.7c0 .14.1.32.18.4.1.14.28.18.4.18h81.5c.18 0 .17-.1.27-.18.14-.1.33-.28.33-.4v-11.16H25.38c-4.14 0-7.56-3.4-7.56-7.56V64.55A7.58 7.58 0 0 1 25.38 57h0zm4.22 11.07h8.25l4.3 7.45 4.16-7.45h8.15L46.93 79.8l8.23 12.48h-8.42L42 84.5l-4.78 7.77h-8.35l8.34-12.6-7.6-11.6zm28.58 0h7.47v18.25h11.7v5.95H58.18v-24.2zm21.88 16.2l7.1-.45c.15 1.15.47 2.03.94 2.63.77.97 1.87 1.46 3.3 1.46 1.06 0 1.9-.25 2.46-.75.58-.5.87-1.08.87-1.74 0-.63-.27-1.2-.82-1.68-.55-.5-1.82-.96-3.82-1.4-3.28-.73-5.6-1.7-7-2.93-1.4-1.22-2.1-2.77-2.1-4.66 0-1.24.36-2.4 1.08-3.52s1.8-1.98 3.25-2.6 3.43-.95 5.95-.95c3.1 0 5.45.57 7.07 1.73 1.62 1.15 2.6 2.98 2.9 5.5l-7.03.42c-.2-1.1-.58-1.9-1.18-2.4-.6-.5-1.43-.75-2.48-.75-.87 0-1.53.2-1.97.55-.44.37-.66.82-.66 1.35 0 .38.18.73.54 1.04.34.32 1.18.6 2.5.9 3.27.7 5.6 1.42 7 2.14 1.4.72 2.44 1.6 3.1 2.68.64 1.07.96 2.26.96 3.58a7.73 7.73 0 0 1-1.28 4.29c-.86 1.3-2.06 2.3-3.6 2.98s-3.48 1-5.82 1c-4.1 0-6.96-.8-8.55-2.38-1.58-1.58-2.48-3.6-2.7-6.03h0zM97.8 57h9.93a7.59 7.59 0 0 1 7.56 7.56v31.42c0 4.15-3.4 7.56-7.56 7.56H97.8v13.55c0 1.6-.65 3.04-1.7 4.1a5.74 5.74 0 0 1-4.1 1.7H5.8a5.74 5.74 0 0 1-4.1-1.7 5.74 5.74 0 0 1-1.7-4.1V5.85c0-1.6.65-3.04 1.7-4.1a5.81 5.81 0 0 1 4.1-1.7h58.72c.13-.05.27-.05.4-.05.64 0 1.3.28 1.75.7h.1c.1.05.14.1.23.18l30 30.36c.5.5.88 1.2.88 1.98 0 .23-.05.4-.1.65V57zM67.52 27.97V8.94l21.43 21.7H70.2c-.74 0-1.38-.32-1.9-.78-.46-.46-.78-1.15-.78-1.9h0z' fill-rule='evenodd' fill='%23555' /%3E%3C/svg%3E");
}



#export-to #to-py-list:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.28 122.88' %3E%3Cpath d='M25.38 57h64.88V37.34H69.6c-2.17 0-5.2-1.17-6.62-2.6s-2.3-4-2.3-6.17V7.64H8.15c-.18 0-.32.1-.4.18-.15.1-.2.23-.2.42V114.7c0 .14.1.32.18.4.1.14.28.18.4.18h81.5c.18 0 .17-.1.27-.18.14-.1.33-.28.33-.4v-11.16H25.38c-4.14 0-7.56-3.4-7.56-7.56V64.55A7.58 7.58 0 0 1 25.38 57h0zm16 10.65h13.2c2.88 0 5.03.68 6.46 2.05s2.15 3.32 2.15 5.85c0 2.6-.78 4.63-2.34 6.1s-3.95 2.2-7.15 2.2h-4.35v9.5H41.4v-25.7zm7.96 10.97h1.96c1.54 0 2.62-.27 3.25-.8a2.56 2.56 0 0 0 .93-2.04c0-.8-.27-1.5-.8-2.05s-1.55-.84-3.05-.84h-2.27v5.73h-.01zm14.87-10.97h8.8l5.2 8.65 5.17-8.65h8.77L82.2 82.58v10.76h-7.96V82.58L64.22 67.65zM97.8 57h9.93a7.59 7.59 0 0 1 7.56 7.56v31.42c0 4.15-3.4 7.56-7.56 7.56H97.8v13.55c0 1.6-.65 3.04-1.7 4.1a5.74 5.74 0 0 1-4.1 1.7H5.8a5.74 5.74 0 0 1-4.1-1.7 5.74 5.74 0 0 1-1.7-4.1V5.85c0-1.6.65-3.04 1.7-4.1a5.81 5.81 0 0 1 4.1-1.7h58.72c.13-.05.27-.05.4-.05.64 0 1.3.28 1.75.7h.1c.1.05.14.1.23.18l30 30.36c.5.5.88 1.2.88 1.98 0 .23-.05.4-.1.65V57zM67.52 27.97V8.94l21.43 21.7H70.2c-.74 0-1.38-.32-1.9-.78-.46-.46-.78-1.15-.78-1.9h0z' fill-rule='evenodd' fill='%23555' /%3E%3C/svg%3E");
}


#app-head {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

#head-left {
    display: flex;
    align-items: center;
    align-content: center;
    width: 33.3333%;
}


#head-center {
    display: flex;
    align-items: center;
    align-content: center;
    width: 33.3333%;
    justify-content: center;
}


#head-right {
    display: flex;
    align-items: center;
    align-content: center;
    padding-right: 5px;
    width: 33.3333%;
    justify-content: flex-end;
}


#plot-type {
    padding: 20px;
    padding-left: 13px;
    padding-right: 27px;
    position: relative;
    line-height: 0;
}


#plot-type:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg class='svg' width='8' height='7' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.646 5.354l-3-3 .708-.708L4 4.293l2.646-2.647.708.708-3 3L4 5.707l-.354-.353z' fill-rule='evenodd' fill-opacity='1' fill='%23fff' stroke='none'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    opacity: .57;

}


#plot-type:hover {
    background: var(--pcolor);
}



.head-icon {
    position: relative;
    padding: 20px 20px;
    opacity: .83;
}

.head-icon:hover {
    background: var(--pcolor);
    opacity: 1;
}

.head-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


#open-file:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-file-plus'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='12' y1='18' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='9' y1='15' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
}


#reset-plot:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-refresh-cw'%3E%3Cpolyline points='23 4 23 10 17 10'%3E%3C/polyline%3E%3Cpolyline points='1 20 1 14 7 14'%3E%3C/polyline%3E%3Cpath d='M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15'%3E%3C/path%3E%3C/svg%3E");
}


#delete-points:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-trash-2'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E");
}


#min-max:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-maximize'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3'%3E%3C/path%3E%3C/svg%3E");
}


#min-max.min-active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minimize'%3E%3Cpath d='M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3'%3E%3C/path%3E%3C/svg%3E");
}


#lock-unlock:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}

#lock-unlock.lock:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye-off'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'%3E%3C/path%3E%3Cline x1='1' y1='1' x2='23' y2='23'%3E%3C/line%3E%3C/svg%3E");
}




#image-edit:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-image'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
}


#open-dataset:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-layers'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'%3E%3C/polygon%3E%3Cpolyline points='2 17 12 22 22 17'%3E%3C/polyline%3E%3Cpolyline points='2 12 12 17 22 12'%3E%3C/polyline%3E%3C/svg%3E");
}


#color-picker:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
}


#app-wrap .pen-mask:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-edit'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");
}


#trace:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-crosshair'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='22' y1='12' x2='18' y2='12'%3E%3C/line%3E%3Cline x1='6' y1='12' x2='2' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='6' x2='12' y2='2'%3E%3C/line%3E%3Cline x1='12' y1='22' x2='12' y2='18'%3E%3C/line%3E%3C/svg%3E");
}


#cite-site:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' %3E%3Cpath d='M14.193 9.412A14.21 14.21 0 0 0 .001 23.604c0 7.55 5.925 13.742 13.37 14.17.13 1.392.032 5.18-3.598 10.45a1 1 0 0 0 .116 1.274l3.046 3.075c.84.855 1.225 1.246 1.786 1.756.2.173.43.26.672.26a1 1 0 0 0 .656-.245c6.325-5.504 13.35-16.877 12.335-30.812-.596-8.182-6.563-14.12-14.2-14.12zm1.2 42.8l-3.518-3.557c4.405-6.788 3.573-11.623 3.2-12.316-.173-.33-.527-.55-.9-.55A12.21 12.21 0 0 1 2.001 23.604a12.21 12.21 0 0 1 12.192-12.192c6.55 0 11.678 5.158 12.196 12.265 1.143 15.674-8.173 25.85-10.987 28.546zM63.9 23.532v-.001c-.598-8.18-6.566-14.12-14.2-14.12-7.826 0-14.193 6.366-14.193 14.192 0 7.55 5.926 13.742 13.37 14.17.13 1.4.03 5.177-3.6 10.45a1 1 0 0 0 .116 1.274l3.038 3.066c.845.86 1.23 1.254 1.795 1.766a1 1 0 0 0 .672.259c.234 0 .468-.082.656-.246 6.336-5.504 13.352-16.876 12.336-30.8zm-12.982 28.7l-3.52-3.558c4.405-6.8 3.574-11.623 3.2-12.316a1.04 1.04 0 0 0-.899-.551 12.21 12.21 0 0 1-12.193-12.193 12.21 12.21 0 0 1 12.193-12.192c6.548 0 11.678 5.158 12.197 12.266v-.001c1.142 15.672-8.174 25.85-10.988 28.546z' fill='%23fff' stroke='%23fff' stroke-width='3' /%3E%3C/svg%3E");
}


#share-site:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-share-2'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E");
}


#feedback:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-send'%3E%3Cline x1='22' y1='2' x2='11' y2='13'%3E%3C/line%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'%3E%3C/polygon%3E%3C/svg%3E");
}


#help:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-help-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E");
}

#enter-key:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-key'%3E%3Cpath d='M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4'%3E%3C/path%3E%3C/svg%3E");
}


#plot-options {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color);
    border-radius: 0 0 3px 3px;
    max-width: 500px;
    width: 95%;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
    padding: 9px;
    z-index: 100;
    display: none;
}


#plot-options ul {
    display: flex;
    flex-wrap: wrap;
}

#plot-options li {
    padding: 16px;
    padding-left: 47px;
    flex-basis: 50%;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

#plot-options li:hover {
    background: var(--pcolor);
}

#plot-options li:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M19.288 17.984c-.75 0-1.313-.625-1.313-1.375 0-.688.563-1.313 1.313-1.313s1.313.625 1.313 1.313c0 .75-.563 1.375-1.313 1.375zm-2 4.625a1.28 1.28 0 0 1-1.313-1.313 1.28 1.28 0 0 1 1.313-1.313 1.28 1.28 0 0 1 1.313 1.313 1.28 1.28 0 0 1-1.313 1.313zM10.51 10.723A1.28 1.28 0 0 1 9.198 9.41a1.28 1.28 0 0 1 1.313-1.313 1.28 1.28 0 0 1 1.313 1.313 1.28 1.28 0 0 1-1.313 1.313zm12.777 5.886a1.28 1.28 0 0 1-1.313-1.313 1.28 1.28 0 0 1 1.313-1.313 1.28 1.28 0 0 1 1.313 1.313 1.28 1.28 0 0 1-1.313 1.313zm-8-2a1.28 1.28 0 0 1-1.313-1.313 1.28 1.28 0 0 1 1.313-1.313 1.28 1.28 0 0 1 1.313 1.313 1.28 1.28 0 0 1-1.313 1.313zm-5.313 2c-.75 0-1.375-.563-1.375-1.313s.625-1.313 1.375-1.313c.688 0 1.313.563 1.313 1.313s-.625 1.313-1.313 1.313zm1.313 6.687a1.32 1.32 0 0 1-1.313-1.313c0-.75.563-1.375 1.313-1.375s1.313.625 1.313 1.375a1.32 1.32 0 0 1-1.313 1.313z' fill='%23fff'/%3E%3Cpath d='M5.524 4.474v22.002h22.002' fill='none' stroke='%23fff' stroke-width='2.1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


#plot-options #bar-horizontal:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M0 21.313h10.688v5.375H0zm0-7.938h21.375v5.313H0zm0-8.062h32v5.375H0z' fill='%23fff'/%3E%3C/svg%3E");
}


#plot-options #bar-vertical:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M21.313 32V21.312h5.375V32zm-7.938 0V10.625h5.313V32zm-8.062 0V0h5.375v32z' fill='%23fff'/%3E%3C/svg%3E");
}


#plot-options #pie-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M14.438 2.5C6.438 2.563 0 9.063 0 17c0 8.063 6.5 14.563 14.5 14.563a14.45 14.45 0 0 0 9.125-3.188l-9.188-10.813zm16.875 13.063V15A14.54 14.54 0 0 0 16.75.437h-.063v15.125zM32 17.75H17.437l9.125 10.813C29.75 26 31.875 22.125 32 17.75z'/%3E%3C/svg%3E");
}



#plot-options #polar-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 8.467 8.467' fill='none' stroke='%23fff' %3E%3Cg stroke-width='.509' stroke-linejoin='round'%3E%3Ccircle cx='4.233' cy='4.233' r='2.559' paint-order='stroke fill markers' stop-color='%23fff'/%3E%3Ccircle cx='4.233' cy='4.233' r='1.13' paint-order='stroke fill markers' stop-color='%23fff'/%3E%3C/g%3E%3Cg stroke-width='.265'%3E%3Cpath d='M.9 4.233h6.666'/%3E%3Cpath d='M4.233.9v6.666'/%3E%3C/g%3E%3C/svg%3E");
}


#plot-options #ternary-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M30.375 28.688H1.625L16 1.188zM3.75 27.313h24.375L16 4.125zM16.688 16c0 .75-.625 1.313-1.375 1.313C14.625 17.313 14 16.75 14 16s.625-1.313 1.313-1.313c.75 0 1.375.563 1.375 1.313zm4.625 2A1.28 1.28 0 0 1 20 19.313 1.28 1.28 0 0 1 18.687 18 1.28 1.28 0 0 1 20 16.687 1.28 1.28 0 0 1 21.313 18zM9.427 24.777a1.28 1.28 0 0 1-1.313 1.313 1.28 1.28 0 0 1-1.313-1.313 1.28 1.28 0 0 1 1.313-1.313 1.28 1.28 0 0 1 1.313 1.313zM15.313 12A1.28 1.28 0 0 1 14 13.313 1.28 1.28 0 0 1 12.687 12 1.28 1.28 0 0 1 14 10.687 1.28 1.28 0 0 1 15.313 12zm-2 8A1.28 1.28 0 0 1 12 21.313 1.28 1.28 0 0 1 10.687 20 1.28 1.28 0 0 1 12 18.687 1.28 1.28 0 0 1 13.313 20zm2 5.313c0 .75-.563 1.375-1.313 1.375s-1.313-.625-1.313-1.375c0-.688.563-1.313 1.313-1.313s1.313.625 1.313 1.313zM22 24a1.32 1.32 0 0 1-1.313 1.313c-.75 0-1.375-.563-1.375-1.313s.625-1.313 1.375-1.313A1.32 1.32 0 0 1 22 24z' fill='%23fff'/%3E%3C/svg%3E");
}


#plot-options #map-scale:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M3.43 2.072c-.14.04-.28.14-.42.14-.17 0-.338.17-.762.17h-.176v.777c.122.01.253.04.43.156.17 0 .338.17.338.338.17 0 .17.168 0 .168-.338-.17-.59-.17-.76-.338l-.008-.008v.686h.6s0 .422-.424.422c-.044 0-.115.01-.176.012v1.26c.008-.002.176-.001.176-.256 0-.17.423-.17.254.254 0 .17.001.338.17.338 0-.17.168-.338.168-.338l.34.338s.168-.17.168 0 .001.001-.168.17-.51.17-.678.338h-.254c-.09 0-.13.047-.176.092v.482c.306-.042.65-.188.938-.404.17 0 .17.254.508 0l.17-.17c.254-.17.426-.17.426-.338.17.17.17.17.338.17h.168c.17 0 .17-.17.34-.17v-.17h-.34c.17 0 .17-.17.34-.338V5.6c0-.17.254-.168.254-.168.17 0 .17-.002 0 .422-.254.338.17-.254.338-.254h.508c0-.17-.001-.168.168-.168 0-.17.001-.17.17-.34a.91.91 0 0 0 .592.17c.17 0 .34.001.508.17.17 0 .93.168 1.1.168.338 0 .508.253.508.592s.258.34.258.34c.17 0 .34.17.508.338 0 .254-.001.593.168.762s.337.17.592.338V7.8c0-.17.001-.168-.254-.168v-.17c0-.17.254-.17.254 0 0-.17.17.001.34.17s.168.338.168.338.001.596.17.596.34.17.508.338c0 0 .254.17.254.338s.168.337.168.592v1.016c0 .424.17.76.34 1.1 0 .338-.001.762.168.932s.338.168.762.168c.17 0 .34.17.508.508 0 .593.17.765.338 1.104.17 0 .424.17.17.338-.17.254-.17.424 0 .424.254 0 .257-.17.426.168.17.17.17.34.338.508 0 .17.17.17.17.17.17 0 .168.422.592.422v-.252c-.254-.17-.255-.17-.424-.34 0-.17-.168-.338-.168-.338 0-.17-.17-.338-.17-.338h-.168c-.17-.17-.17-.425-.34-.594l-.256-.168s-.17-.17 0-.338c.254-.17.257.17.426.338a4.41 4.41 0 0 0 .676.93c.17.338.423.51.762.848.17.254.34.253.34.422s.168.338.168.338c0 .17.001.34.17.508.398.004.758.235.93.594 0 .17.17.506.34.506h.592s.17.17.338 0c0-.17.17-.168.338-.168s.34.17.34.338c.254.17.425.426.594.426s.34.17.34.17c.17 0 .17-.001.338.168.254.17.423.34.254.508 0 .17.17.424.338.424.17.17.338.17.338.338.17 0 .34.17.34.17s.167.168.422.168l.17-.168v-.17h.338c.17.17.17.34.17.508.17.17.168.593.168.762s.001.34-.168.508-.34.17-.34.338c-.17.254-.338.423-.338.592v.678c-.254.17-.254.425-.254.764s.592.34.592.508.34.93.34 1.1c.17.338.168.506.168.93.17.338.423.508.762.508.17 0 .338.17.338.34.17.254.34.253.34.422s.17.34 0 .508l-.02.46h4.76V21.18c-.055-.012-.112-.023-.18-.023-.17 0-.423.338-.592 0v-.168l-.34-.34h-.338s-.424.001-.17-.254v-.676c0 .17-.257.17-.426.338l-.338-.338h-.338s-.17-.001-.17.168v.17s.001-.17-.168-.17c-.254-.17-.425-.17-.594 0 0 0-.168.001-.168-.168s-.17-.17-.17-.338h-.168c-.17 0-.17.17-.17.338s-.254.34-.254.508v-.34h-.17c-.17.17-.338.17-.338.34s-.17.422-.338.422h-.17c0-.254-.17-.254-.17-.254h-.594l-.338.254c-.17.17-.34 0-.594 0 0-.254-.168-.253-.168-.422v-1.1c0-.17-.001-.17-.17-.34 0-.17-.17-.168-.338-.168s-.338.168-.338.168h-.424c-.17 0 0 .001 0-.168v-.508c0-.17-.001-.17.254-.426.17-.17.17-.34.17-.508 0 0-.001-.17-.17-.17h-.762c-.182.012-.325.158-.338.34v.168c0 .17-.001.426-.17.426-.254-.254-.422-.254-.422 0 0 .17-.001-.002-.34-.256h-.168c-.17-.17-.34-.34-.34-.508V15.57s.001-.17.17-.17l.17-.422c.17 0 .17-.17.338-.34h.592c.17 0 .34.001.508.17h.338v-.17s.17-.168.424-.168c.17 0 .51-.17.678-.17 0 0 .17.338.338.338.17-.17.168-.338.168 0s.255.593.424.932c0 .17.17.338.338.338.17-.17.17-.17.17-.338v-.338c0-.254-.17-.425-.17-.594 0 0 .001-.168-.168-.168v-.17c0-.17.168-.338.168-.338.17-.254.17-.255.34-.424s.17-.338.424-.338c.17-.17.51-.17.34-.338s-.17-.342-.17-.766c0-.17.17-.17.17 0s.337-.17.168-.338v-.168h.17v-.17c0-.17.17-.17.338-.17h.762v-.254c0-.17-.168-.17-.168-.338v-.17c0-.17.17-.338.338-.338h.338l.17-.168h.254s-.001.506.168.506.34-.168.34-.168l.506-.17c.17 0 .426.001.596-.168v-.17h.508c.17 0 .17.001.338.17h.604V9.42l-.012-.03v-.846h-.168V8.29c-.17 0-.17.254-.17 0 .17-.17.17-.17.17-.338s.168-.17.168-.338v-.17c-.182-.012-.325-.156-.338-.338 0-.254-.253-.257-.422-.426h-.678c0-.17-.001-.17-.17-.338 0 0-.002-.17-.256-.17l-.17-.17-.338-.592v-.17s-.17.001-.338.34l-.17.254h-.168c-.254 0-.425-.255-.594-.424v-.17l.17-.168c-.17-.17-.34-.17-.508-.17-.17-.17-.338-.17-.762-.338h-.846c-.17.17-.17.338-.17.338v.338h-.256v.17c.254.17.426.423.426.592s-.001.17-.17.34c-.254.338-.425.338-.594.338h-.17c.17.17.17.17.17.426v.676h-.338c-.17 0-.17-.168-.17-.168v-.34l-.17.17V6.85c0-.17-.253-.338-.422-.338 0-.17-.17-.168-.338-.168h-.678c-.254 0-.423-.17-.592-.34h-.678c0-.17.001-.167-.254-.422-.17 0 .001-.17-.168-.34v-.338l.422-.17.338-.168c0-.17.17-.424.34-.424.338 0 .592.254.592.254v-.592c0 .17.34.17.17.338-.17.254 0 .254 0 .254.17 0 .338-.254.338-.254s.338-.17.338 0c0 .254.001.424.17.424s.422-.17.168-.424c-.17-.17-.338-.17-.338-.338l.338-.17h-.506s-.001-.168.168-.168h.762c.17 0 .17-.001.338-.17l.17-.17c0-.254-.17-.252-.17-.252l.17-.17h.594v-.17c.17 0 .001.34.17.17h.338c0 .17.001.422-.168.422h-.17s-.17.17 0 .17h.338c0-.17.17-.167.17-.422h.17s.337.252.168.252l-.168.17c-.17 0-.17.17-.17.17v.168h-.678v.508s.17.001.34-.168h.676c.17 0 .424.168.424.168.17 0 .17.254.338.254h.17c.17 0 .168.17.168.17h.34v-.17h.254c.17.17.17.17.338.17v-.17c0-.254-.001-.253-.17-.422s-.423-.17-.592-.34v-.168c.17 0 .423-.001.592.168s.34.17.34.17l.168-.17h.17l.594-.338h-.256c-.17 0-.338-.001-.338-.17-.17-.254-.34-.253-.508-.422 0 0-.338.17-.338 0v-.338c0-.147-.03-.18-.195-.295h-5.848c.016.04.035.07.035.14.17.17.337.17.592.17h.508c0 .17.001.17-.168.338h-.17v-.17c-.17-.17-.17-.17-.424 0-.17.17-.17.17-.338 0 0 0-.001-.168-.17-.168 0-.17-.168-.17-.168-.17l-.28-.14h-.58c.046.104.098.207.098.31v.508l-.17.256c-.17.17-.168-.001-.168-.256v-.34h-.508s-.17.17 0 .17.168.17.168.426h-1.86V2.89h.254c.338 0 .51-.001.678-.17.17-.508-.17-.508-.338-.508-.153 0-.18-.016-.307-.14h-3.88l.21.31c.17 0 .17.168.338.168 0 0-.001.34-.17.17s-.507-.17-.676-.17c-.254-.17-.423-.168-.592-.168h-.932c-.17 0-.17.168-.338.168v-.338h-.17s-.168.001-.168.17c-.17-.17-.34-.17-.508-.17h-1.27s.001.17-.254.17c0 .17-.17.338-.34 0h-.846c-.238 0-.54-.153-.717-.31h-.232c-.3.04-.63.14-.912.14-.125 0-.25-.092-.445-.14H3.43zm21.916 17.814v-.168c0-.17.254-.338 0-.338h-.17l.17.506zM12.34 2.072c.084.036.16.077.225.14.157 0 .457-.006.703-.14h-.928zm-.53 6.232l.254.254c.17 0 .34.001.508.17v.338c-.17 0-.17-.17-.17-.338s-.17-.17-.338-.17h-.254v-.254zm9.984 0c.17.254.337.424.506.424 0 0 .001.338-.168.338h-.508s-.17-.001-.17-.17c-.254 0-.422.001-.422.17h-.34v-.17l.34-.168c.17-.17.423-.424.762-.424zm5.244.24c.17 0 .34.001.34.17v.168h-.34s-.167.17-.422.17c-.17 0-.17.001-.34.17-.17-.17-.168-.34-.168-.34 0-.17-.001-.168.168-.168s.593-.17.762-.17zm1.61 0c.17 0 .17.17 0 .338-.14.14-.18.304-.28.54-.02-.01-.026-.033-.06-.033 0 0-.256.001-.256.17h-.17c0-.17.001-.338-.168-.338l-.17.168-.168-.168c.045 0 .077-.014.098-.035.127-.044.374-.135.24-.135-.17 0 0-.001 0-.17l.168-.168h.596l.17-.17zm-6.518.69c.17 0 .508.17.508.17h.592c.17.17.338.423.338.592-.17 0-.338-.167-.338-.422 0-.17-.17.423 0 .592 0 .17-.001.17-.17.338h-.168s-.254-.17-.254-.338v-.17c0-.17-.001-.422-.17-.422h-.17c-.17 0-.17.253-.338.422v.846c-.17 0-.338-.167-.338-.506v-.762c.17-.17.34-.17.508-.34zm2.37.762c.17.17-.17.17-.17.34-.17 0-.167.168-.422.168l-.34.17H23.4l.338-.508c.424-.17.593-.17.762-.17zm-1.1.846c-.17.17-.34.17-.34.17l.34-.17z' fill='%23fff'/%3E%3C/svg%3E");
}


#plot-options #linear-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32' %3E%3Cpath d='M6.706 4.344L.02 17.72v1.926l-.037.074v7.938l8-14.625 16 14.625 8-13.312v-1.94l.037-.06v-8L22.644 19.03z' fill='%23fff'/%3E%3C/svg%3E");
}

#plot-options #angle-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120.945' height='120.945' viewBox='0 0 32 32' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill='%23fff' d='M22.285 1.439a1.37 1.37 0 0 0-.919.403L.677 22.531a1.37 1.37 0 0 0 .966 2.339h29.263a1.37 1.37 0 0 0 1.369-1.369 1.37 1.37 0 0 0-1.369-1.369H4.952L23.305 3.778a1.37 1.37 0 0 0-1.02-2.339z'/%3E%3Cpath fill='%23fff' d='M8.464 7.722a1.37 1.37 0 0 0-.57 2.606C14.78 13.596 17.982 21.58 15.263 28.7a1.37 1.37 0 0 0 .793 1.769 1.37 1.37 0 0 0 1.766-.79 17.34 17.34 0 0 0-8.75-21.825 1.37 1.37 0 0 0-.607-.132z' opacity='.996'/%3E%3C/svg%3E");
}


#plot-options #area-plot:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120.945' height='120.945' viewBox='0 0 32 32' xmlns:v='https://vecta.io/nano'%3E%3Cpath opacity='.7' fill='%23fff' d='M27.741 27.741L9.696 30.599 1.401 14.32 14.32 1.401l16.279 8.294z'/%3E%3Cpath fill='%23fff' d='M14.283 0a1.402 1.402 0 0 0-.953.41L.41 13.33a1.402 1.402 0 0 0-.258 1.627l8.295 16.277a1.402 1.402 0 0 0 1.467.748l18.045-2.857a1.402 1.402 0 0 0 1.166-1.166l2.857-18.045a1.402 1.402 0 0 0-.748-1.467L14.957.152A1.402 1.402 0 0 0 14.283 0zm.309 3.111l14.463 7.371-2.539 16.033-16.033 2.539-7.371-14.463 11.48-11.48z'/%3E%3C/svg%3E");
}



#help-options {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--color);
    border-radius: 0 0 3px 3px;
    max-width: 200px;
    width: 95%;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
    padding: 5px 0;
    z-index: 100;
    display: none;
}


#help-options>div {
    padding: 7px 11px;
    border-radius: 1px;
    position: relative;
}

#help-options>div:hover {
    background: var(--pcolor);
}


#thankyou {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: fit-content;
    border-radius: 6px;
    max-width: 300px;
    width: 95%;
    box-shadow: 0 0 20px 2px #1111;
    padding: 12px 20px;
    background: var(--background);
    background-image: linear-gradient(135deg, #8BC6EC10, #9599E240);
    color: var(--color);
    line-height: 1.4;
    display: none;
}

#thankyou h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

#thankyou p {
    font-size: 14px;
    line-height: 1.4;
}

#close-thankyou {
    background: var(--pcolor);
    color: var(--background);
    border: 1px solid var(--pcolor);
    font-size: 100%;
    text-align: center;
    padding: 8px 19px;
    margin-top: 11px;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}

#close-thankyou:hover {
    opacity: .9;
}


#instruction-option {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    border-radius: 6px;
    max-width: 457px;
    width: 95%;
    box-shadow: 0 0 20px 1px #1111;
    z-index: 100;
    padding: 12px 20px;
    background: var(--background);
    color: var(--color);
    line-height: 1.4;
    display: none;
}

#instruction-heading {
    font-weight: 700;
    font-size: 150%;
}

#instruction-option p {
    font-weight: 700;
    margin-bottom: 9px;
}

#instruction-option li {
    margin-top: 9px;
}


#close-instruction {
    background: var(--pcolor);
    color: var(--background);
    border: 1px solid var(--pcolor);
    font-size: 100%;
    text-align: center;
    padding: 8px 19px;
    margin-top: 11px;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}


#close-instruction:hover {
    opacity: .9;
}


#key-option {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 6px;
    height: fit-content;
    max-width: 457px;
    width: 95%;
    box-shadow: 0 0 20px 1px #1111;
    z-index: 100;
    padding: 17px 19px;
    background: var(--background);
    color: var(--color);
    line-height: 1.4;
    display: none;
}


#key-option textarea,
#key-option input {
    display: block;
    width: 100%;
    height: 70px;
    resize: none;
    border: 1px solid var(--dull);
    border-radius: 3px;
    padding: 11px;
    font-size: 12px;
    margin-bottom: 13px;
    font-family: monospace;
}

#key-option input {
    height: unset;
}


#key-option textarea:focus,
#key-option input:focus {
    border-color: var(--pcolor);
}

#key-heading {
    font-weight: 700;
    font-size: 130%;
    margin-bottom: 10px;
}

#close-key,
#submit-key {
    background: var(--pcolor);
    color: var(--background);
    border: 1px solid transparent;
    font-size: 100%;
    text-align: center;
    padding: 8px 19px;
    margin-top: 11px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

#key-action {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

#close-key {
    background: var(--background);
    border: 1px solid var(--dull);
    color: var(--color);
}


#close-key:hover,
#submit-key:hover {
    opacity: .9;
}

#share-option-wrap {
    display: none;
}

#share-option {
    position: absolute;
    top: 40px;
    right: 0;
    max-width: 457px;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
    z-index: 100;
    background: var(--color);
    color: var(--background);
    width: 240px;
    align-items: stretch;
    display: flex;
}

#share-option>div {
    height: 100%;
    flex: 1 0 auto;
    position: relative;
    opacity: .83;
    cursor: pointer;
}


#share-option>div:hover {
    background: var(--pcolor);
    opacity: 1;
}

#share-option>div:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-facebook'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}




#share-option #twitter-share:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-twitter'%3E%3Cpath d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'%3E%3C/path%3E%3C/svg%3E");
}

#share-option #linkedin-share:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-linkedin'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z'%3E%3C/path%3E%3Crect x='2' y='9' width='4' height='12'%3E%3C/rect%3E%3Ccircle cx='4' cy='4' r='2'%3E%3C/circle%3E%3C/svg%3E");
}


#share-option #email-share:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
}

#share-option #copylink:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-link'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");
}

#clipboard,
#clickme {
    position: fixed;
    left: 999999999px;
}


#notify {
    position: absolute;
    padding: 9px 17px;
    background: var(--color);
    color: var(--background);
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100px);
}

.anime-notify {
    animation: 2.3s notify;
}

@keyframes notify {
    0% {
        transform: translateY(100px);
    }

    10% {
        transform: translateY(0);
    }

    90% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100px);
    }
}

#cite-option {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    border-radius: 6px;
    max-width: 457px;
    width: 95%;
    box-shadow: 0 0 20px 1px #1111;
    z-index: 100;
    padding: 17px 19px;
    background: var(--background);
    color: var(--color);
    line-height: 1.4;
    display: none;
}

#cite-option pre {
    user-select: text;
}

.cite-type {
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 5px;
}

#cite-option {
    line-height: 1.5;
}

#cite-option textarea {
    width: 100%;
    resize: none;
    height: 100%;
    min-height: 10px;
}

#cite-option textarea.bibtex-type {
    height: 95px;
}


#close-cite {
    background: var(--pcolor);
    color: var(--background);
    border: 1px solid var(--pcolor);
    font-size: 100%;
    text-align: center;
    padding: 8px 19px;
    margin-top: 11px;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}


#close-cite:hover {
    opacity: .9;
}

.input-field {
    position: relative;
    margin-bottom: 7px;
}

.input-field input {
    width: 100%;
    display: block;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--dull);
    padding: 3px;
    padding-left: 28px;
    font-size: 100%;
    border-radius: 3px;
    font-size: 12px;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background: var(--background);
    padding: 0 2px;
    font-size: 12px;
}


.input-field input:hover {
    border-color: var(--dull);
}

.input-field input:focus {
    border-color: var(--pcolor);
}

#tip {
    position: fixed;
    top: 0;
    left: 99999px;
    padding: 7px 11px;
    background: #000;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
    z-index: 90;
    color: var(--background);
    font-size: 11px;
    border-radius: 1px;
    transform: translate(0, 6px);
    display: none;
}

.tip {
    cursor: pointer;
}

#tip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}




#tip.left {
    transform: translate(-13px, 6px);
}

#tip.center {
    transform: translate(-50%, 6px);
}

#tip.right {
    transform: translate(calc(-100% + 15px), 6px);
}


#tip.top.left {
    transform: translate(-13px, calc(-100% - 6px));
}

#tip.top.center {
    transform: translate(-50%, calc(-100% - 6px));
}

#tip.top.right {
    transform: translate(calc(-100% + 15px), calc(-100% - 6px));
}


#tip.left:after {
    left: 13px;
}

#tip.right:after {
    left: unset;
    right: 9px;
}


#tip.top:after {
    top: 100%;
    border-color: #000 transparent transparent transparent;
}

#app-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}


#upload-icon {
    padding: 30px;
    display: inline-block;
    position: relative;
    width: 100%;
    transition: all .25s;
}


#upload-icon:after {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2318a0fb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


#app-form:hover #upload-icon {
    top: 1px;
}


#real-image-form {
    position: fixed;
    left: 999999999px;
}


#preview-image {
    position: fixed;
    left: 999999999px;
}

#current-value {
    margin-top: 3px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}


#dataset {
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

#dataset>div {
    display: none;
}

#dataset table {
    width: 100%;
}

#dataset tr {
    box-shadow: 0.5px 0.5px 2px -2px rgb(0 0 0 / 55%);
}

#dataset tr:hover {
    background: var(--dull);
    box-shadow: 0.5px 0.5px 2px -2px rgb(0 0 0 / 55%);
}

#dataset td {
    border: 3px solid transparent;
    padding: 1px;
    overflow: hidden;
    word-break: break-all;
}

.data-head {
    font-weight: 600;
}

#dataset table {
    overflow: auto;
}


#plot-input-option>div {
    display: none;
}

#for-linear-plot {
    display: none;
}

#go-pro {
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid var(--scolor);
    transition: all .15s;
    margin-right: 10px;
    background: var(--scolor);
    color: #000;
    font-weight: 500;
}

#go-pro:hover {
    opacity: .9;
}


body .pro-only {
    pointer-events: none !important;
    opacity: .43 !important;
}


#pro1 {
    top: -11px;
    font-size: 8px;
    color: var(--scolor);
    position: relative;
    text-transform: uppercase;
    padding: 3px 4px 2px;
    border: 1px solid var(--scolor);
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
}

#pro2 {
    position: absolute;
    bottom: 80px;
    right: 20px;
    font-size: 8px;
    color: var(--scolor);
    text-transform: uppercase;
    padding: 3px 4px 2px;
    border: 1px solid var(--scolor);
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
}

.pro3 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 8px;
    text-transform: uppercase;
    color: var(--scolor) !important;
    padding: 3px 4px 2px;
    border: 1px solid var(--scolor) !important;
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
}

#key-msg {
    margin-top: 12px;
    background: #1111;
    display: none;
    padding: 8px 17px;
    border-radius: 4px;
}

#key-msg a {
    color: var(--pcolordark);
    font-weight: 500;
}

#mobile-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 500;
    flex-direction: column;
    gap: 12px;
    line-height: 1.3;
    display: none;
    padding: 20px;
}

#mobile-screen img {
    width: 60px;
}


@media (max-width: 900px) {
    #mobile-screen {
        display: flex;
    }
}