@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

:root {
    --text-opaque: #4f4f4f99;
    --text-dim: #4f4f4f99;
    --text-color: #4f4f4f;
    --accent-color: #86C32A;
    --accent-light-color: #86C32A99;
    --accent-shadow-color: #86C32A99;
    --background-hover: hsla(0, 0%, 100%, 0.1);
    --home-color: #f1f1f1;
    --flatbox-color: #23262a;
    --workspace-color: #171719;
    --menu-color: #202225;
    --panel-color: #fafafa;
    --title-color: #24262b;
    --component-border: #424549;
    --component-dim: hsla(0, 0%, 100%, 0.06);
    --component-shade: rgba(0, 0, 0, 0.1);
    --component-color: #34363c;
    --component-highlight: #424549;
    --slider-color: #494b50;
    --normal-opacity: 0.6;
    --hover-opacity: 1;
    --accent-negative: #51555a;
    --splitter-size: 8px;
    --splitter-small-size: 4px;
    --splitter-background: url(images/bg-hash.svg) 0 0;
    --square-bg: url(../img/misc/square-bg.png);
    --scrollbar-color: #ffffff;
    --scrollbar-color-hover: #ffffff30
}

:root.iron {
    --text-opaque: #fff;
    --text-dim: hsla(0, 0%, 100%, 0.6);
    --text-color: hsla(0, 0%, 100%, 0.8);
    --home-color: #282828;
    --flatbox-color: #313131;
    --workspace-color: #282828;
    --menu-color: #3d3d3d;
    --panel-color: #4c4c4c;
    --title-color: #434343;
    --component-color: #555;
    --component-highlight: #595959;
    --component-border: hsla(0, 0%, 100%, 0.5);
    --component-dim: hsla(0, 0%, 100%, 0.1);
    --component-shade: rgba(0, 0, 0, 0.1);
    --slider-color: #868686;
    --normal-opacity: 0.7;
    --hover-opacity: 1;
    --accent-negative: #6b6b6b;
    --splitter-size: 5px;
    --splitter-small-size: 4px;
    --splitter-background: hsla(0, 0%, 100%, 0.04);
    --square-bg: url(../img/misc/square-bg-mid.png)
}

:root.steel {
    --text-opaque: #000;
    --text-dim: rgba(0, 0, 0, 0.6);
    --text-color: rgba(0, 0, 0, 0.8);
    --home-color: #96938b;
    --flatbox-color: #d5d3ce;
    --workspace-color: #676663;
    --menu-color: #c1bfb9;
    --panel-color: #d5d3ce;
    --title-color: #cbc9c5;
    --background-hover: rgba(0, 0, 0, 0.1);
    --component-border: rgba(0, 0, 0, 0.3);
    --component-dim: rgba(0, 0, 0, 0.1);
    --component-shade: hsla(0, 0%, 100%, 0.2);
    --component-color: #c6c4bf;
    --component-highlight: #b6b4b0;
    --slider-color: #676663;
    --normal-opacity: 0.6;
    --hover-opacity: 1;
    --accent-negative: #9a9a9a;
    --splitter-size: 3px;
    --splitter-small-size: 2px;
    --splitter-background: hsla(0, 0%, 100%, 0.3);
    --square-bg: url(../img/misc/square-bg-bright.png);
    --scrollbar-color: #00000030;
    --scrollbar-color-hover: #00000050
}

:root.light {
    --text-opaque: #000;
    --text-dim: rgba(0, 0, 0, 0.6);
    --text-color: rgba(0, 0, 0, 0.9);
    --home-color: #f1f5f9;
    --flatbox-color: #fff;
    --workspace-color: #939393;
    --menu-color: #cacccf;
    --panel-color: #fff;
    --title-color: #ebf0f5;
    --background-hover: rgba(0, 0, 0, 0.1);
    --component-border: rgba(0, 0, 0, 0.3);
    --component-dim: rgba(0, 0, 0, 0.066);
    --component-shade: hsla(0, 0%, 100%, 0.5);
    --component-color: #e4e6ea;
    --component-highlight: #d4d7dd;
    --slider-color: #939393;
    --normal-opacity: 0.6;
    --hover-opacity: 1;
    --accent-negative: #b9b8b8;
    --splitter-size: 3px;
    --splitter-small-size: 2px;
    --splitter-background: hsla(0, 0%, 100%, 0.8);
    --square-bg: url(../img/misc/square-bg-light.png);
    --scrollbar-color: #00000030;
    --scrollbar-color-hover: #00000050
}

:root.light .ic,
:root.steel .ic {
    filter: invert(1)
}

:root.ash {
    --accent-color: #383e42;
    --accent-light-color: #434a4f;
    --accent-shadow-color: #383e4299
}

:root.brown {
    --accent-color: #715649;
    --accent-light-color: #806153;
    --accent-shadow-color: #71564999
}

:root.coral {
    --accent-color: #f3764c;
    --accent-light-color: #ff7b4f;
    --accent-shadow-color: #f3764c99
}

:root.pink {
    --accent-color: #f17686;
    --accent-light-color: #ff7d8e;
    --accent-shadow-color: #f1768699
}

:root.rose {
    --accent-color: #fe5151;
    --accent-light-color: #ff6767;
    --accent-shadow-color: #fe515199
}

:root.red {
    --accent-color: #ba2b46;
    --accent-light-color: #c72e4a;
    --accent-shadow-color: #ba2b4699
}

:root.plum {
    --accent-color: #5a354f;
    --accent-light-color: #663c59;
    --accent-shadow-color: #5a354f99
}

:root.maroon {
    --accent-color: #a82068;
    --accent-light-color: #b52271;
    --accent-shadow-color: #a8206899
}

:root.purple {
    --accent-color: #7d4199;
    --accent-light-color: #8746a6;
    --accent-shadow-color: #7d419999
}

:root.lavender {
    --accent-color: #6d5dd2;
    --accent-light-color: #7363e0;
    --accent-shadow-color: #6d5dd299
}

:root.denim {
    --accent-color: #496171;
    --accent-light-color: #536e80;
    --accent-shadow-color: #49617199
}

:root.blue {
    --accent-color: #09c;
    --accent-light-color: #00a3da;
    --accent-shadow-color: #0099cc99
}

:root.teal {
    --accent-color: #00a5a5;
    --accent-light-color: #00b2b2;
    --accent-shadow-color: #00a5a599
}

:root.green {
    --accent-color: #48b07b;
    --accent-light-color: #4ebf85;
    --accent-shadow-color: #48b07b99
}

:root.lime {
    --accent-color: #95c20f;
    --accent-light-color: #9fcf11;
    --accent-shadow-color: #95c20f99
}

:root.mustard {
    --accent-color: #f5bb00;
    --accent-light-color: #ffc60b;
    --accent-shadow-color: #f5bb0099
}

:root.standalone .non-standalone {
    display: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    touch-action: manipulation;
    vertical-align: top
}

:after,
:before {
    box-sizing: inherit
}

:focus {
    outline: none
}

body,
html {
    background-color: #000;
    color: var(--text-color);
    font-family: var(--font);
    font-size: 13px;
    height: 100%;
    /* line-height: 18px; */
    margin: 0;
    overflow: hidden;
    overscroll-behavior-x: none;
    padding: 0;
    width: 100%
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    line-height: normal;
    margin: 0
}

h3 {
    opacity: .7
}

h3,
h4 {
    text-transform: none
}

h4 {
    opacity: .5
}

.wrapper {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 96%
}

header {
    align-items: center;
    background-color: unset;
    color: var(--text-opaque);
    display: flex;
    gap: 20px;
    height: 70px;
    padding: 0 20px;
    white-space: nowrap
}

header .after:after {
    background-color: var(--accent-color);
    content: " ";
    display: block;
    height: 2px;
    margin-top: 6px;
    width: 30px
}

header a {
    color: #3f3f3f
}

#logo {
    display: block
}

#app-logo,
#logo {
    margin-right: auto
}

#app-logo {
    align-items: center;
    color: var(--text-opaque);
    display: flex;
    font-size: 24px;
    gap: 12px;
    margin-left: 20px;
    position: relative;
    transition: all .1s linear
}

#app-logo img {
    border-radius: 5px;
    height: 38px;
}

#app-logo:before {
    border: solid var(--text-dim);
    border-width: 0 0 2px 2px;
    content: "";
    display: block;
    height: 12px;
    left: -20px;
    position: absolute;
    transform: rotate(45deg);
    transition: all .1s linear;
    width: 12px
}

#app-logo:hover {
    margin-left: 15px
}

#app-logo:hover:before {
    border: solid var(--text-opaque);
    border-width: 0 0 2px 2px;
    left: -22px
}

#logo-plate {
    display: block;
    height: 38px;
    min-width: 38px;
    overflow: hidden;
    width: 38px
}

.sub-menu {
    color: #000;
    position: relative
}

.sub-menu:hover .drop {
    display: flex
}

.sub-menu .drop {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    display: none;
    left: auto;
    position: absolute;
    right: -16px;
    top: 42px;
    z-index: 99
}

.drop:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 28px;
    top: -16px;
    vertical-align: middle;
    width: 0
}

.drop.down:before {
    border-color: #fff transparent transparent;
    bottom: -16px;
    left: 28px;
    right: unset;
    top: unset
}

.drop>div::-webkit-scrollbar-track {
    background-color: #fff;
    padding: 2px
}

.drop>::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 10px
}

.drop>::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.sub-menu .drop.list a {
    display: block;
    font-size: 15px;
    line-height: 32px;
    padding: 0 10px
}

.sub-menu .drop a:hover {
    background-color: rgba(0, 0, 0, .1)
}

.ppum,
.user {
    border-radius: 21px;
    color: var(--text-opaque);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 42px;
    padding-right: 15px;
    transition: all .15s linear
}

.user {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ppum img,
.user img {
    display: inline-block;
    height: 22px;
    margin: 9px 10px 9px 15px;
    width: 22px
}

.user:hover {
    background-color: var(--component-highlight)
}

.ppum:hover {
    background-color: #624a0d
}

#app-selector #app-button {
    background-color: var(--component-dim);
    border-radius: 50%;
    cursor: pointer;
    height: 42px;
    padding: 11px;
    transition: all .15s linear;
    width: 42px
}

#app-selector #app-button:hover {
    background-color: var(--component-highlight)
}

#language {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 99
}

#language-button {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

#language img {
    height: 24px;
    margin-right: 4px;
    opacity: var(--normal-opacity);
    width: 24px
}

#language-menu {
    bottom: 23px;
    color: #000;
    flex-direction: column;
    left: 10px;
    min-width: 220px;
    padding: 10px 0;
    right: unset;
    top: unset
}

#language-list {
    height: 350px;
    overflow-y: scroll
}

#language-menu a {
    color: #000
}

#app-menu {
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 4px;
    padding: 16px;
    width: 500px
}

.drop label {
    width: 100%
}

.shortcut,
.shortcut-link {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 4px;
    color: rgba(0, 0, 0, .8);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    transition: all .15s linear;
    width: calc(50% - 2px)
}

.shortcut img {
    border-radius: 4px;
    height: 32px;
    margin: 8px;
    width: 32px
}

.shortcut-link {
    font-weight: 400;
    line-height: 42px
}

.shortcut-link img {
    height: 28px;
    margin: 8px;
    opacity: .6;
    width: 28px
}

.drop .after:after {
    height: 2px;
    margin: 6px 0 0;
    width: 30px
}

#workspace-progress {
    display: none;
    height: 2px;
    position: absolute;
    z-index: 80
}

#workspace-progress>div {
    background-color: var(--accent-color);
    height: 100%;
    width: 0
}

.drop label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px
}

.policies {
    align-items: center;
    background-color: #0e84bc;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    left: 0;
    min-height: 56px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 200
}

.policies .text a {
    color: #fff;
    text-decoration: underline
}

.policies .accept {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin: 5px 32px;
    padding: 5px 20px
}

@media only screen and (max-width:425px) {
    .policies {
        flex-direction: column
    }

    .policies .accept {
        margin-right: 10px
    }
}

menu,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    list-style-image: none
}

.grab {
    cursor: grab !important
}

.crosshair {
    cursor: crosshair !important
}

.heavy {
    font-weight: 700
}

.center {
    text-align: center
}

#config_data,
#config_i18n {
    display: none
}

a {
    color: var(--text-color);
    text-decoration: none
}

.show {
    display: block !important
}

#mobile-variant {
    align-content: center;
    background-color: rgba(0, 0, 0, .85);
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999991199
}

#mobile-variant p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    padding: 60px 0;
    text-align: left
}

#welcome-text h1 {
    color: var(--text-color);
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin: 10px auto 0;
    /* transform: rotate(-1.5deg) */
}

#welcome-text h2 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    /* transform: rotate(-1deg) */
}

#welcome-text p {
    display: block;
    font-size: 15px;
    line-height: normal;
    margin: 30px auto;
    max-width: 600px;
    text-align: left
}

.search {
    border-radius: 6px !important;
    color: var(--text-dim) !important;
    font-size: 14px !important;
    height: 36px !important;
    line-height: 32px !important;
    max-width: 600px;
    padding-left: 36px !important;
    width: 100% !important
}

.search:focus {
    color: var(--text-color) !important
}

.search:focus~.search-icon {
    opacity: .7
}

.search:hover:not(:focus)~.search-icon {
    opacity: .5
}

.search-icon {
    display: block;
    height: 20px;
    left: 4px;
    opacity: .3;
    position: absolute;
    top: 8px;
    transition: all .15s linear;
    width: 20px;
    z-index: 1
}

.offscreen {
    left: -500px;
    position: absolute;
    top: -100px
}

.disabled {
    cursor: default !important
}

.pad-0 {
    margin-top: 0 !important
}

.pad-4 {
    margin-top: 4px !important
}

.pad-5 {
    margin-top: 5px !important
}

.pad-8 {
    margin-top: 8px !important
}

.pad-10,
.top-10 {
    margin-top: 10px !important
}

.pad-12 {
    margin-top: 12px !important
}

.pad-15 {
    margin-top: 15px !important
}

.pad-16 {
    margin-top: 16px !important
}

.pad-20,
.top-20 {
    margin-top: 20px !important
}

.pad-24 {
    margin-top: 24px !important
}

.pad-25 {
    margin-top: 25px !important
}

.pad-30,
.top-30 {
    margin-top: 30px !important
}

