.colorPicker {
    width: 25px;
    height: 25px;
    margin: 3px 0;
    outline: none;
    border: 1px solid #000;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 104% 104%;
    background-size: 40% 40%;
}

.fontSize {
    width: 142px;
}

.menu-fonts .btn-font {
    font-size: 12px;
    width: 70%;
}

#name-font {
    font-size: 10px;
}

.range-box label {
    display: none !important;
}

.colorText #AcolorPicker {
    background-image: none !Important;
    height: 44px;
}

#bgcolor,
.colorText input {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 !important;
    border: 1px solid #2e2d2d;
    background-image: none;
}

.mini_tools li.toolbgcolor {
    padding: 2px;
}

.colorPickerWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.btn-font {
    display: flex;
    font-size: 14px;
    margin-top: 5px;
    line-height: 19px;
    border: 1px solid #000000;
    width: 100%;
    padding: 8px;
    text-align: left;
    color: var(--text-dim);
    min-width: 190px;
}

.btn-font .icon {
    position: relative;
    width: .5rem;
    margin-left: auto;
    height: 1.25rem
}

.list-font {
    display: none;
    width: 100%;
    height: 400px;
    overflow: auto;
    opacity: 0;
    padding: 12px;
    position: absolute;
    background: #f0f3f4;
    z-index: 9;
    max-width: 230px;
    border: 1px solid #eee;
}

.list-font ul {
    margin-left: 0;
}

.list-font.active {
    display: block;
    opacity: 1;
}

.list-font ul li {
    display: block;
    font-size: 20px;
    cursor: pointer
}

.loader {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease-in;
    z-index: 999
}

.loader .loader-box {
    display: flex
}

.loader.show {
    display: block
}

.circle {
    background-color: #222;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    animation: bounce .5s ease-in infinite
}

.circle:nth-of-type(2) {
    animation-delay: .1s
}

.circle:nth-of-type(3) {
    animation-delay: .2s
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.effect-item {
    position: relative
}

.effect-item:after {
    content: "";
    height: 100%;
    top: 0;
    cursor: pointer
}

.control-effect,
.effect-item:after {
    position: absolute;
    width: 100%;
    left: 0
}

.control-effect {
    bottom: 0;
    background-color: #fff;
    padding: 5px;
    z-index: 1
}

.control-effect h4 {
    font-size: 1.3em
}

.control-effect .bottons {
    display: flex;
    justify-content: space-between
}

.control-effect .cancel {
    color: #888;
    background-color: #eee
}

.control-effect .cancel,
.control-effect .ok {
    cursor: pointer;
    padding: 4px 6px;
    font-size: .8em
}

:root {
    --bg-main-hover: #f2f3f5;
    --flatbox-color: #f1f3f4;
    --panel-color: #f1f3f4;
    --text-opaque: #000;
    --workspace-color: #939393;
    --text-color: rgba(0, 0, 0, 0.9);
    --text-dim: rgba(0, 0, 0, 0.7);
    --component-color: #e4e6ea;
    --component-shade: hsla(0, 0%, 100%, 0.5);
    --component-border: rgba(0, 0, 0, 0.3);
    --component-highlight: #d4d7dd;
    --bg-second: #f9f9f7;
    --icon-disable: #c3c3c3;
    --icon-active: #2d66fe;
    --text-icon-disable: #23262a;
    --text-icon-active: #fafafa;
    --text-main: #252525;
    --text-second: #595959;
    --text-header: #000
}

.dark-mode:root,
:root {
    --border: 1px solid #777;
    --shadow-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    --shadow-1: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    --shadow-2: 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    --shadow-3: 0px 2px 12px 2px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    --shadow-4: 0px 8px 24px 4px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1)
}

.dark-mode:root {
    --bg-main: #24262b;
    --flatbox-color: #23262a;
    --component-color: #5f5f5f;
    --component-shade: rgba(0, 0, 0, 0.1);
    --component-border: hsla(0, 0%, 100%, 0.5);
    --component-highlight: #424549;
    --text-opaque: #fff;
    --text-dim: hsla(0, 0%, 100%, 0.61);
    --workspace-color: #282828;
    --text-color: hsla(0, 0%, 100%, 0.8);
    --panel-color: #292c31;
    --bg-main-hover: #f2f3f5;
    --bg-second: #343331;
    --icon-disable: #424244;
    --icon-active: #2d66fd;
    --text-icon-disable: #b0b0b0;
    --text-icon-active: #fafafa;
    --text-main: #fafafa;
    --text-second: #b9b9b9;
    --text-header: #eee
}