.pad-40,
.top-40 {
    margin-top: 40px !important
}

.pad-50,
.top-50 {
    margin-top: 50px !important
}

.tab-0 {
    margin-left: 0 !important
}

.tab-2 {
    margin-left: 2px !important
}

.tab-5 {
    margin-left: 6px !important
}

.tab-10 {
    margin-left: 10px !important
}

.tab-15 {
    margin-left: 15px !important
}

.tab-20 {
    margin-left: 20px !important
}

.tab-25 {
    margin-left: 25px !important
}

.tab-30 {
    margin-left: 30px !important
}

.tab-40 {
    margin-left: 40px !important
}

#cursor-image {
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 9999999
}

#overspace,
#workspace {
    background-color: var(--workspace-color);
    bottom: 0;
    color: var(--text-color);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    z-index: 0
}

#overspace {
    z-index: 99
}

#home.blur,
#workspace.blur {
    filter: blur(6px)
}

#right-space {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 2px
}

.canvas {
    background-image: url(../img/misc/square-bg.png);
    background-size: 40px 40px;
    position: absolute;
    z-index: 1
}

.iron .canvas {
    background-image: url(../img/misc/square-bg-mid.png)
}

.steel .canvas {
    background-image: url(../img/misc/square-bg-bright.png)
}

.light .canvas {
    background-image: url(../img/misc/square-bg-light.png)
}

.raster {
    z-index: 3
}

.raster,
.scratch {
    left: 0;
    position: absolute;
    top: 0
}

.scratch {
    z-index: 2
}

#notification {
    color: #fff;
    display: none;
    position: absolute;
    z-index: 9999
}

#notification .legend,
#notification .message {
    animation: noti_msg .6s linear;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    opacity: 0;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize
}

#notification .legend {
    animation: none;
    opacity: 1
}

@keyframes noti_msg {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(15px)
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(70, 69, 69, 0.295) url("../images/loader.gif") no-repeat center center;
    z-index: 99999;
}


#notification .spinner {
    animation: spinner_appear .3s linear forwards;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 15px;
    font-size: 15px;
    height: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    opacity: 0;
    padding: 0 25px;
    text-align: center
}

.loading-pulse>span {
    animation: impatient_dot 1.2s infinite both
}

.loading-pulse>span:nth-child(2) {
    animation-delay: .2s
}

.loading-pulse>span:nth-child(3) {
    animation-delay: .4s
}

.spinner {
    animation: spinner_appear .3s linear forwards;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 15px;
    font-size: 15px;
    height: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    opacity: 0;
    padding: 0 25px;
    text-align: center
}

.spinner>span {
    animation: impatient_dot 1.2s infinite both
}

.spinner>span:nth-child(2) {
    animation-delay: .2s
}

.spinner>span:nth-child(3) {
    animation-delay: .4s
}

#notification .spinner>span {
    animation: impatient_dot 1.2s infinite both
}

#notification .spinner>span:nth-child(2) {
    animation-delay: .2s
}

#notification .spinner>span:nth-child(3) {
    animation-delay: .4s
}

@keyframes impatient_dot {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spinner_appear {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.loading,
.loading:after,
.loading:before {
    animation-fill-mode: both;
    animation: load 1.8s ease-in-out infinite;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.loading.small {
    margin: 20px auto
}

.loading.small,
.loading.small:after,
.loading.small:before {
    height: 5px;
    width: 5px
}

.loading {
    animation-delay: -.16s;
    color: var(--text-dim);
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0)
}

.loading:after,
.loading:before {
    content: "";
    position: absolute;
    top: 0
}

.loading:before {
    animation-delay: -.32s;
    left: -40px
}

.loading:after {
    left: 40px
}

.loading.small:before {
    left: -12px
}

.loading.small:after {
    left: 12px
}

@-webkit-keyframes load {

    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load {

    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

#source-marker {
    height: 32px;
    pointer-events: none;
    position: absolute;
    user-select: none;
    width: 32px;
    z-index: 9999
}

img.close,
img.pin {
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    opacity: var(--normal-opacity);
    padding: 7px;
    right: 6px;
    top: 6px;
    width: 28px;
    z-index: 2120
}

.resize,
img.close,
img.pin {
    position: absolute;
    transition: all .15s linear;
    user-select: none
}

.resize {
    bottom: 0;
    cursor: n-resize;
    height: 12px;
    opacity: .5;
    right: calc(50% - 6px);
    width: 12px
}

html:not(.touch) .resize:hover {
    opacity: 1
}

.tiny-icon {
    height: 12px;
    margin: 8px 4px;
    opacity: var(--normal-opacity);
    width: 12px
}

html:not(.touch) img.close:hover {
    transform: rotate(90deg)
}

html:not(.touch) img.pin:hover {
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-name: beat
}

@keyframes beat {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    40% {
        transform: scale(1)
    }

    60% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

html:not(.touch) img.close:hover,
html:not(.touch) img.pin:hover,
img.close:active,
img.pin:active {
    background-color: rgba(0, 0, 0, .7) !important;
    opacity: var(--hover-opacity)
}

.premium:after {
    background-color: #ecb302;
    background-image: url(images/premium.svg);
    background-position: 2px 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px
}

#menu-bar li .premium:after,
.button.premium:after,
.title.premium:after,
label.premium:after {
    background-image: unset;
    border: unset;
    border-radius: unset;
    height: 8px;
    right: 40px;
    width: 28px
}

.button.premium:after,
label.premium:after {
    height: 3px;
    right: 6px;
    width: 16px
}

.button.premium:after {
    top: -1px
}

.premium-tag {
    background-color: #ecb302;
    display: block;
    height: 30px;
    left: 40px;
    padding: 3px 6px;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 323
}

.dialog .premium-tag {
    left: -20px;
    top: 0
}

.premium-plug,
.user-plug {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 80px;
    left: calc(50% - 40px);
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: -30px;
    width: 80px
}

.premium-plug img,
.user-plug img {
    background-color: #ecb302;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 10px;
    width: 100%
}

.user-plug img {
    background-color: #333
}

.free-tag {
    background-color: #22b07d;
    color: #fff;
    display: block;
    font-size: 13px;
    left: 40px;
    line-height: 28px;
    padding: 0 6px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 323
}

#premium-unlock-message {
    background: linear-gradient(180deg, var(--accent-light-color), var(--accent-color));
    border-radius: 18px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 50px;
    position: absolute;
    top: 120px;
    transition: all .15s linear;
    z-index: 99
}

#premium-unlock-message:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .3);
    transform: translateY(-3px)
}

.FIE_root *,
#SfxPopper * {
    color: #525252 !important;
}

.dfflPR .sc-lxwit0-0 {
    color: #fff !important;
}

.centercenter,
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.centercenter {
    align-content: center;
    align-items: center
}

.transparent {
    background-image: var(--square-bg);
    background-position: 50% 50%;
    background-size: 20px 20px
}

.splitter {
    background: var(--splitter-background);
    height: var(--splitter-size);
    min-height: var(--splitter-size)
}

.splitter.small {
    height: var(--splitter-small-size);
    min-height: var(--splitter-small-size)
}

.title {
    background-color: var(--title-color);
    cursor: default;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    text-align: center;
    user-select: none
}

#home {
    background-color: var(--home-color);
    bottom: 0;
    color: var(--text-color);
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    scroll-behavior: smooth;
    top: 0;
    width: 100%;
    z-index: 1
}

#home::-webkit-scrollbar {
    width: 16px
}

#home::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-color);
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px
}

#home::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover)
}

#home-wrap {
    align-items: flex-start;
    flex-direction: row;
    gap: 15px;
    margin: 0 auto;
    padding: 5px 4px 40px 10px
}

#menu-section {
    min-width: 88px;
    width: 88px
}

#menu-section .content {
    background-color: var(--flatbox-color);
    border: 1px solid var(--title-color);
    border-radius: 8px;
    border-top: none;
    padding: 4px 0
}

#home-section {
    flex-basis: auto;
    flex-grow: 1;
    min-height: 480px;
    min-width: 240px
}

#home-wrap h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
    position: relative
}

#home-wrap h2 a {
    color: var(--text-dim);
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: none
}

#home-wrap p {
    color: var(--text-dim);
    margin-top: 6px
}

#welcome-text {
    padding: 40px
}

#home-history,
#template-carousel {
    margin-bottom: 50px
}

#active-image {
    background-color: var(--accent-color);
    color: #fff;
    font-weight: 700;
    height: 28px;
    left: 0;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 120px;
    z-index: 1
}

.element-group .premium-tag {
    height: 20px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 58px;
    width: 20px
}

.element-group .premium-tag img {
    height: 16px;
    width: 16px
}

.element-box .premium-tag {
    height: 26px;
    left: 0;
    padding: 2px 3px;
    position: absolute;
    top: 110px;
    width: 28px
}

.element-box .premium-tag img {
    height: 22px;
    width: 22px
}

.element-box.selected .premium-tag {
    display: none
}

.box-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-right: -25px
}

.box .meta {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    color: hsla(0, 0%, 100%, .7);
    display: block;
    font-size: 11px;
    height: 22px;
    left: 0;
    line-height: 22px;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    transition: all .15s linear;
    white-space: nowrap;
    width: 100%;
    z-index: 3
}

.box:hover .meta {
    opacity: 1
}

.text-box {
    background-color: var(--title-color);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 114px;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
    transition: all .15s linear;
    width: 110px
}

.text-box.premium:after {
    right: 5px
}

html:not(.touch) .text-box:hover {
    background-color: var(--component-highlight)
}

.stock-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px;
    overflow: hidden
}

.stock-holder .box {
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative
}

.stock-holder .box img {
    height: 180px;
    width: auto
}

.template-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px
}

.template-box {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative
}

.carousel .template-box {
    height: 180px;
    margin-bottom: 10px;
    max-width: 280px
}

.template-box img {
    margin: 0 auto
}

.template-box.large img {
    height: 250px;
    image-rendering: -webkit-optimize-contrast;
    width: auto
}

.simple-collage .template-box.large img {
    height: 200px
}

.facebook-story .template-box.large img,
.instagram-story .template-box.large img,
.pinterest-long-pin .template-box.large img {
    height: 300px
}

.linkedin-company-banner .template-box.large img,
.linkedin-private-banner .template-box.large img,
.twitter-cover .template-box.large img,
.twitter-post .template-box.large img,
.youtube-channel-art .template-box.large img,
.youtube-thumbnail .template-box.large img {
    height: 200px
}

.linkedin-company-banner .template-box.large,
.linkedin-private-banner .template-box.large,
.twitter-cover .template-box.large,
.twitter-post .template-box.large,
.youtube-channel-art .template-box.large,
.youtube-thumbnail .template-box.large {
    max-width: 300px
}

.template-box.large {
    align-items: center;
    display: flex;
    height: unset;
    justify-content: center;
    max-width: 280px;
    overflow: hidden
}

.template-box .free,
.template-box .new,
.template-box .premium {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.template-box .free,
.template-box .new {
    background-color: #22b07d;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 6px;
    pointer-events: none;
    right: 10px;
    top: 0
}

.template-box .new {
    background-color: #ff7c00;
    bottom: 0;
    display: block;
    font-size: 12px;
    left: 8px;
    line-height: 20px;
    right: unset;
    top: unset
}

.template-box .premium:after {
    background-position: 4px 2px;
    background-size: 20px 20px;
    height: 26px;
    width: 28px
}

.template-box:hover:after {
    background-color: rgba(0, 0, 0, .5);
    background-image: url(images/zoom.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%
}

.template-box:hover .free,
.template-box:hover .premium {
    display: block
}

.category {
    height: 180px;
    padding-bottom: 10px
}

.category.small {
    height: unset;
    padding-bottom: 20px
}

.category .outer {
    scrollbar-color: #2e3135 #23262a !important;
    scrollbar-width: thin !important
}

.category .back,
.category .forward {
    background-size: 16px 16px !important;
    height: 36px !important;
    width: 36px !important
}

.category .back {
    right: 55px !important
}

.category .outer::-webkit-scrollbar-track {
    background-color: #00000000;
    margin: 2px
}

.category .outer::-webkit-scrollbar {
    background-color: #00000000;
    display: block !important;
    height: 8px;
    transition: all .15s linear
}

.category .outer::-webkit-scrollbar-thumb {
    background-color: #ffffff00;
    border-radius: 5px
}

.category .outer:hover::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color)
}

.category .outer::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover)
}

.category a {
    align-self: flex-end;
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    transition: all .15s linear
}

.category a:hover:not(.selected) {
    transform: translateY(-3px)
}

.category span {
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0/30%);
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: -3px;
    min-width: 60px;
    padding: 0 6px 0 7px;
    text-align: center;
    text-decoration: none;
    transform: rotate(-2.3deg);
    transition: all .15s linear;
    white-space: nowrap
}

.category a.selected span {
    background-color: var(--accent-color);
    color: #fff;
    height: 30px;
    margin-top: -40px;
    transform: rotate(2deg)
}

.category a.selected span:after {
    content: "\2026";
    display: block;
    font-size: 20px;
    height: 10px;
    line-height: 6px;
    margin-top: -6px
}

.category a.selected>div {
    transform: translateY(15px)
}

.category.small a {
    border-radius: 4px;
    color: var(--text-opaque);
    margin-bottom: 10px;
    margin-right: 12px;
    opacity: .85;
    padding: 2px;
    transition: all .1s linear
}

.category.small a:hover {
    opacity: 1;
    transform: translateY(-2px)
}

.category.small a img {
    margin-right: 10px
}

.category.small a>div {
    align-items: center;
    background-color: var(--flatbox-color);
    border-radius: 3px;
    display: inline-flex;
    height: 100%;
    line-height: 30px;
    padding: 0 10px;
    width: 100%
}

.category a>div {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 2px;
    transition: all .2s linear
}

.category a>div>div {
    align-content: center;
    align-items: center;
    background-color: var(--flatbox-color);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.new-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-right: -15px;
    padding-top: 5px
}

.new-box {
    cursor: pointer;
    min-width: 110px;
    opacity: .75;
    padding-bottom: 10px;
    padding-right: 15px;
    position: relative;
    transition: all .2s linear
}

.new-box .holder {
    align-items: center;
    background-color: var(--component-shade);
    border: 2px solid transparent;
    border-radius: 8px;
    display: flex;
    height: 120px;
    justify-content: center;
    transition: all .2s linear
}

.new-box.selected {
    opacity: 1
}

.new-box.selected .holder {
    border: 2px solid var(--accent-color)
}

.new-box img {
    height: 40px;
    transition: all .2s linear;
    width: 40px
}

.new-box:hover {
    opacity: 1
}

.new-box span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px
}

.new-box small,
.new-box span {
    display: block;
    text-align: center
}

.new-box small {
    color: var(--text-dim);
    font-size: 10px
}

.image-box {
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 180px
}

.box-holder .image-box {
    margin-bottom: 20px
}

html:not(.touch) .image-box .top {
    opacity: 0;
    transition: all .2s linear
}

html:not(.touch) .image-box:hover .top {
    opacity: 1
}

.image-box .more {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    cursor: pointer;
    height: 24px;
    left: 6px;
    padding: 7px;
    position: absolute;
    top: 8px;
    transition: all .2s linear;
    width: 32px
}

html:not(.touch) .image-box .more:hover {
    background-color: rgba(0, 0, 0, .9) !important
}

.image-box .since {
    color: var(--text-dim);
    margin-top: 0;
    text-transform: uppercase
}

.image-box .credits,
.image-box .since {
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-decoration: none
}

.image-box .credits {
    color: #838383
}

.image-box .credits:hover {
    text-decoration: underline
}

.image-box .name {
    background: transparent;
    border: none;
    color: var(--text-dim);
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%
}

.image-box .holder {
    background: var(--splitter-background);
    height: 180px;
    justify-content: center;
    transition: all .2s linear
}

.image-box .holder img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.image-box.selected .holder {
    border-bottom: 4px solid var(--accent-color)
}

#effect-settings img.close,
#element-settings img.close,
.image-box img.close,
.image-box img.pin {
    background-color: rgba(0, 0, 0, .7);
    height: 28px;
    left: auto;
    opacity: .9;
    padding: 6px;
    right: 6px;
    top: 6px;
    width: 28px
}

.image-box img.pin {
    right: 38px !important
}

.image-box span {
    display: block;
    line-height: 16px;
    margin-top: 6px;
    text-align: center
}

.image-box small {
    color: var(--text-dim);
    display: block;
    text-align: center
}

#list {
    display: none;
}

#editor {
    display: none;
}

#home-wrap label {
    display: block;
    height: 28px;
    /* line-height: 28px; */
    margin-top: 16px
}

.lgvmlF {
    overflow-y: unset !important;
    height: 407px !important;
}

#home-wrap .switch-field label {
    height: unset;
    line-height: unset;
    margin-top: unset
}

.dialog .tip {
    color: var(--text-dim);
    letter-spacing: 1px !important;
    margin-top: 20px
}

.flatbox {
    background-color: var(--flatbox-color);
    border: 1px solid var(--title-color);
    border-radius: 8px;
    padding: 20px;
    position: relative
}

.flatbox-content {
    padding: 15px
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 !important
}

.half {
    margin-right: 16px;
    margin-top: 16px;
    max-width: 50%;
    width: 50%
}

.half.padded {
    margin: 0;
    padding: 16px
}

.half:last-child,
.third:last-child {
    margin-right: 0 !important
}

.third {
    margin-right: 16px;
    width: 33.333%
}

.tab-menu li {
    word-wrap: break-word;
    border-radius: 5px;
    color: var(--text-dim);
    cursor: pointer;
    font-weight: 700;
    line-height: 18px;
    margin: 5px 5px 10px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    transition: all .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.tab-menu li,
.tab-menu li span {
    display: block;
    font-size: 10px;
    text-align: center
}

.tab-menu li span {
    background-color: var(--accent-color);
    border-radius: 9px;
    color: #fff;
    height: 17px;
    letter-spacing: 0;
    line-height: 17px;
    min-width: 17px;
    position: absolute;
    right: 3px;
    top: 3px
}

.tab-menu li img {
    display: block;
    margin: 0 auto 3px;
    opacity: var(--normal-opacity);
    transition: all .15s linear
}

html:not(.touch) .tab-menu li:hover:not(.selected) img {
    opacity: var(--hover-opacity)
}

.tab-menu li.selected,
html:not(.touch) .tab-menu li:hover:not(.selected) {
    color: var(--text-opaque)
}

.tab-menu li.selected {
    background-color: var(--component-dim)
}

.tab-menu li.selected img {
    opacity: 1
}

.tab-list {
    column-gap: 4px;
    display: flex;
    font-size: 14px;
    white-space: nowrap
}

.tab-list li {
    color: var(--text-dim);
    cursor: pointer;
    display: block;
    line-height: 42px;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    transition: all .15s
}

.tab-list.spread li {
    flex-grow: 2
}

.tab-list li:after {
    border-radius: 3px 3px 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all .15s
}

.tab-list li:not(.selected):hover {
    color: var(--text-color)
}

.tab-list li.selected {
    color: var(--text-opaque)
}

.tab-list li.selected:after {
    background: var(--accent-color)
}

.tab-list li:not(.selected):hover:after {
    background: var(--component-border)
}

#history-content .divider {
    display: none;
    margin-bottom: 16px
}

#history-content .divider hr {
    margin: 5px 0 0;
    opacity: .05
}

#history-content .divider label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: uppercase
}

.category .curated {
    background: linear-gradient(45deg, var(--text-dim) 0, var(--text-dim) 100%)
}

.category .instagram {
    background: linear-gradient(45deg, #f78729, #b83290)
}

.category .facebook {
    background: linear-gradient(45deg, #0163e1, #18acfe)
}

.category .youtube {
    background: linear-gradient(45deg, #ca261a, #f44336)
}

.category .pinterest {
    background: linear-gradient(45deg, #ca2127, #e9292f)
}

.category .twitter {
    background: linear-gradient(45deg, #55acee, #3977a7)
}

.category .linkedin {
    background: linear-gradient(45deg, #069, #0082c4)
}

.category .roblox {
    background: linear-gradient(45deg, #858d97, #a4adba)
}

.category .print {
    background: linear-gradient(45deg, #569700, #74cc00)
}

.category .other {
    background: linear-gradient(45deg, #b83290, #cc88d8)
}

.category .square {
    height: 80px;
    width: 80px
}

.category .story {
    height: 120px;
    width: 72px
}

.category .wide {
    height: 70px;
    width: 110px
}

.category .uwide {
    height: 50px;
    width: 120px
}

.category .tall {
    height: 120px;
    width: 80px
}

.category .long {
    height: 120px;
    width: 60px
}

.category .post {
    height: 100px;
    width: 80px
}

.carousel {
    margin-top: 30px;
    position: relative
}

.carousel .outer {
    -ms-overflow-style: none;
    display: block;
    max-width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 100%
}

.carousel .outer::-webkit-scrollbar {
    display: none
}

.carousel .content {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative;
    white-space: nowrap
}

.carousel ul {
    display: flex;
    height: 12px;
    justify-content: center;
    margin-top: 10px
}

.carousel ul li {
    background-color: var(--text-color);
    border: 4px solid var(--flatbox-color);
    border-radius: 6px;
    cursor: pointer;
    display: block;
    height: 12px;
    margin-left: 2px;
    opacity: .2;
    transition: all .2s linear;
    width: 30px
}

.carousel ul li:hover:not(.active) {
    opacity: .8
}

.carousel ul li.active {
    opacity: .95
}

.carousel .back,
.carousel .forward {
    background-color: hsla(0, 0%, 100%, .15);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    opacity: var(--normal-opacity);
    position: absolute;
    top: -54px;
    transition: all .15s linear;
    width: 36px
}

.carousel .forward {
    background-image: url(images/forward.svg);
    right: 0
}

.carousel .back {
    background-image: url(images/back.svg);
    right: 44px
}

.carousel .back:hover,
.carousel .forward:hover {
    background-color: hsla(0, 0%, 100%, .25);
    box-shadow: 0 0 15px hsla(0, 0%, 100%, .2);
    opacity: var(--hover-opacity)
}

.carousel .back:active,
.carousel .forward:active {
    transform: scale(.85)
}

.menu {
    display: block;
    z-index: 99
}

.menu,
.menu li {
    position: relative
}

.menu li {
    display: inline-block
}

.menu label {
    display: inline-block
}

.menu label,
.menu li,
.overflow-menu li {
    cursor: pointer;
    line-height: 32px;
    padding: 0 10px
}

.menu li,
.overflow-menu li {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    font-size: 14px;
    height: 32px;
    position: relative
}

.menu li label {
    color: var(--text-color)
}

.menu li a,
.overflow-menu li a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none
}

.menu li.disabled,
.overflow-menu li.disabled {
    color: hsla(0, 0%, 100%, .3) !important;
    cursor: auto !important
}

.menu ul li.disabled img,
.overflow-menu li.disabled img {
    opacity: .4
}

.menu li span,
.overflow-menu li span {
    float: right;
    font-size: 11px
}

.menu>li:hover,
.menu>li:hover>label {
    background-color: rgba(0, 0, 0, .8);
    color: #fff !important
}

.menu.active li:hover>ul,
.overflow-menu li:hover>ul {
    display: block
}

.menu ul,
.overflow-menu ul {
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid #000;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .2);
    cursor: default;
    display: none;
    left: 0;
    min-width: 240px;
    position: absolute;
    top: 32px;
    z-index: 99999
}

.overflow-menu-holder {
    display: none;
    padding: 10px;
    position: absolute;
    width: 240px;
    z-index: 99999
}

.overflow-menu {
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid #000;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .2);
    width: 220px
}

.menu .more:after,
.overflow-menu .more:after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0
}

.menu .more ul,
.overflow-menu .more ul {
    left: auto;
    right: -94%;
    top: -8px
}

.menu ul li.split,
.overflow-menu li.split {
    background-color: hsla(0, 0%, 100%, .2);
    cursor: default !important;
    display: block;
    height: 1px;
    margin: 2px 10px
}

.menu ul li,
.overflow-menu li {
    display: block;
    height: 28px;
    line-height: 28px;
    white-space: nowrap
}

.overflow-menu li:not(.more) {
    overflow: hidden;
    text-overflow: ellipsis
}

.menu ul li img,
.overflow-menu li img {
    height: 16px;
    margin: 6px 8px 6px 0;
    opacity: .8;
    width: 16px
}

.menu ul li:not(.disabled):not(.split):hover,
.overflow-menu li:not(.disabled):not(.split):hover {
    background: linear-gradient(180deg, var(--accent-light-color), var(--accent-color));
    color: #fff
}

#sneaky {
    bottom: 0;
    height: 92px;
    left: 50%;
    margin-left: -365px;
    position: absolute;
    width: 730px;
    z-index: 98
}

#pop,
#sneaky {
    background-color: #202225;
    border: 1px solid #111;
    display: flex
}

#pop {
    flex-direction: column;
    height: 280px;
    position: relative;
    width: 300px
}

#pop-sales {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center
}

#sneaky-ad {
    background-color: hsla(0, 0%, 100%, .05);
    height: 90px;
    min-width: 728px;
    width: 728px
}

#pop-close,
#sneaky-close {
    background-color: #202225;
    border: solid #111;
    border-radius: 4px 4px 0 0;
    border-width: 1px 1px 0;
    cursor: pointer;
    height: 24px;
    padding: 6px;
    position: absolute;
    right: -1px;
    top: -24px;
    width: 26px
}

#topmost {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999
}

.modal {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 100
}

.modal::-webkit-scrollbar {
    width: 16px
}

.modal::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #ffffff40;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px
}

.modal::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff50
}

#dim-message {
    color: hsla(0, 0%, 100%, .9);
    font-size: 40px;
    letter-spacing: 4px;
    margin: 0 auto;
    text-transform: uppercase
}

.dim {
    background-color: rgba(0, 0, 0, .5)
}

.block {
    pointer-events: none
}

.dialog .dialog-loading {
    position: relative
}

.dialog .dialog-loading .controls {
    visibility: hidden
}

.dialog .dialog-loading .message {
    align-items: center;
    display: flex;
    font-size: 1.2em;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.dialog .dialog-loading .message>span {
    animation: impatient_dot 1.2s infinite both
}

.dialog .dialog-loading .message>span:nth-child(2) {
    animation-delay: .2s
}

.dialog .dialog-loading .message>span:nth-child(3) {
    animation-delay: .4s
}

.dialog,
.float {
    background-color: var(--panel-color);
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .3);
    cursor: default;
    display: flex;
    flex-flow: column;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 101
}

.float {
    border-radius: 4px
}

.float.docked {
    box-shadow: none
}

.float.docked,
.float.docked .title {
    border-radius: unset
}

.float.docked .resize {
    display: none
}

.announce {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .3);
    color: #333;
    cursor: default;
    display: flex;
    flex-flow: column;
    font-size: 14px;
    margin: auto 0;
    max-width: 840px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.announce img.close {
    background-color: rgba(0, 0, 0, .6)
}

.announce .content {
    display: flex;
    flex-flow: row;
    min-height: 220px
}

.announce h1 {
    font-size: 26px;
    line-height: 36px
}

.announce h2,
.announce h3 {
    font-weight: 700
}

.announce h3 {
    opacity: 1
}

.announce li,
.announce ul {
    display: block
}

.announce li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 30px;
    position: relative;
    text-align: left
}

.announce li:before {
    background-image: url(images/premium-tick.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    content: " ";
    display: block;
    font-weight: 700;
    height: 16px;
    left: -24px;
    position: absolute;
    top: 6px;
    width: 16px
}

.left-panel {
    margin: 0;
    max-height: 700px;
    min-height: 550px;
    overflow: hidden;
    padding: 0;
    width: 50%
}

.left-panel>canvas,
.left-panel>img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

#password-eye {
    cursor: pointer;
    display: block;
    height: 20px;
    left: 300px;
    margin-top: -20px;
    position: relative;
    top: -8px;
    width: 20px
}

.option label {
    line-height: 36px
}

.float {
    user-select: none;
    width: 250px
}

.dialog .content {
    flex-grow: 2;
    padding: 15px 20px 20px
}

.float .content {
    flex-grow: 2;
    margin-bottom: 10px
}

.float section {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 15px;
    width: 220px
}

.float .option {
    margin-top: 0
}

.float .option label {
    width: unset
}

.dialog .flex {
    display: flex;
    flex-direction: row
}

.dialog .flex section {
    padding: 20px;
    position: relative
}