:root.dark-mode .mini_tools li img {
    filter: invert(1);
    opacity: .8
}

.antigo:root {
    --bg-box-hover: #f2f3f5
}

.antigo.dark-mode:root,
.antigo:root {
    --text-icon-disable: #16191d;
    --text-icon-disable-hover: #3a76e8;
    --border-inputs: #efefef;
    --border-btns: #c5c5dd;
    --text-header: #eee;
    --text-download: #16191d;
    --shadow-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    --shadow-1: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    --shadow-2: 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    --shadow-3: 0px 2px 12px 2px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    --shadow-4: 0px 8px 24px 4px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1)
}

.antigo.dark-mode:root {
    --bg-main: #fff;
    --bg-main-hover: #a9afb9;
    --bg-second: #efefef;
    --bg-box-hover: #f2f3f5
}




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

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

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

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

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

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

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





.main-editor {
    display: block;
    flex: 1 1 auto;
    overflow: hidden
}





#history {
    display: flex
}

#history .disabled {
    color: #fff;
    background-color: #00a3da;
    cursor: pointer;
    padding: 8px 12px;
    display: none;
}

#history .disabled:hover {
    background-color: #525662
}

.headerBtns {
    color: var(--text-header);
    height: 57px;
    font-weight: 500;
    margin-right: 30px;
    background-color: var(--border-btns)
}

.admin-bar .headerDownloadPhoto {
    display: block;
}

.headerBtns,
.headerDownloadPhoto {
    border: none;
    cursor: pointer;
    display: inline-flex;
    padding: 0;
    align-items: center;
    justify-content: center
}

.headerDownloadPhoto {
    width: 132px;
    height: 40px;
    outline: none;
    background-color: var(--bg-second);
    color: var(--text-icon-disable-hover);
    font-size: 13px;
    font-family: Montserrat-SemiBold;
    font-weight: 200
}

.mainContainer {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center padding-bottom: 150px;
}

.sidebarEditor {
    height: calc(100vh - 61px);
    display: flex;
    border-right: var(--border);
    border-bottom: var(--border)
}

.sidebarEditor,
.sidebarScroll {
    background-color: var(--flatbox-color)
}

.sidebarScroll {
    z-index: 2;
    scrollbar-width: thin
}

.customScroll,
.sidebarScroll {
    overflow-y: auto
}

.customScroll::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.customScroll::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .4)
}

.sidebarCategoriesWrapper {
    height: 100%;
    width: 80px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    background-color: var(--panel-color)
}

#tab-links .sidebarCategory {
    cursor: pointer;
    text-align: center;
    margin-left: 0;
    padding: 0
}

#tab-links .sidebarCategory:hover {
    background-color: var(--component-color)
}

#tab-links .sidebarCategory figure {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    color: var(--text-icon-disable);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#tab-links .sidebarCategory figcaption {
    padding: 2px;
    text-align: center;
    font-size: 12px;
    pointer-events: none
}

#tab-links .sidebarCategory figure:hover {
    background-color: var(--component-highlight);
    color: var(--tool-text-hover)
}

#tab-links .sidebarCategory figure.active {
    background-color: var(--component-highlight);
    color: var(--text-icon-disable-active)
}

#tab-links .sidebarCategory figure.active svg {
    fill: var(--icon-active)
}

#tab-links .sidebarCategory figure:hover:not(.active) {
    color: var(--text-icon-disable)
}

#tab-links .sidebarCategory svg {
    pointer-events: none;
    fill: var(--text-icon-disable)
}

#tab-links .sidebarCategory:hover figure svg {
    fill: var(--text-icon-disable-hover)
}

#tab-links .sidebarCategory img {
    pointer-events: none
}

#tab-links .sidebarCategoryHelp {
    position: relative;
    color: var(--text-icon-disable);
    cursor: pointer;
    display: flex;
    font-size: 11px;
    margin-top: auto;
    transition: color .3s ease, filter .2s ease;
    align-items: center;
    font-family: Montserrat, sans-serif;
    line-height: 13px;
    margin-bottom: 36px;
    flex-direction: column;
    justify-content: center
}

#tab-links .sidebarCategoryHelp a {
    text-decoration: none
}

.helpWidgetTooltip {
    display: none;
    padding: 20px 18px 20px 20px;
    position: absolute;
    left: 100%;
    bottom: 10%;
    min-width: 177px;
    box-shadow: var(--shadow-4);
    border-radius: 8px;
    z-index: 1;
    background-color: var(--flatbox-color)
}

.helpWidgetTooltip svg {
    pointer-events: none;
    fill: var(--text-icon-disable)
}

.sidebarCategoryHelp:hover .helpWidgetTooltip {
    display: block
}

.sidebarEditor section.tool-editor {
    display: none;
    background: var(--panel-color);
    padding: 10px;
    height: calc(100vh - 67px);
    width: 300px;
    overflow-y: auto
}

.list-font::-webkit-scrollbar,
.sidebarEditor section.tool-editor::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.list-font::-webkit-scrollbar-thumb,
.sidebarEditor section.tool-editor::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2)
}

.sidebarEditor section.active {
    display: block
}

.columnList {
    width: 132px
}

.parentSidebarItems {
    position: relative;
    border-left: var(--bg-second)
}

.canvasSection {
    height: calc(100vh - 61px);
    align-items: center;
    flex-direction: column;
    background-color: var(--bg-second)
}

.canvasSection,
.settingComponent,
.settingComponent2,
.settingComponent3,
.settingComponent4 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.settingComponent,
.settingComponent2,
.settingComponent3,
.settingComponent4 {
    height: 49.8px;
    background-color: var(--flatbox-color)
}

.settingComponent3,
.settingComponent4,
.settingComponent2 {
    height: 79px;
    padding: 5px 10px;
    font-size: 12px;
}

.settingComponent3 .fontSize {
    width: 100%;
}

.settingComponent3 .colorText {
    padding: 10px;
    margin-right: 20px;
}

.settingComponent3 .range-box label {
    height: auto;
}

.settingComponent3 #fontSizenu {
    max-width: 68px;
    margin-left: 10px;
}

#fontSizenu {
    display: none;
}

.settingComponent3 .range-box {
    margin-top: 0;
}

.mini_tools {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px
}

.mini_tools li {
    display: inline-block;
    padding: 8px;
    border: var(--shadow-1);
    cursor: pointer;
    position: relative;
    background-color: var(--component-shade)
}

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

.mini_tools li.fontFamily button {
    font-size: 16px;
    line-height: 24px
}

.mini_tools li.fontFamily .icon-button {
    line-height: 24px
}

.mini_tools li.fontFamily .icon-button img {
    margin-top: 3px
}

.mini_tools li:hover .subControl {
    transform: rotateX(0);
    opacity: 1;
    transition-timing-function: ease-out
}

.mini_tools li img {
    pointer-events: none;
    user-select: none
}

.toolbarBtn .subControl {
    position: absolute;
    width: 180px;
    padding: 10px;
    background-color: var(--flatbox-color);
    border-radius: 3px;
    box-shadow: var(--shadow-2);
    top: calc(100% + 5px);
    transform: rotateX(-90deg);
    transform-origin: top center;
    left: 0;
    transition: all .3s ease-in 125ms;
    opacity: .25;
    z-index: 5
}

.toolbarBtn .subControl:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 20px;
    position: absolute;
    top: -15px;
    transform: translateX(-50%)
}

.canvasMain {
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    margin: 30px auto;
    position: relative;
    justify-content: center;
    background-color: var(--bg-second)
}

.canvasMain .loader {
    top: 50%
}

#stage-parent {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

#canvas {
    background: transparent !important;
    border: 1px solid #ccc
}

.ads-right {
    width: 160px;
    height: 600px;
    position: relative
}

.toolbarFooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--flatbox-color)
}