.dialog .title {
    border-radius: 8px 8px 0 0;
    height: 40px;
    line-height: 40px
}

.float .title {
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    height: 32px;
    line-height: 32px
}

.float>img.close {
    top: 2px
}

.float label {
    display: block
}

.dialog h2 {
    padding-top: 20px;
    text-align: center
}

.dialog h4,
.flatbox h4 {
    opacity: .8
}

.announce label,
.dialog label {
    display: block;
    min-height: 20px
}

.dialog .buttons {
    padding: 15px;
    position: relative
}

.dialog .split,
.flatbox .split,
.float .split {
    display: flex;
    height: 32px !important;
    justify-content: space-between;
    line-height: 32px !important
}

#save-preview {
    padding: 20px 0 0 20px;
    position: relative;
    width: 45%
}

#save-preview>canvas {
    background-image: var(--square-bg);
    background-position: 50% 50%;
    background-size: 20px 20px;
    border: 1px solid #333;
    display: block;
    margin: 0 auto;
    max-height: 350px;
    max-width: 100%
}

#save-section {
    width: 55%
}

#save-message-body,
#save-message-title {
    padding: 10px
}

#save-file-prop,
#save-file-size {
    margin-top: 6px;
    opacity: var(--normal-opacity);
    text-align: center
}

#keyboard-shortcuts label {
    display: block;
    line-height: 18px;
    margin-top: 4px
}

#keyboard-shortcuts label span {
    border: 1px solid hsla(0, 0%, 100%, .1);
    float: right;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 16px;
    margin-left: 5px;
    padding: 0 6px
}

.news-dialog {
    background: #fff;
    color: #23262b;
    overflow: hidden;
    width: auto
}

.news-dialog .news-split {
    display: flex
}

.news-dialog .news-cover {
    display: block;
    object-fit: cover;
    width: 640px
}

.news-dialog .cover-stack {
    overflow: hidden;
    position: relative;
    width: 640px
}

.news-dialog .play-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150
}

.news-dialog .play-button>img {
    height: 80px;
    width: 80px
}

.news-dialog .player-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200
}

.news-dialog .player {
    background: #000;
    border: none
}

.news-dialog .news-menu {
    background: #f9f9f9;
    padding: 40px 20px 20px 40px;
    width: 280px
}

.news-dialog .news-menu .headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px
}

.news-dialog .news-menu .item {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-left: -20px;
    margin-top: 20px
}

.news-dialog .news-menu .item.selected {
    font-weight: 600
}

.news-dialog .news-menu .item>.block {
    background: var(--accent-color);
    height: 29px;
    margin-right: 17px;
    visibility: hidden;
    width: 5px
}

.news-dialog .news-menu .item.selected>.block {
    visibility: visible
}

.news-dialog .news-menu ul {
    list-style: none
}

.news-dialog .news-content {
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 640px
}

.news-dialog .news-content .button {
    align-self: flex-start
}

.news-dialog .news-title {
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.news-dialog .news-headline {
    font-size: 26px;
    font-weight: 600;
    line-height: normal
}

.news-dialog .news-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
    padding: 30px 0
}

#ai-icon {
    display: block;
    height: 96px;
    margin: 0 auto 10px;
    opacity: var(--normal-opacity);
    width: 96px
}

.ai-load {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 -5%;
    overflow: hidden;
    padding: 10px 0 0
}

.dot-floating {
    animation: dotFloating 3s cubic-bezier(.15, .6, .9, .1) infinite;
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 5px;
    height: 10px;
    position: relative;
    width: 10px
}

.dot-floating:after,
.dot-floating:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-floating:before {
    animation: dotFloatingBefore 3s ease-in-out infinite;
    left: -12px
}

.dot-floating:after,
.dot-floating:before {
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 5px;
    height: 10px;
    width: 10px
}

.dot-floating:after {
    animation: dotFloatingAfter 3s cubic-bezier(.4, 0, 1, 1) infinite;
    left: -24px
}

@keyframes dotFloating {
    0% {
        left: calc(-50% - 5px)
    }

    75% {
        left: calc(50% + 105px)
    }

    to {
        left: calc(50% + 105px)
    }
}

@keyframes dotFloatingBefore {
    0% {
        left: -50px
    }

    50% {
        left: -12px
    }

    75% {
        left: -50px
    }

    to {
        left: -50px
    }
}

@keyframes dotFloatingAfter {
    0% {
        left: -100px
    }

    50% {
        left: -24px
    }

    75% {
        left: -100px
    }

    to {
        left: -100px
    }
}

#floating-text-input {
    background-color: hsla(0, 0%, 100%, .25);
    border: 2px solid var(--accent-color);
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow: hidden;
    position: absolute;
    resize: none;
    z-index: 707133144
}

.icon-button-set {
    display: flex;
    font-size: 0;
    gap: 4px;
    margin-top: 6px
}

.icon-button-set>li {
    background-color: var(--component-color);
    border-radius: 4px;
    cursor: pointer;
    height: 32px;
    padding-top: 7px;
    position: relative;
    transition: background-color .15s linear;
    width: 50px
}

.icon-button-set>li.selected {
    border-left: 8px solid var(--accent-color)
}

.icon-button-set.reverse {
    justify-content: flex-end
}

.icon-button-set.spread {
    justify-content: space-between
}

.icon-button-set.spread>li {
    height: 34px;
    padding-top: 8px;
    width: 50px
}

.icon-button-set.reverse {
    gap: 6px
}

.icon-drop {
    background-color: var(--component-shade);
    border: 2px solid var(--component-highlight);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-right: 4px;
    margin-top: 4px;
    padding-left: 4px;
    padding-top: 4px;
    position: relative;
    transition: all .15s linear;
    width: 44px
}

.icon-drop:after {
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--text-color);
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all .15s linear;
    width: 0
}

.icon-drop:active:after {
    transform: translateY(1px)
}

.icon-button {
    border-radius: 4px;
    color: var(--text-dim);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 6px;
    position: relative;
    transition: color .15s linear, background-color .15s linear;
    width: 30px
}

.icon-button>span {
    display: inline-block;
    transition: all .15s linear
}

.icon-button-set>li>img,
.icon-button>img,
.icon-drop>img {
    display: block;
    height: 18px;
    opacity: var(--normal-opacity);
    transition: all .15s linear;
    width: 18px
}

.icon-button-set>li.selected>img {
    opacity: .8
}

.icon-button-set>li>img {
    margin: 0 auto
}

.icon-button-set>li.disabled img {
    opacity: .2 !important
}

.icon-button-set>li:active:not(.disabled)>img,
.icon-button:not(.no-drop):active>img,
.icon-drop:active>img {
    opacity: 1 !important;
    transform: translateY(1px)
}

.icon-button:not(.no-drop):active>span {
    color: var(--text-color);
    transform: translateY(1px)
}

.icon-button.no-drop {
    cursor: unset
}

html:not(.touch) .icon-button-set>li:hover:not(.disabled)>img,
html:not(.touch) .icon-button:not(.no-drop):hover>img,
html:not(.touch) .icon-drop:hover>img {
    opacity: 1 !important
}

html:not(.touch) .icon-button-set li:hover:not(.disabled),
html:not(.touch) .icon-button:not(.no-drop):hover:not(.disabled),
html:not(.touch) .icon-meter:hover:not(.disabled) {
    background-color: var(--component-highlight);
    color: var(--text-color)
}

.icon-drop:active,
html:not(.touch) .icon-drop:hover {
    border: 2px solid var(--component-border)
}

.icon-meter {
    border-radius: 13px;
    cursor: pointer;
    display: inline-flex;
    height: 26px;
    padding: 6px;
    transition: all .15s linear;
    white-space: nowrap
}

.icon-meter img {
    height: 14px;
    opacity: .2;
    transition: all .15s linear;
    width: 14px
}

.icon-meter.one img:first-child,
.icon-meter.three img,
.icon-meter.two img:first-child,
.icon-meter.two img:nth-child(2) {
    opacity: .6
}

.icon-meter.one:hover img:first-child,
.icon-meter.three:hover img,
.icon-meter.two:hover img:first-child,
.icon-meter.two:hover img:nth-child(2) {
    opacity: 1
}

.icon-meter:active img {
    transform: translateY(1px)
}

.anchor {
    color: var(--accent-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.anchor:hover {
    text-decoration: underline
}

.link {
    background-color: var(--component-dim);
    border-radius: 4px;
    cursor: pointer;
    padding: 2px 8px;
    text-decoration: none;
    transition: all .15s linear
}

.link.center {
    display: block;
    margin: 10px auto 0;
    width: 50%
}

.announce .link {
    background-color: rgba(0, 0, 0, .05);
    border: none;
    color: #333;
    font-size: 12px;
    font-weight: 400
}

.link:hover {
    background-color: var(--component-highlight);
    color: var(--text-color)
}

.tag {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0 6px
}

.tag:hover {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .8)
}

.tool-drawer .tag {
    background-color: var(--component-shade);
    color: var(--text-dim)
}

.tool-drawer .tag:hover {
    background-color: var(--component-color);
    color: var(--text-color)
}

.push-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.push-buttons li {
    background-color: var(--component-color);
    border-radius: 8px;
    color: var(--text-dim);
    cursor: pointer;
    flex-grow: 1;
    margin-right: 15px;
    max-width: 400px;
    padding: 5px;
    text-align: center;
    transition: all .15s linear;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.push-buttons.small li {
    border-radius: 4px;
    margin-right: 5px;
    width: 32%
}

.push-buttons.small li img {
    height: 28px;
    margin-top: 10px;
    width: 28px
}

.push-buttons.tiny li {
    border-radius: 4px;
    margin-right: 5px;
    width: 32%
}

.push-buttons.tiny li img {
    height: 24px;
    margin-top: 5px;
    width: 24px
}

.push-buttons li:last-child {
    margin-right: 0
}

.push-buttons li.selected {
    background-color: var(--accent-color)
}

.push-buttons li img {
    height: 48px;
    margin-top: 20px;
    opacity: .5;
    transition: all .15s linear;
    width: 64px
}

.push-buttons li.selected img {
    filter: none !important;
    opacity: 1
}

.push-buttons li span {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.push-buttons.small span {
    line-height: 30px;
    margin: 0
}

.push-buttons.tiny span {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px
}

.push-buttons li.selected span {
    color: #fff !important
}

.push-buttons li:not(.selected):active img,
html:not(.touch) .push-buttons li:not(.selected):hover img {
    opacity: .8
}

.push-buttons li:not(.selected):active,
html:not(.touch) .push-buttons li:not(.selected):hover {
    background-color: var(--component-highlight);
    box-shadow: 0 0 10px var(--component-highlight);
    color: var(--text-opaque)
}

.buttons {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px
}

.button.does {
    display: inline-block !important;
    min-width: 115px !important;
    width: 115px !important
}

.button.does.negative {
    margin-right: 10px !important
}

.button {
    border: 2px solid hsla(0, 0%, 100%, 0);
    border-radius: 14px;
    box-shadow: none;
    box-shadow: 0 0 15px transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    letter-spacing: 1px;
    line-height: 25px;
    min-width: 110px;
    padding-left: 21px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .1s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap
}

.buttons.small .button {
    font-size: 10px;
    height: 24px;
    line-height: 20px;
    min-width: 80px;
    padding-left: 11px;
    padding-right: 10px
}

.button.white {
    background: #fff;
    border: 1px solid #d3d4d4;
    color: #323539
}

.button.white:hover {
    box-shadow: none
}

.button.white:focus {
    background: #d3d4d4
}

.button.white.borderless {
    border: none
}

.button.negative {
    border: 2px solid var(--component-highlight);
    color: var(--text-dim)
}

.button.negative:hover {
    background: var(--accent-negative);
    border: 2px solid hsla(0, 0%, 100%, .05);
    box-shadow: 0 0 15px var(--component-highlight);
    color: var(--text-color)
}

.button.positive {
    position: relative;
    background: linear-gradient(200deg, var(--accent-light-color), var(--accent-color));
    background-position: 50% 50%;
    background-size: 100%
}

.button.positive:hover:not(.disabled) {
    border: 2px solid hsla(0, 0%, 100%, .1);
    /* box-shadow: 0 0 15px var(--accent-shadow-color) */
}

#filePicker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.button.icon {
    min-width: 38px;
    padding: 0;
    width: 38px
}

.button.icon img {
    left: 11px
}

.outline {
    background: var(--component-shade);
    border: 2px solid var(--component-highlight);
    border-radius: 2px;
    color: var(--text-dim);
    font-weight: 400;
    height: 28px;
    letter-spacing: unset;
    line-height: 24px;
    position: relative;
    text-transform: unset
}

.button img {
    height: 16px;
    left: 10px;
    opacity: .8;
    position: absolute;
    top: 6px;
    transition: all .15s linear;
    width: auto
}

.button.outline img {
    opacity: var(--normal-opacity);
    top: 7px
}

.button.disabled,
.button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .7
}

.button:disabled:hover {
    box-shadow: none !important
}

.button:active:not(.disabled) {
    padding-top: 1px
}

.button.outline:active:not(.disabled) img,
.button:active:not(.disabled) img {
    top: 8px !important
}

.button.med {
    border-radius: 18px;
    height: 40px;
}

.button.big {
    border-radius: 20px;
    font-size: 14px;
    height: 42px;
    min-width: 260px
}


.button.outline:not(.disabled):active,
html:not(.touch) .button.outline:not(.disabled):hover {
    border: 2px solid var(--component-border);
    color: var(--text-opaque)
}

.button.outline:not(.disabled):active img,
html:not(.touch) .button.outline:not(.disabled):hover img {
    opacity: var(--hover-opacity)
}

.button.blue {
    background: #3b556f
}

.button.blue:hover {
    box-shadow: 0 0 15px rgba(81, 110, 144, .4)
}

.button.grey {
    background: #eee;
    color: #333
}

.button.grey:hover {
    box-shadow: 0 0 15px hsla(0, 0%, 46%, .4)
}

.button.green {
    background: linear-gradient(200deg, #22b07d, #1fa071)
}

.button.green:hover {
    box-shadow: 0 0 15px rgba(81, 144, 113, .4)
}

.button.outline.green {
    background: unset;
    border-color: #22b07d;
    color: #00794e;
    font-weight: 700
}

.button.outline.green:hover {
    border-color: #22b07d !important;
    box-shadow: 0 0 15px rgba(81, 144, 113, .4);
    color: #00794e !important
}

.switch-field,
.switch-icon-field {
    display: inline-flex;
    font-size: 0;
    gap: 2px;
    line-height: 28px;
    margin-top: 5px;
    position: relative
}

.switch-field.big {
    gap: 4px;
    line-height: 36px
}

.stretch {
    display: flex
}

.switch-field input,
.switch-icon-field input {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.switch-icon-field img {
    height: 18px;
    margin: 0 auto;
    opacity: var(--normal-opacity);
    transition: all .15s linear;
    width: 18px
}

.switch-field label,
.switch-icon-field label {
    background-color: var(--component-color);
    color: var(--text-dim);
    cursor: pointer;
    display: block;
    flex: 1 1 0px;
    font-size: 10px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .1s linear;
    user-select: none
}

.switch-field.big label {
    background-color: var(--component-dim);
    font-size: 12px;
    height: 34px;
    line-height: 34px
}

.switch-field label:hover,
.switch-icon-field label:hover {
    background-color: var(--component-highlight);
    color: var(--text-opaque)
}

.switch-icon-field label:hover img {
    opacity: var(--hover-opacity)
}

.switch-icon-field label {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 32px;
    justify-content: center;
    line-height: 32px;
    margin-right: 4px;
    padding: 7px 16px
}

.switch-field input:checked+label,
.switch-icon-field input:checked+label {
    background-color: var(--accent-color);
    color: #fff
}

.switch-icon-field input:checked+label img {
    filter: none !important;
    opacity: var(--hover-opacity)
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0
}

.switch-field.big label:first-of-type {
    border-radius: 8px 0 0 8px
}

.switch-field.big label:last-of-type {
    border-radius: 0 8px 8px 0
}

.select {
    background: none;
    height: 32px;
    margin-top: 6px;
    position: relative
}

.select:after {
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-color);
    bottom: 0;
    height: 0;
    margin: auto;
    right: 10px;
    top: 0;
    width: 0
}

.select:after,
.select:before {
    content: "";
    pointer-events: none;
    position: absolute
}

.select:before {
    bottom: 1px;
    right: 1px;
    top: 1px;
    width: 30px
}

.select:before,
.select:hover:before {
    background: none
}

.select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    background-color: var(--component-shade);
    border: none;
    border: 2px solid var(--component-highlight);
    border-radius: 0;
    border-radius: 4px;
    box-shadow: none;
    color: var(--text-color);
    cursor: pointer;
    font-family: var(--font);
    height: 100%;
    outline: none;
    padding-left: 6px;
    padding-right: 35px;
    transition: all .15s linear;
    width: 100%
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.select select::-ms-expand {
    display: none
}

.select select:hover {
    border: 2px solid var(--component-border)
}

.select select:focus {
    border: 2px solid var(--accent-color)
}

select option {
    background-color: var(--menu-color)
}

.anchor-grid {
    height: 120px;
    margin: 10px;
    width: 120px
}

.anchor-grid .row {
    display: flex
}

.anchor-grid .box {
    background: hsla(0, 0%, 100%, .1);
    color: #fff;
    cursor: pointer;
    flex: 1 0 auto;
    font-weight: 700;
    margin: 3px;
    position: relative;
    transition: all .2s linear
}

.anchor-grid .selected {
    background: var(--accent-color) !important
}

.anchor-grid .box:after {
    content: "";
    display: block;
    float: left;
    padding-top: 100%
}

.anchor-grid .box .inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.option-task {
    background-color: var(--component-color);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    transition: all .15s linear;
    width: 100%
}

.option-task:hover:not(.active) {
    background-color: var(--component-highlight);
    color: var(--text-opaque)
}

.option-task:hover:not(.active) .type {
    opacity: 1
}

.option-task.active {
    background-color: var(--accent-color);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    cursor: unset
}

.option-task .type {
    background-color: unset;
    height: 46px;
    opacity: .75;
    padding: 12px;
    transition: opacity .15s linear;
    width: 46px
}

.option-task.active .type {
    filter: none !important;
    opacity: 1
}

.option-task .name {
    flex-grow: 1;
    font-size: 14px;
    padding-top: 7px;
    transition: padding-left .15s linear
}

.option-task.active .name {
    color: #fff
}

.option-task .name span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    opacity: .5
}

.option-task.active .name span {
    opacity: .8
}

.option-task .settings {
    background-color: var(--panel-color);
    display: none;
    flex-basis: 100%;
    width: 100%
}

.option-task.active .settings {
    border-radius: 3px;
    display: block;
    margin: 0 2px 2px;
    padding: 20px
}

.option-task .reko {
    background-color: #b08b22;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px;
    position: absolute;
    right: 20px;
    top: 0
}

.option {
    display: none;
    flex-wrap: nowrap;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
    user-select: none;
    vertical-align: top;
    white-space: nowrap
}

.option .color-pod,
.option .fill-pod,
.option .grad-pod {
    margin-top: 5px
}

.option .icon-button-set {
    margin-top: 4px
}

.option .icon-button-set li {
    background-color: transparent;
    border-radius: 4px;
    height: 30px;
    margin-right: 4px;
    padding-top: 4px;
    padding-top: 6px;
    width: 30px
}

input[type=range]::-moz-range-track {
    background: none
}

input[type=range]::-moz-focusring {
    outline: 1px solid #282828;
    outline-offset: -1px
}

input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(to right, var(--slider-color) 0, var(--slider-color));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    cursor: pointer;
    height: 26px;
    margin: 0;
    outline: none;
    overflow: hidden
}

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