.tool-editor {
    background-color: var(--bg-second);
    width: 240px;
    border-left: 1px solid var(--workspace-color);
    transition: all .3s;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.tool-editor .content {
    color: var(--text-icon-disable);
    font-size: 14px;
    margin-left: 10px;
    border-right: none;
    padding: 0
}

.tool-editor section {
    padding: 0
}

.group {
    margin-left: -10px;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: var(--shadow-1)
}

.bottom {
    position: relative;
    z-index: 999;
    clear: both
}

.bottom .button {
    margin-bottom: 10px;
    max-width: 208px;
    width: 208px;
    padding: 0
}

.bottom .button.does {
    width: 102px
}

.bottom .button.does.reset {
    border-radius: 8px 0 0 8px;
    margin-right: 4px !important;
    background-color: #525662
}

.bottom .button.does.ok {
    border-radius: 0 8px 8px 0
}

.icon-button-set {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    max-width: 160px;
    font-size: 0;
    margin-right: 14px;
}

.icon-button-set li {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid hsla(0, 0%, 100%, .2);
    transition: all .15s linear;
    margin-right: 10px;
    padding: 8px;
    text-align: center
}

.icon-button-set li img {
    width: 20px;
    height: 20px;
    opacity: .4;
    transition: all .15s linear
}

.icon-button-set li:active {
    padding-top: 9px
}

.btn-text-style {
    display: inline-block
}

.tool-editor .hl {
    display: block;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 18px;
    color: var(--text-icon-disable);
    width: 100%;
    margin-top: 0;
    transition: all .15s linear
}

.tool-editor .tg {
    position: absolute;
    left: -999em
}

.toggle {
    opacity: 1;
    height: auto;
    transition: all .25s linear
}

.tool-editor .tg:checked~.toggle {
    opacity: 0;
    height: 0;
    overflow: hidden
}

.tool-editor .tg~.hl {
    cursor: pointer
}

.arrow {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    transition: all .15s linear;
    margin-top: 4px;
    float: right
}

.tool-editor .tg:checked~label .arrow:before {
    transform: rotate(0deg);
    opacity: 1
}

.tool-editor .tg:checked~label .arrow:after {
    transform: rotate(-270deg);
    opacity: 1
}

.arrow:after,
.arrow:before {
    content: "";
    position: absolute;
    background-color: #aaa;
    transition: transform .25s ease-out;
    opacity: 1;
    top: 0;
    left: 4px;
    width: 2px;
    height: 100%
}

.arrow:before {
    transform: rotate(45deg)
}

.arrow:after {
    transform: rotate(-45deg)
}

.helpWidgetTooltip label,
.tool-editor label {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    cursor: pointer
}

.tool-editor label output {
    float: right
}

.tool-editor input {
    display: block
}

.tool-editor .split {
    height: 30px;
    line-height: 30px;
    margin-top: 0
}

.tool-editor .split input {
    float: right;
    text-align: right
}

.tool-editor .tip {
    display: block;
    width: 200px
}

.tip-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 8px;
    margin-bottom: 50px;
    float: left
}

.link {
    color: inherit;
    text-decoration: none
}

.link:hover {
    text-decoration: underline
}

.buttons {
    margin-top: 50px;
    text-align: right
}

.button,
.center {
    text-align: center
}

.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    max-width: 200px;
    min-width: 120px;
    transition: all .15s linear;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    letter-spacing: 2px;
    padding: 0 20px 0 22px;
    opacity: .8
}

.negative,
.reset {
    color: #eee !important;
    background: hsla(0, 0%, 100%, .05)
}

.ok,
.positive {
    color: #fff !important;
    background: linear-gradient(180deg, #00a3da, #09c);
    background-size: 100%;
    background-position: 50% 50%
}

.flat {
    color: #eee !important;
    background-color: #525662;
    line-height: 32px
}

.outline {
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .8);
    border: 2px solid hsla(0, 0%, 100%, .25)
}

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

.button.outline img {
    opacity: .6;
    top: 5px !important
}

.button.disabled {
    opacity: .5
}

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

.button:active:not(.disabled) img {
    top: 9px !important
}

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

.xlarge {
    max-width: 350px
}

.small {
    width: 200px
}

.switch-field {
    font-size: 0;
    line-height: 28px;
    display: block
}

.stretch {
    display: flex;
    width: 100%
}

.stretch label {
    flex-grow: 1;
    margin-right: 4px;
    padding: 0 !important;
    font-size: 12px !important;
    height: 28px !important;
    line-height: 28px !important
}

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

.switch-field label {
    display: inline-block;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: auto;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 20px;
    transition: background-color .1s ease-in-out;
    cursor: pointer;
    color: #eee;
    background-color: #525662
}

.switch-field input:checked+label {
    color: #fff !important;
    background-color: #00a3da
}

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

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

.tgl {
    display: none !important
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    height: 32px;
    position: relative;
    cursor: pointer
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.tgl+.tgl-btn:after {
    left: 0
}

.tgl+.tgl-btn:before {
    display: none
}

.tgl:checked+.tgl-btn:after {
    left: 50%
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #525662;
    border-radius: 8px;
    letter-spacing: 2px;
    font-size: 14px
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
    display: inline-block;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 32px;
    color: #fff
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on)
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off)
}

.tgl-skewed+.tgl-btn:active {
    background: #525662
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%
}

.tgl-skewed:checked+.tgl-btn {
    background: #00a3da
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%
}

.select {
    position: relative;
    height: 37.5px;
    background: 0 0;
    width: 100%;
    margin-top: 8px
}

.select:after {
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

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

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

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

.select select {
    font-size: 12px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    color: var(--text-icon-disable);
    border-radius: 4px;
    border: 2px solid var(--border-inputs);
    transition: all .15s linear;
    letter-spacing: 3px;
    -moz-appearance: none;
    -webkit-appearance: none
}

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

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

.select select:focus {
    border: 2px solid hsla(0, 0%, 100%, .4);
    color: #ddd
}

select option {
    background-color: #2f3238;
    font-size: 14px
}

.range-box {
    margin-top: 8px
}

.range-box label {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px
}

.range-box label output {
    float: right
}

#add-text-content .range-box input[type=number] {
    float: right;
    width: 60px;
    margin: 0
}

figure.text-item {
    cursor: pointer
}

figure.text-item img {
    pointer-events: none
}

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

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

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 28px;
    margin: 0;
    background: linear-gradient(90deg, rgba(255, 155, 255, .2) 0, hsla(0, 0%, 100%, .2));
    background-size: 100% 2px;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    outline: none;
    cursor: pointer
}

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