input[type=range]::-moz-range-thumb {
    background: var(--title-color);
    border: none;
    border: 2px solid var(--slider-color) !important;
    border-radius: 10px;
    height: 14px;
    position: relative;
    width: 14px;
    z-index: 3
}

input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: var(--title-color);
    border: 2px solid var(--slider-color) !important;
    border-radius: 50%;
    height: 14px;
    position: relative;
    width: 14px;
    z-index: 3
}

input.number,
input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=url],
textarea {
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: var(--component-shade);
    border: 2px solid var(--component-highlight);
    border-radius: 4px;
    color: var(--text-color);
    font-family: var(--font);
    height: 28px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    transition: all .15s linear;
    width: 55px
}

input[type=email],
input[type=password],
input[type=text],
input[type=url],
textarea {
    height: 32px;
    line-height: 22px;
    margin: 0;
    padding-left: 6px;
    resize: none;
    text-align: left
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

textarea {
    font-size: 13px;
    height: auto
}

html:not(.touch) input[type=number]:hover:not(:focus),
html:not(.touch) input[type=text]:hover:not(:focus),
html:not(.touch) input[type=url]:hover:not(:focus) {
    border: 2px solid var(--component-border);
    color: var(--text-opaque)
}

input[type=number]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border: 2px solid var(--accent-color);
    color: var(--text-opaque)
}

input:invalid,
input[type=number].error,
input[type=text].error,
textarea.error,
textarea:invalid {
    border: 2px solid #d1480e !important
}

.range-white label {
    color: #fff;
    height: 14px;
    line-height: 14px;
    vertical-align: bottom
}

.range-white input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #fff 0, #fff);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    outline: none;
    overflow: hidden;
    width: 150px
}

.range-white input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 2px solid var(--accent-color) !important;
    border-radius: 10px;
    height: 15px;
    position: relative;
    width: 15px;
    z-index: 3
}

.range-white input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff !important;
    background-color: #fff !important;
    border: 2px solid var(--accent-color) !important;
    border-radius: 10px;
    height: 15px;
    width: 15px
}

.range-white input[type=range]::-moz-range-thumb:active {
    background: #fff !important
}

.range-white input[type=range]::-webkit-slider-thumb:active {
    -webkit-appearance: none;
    appearance: none;
    background: #fff !important
}

.range-white output {
    color: #fff;
    line-height: 20px
}

input[type=checkbox] {
    display: block !important;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    width: 0
}

.switch {
    cursor: pointer;
    display: block;
    line-height: 20px;
    user-select: none
}

.switch span:first-of-type {
    background: var(--component-dim);
    border-radius: 10px;
    float: right;
    height: 18px;
    position: relative;
    transition: all .2s linear;
    width: 30px
}

.switch span:first-of-type:after {
    background: var(--text-dim);
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .3s;
    width: 14px
}

input:checked+.switch span:first-of-type {
    background-color: var(--accent-color)
}

input:checked+.switch span:first-of-type:after {
    background: #fff;
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.switch span:first-of-type:active:after {
    width: 18px
}

.subline.switch span:first-of-type {
    margin-right: 7px;
    margin-top: 7px
}

.subline {
    background-color: var(--component-color);
    border-left: 5px solid var(--panel-color);
    border-radius: 0 4px 4px 0;
    color: var(--text-dim);
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: -5px;
    padding-left: 27px;
    position: relative;
    transition: all .15s linear;
    width: 225px
}

.subline:hover {
    background-color: var(--component-highlight);
    color: var(--text-opaque)
}

.subline:hover .arrow {
    border: solid var(--text-opaque);
    border-width: 0 0 3px 3px
}

.subline.changed,
input:checked+.switch.subline {
    border-left: 5px solid var(--accent-color)
}

.toggle-check {
    left: -999em;
    position: absolute
}

.toggle {
    height: unset;
    opacity: 1;
    padding-bottom: 16px;
    padding-top: 16px;
    transition: opacity .25s linear
}

.toggle-check:not(:checked)~.toggle {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0
}

.arrow {
    border: solid var(--text-dim);
    border-width: 0 0 3px 3px;
    display: block;
    height: 8px;
    left: 10px;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
    transition: all .15s linear;
    width: 8px
}

.toggle-check:not(:checked)~label .arrow {
    top: 12px;
    transform: rotate(-135deg)
}

.angle-box {
    height: 64px;
    position: relative;
    width: 64px
}

.angle-box>.outer-circle {
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.angle-box>.handle {
    background: var(--panel-color);
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    left: calc(50% - 9px);
    padding: 3px;
    position: absolute;
    top: calc(50% - 9px);
    transition: margin-left .1s ease, background-color .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 18px
}

.angle-box>.handle.grabbed {
    background: transparent !important;
    border: 3px solid #ddd;
    transition: none
}

.angle-box>.handle>div {
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    height: 100%;
    transition: border-color .2s;
    width: 100%
}

html:not(.touch) .angle-box>.handle:not(.grabbed):hover>div {
    border: 2px solid #ddd
}

.angle-box>.handle.grabbed>div {
    border: none !important
}

.range-box {
    line-height: 24px;
    width: 100%
}

.range-box .info {
    display: flex
}

.range-box .info label {
    width: 100%
}

.range-box .info input[type=text] {
    background: none;
    border: 2px solid hsla(0, 0%, 100%, 0);
    display: block;
    height: 24px;
    padding-right: 2px;
    text-align: right;
    width: 55px
}

.range-box .info input[type=text]:focus {
    border: 2px solid var(--accent-color)
}

.slider {
    background: linear-gradient(to right, var(--slider-color) 0, var(--slider-color) 100%);
    height: 28px;
    margin: 0;
    outline: none;
    padding: 0
}

.slider,
.slider .diff {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 2px
}

.slider .diff {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.slider .bounds {
    margin: 0 auto;
    width: calc(100% - 15px)
}

.slider .knob {
    background: var(--panel-color);
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    padding: 3px;
    transform: translateX(-10px);
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 20px
}

html:not(.touch) .slider .knob:not(.grabbed):hover>div {
    border: 2px solid var(--text-dim)
}

.slider .knob.grabbed {
    border: 3px solid var(--accent-color);
    transition: none
}

.slider .knob>div {
    border: 2px solid var(--slider-color)
}

.slider.changed .knob>div {
    background: var(--accent-color)
}

.slider.changed .knob>div,
html:not(.touch) .slider.changed .knob:not(.grabbed):hover>div {
    border: 2px solid var(--accent-color)
}

.slider .knob.grabbed>div {
    background: var(--panel-color);
    border: none !important
}

#saturation .slider {
    background: linear-gradient(90deg, #666 0, #337499 50%, #38854e 67%, #993 84%, #9c2e2e) !important
}

#vibrance .slider {
    background: linear-gradient(90deg, #666 0, #9c2e2e) !important
}

#temperature .slider {
    background: linear-gradient(90deg, #337499 0, #993) !important
}

#tint .slider {
    background: linear-gradient(90deg, #853879 0, #38854e) !important
}

#bokeh-shape-hue .slider,
#hue .slider {
    background: linear-gradient(90deg, #9c2e2e, #993, #38854e, #2e9b9c, #337499, #9c2e9b, #9c2e2e) !important
}

#bokeh-shape-hue .slider,
#hue .slider,
#saturation .slider,
#temperature .slider,
#tint .slider,
#vibrance .slider {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% 2px !important
}

.range-box.compact {
    position: relative;
    width: auto
}

.range-box.compact .slider-holder {
    background-color: var(--panel-color);
    border-radius: 0 0 6px 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .4);
    display: none;
    padding: 4px 10px;
    position: fixed;
    width: 220px;
    z-index: 99999999999
}

.range-box.compact .info input {
    background-color: var(--component-shade);
    border: 2px solid var(--component-highlight);
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding-left: 2px !important;
    padding-right: 14px;
    width: 60px
}

.range-box.compact .info input:focus {
    cursor: auto
}

.range-box.compact .info:after {
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--text-color);
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: 0
}

.color-selector-selector {
    border-radius: 6px;
    display: none;
    position: relative
}

.color-selector-presets {
    margin-top: 4px
}

.color-selector-presets.extended {
    display: grid;
    grid-template-columns: repeat(auto-fill, 44px);
    justify-content: space-between;
    margin-top: 0;
    row-gap: 8px
}

.color-selector-sat {
    position: relative
}

.color-selector-sat-slide {
    border-radius: 2px;
    position: absolute;
    z-index: 44
}

.color-selector-sat-knob {
    border: 2px solid #fff;
    border-radius: 12px;
    cursor: pointer;
    height: 18px;
    left: -9px;
    pointer-events: none;
    position: absolute;
    top: -9px;
    width: 18px;
    z-index: 55
}

.color-selector-hue {
    height: 20px;
    margin-bottom: 16px;
    margin-top: 10px;
    position: relative
}