input[type=range]::-moz-range-thumb {
    border: none;
    width: 20px;
    height: 20px;
    background: #555;
    border-radius: 10px;
    position: relative;
    background: radial-gradient(ellipse at center, #292c31 0, #292c31 33%, #54565a 38%, #54565a 46%, #292c31 52%, #292c31 100%);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #555;
    border-radius: 10px;
    position: relative;
    border: 0 !important;
    background: radial-gradient(ellipse at center, #292c31 0, #292c31 33%, #54565a 38%, #54565a 46%, #292c31 52%, #292c31 100%);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

input.number,
input[type=number],
input[type=text] {
    height: 30px;
    line-height: 30px;
    width: 60px;
    border-radius: 0;
    background: 0 0;
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all .15s linear;
    margin: 0;
    padding: 5px 0 0;
    vertical-align: bottom;
    -moz-appearance: textfield;
    border: none;
    border-bottom: 2px solid transparent
}

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

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

.range-white input[type=range]::-moz-range-thumb {
    border: none;
    width: 15px;
    height: 15px;
    background: #5c1111;
    border-radius: 10px;
    position: relative;
    z-index: 3
}

.range-white input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #fff;
    background-color: #fff
}

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

.group input[type=range]::-moz-range-thumb {
    background: radial-gradient(ellipse at center, #33353b 0, #33353b 33%, #54565a 38%, #54565a 46%, #33353b 52%, #33353b 100%);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

.group input[type=range]::-webkit-slider-thumb {
    background: radial-gradient(ellipse at center, #33353b 0, #33353b 33%, #54565a 38%, #54565a 46%, #33353b 52%, #33353b 100%) !important;
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

input.number,
input[type=number].error,
input[type=text].error {
    border-bottom: 2px solid #d1480e;
    color: #fff
}

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

.switch span {
    cursor: pointer;
    width: 32px !important;
    height: 20px !important;
    background-color: var(--component-shade);
    border-radius: 10px;
    position: relative;
    float: right;
    margin-top: 2px !important;
    border: 2px solid var(--component-border)
}

.switch span:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-color: var(--component-border);
    border-radius: 8px;
    transition: .3s
}

input:disabled+label {
    pointer-events: none;
    opacity: .4
}

input:checked+.switch span {
    background-color: var(--component-shade)
}

input:checked+.switch span:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
    background-color: var(--text-opaque)
}

.switch span:active:after {
    width: 18px
}

.switch~.switch-content {
    display: none
}

input:checked~.switch~.switch-content {
    display: block !important
}

.frame-model {
    display: block;
    width: 130px;
    margin-bottom: 10px
}

.frame-model,
.frame-model img {
    cursor: pointer
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#add-photo-content .jsframesModel {
    display: block;
    column-count: 2;
    position: relative;
    padding: 0 8px
}

.title .backToCategory {
    display: block;
    width: 100%;
    background-color: var(--bg-second);
    padding: 10px 15px;
    text-align: center;
    cursor: pointer
}

.c-content {
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
    overflow-anchor: none
}

.content-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content-wrapper ul li {
    display: block;
    width: 130px;
    height: 120px;
    border: 1px solid var(--border-btns);
    box-sizing: border-box;
    margin-bottom: 15px
}

.content-wrapper figure {
    width: 130px;
    cursor: pointer;
    padding: 9px 6px 0 9px;
    box-shadow: var(--shadow-1);
    line-height: 15px;
    user-select: none;
    border-radius: 5px;
    margin-bottom: 10px
}

.content-wrapper figure img {
    width: 100%
}

.content-wrapper figure figcaption {
    padding: 2px;
    text-align: center;
    font-size: 12px
}

.saveButtons {
    position: relative
}

.containerSavePhoto {
    display: none;
    position: absolute;
    padding: 10px;
    width: 300px;
    right: 5px;
    top: 100%;
    z-index: 6;
    background-color: var(--flatbox-color);
    box-shadow: var(--shadow-3);
    border-radius: 10px;
    color: var(--text-download)
}

.containerSavePhoto:before {
    border: 8px solid transparent;
    border-bottom: 8px solid var(--flatbox-color);
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 48px;
    top: -16px;
    vertical-align: middle;
    width: 0
}

.containerSavePhoto p {
    font-size: 2em;
    color: var(--text-main)
}

.containerSavePhoto fieldset {
    margin-bottom: 10px
}

.containerSavePhoto label {
    display: block
}

.containerSavePhoto input[type=text] {
    border-bottom: 1px solid var(--border-inputs);
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    color: var(--text-main)
}

#add-text-label {
    border: 1px solid var(--border-btns);
    padding: 10px;
    cursor: pointer
}

#stickers-content .content-wrapper figcaption,
#stickers-content .content-wrapper img {
    pointer-events: none
}

.active {
    display: block
}

.fileUploader {
    /*     display: none */
}

@media screen and (max-width: 800px) {

    .ads-center,
    .ads-right,
    .sidebarCategoryHelp,
    footer#toobarFooter {
        position: absolute;
        top: 49px;
        font-size: 12px;
        padding: 10px 5px;
    }

    .ads-center,
    .ads-right,
    .sidebarCategoryHelp,
    footer#toobarFooter a {
        margin-right: 10px;
    }



    .mainContainer {
        flex-direction: column-reverse;
        width: 100vw
    }

    .sidebarEditor {
        height: 258px;
        width: 100%;
        position: relative;
        flex-direction: column-reverse
    }

    .sidebarCategory {
        width: 60px;
        height: 50px
    }

    .sidebarCategory a {
        padding: 4px
    }

    .sidebarEditor section.tool-editor {
        width: 100%;
        height: 225px;
        border-bottom: 2px solid #666;
        border-top: 2px solid #666;
    }

    .sidebarCategoriesWrapper {
        width: 100%;
        height: 70px;
        flex-direction: row;
        justify-content: center
    }

    .content-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .headerDownloadPhoto {
        width: 70px
    }

    .sidebarEditor {
        display: none;
    }

    #add-photo-content .jsframesModel {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        column-count: auto
    }

    #add-photo-content .jsframesModel .frame-model {
        flex: 0 0 auto;
        height: auto;
        max-width: 31%;
        width: auto;
        margin-right: 2%;
        display: inline-block;
    }

    .frame-model img {
        height: 100%
    }

    .content-wrapper figure {
        flex: 0 0 auto;
        height: 130px;
        width: auto
    }

    .content-wrapper figure img {
        height: 100px;
        width: auto
    }

    .tool-editor .content {
        overflow-y: hidden
    }

    #main-content .canvasMain {
        width: calc(100% - 50px);
    }

    .canvasSection {
        height: calc(100vh - 50px);
    }
}




.boxed#top {
    margin: 0 auto;
    overflow: visible
}





.unit,
.units {
    float: left;
    display: inline;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    min-height: 1px
}



#wrap_all {
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden
}

.boxed #wrap_all {
    overflow: visible
}

body .unit.alpha,
body .units.alpha,
body div .first {
    margin-left: 0;
    clear: left
}

body .unit.alpha,
body .units.alpha {
    width: 100%
}



.boxed#top,
.html_boxed.html_header_sticky #header {
    width: 1010px
}