.color-selector-hue-slide {
    background: linear-gradient(90deg, red, #ff0, lime, cyan, blue, #f0f, red);
    border-radius: 2px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    z-index: 44
}

.color-selector-hue-knob {
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    height: 24px;
    left: -2px;
    pointer-events: none;
    position: absolute;
    top: -2px;
    width: 6px;
    z-index: 55
}

.color-selector-pod {
    background-color: #fff;
    border: 1.5px solid var(--component-border);
    border-radius: 11px;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin-right: 6px;
    transition: width .3s ease-out;
    width: 22px
}

.color-selector-pod.last {
    margin-right: 0
}

.color-selector-pod.selected {
    background-image: url(images/three-dot.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 50px
}

.color-selector-pod:active {
    transform: scale(1.1)
}

.color-selector-input {
    display: inline-block !important;
    height: 32px !important;
    margin: 0 !important;
    padding-left: 4px !important;
    text-transform: uppercase;
    width: 90px !important
}

.color-selector-pick {
    border-radius: 4px !important;
    float: right !important;
    height: 32px !important;
    min-width: 34px !important;
    padding-left: 0;
    padding-right: 0;
    width: 42px !important
}

.color-selector-pick img {
    left: 11px !important;
    top: 6px !important
}

.color-selector-modal {
    cursor: crosshair;
    overflow: hidden !important
}

.color-selector-preview {
    background-color: #38854e;
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 99
}

#color-picker-selector {
    display: flex;
    position: relative;
    user-select: none
}

#color-picker-sat {
    height: 256px;
    position: relative;
    width: 256px
}

#color-picker-sat-slide {
    border-radius: 2px;
    height: 256px;
    position: absolute;
    width: 256px;
    z-index: 44
}

#color-picker-sat-knob {
    border: 2px solid #fff;
    border-radius: 12px;
    cursor: pointer;
    height: 18px;
    left: -9px;
    pointer-events: none;
    position: absolute;
    top: -9px;
    width: 18px;
    z-index: 55
}

#color-picker-hue {
    height: 256px;
    margin-left: 15px;
    margin-right: 5px;
    position: relative;
    width: 20px
}

#color-picker-hue-slide {
    background: linear-gradient(0deg, red, #ff0, lime, cyan, blue, #f0f, red);
    height: 256px;
    width: 20px;
    z-index: 44
}

#color-picker-hue-knob,
#color-picker-hue-slide {
    border-radius: 2px;
    cursor: pointer;
    position: absolute
}

#color-picker-hue-knob {
    border: 2px solid #fff;
    height: 6px;
    left: -2px;
    pointer-events: none;
    top: -2px;
    width: 24px;
    z-index: 55
}

#color-picker-etc {
    flex-grow: 1
}

#color-picker-new {
    border-radius: 2px 2px 0 0
}

#color-picker-current,
#color-picker-new {
    height: 40px;
    margin: 0 auto 0 10px;
    width: 80px
}

#color-picker-current {
    border-radius: 0 0 2px 2px
}

#color-picker-inputs {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: right
}

#color-picker-inputs>div {
    flex-grow: 1;
    line-height: 32px;
    margin-left: 5px;
    width: 72px
}

#color-picker-inputs>div>div {
    margin-bottom: 4px
}

#color-picker-inputs input {
    margin-left: 4px;
    text-align: right !important;
    width: 45px !important
}

#color-picker-hex {
    line-height: 32px !important;
    text-align: right !important
}

#picker-input-hex {
    height: 26px !important;
    margin-bottom: 3px !important;
    margin-left: 4px !important;
    margin-top: 3px !important;
    text-transform: uppercase;
    width: 100px !important
}

#color-picker-preview {
    background-color: #38854e;
    border: 2px solid #333;
    border-radius: 50% 50% 50% 0;
    box-shadow: inset 0 0 0 2px #fff;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 99
}

#color-picker-history {
    display: flex;
    margin: 0 auto;
    padding-top: 4px
}

#color-picker-quick {
    position: absolute;
    z-index: 98
}

.color-pod-list .color-pod {
    margin-right: 4px
}

.color-pod {
    background-color: #fff;
    border: 2px solid var(--component-border);
    cursor: pointer;
    display: block;
    height: 26px;
    position: relative;
    width: 36px
}

.color-pod.square {
    border: none;
    border-radius: 3px;
    display: inline-block;
    height: 44px;
    width: 44px
}

.color-pod.square.selected:after {
    border: 2px solid var(--accent-color);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000;
    content: " ";
    display: block;
    height: 44px;
    width: 44px
}

.empty {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 50 50'><path d='M50 0 L0 50 ' stroke='red' stroke-width='3'/></svg>") !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 80% 80%, auto !important
}

.color-pod.small {
    border: 1.5px solid var(--component-border);
    border-radius: 50%;
    height: 22px;
    width: 22px
}

.color-pod.small.floater {
    border: 2px solid #fff;
    position: absolute;
    z-index: 99
}

.grad-pod {
    background-size: 100px 26px;
    border: 2px solid var(--component-color);
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 26px;
    width: 100px
}

.grad-pod.square {
    background-image: var(--square-bg);
    background-size: 50px 50px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    height: 52px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 52px
}

.grad-pod.square.selected:after {
    border: 2px solid var(--accent-color);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000;
    content: " ";
    display: block;
    height: 52px;
    width: 52px
}

.fill-pod {
    border: 2px solid var(--component-color);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    position: relative;
    width: 44px
}

.fill-pod div {
    height: 100%;
    width: 100%
}

.pattern-pod {
    background-size: 80% 80%;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 52px
}

.pattern-pod.selected:after {
    border: 2px solid var(--accent-color);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000;
    content: " ";
    display: block;
    height: 52px;
    width: 52px
}

#grad-selector {
    -webkit-user-drag: none;
    flex-flow: column;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px
}

.grad-selector-float {
    background-color: var(--panel-color);
    border-radius: 0 0 6px 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .4);
    padding: 15px;
    position: absolute;
    width: 330px;
    z-index: 101
}

#grad-selector>div>label {
    display: inline-block
}

#grad-selector-preview-holder {
    background-image: var(--square-bg);
    background-position: 50% 50%;
    background-size: 20px 20px;
    border-radius: 2px
}

#grad-selector-preview {
    background-size: 300px 50px;
    border-radius: 2px;
    height: 50px
}

#grad-selector-preview,
#grad-selector-stoplist {
    -webkit-user-drag: none;
    display: block;
    width: 300px
}

#grad-selector-stoplist {
    height: 0;
    margin-top: 4px;
    position: relative
}

#grad-selector-addlist {
    cursor: cell;
    display: block;
    height: 20px;
    width: 300px
}

#grad-selector-stoplist .knob {
    -webkit-user-drag: none;
    cursor: pointer;
    height: 18px;
    margin-left: -6px;
    position: absolute;
    width: 11px;
    z-index: 99
}

#grad-selector-stoplist .knob .bg {
    background-image: url(images/knob.svg);
    background-repeat: no-repeat;
    background-size: 11px 18px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

#grad-selector-stoplist .knob.selected .bg {
    opacity: .9
}

#grad-selector-stoplist .knob .color {
    border-radius: 4px 4px 3px 3px;
    filter: none;
    height: 11px;
    left: 1px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    width: 9px
}

#grad-selector-presets {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 310px
}

#pattern-selector-presets {
    height: 190px;
    overflow: hidden;
    position: relative;
    width: 310px
}

.shape-pod {
    cursor: pointer;
    display: flex;
    height: 40px;
    margin-right: 10px;
    padding-top: 4px;
    position: relative
}

.shape-pod:after {
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--text-color);
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: -2px;
    transition: all .15s linear;
    width: 0
}

.shape-pod:active:after {
    transform: translateY(2px)
}

.shape-pod canvas {
    display: block;
    height: 28px;
    width: 28px
}

#shape-selector {
    -webkit-user-drag: none;
    background-color: var(--panel-color);
    border-radius: 0 0 6px 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .4);
    flex-flow: column;
    font-size: 13px;
    height: 300px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 5px 0 10px 10px;
    position: absolute;
    width: 310px;
    z-index: 101
}

#shape-selector-presets {
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative
}

.shape-setting-pod {
    border: solid transparent;
    border-width: 0 0 4px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    margin-bottom: 4px;
    margin-right: 10px;
    opacity: .5;
    position: relative;
    transition: all .1s ease-out;
    width: 50px
}

.shape-setting-pod.active {
    border-color: var(--accent-color);
    opacity: .8
}

.shape-setting-pod>canvas {
    margin: 0 0 5px
}

#font-wrap {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2322233311
}

#font-wrap.show {
    display: block
}

#font-list {
    background-color: var(--panel-color);
    height: 100%;
    left: 46px;
    overflow: hidden;
    position: absolute;
    top: 0;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 260px;
    z-index: 180
}

#font-list-holder {
    height: calc(100% - 130px)
}

#font-list-add {
    height: 44px;
    width: 100%
}

#font-list-add .splitter {
    height: 5px;
    margin-bottom: 6px
}

#font-list-add .button {
    display: block;
    margin: 8px auto;
    width: 94%
}

.font-search {
    background-color: var(--component-color);
    font-size: 14px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding-left: 40px !important;
    position: relative;
    width: 100% !important
}

.font-search,
.font-search:focus {
    border: unset !important
}

.font-picker {
    background-color: var(--component-shade);
    border: 2px solid var(--component-color);
    border-radius: 2px;
    cursor: pointer;
    font-size: 18px;
    height: 26px;
    line-height: 22px;
    margin-top: 5px;
    transition: all .2s
}

.font-picker:active,
html:not(.touch) .font-picker:hover {
    border: 2px solid var(--component-highlight)
}

.font-picker:active img,
html:not(.touch) .font-picker:hover img {
    opacity: var(--hover-opacity)
}

.font-pod {
    cursor: pointer;
    position: relative;
    width: 260px
}

.font-pod.selected {
    background-color: var(--accent-color)
}

.font-pod.selected img {
    filter: none !important
}

.font-pod.selected .thumb {
    opacity: 1
}

.font-pod .thumb {
    height: 40px;
    margin-left: 10px;
    opacity: .6;
    width: 220px
}

.font-pod:not(.selected).focus {
    background-color: var(--component-color)
}

.font-pod:not(.selected).focus .thumb {
    opacity: 1
}

.font-pod img.close {
    display: none;
    height: 20px;
    padding: 4px;
    top: 10px !important;
    width: 20px
}

html:not(.touch) .font-pod:hover img.close {
    display: block
}

.swatches>div {
    border: 2px solid var(--component-highlight);
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 3px;
    position: relative;
    transition: all 15ms ease-out;
    width: 32px
}

.swatches>div.twin {
    width: 46px
}

.swatches>div.twin span:nth-child(2) {
    margin-left: -8px
}

.swatches div span {
    border-radius: 30px;
    display: inline-block;
    height: 22px;
    width: 22px
}

.swatches>div.active {
    border: 2px solid var(--accent-color)
}

html:not(.touch) .swatches>div:hover:not(.active) {
    border: 2px solid var(--component-border)
}

.swatches.small>div {
    height: 24px;
    margin-bottom: 0;
    margin-right: 2px;
    padding: 2px;
    width: 24px
}

.swatches.small>div.twin {
    width: 32px
}

.swatches.small div span {
    height: 16px;
    width: 16px
}

.swatch-slider {
    background-color: var(--component-shade);
    border: 2px solid var(--component-highlight);
    border-radius: 30px;
    display: inline-block;
    height: 134px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 3px;
    position: relative;
    width: 34px
}

.swatch-slider div {
    border-radius: 12px;
    bottom: 3px;
    height: 24px;
    position: absolute;
    width: 24px
}

#horizontal-scroll-holder,
#vertical-scroll-holder {
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 80
}

#horizontal-scroll-holder {
    border-right: 16px solid rgba(0, 0, 0, .4)
}

#horizontal-scroll-slider,
#vertical-scroll-slider {
    background-color: #575a5c;
    border-radius: 6px;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .2s;
    width: 12px;
    z-index: 1
}

#horizontal-scroll-slider:active,
#horizontal-scroll-slider:hover,
#vertical-scroll-slider:active,
#vertical-scroll-slider:hover {
    background-color: #8b8c8d
}

#horizontal-image-info {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 160px
}

.ss-wrapper {
    overflow: hidden;
    position: relative
}

.ss-content {
    -ms-overflow-style: none;
    height: 100%;
    overflow-anchor: none;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
    user-select: none;
    -webkit-user-select: none
}

.ss-content::-webkit-scrollbar {
    display: none
}

.ss-scroll {
    background-color: var(--text-dim);
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 1px;
    top: 0;
    transition: width .1s linear, opacity .15s linear, right .15s linear;
    width: 5px;
    z-index: 2
}

html:not(.touch) .ss-wrapper:hover .ss-scroll {
    opacity: .5
}

html:not(.touch) .ss-wrapper .ss-scroll:active {
    opacity: .7;
    width: 9px
}

.ss-hidden {
    display: none
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 60px 0
    }
}

/* .progress-bar {
    animation: animate-stripes 2.5s linear infinite reverse;
    background-color: var(--title-color);
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 30px 30px;
    border: 2px solid var(--title-color);
    border-radius: 10px;
    display: block;
    height: 20px;
    width: 100%
}

.progress-bar .inner {
    background-color: var(--accent-color);
    border-radius: 8px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .3);
    display: block;
    height: 16px;
    position: relative;
    width: 0
} */
#progress-bar {
    text-align: center !important;
}

[tooltip] {
    position: relative
}

[tooltip]:after,
[tooltip]:before {
    display: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    user-select: none
}

[tooltip]:before {
    border: 5px solid transparent;
    content: "";
    z-index: 1001
}

[tooltip]:after {
    background: #eee;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    color: #000;
    content: attr(tooltip);
    letter-spacing: 1px;
    max-width: 250px;
    min-width: 20px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-indent: 1px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1000
}

html:not(.touch) [tooltip]:hover:after,
html:not(.touch) [tooltip]:hover:before {
    display: block
}

[tooltip=""]:after,
[tooltip=""]:before {
    display: none !important
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
    border-bottom-width: 0;
    border-top-color: #eee;
    bottom: calc(100% + 3px)
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
    bottom: calc(100% + 8px)
}

[tooltip]:not([flow]):after,
[tooltip]:not([flow]):before,
[tooltip][flow^=up]:after,
[tooltip][flow^=up]:before {
    left: 50%;
    transform: translate(-50%, -.5em)
}

[tooltip][flow^=up-right]:before {
    border-bottom-width: 0;
    border-top-color: #eee;
    bottom: calc(100% + 3px);
    left: 50%
}

[tooltip][flow^=up-right]:after {
    bottom: calc(100% + 8px);
    left: -5px;
    transform: translateY(-.5em)
}

[tooltip][flow^=up-left]:before {
    border-bottom-width: 0;
    border-top-color: #eee;
    bottom: calc(100% + 3px);
    right: 50%
}

[tooltip][flow^=up-left]:after {
    bottom: calc(100% + 8px);
    left: unset;
    right: -5px;
    transform: translateY(-.5em)
}

[tooltip][flow^=down]:before {
    border-bottom-color: #eee;
    border-top-width: 0;
    top: 100%
}

[tooltip][flow^=down]:after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]:after,
[tooltip][flow^=down]:before {
    left: 50%;
    transform: translate(-50%, .5em)
}

[tooltip][flow^=left]:before {
    border-left-color: #eee;
    border-right-width: 0;
    left: -5px;
    top: 50%;
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=left]:after {
    right: calc(100% + 5px);
    top: 50%;
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=right]:before {
    border-left-width: 0;
    border-right-color: #eee;
    right: -5px;
    top: 50%;
    transform: translate(.5em, -50%)
}

[tooltip][flow^=right]:after {
    left: calc(100% + 5px);
    top: 50%;
    transform: translate(.5em, -50%)
}

.clickEffect {
    animation: clickEffect .4s ease-out;
    border-color: #fff;
    border-radius: 50%;
    border-style: solid;
    box-sizing: border-box;
    pointer-events: none;
    position: fixed;
    z-index: 99999
}

@keyframes clickEffect {
    0% {
        border-width: .5em;
        height: .5em;
        margin: -.25em;
        opacity: 1;
        width: .5em
    }

    to {
        border-width: .03em;
        height: 15em;
        margin: -7.5em;
        opacity: .2;
        width: 15em
    }
}

@media only screen and (max-width:650px) {
    ::-webkit-scrollbar {
        width: 8px !important
    }

    ::-webkit-scrollbar-thumb {
        border: 2px solid transparent !important;
        border-radius: 2px !important
    }

    header {
        gap: 10px
    }

    #app-logo {
        font-size: 16px;
        letter-spacing: 0
    }

    #app-selector {
        display: none
    }

    .ppum,
    .user {
        background-color: var(--component-color);
        min-width: 42px;
        overflow: hidden;
        padding: 0;
        width: 42px
    }

    .ppum img,
    .user img {
        margin: 10px 30px 10px 10px
    }

    #mobile-variant {
        display: flex
    }

    .carousel {
        margin-top: 20px
    }

    .carousel ul {
        margin-bottom: 20px;
        margin-top: 0
    }

    .carousel ul li {
        width: 20px
    }

    .carousel .back,
    .carousel .forward {
        display: none !important
    }

    .announce {
        max-width: 420px
    }

    .announce .flair {
        display: none
    }
}

:root {
    --accent-color: #86C32A;
    --accent-light-color: #86C32A99;
    --accent-shadow-color: #86C32A99;
    --dark-color: #2e3136;
    --light-color: #f7f6f4;
    --light-text-color: #353a3e;
    --light-scrollbar-color: #00000030;
    --light-scrollbar-color-hover: #00000050;
    --font: "Montserrat", "Segoe UI", sans-serif
}

body,
html {
    background-color: var(--home-color)
}

.after:after {
    background-color: var(--accent-color);
    content: " ";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 30px
}

.after.small:after {
    height: 3px !important;
    margin-top: 5px !important;
    width: 20px !important
}

.after.center:after {
    margin-left: auto;
    margin-right: auto
}

#home-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 5px 10px
}

#welcome-text h1 {
    font-size: 32px
}

#drop-open,
#list-open {
    border: 2px dashed var(--component-highlight);
    color: var(--component-border);
    cursor: pointer;
    font-size: 15px;
    height: 250px;
    line-height: 350px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    width: 200px
}

#drop-open {
    background-image: url(images/cutout-remove-background.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size: auto 90%;
    border: 3px dashed var(--component-highlight);
    font-size: 22px;
    height: 500px;
    line-height: 600px;
    padding-left: 50%;
    position: relative;
    width: 100%;
    color: var(--text-color)
}

#drop-open:hover {
    border: 3px solid var(--component-border);
    color: var(--text-opaque)
}

#list-open:hover {
    border: 2px solid var(--component-border);
    color: var(--text-opaque)
}

#drop-open input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

#drop-open img,
#list-open img {
    height: 48px;
    left: calc(50% - 24px);
    opacity: .6;
    position: absolute;
    top: 35%;
    transition: all .15s linear;
    width: 48px
}

#drop-open img {
    height: 64px;
    left: calc(75% - 24px);
    width: 64px
}

#drop-open:hover img,
#list-open:hover img {
    opacity: .9
}

#feature-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 40px
}

.feature {
    display: flex;
    flex-basis: 10%;
    flex-grow: 1;
    margin-bottom: 40px;
    margin-right: 50px;
    max-width: 400px;
    min-width: 250px
}

.feature img {
    margin-right: 25px;
    opacity: .6
}

.feature p {
    margin: 0
}

.feature p a {
    color: #fff;
    font-weight: 700
}

.right {
    font-size: 15px;
    min-width: 440px;
    width: 440px
}

.left,
.right {
    position: relative
}

.left {
    flex-basis: auto;
    flex-grow: 1;
    flex: 1;
    min-width: 240px
}

.light {
    color: var(--light-text-color)
}

.flatbox {
    background-color: var(--panel-color);
    border: 2px solid var(--component-dim);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgb(0 0 0/10%);
    padding: 30px
}

#welcome-text {
    padding: 10px
}

#app-buttons {
    display: flex;
    gap: 20px;
    justify-content: center
}

#app-buttons img {
    width: 100%
}

#app-alert {
    background-color: #fff;
    background: linear-gradient(950deg, #dee1e1, #f4f4f4);
    border: 5px solid #fff;
    border-radius: 5px;
    bottom: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    color: #111;
    display: flex;
    gap: 5%;
    height: 200px;
    left: 4%;
    padding: 3%;
    position: fixed;
    width: 92%;
    z-index: 9999999
}

#app-alert div {
    flex-grow: 1
}

#app-alert h3 {
    font-size: 20px
}

#app-alert p {
    font-size: 14px;
    margin: 10px 0
}

#app-alert #app-icon {
    border-radius: 12px;
    height: 96px;
    width: 96px
}

#app-alert #store-icon {
    bottom: 15px;
    display: block;
    margin-left: auto;
    max-width: calc(100% - 180px);
    position: absolute;
    right: 15px
}

#app-alert .close {
    background-color: #00000090
}

.box {
    background-color: var(--component-shade);
    cursor: pointer;
    position: relative;
    transition: all .15s linear
}

.white .box {
    background-color: #fff
}

.black .box {
    background-color: #000
}

.source-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative
}

.source-holder .box {
    cursor: auto;
    display: inline-flex;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    width: auto
}

.box.queue {
    border: 1px solid var(--component-dim);
    width: 200px
}

.box .options,
.box .overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    gap: 10px;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.box .options {
    background-color: unset;
    flex-direction: column;
    padding-top: 80px
}

.box canvas {
    height: 100%;
    width: auto
}

.box .close {
    background-color: rgba(0, 0, 0, .4);
    height: 30px;
    right: 4px;
    top: 4px;
    width: 30px
}

.box .options div {
    background-color: rgba(0, 0, 0, .9);
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    line-height: 40px;
    max-width: 200px;
    opacity: 0;
    padding-left: 6px;
    position: relative;
    transition: all .15s linear;
    width: 90%
}

.box .options:hover div {
    background-color: #000;
    opacity: .9
}

.box .options div:hover {
    background-color: var(--accent-color);
    opacity: 1
}

.box .options img {
    display: block;
    height: 20px;
    margin: 10px 8px;
    opacity: .8;
    width: 20px
}

.source-holder .box {
    border: 2px solid transparent
}

.source-holder .box.selected {
    border: 2px solid var(--accent-color)
}

.source-holder .box:hover {
    border-radius: 0
}

.cutout-bottom,
.cutout-options {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
    width: 100%
}

.cutout-options li {
    border: 3px solid var(--component-dim);
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    padding: 3px;
    position: relative;
    transition: border .15s linear;
    width: 60px;
    z-index: 999;
}

.cutout-options li.marked {
    border: 3px solid var(--accent-color)
}

.cutout-options li.marked img {
    opacity: var(--hover-opacity) !important
}

.cutout-options li:hover:not(.marked) {
    border: 3px solid var(--component-border)
}

#crop-none {
    margin-left: 20px
}

.cutout-options li>div {
    background-color: var(--component-dim);
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.cutout-options li.marked div {
    background-color: var(--component-highlight)
}

#fill-none>div {
    background-image: var(--square-bg) !important;
    background-size: 20px 20px !important
}

#fill-white>div {
    background-color: #ddd
}

#fill-black>div {
    background-color: #111
}

#fill-picker>div {
    position: relative;
    background-image: url(../images/5d107b5ed8fdb8964fbad44174bc9b18.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#colorPicker {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#crop-bounds img,
#crop-none img {
    margin: 8px;
    opacity: .4;
    transition: all .15s linear
}

#crop-bounds:hover img,
#crop-none:hover img {
    opacity: .7
}

#overspace {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 10px
}

.options-panel {
    height: 100%;
    overflow-y: auto;
    padding: 10px
}

.options-panel::-webkit-scrollbar {
    width: 16px
}

.options-panel::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-color);
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px
}

.options-panel::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover)
}

.tool-panel {
    background-color: var(--component-color);
    border: 2px solid var(--component-dim);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0/10%);
    min-height: 80px;
    padding: 20px;
    position: relative;
    user-select: none
}

.tool-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%
}

.tool-selector li {
    border: 3px solid var(--component-dim);
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    padding: 3px;
    position: relative;
    transition: border .15s linear;
    width: 60px
}

.tool-selector li>div {
    background-color: var(--component-dim);
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.tool-selector li img {
    margin: 10px;
    opacity: .4;
    transition: all .15s linear
}

.tool-selector li.marked {
    border: 3px solid var(--accent-color)
}

.tool-selector li.marked img {
    opacity: var(--hover-opacity) !important
}

.tool-selector li.marked div {
    background-color: var(--component-highlight)
}

#navigator {
    border: 1px solid #222;
    box-shadow: 0 0 20px 2px rgb(0 0 0/30%);
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 90
}

#navigator-back {
    background-image: var(--square-bg);
    background-position: 50% 50%;
    background-size: 20px 20px;
    height: 100%;
    position: relative;
    width: 100%
}

#navigator-marker {
    border: 1px solid #d1480e;
    cursor: move;
    position: absolute
}

.slider,
.slider .diff {
    background-size: 100% 4px
}

.slider .knob {
    background: var(--component-color);
    border: 3px solid var(--accent-color);
    padding: 0;
    transition: none
}

.slider .knob.grabbed {
    background: var(--accent-color)
}

.slider .knob>div {
    background: none !important;
    border: none !important;
    border-radius: 50%;
    height: 100%;
    width: 100%
}

html:not(.touch) .slider .knob:not(.grabbed):hover>div {
    background: var(--panel-color) !important;
    border: none
}

@media only screen and (max-width:1280px) {
    #welcome-text {
        padding: 20px 15px
    }

    #welcome-text h1 {
        font-size: 22px
    }

    .right {
        min-width: 320px;
        width: 320px
    }

    .flatbox {
        padding: 15px
    }
}

@media only screen and (max-width:1024px) {
    #wrap {
        flex-direction: column
    }
}

@media only screen and (max-width:980px) {
    #home-wrap {
        background-color: var(--panel-color);
        border-top: 2px solid var(--component-dim);
        flex-direction: column;
        gap: 0;
        padding: 0
    }

    #welcome-text h1 {
        font-size: 36px
    }

    #home-wrap .left,
    #home-wrap .right {
        min-width: 100%;
        width: 100%
    }

    .flatbox {
        background-color: unset;
        border: unset;
        border-radius: 0;
        box-shadow: unset;
        padding: 20px 10px
    }

    .cutout-options {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:650px) {

    #list-open,
    .source-holder .box {
        height: 200px;
        max-height: 200px;
        min-height: 200px
    }

    #list-open {
        line-height: 300px
    }

    .fine-tune {
        display: none !important
    }

    #drop-open {
        background-position: 10px 10px;
        background-size: auto 300px;
        line-height: 50px;
        padding-left: 0;
        padding-top: 400px
    }

    #drop-open img {
        left: calc(50% - 24px);
        top: 320px
    }

    .box .options div {
        opacity: .9
    }
}

:root {
    --border: #dbdbdb;
    --border-dark: #c2c2c2
}

.hide {
    display: none !important
}

.w-100 {
    width: 100%
}

.entry {
    color: #333;
    position: relative
}

.entry.pop {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .3);
    display: flex;
    flex-flow: column;
    margin: auto 0;
    max-width: 100%;
    overflow: hidden;
    width: 420px
}

.entry .entry-content {
    padding: 30px 40px 40px
}

.entry #entry-footer {
    background: #eff2f5;
    font-size: 14px;
    margin-top: auto;
    padding: 20px;
    text-align: center;
    width: 100%
}

.entry.agreements {
    width: 1000px
}

.entry .back,
.entry .close {
    cursor: pointer
}

.entry .close {
    border-radius: 50%;
    height: 28px;
    opacity: .6;
    padding: 6px;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .15s linear;
    user-select: none;
    width: 28px;
    z-index: 2120
}

.entry .close:active,
html:not(.touch) .entry .close:hover {
    background-color: unset !important;
    opacity: 1;
    transform: rotate(90deg)
}

html:not(.touch) .entry input[type=number]:focus,
html:not(.touch) .entry input[type=number]:hover,
html:not(.touch) .entry input[type=password]:focus,
html:not(.touch) .entry input[type=password]:hover,
html:not(.touch) .entry input[type=text]:focus,
html:not(.touch) .entry input[type=text]:hover {
    border: 1px solid var(--accent-color);
    color: #323539
}

.entry input.invalid {
    background-color: #fff6f6 !important;
    border: 1px solid #e71d36 !important
}