@media only screen and (min-width: 768px) and (max-width:989px) {
    .responsive #top {
        overflow-x: hidden
    }

    .responsive .boxed#top,
    .responsive.html_boxed.html_header_sticky #header {
        width: 782px
    }

    .responsive .container {
        max-width: 782px
    }

    .responsive.html_mobile_menu_tablet .boxed #wrap_all {
        overflow: hidden
    }
}

@media only screen and (max-width: 989px) {

    .responsive #top #wrap_all .flex_column.av-break-at-tablet,
    .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block
    }

    .responsive #top #wrap_all .av-break-at-tablet-flextable,
    .responsive .av-layout-grid-container.av-break-at-tablet {
        display: block
    }

    .responsive #top #wrap_all .av-flex-cells .no_margin {
        height: auto !important;
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .responsive .boxed #wrap_all {
        overflow: hidden
    }

    .responsive #top {
        overflow-x: hidden
    }

    .responsive .boxed#top,
    .responsive #top.boxed .stretch_full,
    .responsive.html_boxed.html_header_sticky #header,
    .responsive.html_boxed.html_header_transparency div #header {
        width: 100%;
        max-width: 100%
    }

    .responsive #top .flex_column_table_cell {
        display: block
    }

    .responsive #top .flex_column_table {
        display: block
    }

    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none
    }

    .responsive .units,
    .responsive .unit {
        margin: 0
    }

    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%
    }

    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important
    }

    .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding {
        padding-left: 0% !important;
        padding-right: 0% !important
    }

    .responsive #top #wrap_all .flex_column:empty {
        margin: 0
    }
}


/* custom CSS */
.main-editor {
    /*     position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
	overflow-y: auto; */
}

#uploadphotoc {
    position: absolute;
    background: #606060b8;
    border: 1px solid #eee;
    padding: 5px;
    vertical-align: middle;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    left: 0;
    top: 0;
    display: flex;
}

#uploadlabel {
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 150px;
    padding: 8px 11px;
    border: 1px solid #de6462;
    background: #cc0100;
    color: #fff;
    border-radius: 3px;
}

#add-photo-content .columnList {
    width: auto;
}

.canvasSection {
    background: url(../../../uploads/2021/02/wall-c.jpg);
}

.canvasSection .canvasMain {
    background-color: transparent;
}

#canvas {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 50%);
    background-color: #eeee;
    border: 0;
}

#text .shadow-box,
#text .activeStroke,
#text .switch-content {
    display: none;
}

.headerDownloadPhoto {
    display: none;
}

#SaveDesign {
    width: 70px;
}

.buycustomdesign {
    display: block;
    margin: 10px auto;
}

/* variation selection */
#available_sizes li {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    margin: 1%;
    font-size: 14px;
    width: 48%;
}

#sizecontain {
    max-width: 420px;
    display: block;
    margin: 20px auto;
    padding: 10px;
}

#available_sizes li.activeV {
    background: #000;
    color: #fff;
}

.button.buycustomdesign {
    display: block;
    max-width: 420px;
    margin: auto;
    width: 100%;
}

.ubar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40%;
    height: 100%;
    width: 100%;
    background: #000000c9;
    color: #fff;
    z-index: 9999;
    text-align: center;
}

.ubar h2 {
    color: #fff;
}

#add-text-label {
    max-width: 130px;
    display: inline-block;
    font-size: 14px;
}

#add-text-button #custom_name {
    width: calc(100% - 100px);
    display: inline-block;
    font-size: 18px;
}

.nnLine,
.nnLetter {
    display: none;
}


/* hide text */
.section_best-acrylic-wall-photo-designs .settingComponent2 .section_best-acrylic-wall-photo-designs .settingComponent3 .section_best-acrylic-wall-photo-designs .settingComponent4,
.section_collage-acrylic-wall-photo .settingComponent2,
.section_collage-acrylic-wall-photo .settingComponent3,
.section_collage-acrylic-wall-photo .settingComponent4,
.section_baby-acrylic-wall-photo .settingComponent2,
.section_baby-acrylic-wall-photo .settingComponent3,
.section_baby-acrylic-wall-photo .settingComponent4 {
    display: none;
}

@media only screen and (max-width: 767px) {

    .section_best-acrylic-wall-photo-designs .canvasSection,
    .section_collage-acrylic-wall-photo .canvasSection {
        height: calc(100vh - 246px);
    }
}


/* end custom CSS */