.entry input:-webkit-autofill,
.entry input:-webkit-autofill:focus,
.entry select:-webkit-autofill,
.entry select:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s
}

.entry input[type=number]::-webkit-inner-spin-button,
.entry input[type=number]::-webkit-outer-spin-button {
    margin: 0
}


.entry .no-margin {
    margin: 0
}

.entry h1 {
    font-size: 22px;
    line-height: 50px
}

.entry p {
    font-size: 13px;
    margin: 0;
}

.entry .anchor,
.entry a {
    color: var(--accent-color);
    text-decoration: none
}

.entry .anchor {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.entry .anchor:hover,
.entry a:hover {
    text-decoration: underline;
}

.entry .column {
    display: flex;
}

.entry .justify-center {
    justify-content: center;
}

.entry .space-between {
    justify-content: space-between;
}

.entry .separator {
    align-items: center;
    display: flex;
    font-size: 12px;
    padding-top: 25px;
    text-align: center;
}

.entry .separator:after,
.entry .separator:before {
    border-bottom: 1px solid var(--border);
    content: " ";
    flex: 1;
}

.entry .separator:before {
    margin-right: 15px;
}

.entry .separator:after {
    margin-left: 15px;
}

.entry .button {
    text-transform: capitalize;
}

.entry .button.small {
    min-width: 150px;
    padding: 0 10px
}

.entry .button.transparent {
    background: transparent;
    border: none;
    color: #323539
}

.entry .button.transparent:hover {
    border: none;
    box-shadow: none
}

.entry .button.full {
    width: 100%
}

.entry .chooser {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px
}

.entry .social-button {
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: #555;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    height: 48px;
    justify-content: flex-start;
    padding: 0 20px;
    transition: all .15s linear;
    width: 100%
}

.entry .social-button:hover {
    border: 1px solid var(--accent-color)
}

.entry .button img {
    height: 15px;
    left: unset;
    opacity: unset;
    position: unset;
    top: unset;
    transition: unset;
    width: 15px
}

.entry .input-group {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    margin-top: 20px;
    position: relative;
    text-transform: none
}

.entry .inline {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:425px) {
    .entry .inline {
        flex-direction: column
    }
}

.entry .input-group input,
.entry .input-group select {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 2px;
    color: #323539;
    font-family: Montserrat, Segoe UI, sans-serif;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    text-align: left;
    width: 100%
}

.entry .input-group select option {
    background-color: initial
}

.entry .input-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left
}

.entry .input-group input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    height: 0;
    width: 0
}

.entry .input-group label.custom-checkbox {
    font-family: unset;
    font-weight: 400;
    height: unset;
    margin-bottom: 0
}

.entry .input-group label.custom-checkbox:before {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid var(--border-dark);
    border-radius: 2px;
    color: #fff;
    content: "";
    display: inline-flex;
    height: 18px;
    margin-right: 6px;
    padding-bottom: 3px;
    width: 18px
}

.entry .input-group input[type=checkbox]:checked+label:before {
    background-color: #3ebbdf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.526 7.509a.874.874 0 0 1-.62-.257L.274 4.62a.877.877 0 1 1 1.24-1.24L3.527 5.39 8.17.748a.877.877 0 1 1 1.24 1.24L4.147 7.253a.874.874 0 0 1-.62.257Z' fill='%23fff'/%3E%3C/svg%3E");
    border: 1px solid transparent
}

.entry .input-group .input-icon {
    cursor: pointer;
    height: 18px;
    opacity: .5;
    position: absolute;
    right: 12px;
    top: 33px;
    width: 18px
}

.entry .checkbox-group {
    margin: 7px 0
}

.entry .checkbox-group input {
    height: unset
}

.entry .input-group .error-msg {
    color: #e71d36;
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 0;
    max-width: 445px;
    text-align: left;
    width: 100%
}

.agreements-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 15px 0;
    max-height: 350px;
    max-width: 935px;
    overflow: hidden scroll;
    padding: 20px;
    text-align: left !important
}

.agreements-wrapper,
.agreements-wrapper body {
    background-color: #f9f9f9;
    color: #333
}

.agreements-wrapper p {
    color: #333;
    text-align: left !important
}

.agreements-wrapper h1 {
    font-size: 40px
}

.agreements-wrapper h1,
.agreements-wrapper h3 {
    font-weight: 500;
    line-height: 1.2;
    text-align: left !important
}

.agreements-wrapper h3 {
    font-size: 28px
}

.agreements-wrapper .decimal {
    list-style-type: decimal;
    padding-inline-start: 25px
}

.agreements-wrapper .lower-alpha {
    list-style-type: lower-alpha;
    margin: 10px
}

.agreements-wrapper .lower-roman {
    list-style-type: lower-roman;
    margin: 10px
}

.agreements-wrapper .disc {
    list-style-type: disc;
    margin: 10px 10px 10px 30px
}

.agreements-wrapper table,
.agreements-wrapper td,
.agreements-wrapper th {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 10px
}

.agreements-wrapper th {
    font-weight: 700
}

.agreements-wrapper li:before {
    display: none
}

.entry.agreements label.custom-checkbox {
    font-size: 14px;
    margin: 5px 0;
    text-transform: none
}

.entry.agreements button {
    text-transform: none;
    width: 200px
}

.entry.agreements button:disabled {
    cursor: not-allowed;
    opacity: .5
}

.entry.agreements a,
.entry.agreements a:hover {
    background: transparent;
    color: #09c
}

.entry.agreements h4 {
    color: #555;
    opacity: 1
}

.toast {
    align-items: center;
    background-color: #f6f7f9;
    border: 1px solid var(--border-dark);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    left: 0;
    line-height: 22.5px;
    margin: 0 auto;
    max-width: 599px;
    padding: 12px 24px;
    position: fixed;
    right: 0;
    top: 60px;
    width: 90%;
    z-index: 9999
}

.toast-close {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    right: 13px;
    transition: .3s
}

.toast .toast-text {
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
    padding: 0 10px
}

.toast-close.success,
.toast.success {
    background-color: #f6f7f9;
    color: #323539
}

.toast-close.danger,
.toast.danger {
    background-color: #ffebee;
    color: #e32636
}

.toast img {
    width: 23px
}

.entry #password-meter {
    display: none;
    justify-content: space-around;
    margin-top: 3px;
    position: relative
}

.entry #password-meter:after {
    content: "Very weak";
    display: block;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 5px
}

.entry #password-meter span {
    background: #ccc;
    display: block;
    height: 5px;
    width: 24%
}

.entry #password-meter.weak span:first-child {
    background: #eb1212
}

.entry #password-meter.weak:after {
    color: #eb1212;
    content: "weak"
}

.entry #password-meter.soso span:nth-child(n+1):nth-last-child(n+3) {
    background: #ffae00
}

.entry #password-meter.soso:after {
    color: #ffae00;
    content: "So-So"
}

.entry #password-meter.good span:nth-child(n+1):nth-last-child(n+2) {
    background: #9ac150
}

.entry #password-meter.good:after {
    color: #9ac150;
    content: "good"
}

.entry #password-meter.great span:nth-child(n+1):nth-last-child(n+1) {
    background: #00b400
}

.entry #password-meter.great:after {
    color: #00b400;
    content: "great"
}

.entry #recaptcha {
    margin: 25px 0;
    transform: scale(1.15)
}

.entry #recaptcha div {
    margin: 0 auto
}

.entry-wrapper {
    min-height: 450px !important
}

.entry-wrapper .entry {
    padding: 30px 30px 0 !important;
    position: relative
}

.entry-wrapper form[data-entry=forgotPassword] button {
    bottom: 20px;
    position: absolute;
    width: 85% !important
}

#checkout-selector>div {
    padding: 40px 40px 20px
}

#checkout-selector h2 {
    line-height: 50px
}

#checkout-selector .sub {
    column-gap: 20px;
    display: flex;
    row-gap: 20px
}

#checkout-selector .sub-selector {
    align-items: center;
    border: 1px solid #d3d4d4;
    border-radius: 4px;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    padding: 25px 12px 15px;
    position: relative;
    row-gap: 16px
}

#checkout-selector .sub-selector .tag {
    background-color: #e91d35;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 14px
}

#checkout-selector .reach-us {
    align-items: center;
    background-color: #f9f9f9;
    display: flex;
    gap: 40px;
    margin-top: 15px;
    padding: 30px 25px
}

#checkout-selector .reach-us>.button {
    border-radius: 50vh;
    height: unset;
    line-height: normal;
    min-width: 200px;
    padding: 10px 40px
}

.outer-container {
    position: relative;
    max-width: 100%;
    height: auto;
    border: 2px solid rgb(116, 116, 116);
    border-radius: 12px;
    overflow: hidden;
}

.editor-container {
    position: relative;
    max-width: 100%;
    height: auto;
    border: 2px solid rgb(116, 116, 116);
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
}

.img-container {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

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

@media only screen and (max-width:650px) {
    .entry.agreements {
        width: 100%
    }

    #checkout-selector>div {
        padding: 20px
    }

    #checkout-selector h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    #checkout-selector .sub {
        flex-direction: column
    }

    #checkout-selector .sub-selector>span {
        font-size: 14px
    }

    #checkout-selector .reach-us {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 25px
    }
}


.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    margin: 50px auto;
    padding: 20px;
}

#drop-area.highlight {
    border-color: purple;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: rgb(163, 162, 162);
}

#fileElem {
    display: none;
}

.btn-container {
    position: absolute;
    background-color: #1e1e21;
    border-radius: 30px;
    top: 10px;
    left: 60px;
    padding: 5px 10px;
}

.img-btn {
    border: none;
    background-color: transparent;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.active-img-link {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    color: black;
}

.d-none {
    display: none;
}

.edit-btn {
    position: absolute;
    bottom: 10px;
    right: 100px;
    border: none;
    background-color: white;
    border-radius: 12px;
    padding: 8px 12px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    cursor: pointer;
}

.reset-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: none;
    background-color: white;
    border-radius: 12px;
    padding: 8px 12px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    cursor: pointer;
}

.download-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
    background-color: white;
    border-radius: 50%;
    padding: 12px 12px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    cursor: pointer;
}

.mt-5 {
    margin-top: 40px;
}

#btn--yp {
    box-sizing: content-box;
    position: fixed;
    z-index: 9;
    bottom: 1em;
    right: 1em;
    border: solid 1em transparent;
    width: 4.625em;
    height: 3.25em;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2017/icon-yp.svg) 50%/cover content-box;
    font: 16px/ 1.25 trebuchet ms, sans-serif;
    text-indent: 200vw;
    text-shadow: none;
    filter: grayscale(1) drop-shadow(0 0 1px #e8e0e0);
    transition: .5s;
    white-space: nowrap;
}

#btn--yp:before {
    box-sizing: inherit;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 1em -.5em;
    padding: .5em;
    width: 100%;
    border-radius: 5px;
    background: #e8e0e0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-indent: 0vw;
    white-space: normal;
    animation: float 1s ease-in-out infinite alternate;
    content: attr(data-txt);
}

#btn--yp:hover,
#btn--yp:focus {
    outline: none;
    filter: grayscale(0) drop-shadow(0 0 1px crimson);
}

@keyframes float {
    to {
        transform: translateY(0.75em);
    }
}

body {
    display: grid;
    place-content: center;
    margin: 0;
    height: 100vh;
    background: silver;
}

#time {
    position: absolute;
    right: 100vw;
}

#time+label {
    --i: 0;
    --j: calc(1 - var(--i));
    display: grid;
    grid-gap: 0.5em 0.25em;
    overflow: hidden;
    /* padding: 0.5em; */
    height: 2.5em;
    border-radius: 1.75em;
    background: hsl(199, 98%, calc(var(--j) * 48%));
    color: transparent;
    user-select: none;
    transition: 0.3s;
    cursor: pointer;
}

#time+label:before,
#time+label:after {
    width: 2.5em;
    height: 2.5em;
    transition: inherit;
    content: "";
}

#time+label:before {
    transform-origin: 20% 20%;
    transform: translate(calc(var(--i) * (100% + 0.25em))) scale(calc(1 - var(--i) * 0.7));
    background: yellow;
    --poly: polygon(44.13371% 12.96169%, 50% 0%, 55.86629% 12.96169%, 59.70571% 13.77778%, 63.4388% 14.99073%, 67.02464% 16.58726%, 79.38926% 9.54915%, 76.5165% 23.4835%, 79.14297% 26.40049%, 81.45015% 29.57604%, 83.41274% 32.97536%, 97.55283% 34.54915%, 87.03831% 44.13371%, 87.44861% 48.0374%, 87.44861% 51.9626%, 87.03831% 55.86629%, 97.55283% 65.45085%, 83.41274% 67.02464%, 81.45015% 70.42396%, 79.14297% 73.59951%, 76.5165% 76.5165%, 79.38926% 90.45085%, 67.02464% 83.41274%, 63.4388% 85.00927%, 59.70571% 86.22222%, 55.86629% 87.03831%, 50% 100%, 44.13371% 87.03831%, 40.29429% 86.22222%, 36.5612% 85.00927%, 32.97536% 83.41274%, 20.61074% 90.45085%, 23.4835% 76.5165%, 20.85703% 73.59951%, 18.54985% 70.42396%, 16.58726% 67.02464%, 2.44717% 65.45085%, 12.96169% 55.86629%, 12.55139% 51.9626%, 12.55139% 48.0374%, 12.96169% 44.13371%, 2.44717% 34.54915%, 16.58726% 32.97536%, 18.54985% 29.57604%, 20.85703% 26.40049%, 23.4835% 23.4835%, 20.61074% 9.54915%, 32.97536% 16.58726%, 36.5612% 14.99073%, 40.29429% 13.77778%);
    -webkit-clip-path: var(--poly);
    clip-path: var(--poly);
}

#time+label:after {
    grid-column: 2;
    border-radius: 50%;
    transform: translatey(calc(var(--i) * (-100% - 0.5em)));
    background: radial-gradient(circle at 19% 19%, rgba(0, 0, 0, 0) 41%, #ffffff 43%);
}

#time:checked+label {
    --i: 1;
}

#footer {
    width: 100%;
    height: auto;
    /* position: absolute; */
    bottom: 0;
    z-index: 1;
    text-align: center;
    background-color: var(--panel-color);
    padding: 20px;
    border-top: 2px solid var(--home-color);
}