@charset "utf-8";

@font-face {
  font-family: 'NMText';
  src: url("/static/fonts/web/NMText/NMText-Medium.woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NMText';
  src: url("/static/fonts/web/NMText/NMText-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NMHead';
  src: url("/static/fonts/web/NMHead/NMHead-Medium.woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NMHead-VF';
  src: url("/static/fonts/web/NMHead/NMHead-VF.woff2");
  font-weight: 500;
  font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #000000;
	font-family: 'NMText', Arial, Helvetica, sans-serif;
  font-size: 16px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
  font-weight: 500;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	color: #000000;
	font-family: 'NMHead', Arial, Helvetica, sans-serif;
  line-height: 105%;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

h1.vf,
h2.vf,
h3.vf,
h4.vf {
  font-family: 'NMHead-VF', Arial, Helvetica, sans-serif;
  font-feature-settings: 'ss04' on;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

input,
textarea,
select {
	color: #000000;
	font-family: 'NMText', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

b {
  font-weight: 700;
}

p {
  padding: 0;
  margin: 0;
  line-height: 140%;
}

div.foundation {
  display: block;
  height: 40px;
  margin-top: 40px;
  margin-left: 40px;
}

nav {
	z-index: 1;
  position: fixed;
	top: 0;
	left: 0;
	display: block;
  text-align: center;
  width: 100%;
	min-width: 1280px;
	height: 92px;
	background-color: #ffffff;
  border-bottom: #EBEBEB solid 2px;
}

nav ul {
	display: block;
  padding: 0;
  margin-top: 46px;
}

nav li {
	display: inline-block;
	position: relative;
  width: 150px;
  height: 46px;
  font-size: 14px;
  letter-spacing: 0.2px;
  vertical-align: middle;
  text-align: left;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
}
/*
li.selected {
  border-bottom: 2px solid #515FFA;
}
*/
li.selected:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -2.5px;
  display: block;
  position: absolute;
  background-color: #515FFA;
  border-radius: 3px;
}

nav li a {
	padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.points {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #000000;
  background-color: #EBEBEB;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  text-align: center;
  margin-right: 11px;
}

li.selected .points {
  color: #ffffff;
  background-color: #515FFA;
}

li.done .points {
  color: #ffffff;
  background-color: #828282;
  color: transparent;
  background-image: url("/static/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

nav li.done .points {
  transition: background-color 0.16s ease-out;
}

nav li.done:hover .points {
  background-color: #737373;
}

nav li.done:active .points {
  background-color: #616161;
}

li.disabled{
  pointer-events: none;
}

a.logo {
  float: left;
  padding: 0;
  display: block;
  padding-left: 30px;
  margin-top: 18px;
}

a.logo img {
  width: 159px;
}

a.logout,
a#image-lib {
  float: right;
  padding: 0;
  text-align: right;
  padding-right: 32px;
  margin-top: 48px;
}

a#image-lib {
  position: absolute;
  right: 112px;
}

#editor,
#export {
	min-width: 1280px;
  min-height: 800px;
  margin-top: 94px;
}

#editor:after,
#export:after {
  content: "";
  display: table;
  clear: both;
}

div.bar {
  float: left;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100vh - 94px);
}

div.bar.left {
  width: 380px;
  border-right: #EBEBEB solid 2px;
  position: fixed;
  left: 0;
}

div.bar.middle {
  width: calc(100% - 764px);
  background-color: #FBFBFB;
  text-align: center;
  margin-left: 382px;
  position: fixed;
  min-width: 516px;
}

div.bar.right {
  float: right;
  width: 380px;
  border-left: #EBEBEB solid 2px;
  position: fixed;
  right: 0;
}

@media (max-width: 1280px) {
  div.bar.right {
    position: static;
  }
}

a.button {
  font-weight: 500;
  color: #ffffff;
  background-color: #515FFA;
  display: inline-block;
  border-radius: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 28px;
  padding-left: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.22s ease-out 0s;
}

a.button:hover {
  color: #ffffff;
  background-color: #4742F0;
}

a.button:active {
  color: #ffffff;
  background-color: #3833C7;
}

a.button:focus-visible {
  color: #ffffff;
  background-color: #515FFA;
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.button.disabled {
  color: #BABABA !important;
  background-color: #EBEBEB !important;
  cursor: not-allowed;
  pointer-events: none;
}

a.button.secondary {
  color: #000000;
  background-color: #E5EAFF;
}

a.button.secondary:hover {
  color: #000000;
  background-color: #CCD5FF;
}

a.button.secondary:active {
  color: #000000;
  background-color: #A3B6FF;
}

a.button.secondary:focus-visible {
  color: #000000;
  background-color: #E5EAFF;
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.button.random {
  font-size: 18px;
  font-weight: 500;
  border-radius: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 32px;
}

i.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 2px;
  vertical-align: middle;
  transform: translateY(-1px);
  transition: scale 0.22s ease-out 0s, filter 0.22s ease-out 0s, opacity 0.22s ease-out 0s;
}

a.button.disabled i.icon,
a.button.secondary.disabled i.icon {
  filter: invert(25%);
}

#templates a.button.primary.disabled i.icon{
  filter: invert(75%);
}

a.button i.icon {
  filter: invert(0%);
}

a.button.secondary i.icon {
  filter: invert(100%);
}

i.icon.style-contour {
  content: url("/static/icons/style-contour.svg");
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.62;
}

i.icon.style-filled {
  content: url("/static/icons/style-filled.svg");
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.62;
}

i.icon.style-image {
  content: url("/static/icons/style-image.svg");
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.62;
}

i.icon.position-top {
  content: url("/static/icons/position-top.svg");
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.62;
}

i.icon.position-bottom {
  content: url("/static/icons/position-bottom.svg");
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0.62;
}

i.icon.upload {
  content: url("/static/icons/upload.svg");
  width: 16px;
  height: 16px;
}

#image-library i.icon.upload {
  width: 26px;
  height: 26px;
}

i.icon.restart {
  content: url("/static/icons/restart.svg");
}

i.icon.logout {
  content: url("/static/icons/logout.svg");
}

i.icon.simple {
  content: url("/static/icons/simple.svg");
  width: 24px;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
  opacity: 0.37;
}

i.icon.complex {
  content: url("/static/icons/complex.svg");
  width: 24px;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
  opacity: 0.37;
}

i.icon.heart {
  content: url("/static/icons/heart.svg");
  width: 24px;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
}

i.icon.notification {
  content: url("/static/icons/notification.svg");
  width: 24px;
  height: 24px;
}

i.icon.random-shape:before {
  content: url("/static/icons/random-shape-large.svg");
  width: 14px;
  height: 14px;
  top: -4px;
  left: 8px;
  transform-origin: 7.5px 10px;
  position: absolute;
  transition: scale 0.5s;
}

i.icon.random-shape:after {
  content: url("/static/icons/random-shape-small.svg");
  width: 9px;
  height: 9px;
  top: 2px;
  left: 19px;
  transform-origin: 4.5px 12px;
  position: absolute;
  transition: scale 0.5s;
}

a.button.random:hover i.icon.random-shape:before {
  scale: 1.25;
}

a.button.random.active i.icon.random-shape:before {
  animation: randomPressLarge;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 0.25s;
  animation-play-state: running;
}

a.button.random i.icon.random-shape:before {
  animation-play-state: paused;
}

a.button.random:hover i.icon.random-shape:after {
  scale: 0.75;
}

a.button.random.active i.icon.random-shape:after {
  animation: randomPressSmall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 0.25s;
}

@keyframes randomPressLarge {
  0% {scale: 1.25; rotate: 0deg;}
  50% { scale: 1.0; rotate: 90deg;}
  100% {scale: 1.25; rotate: 180deg;}
}

@keyframes randomPressSmall {
  0% {scale: 0.75; rotate: 0deg;}
  50% { scale: 1.0; rotate: -90deg;}
  100% {scale: 0.75; rotate: -180deg;}
}


i.icon.arrow-right-cat {
  content: url("/static/icons/arrow-right-cat.svg");
  width: 24px;
  height: 24px;
  padding-left: 12px;
  vertical-align: baseline;
  transform: translateY(1px);
}

i.icon.arrow-left {
  content: url("/static/icons/arrow-left.svg");
  width: 24px;
  height: 24px;
}

i.icon.arrow-right {
  content: url("/static/icons/arrow-right.svg");
  width: 24px;
  height: 24px;
}

i.icon.undo {
  content: url("/static/icons/undo.svg");
  width: 24px;
  height: 24px;
  padding-left: 0;
}

i.icon.redo {
  content: url("/static/icons/redo.svg");
  width: 24px;
  height: 24px;
  padding-left: 10px;
}

.icon.undo,
.icon.redo {
  cursor: pointer;
  user-select: none;
}

.icon.undo.disabled,
.icon.redo.disabled {
  opacity: 0.37;
  cursor: default;
}

.primary i.icon.arrow-right {
  filter: invert(1);
}

a.button.save {
  font-size: 18px;
  font-weight: 500;
  border-radius: 36px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #EBEBEB;
  margin-left: 10px;
  margin-bottom: 32px;
}

a.button.save:hover {
  background-color: #D6D6D6;
}

a.button.save:not(.disabled) i.icon.heart {
  filter: invert(38%);
}
a.button.save:hover:not(.disabled) i.icon.heart {
  content: url("/static/icons/heart-filled.svg");
  filter: invert(38%);
}

a.button.save.active i.icon.heart{
  content: url("/static/icons/heart-filled.svg");
  filter: invert(0%);
}

a.button.save:active:not(.disabled) i.icon.heart {
  content: url("/static/icons/heart-filled.svg");
  filter: invert(0%);
}

a.button.save:focus-visible {
  background-color: #EBEBEB;
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.button.save.disabled i.icon {
  opacity: 0.3;
}

a.button.save.active {
  pointer-events: none;
}

a.button.slide {
  font-size: 18px;
  font-weight: 500;
  border-radius: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #EBEBEB;
  vertical-align: sub;
}

a.button.slide:hover,
a.button.slide:active {
  background-color: #D6D6D6;
}

a.button.slide:hover i.icon {
  opacity: 0.55;
}

a.button.slide:active i.icon {
  opacity: 0.68;
}

a.button.slide:focus-visible {
  background-color: #EBEBEB;
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.button.slide.disabled {
  cursor: not-allowed;
}

a.button.slide.disabled:hover i.icon {
  opacity: 0.37;
}

a {
  font-weight: 500;
  color: #616161;
  border-radius: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.16s ease-out 0s;
}

a:hover,
a:active {
  color: #000000;
}

a:focus-visible {
  background-color: transparent;
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.disabled {
  color: #BABABA !important;
  background-color: transparent !important;
  cursor: not-allowed;
}

a i.icon {
  filter: invert(38%);
}

a:hover i.icon,
a:active i.icon {
  filter: invert(0%);
}

a.disabled i.icon {
  filter: invert(73%);
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 172px;
  border: #EBEBEB 1px solid;
  background: #EBEBEB;
  border-radius: 2px;
  color: #515FFA;
  margin-left: 23px;
  margin-right: 23px;
  z-index: 1;
}

.image-align .slider {
  width: 165px;
  margin-left: 7px !important;
}

.slider:disabled {
  cursor: not-allowed;
}

.slider:disabled::-webkit-slider-thumb,
.slider:hover:disabled::-webkit-slider-thumb,
.slider:active:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  background: #D6D6D6;
  outline: 0;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #515FFA;
  cursor: pointer;
  outline: 0px solid #515FFA00;
  transition: outline 0.12s ease-out 0s;
}

.slider::-webkit-slider-thumb:hover {
  outline: 7px solid #515FFA33;
}

.slider::-webkit-slider-thumb:active {
  outline: 7px solid #515FFA4D;
}

.slider::-webkit-slider-thumb:focus-within {
  outline: 2px solid #515FFA;
  outline-offset: 5px;
}

.slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 0;
  background: #515FFA;
  cursor: pointer;
  outline: 0px solid #515FFA00;
  transition: outline 0.12s ease-out 0s;
}

.slider::-moz-range-thumb:hover {
  outline: 7px solid #515FFA33;
}

.slider::-moz-range-thumb:active {
  outline: 7px solid #515FFA4D;
}

.slider::-moz-range-thumb:focus-within {
  outline: 2px solid #515FFA;
  outline-offset: 5px;
}

.slider.image-pos {
  margin-left: 0;
}

.image-align label.fixed {
  display: block;
  color: #737373;
  margin-top: 32px;
  margin-bottom: 12px;
}

.image-align input[type="number"] {
  width: 86px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 32px;
  vertical-align: middle;
  float: right;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:disabled + .toggle {
  cursor: not-allowed;
  background-color: #EBEBEB;
}

.switch input:disabled + .toggle:before {
  border-color: #EBEBEB;
}

.switch input:disabled + .toggle:hover:before {
  background-color: #ffffff;
}

.switch input:disabled:checked + .toggle {
  cursor: not-allowed;
  background-color: #EBEBEB;
}

.switch input:disabled:checked + .toggle:hover:before {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.switch input:disabled:checked + .toggle:active:before {
  outline: 0;
}

.switch.alternative {
  margin-top: 12px !important;
}

.description.alternative {
  margin-top: 16px !important;
}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background-color: #D6D6D6;
  transition: 0.12s ease-out 0s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid #D6D6D6;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.12s ease-out 0s;
}

.switch input:checked + .toggle {
  background-color: #515FFA;
}

.switch input:checked + .toggle:hover:before {
  background-color: #E5EAFF;
  border-color: #E5EAFF;
}

.switch input + .toggle:hover:before {
  background-color: #EBEBEB;
}

.switch input + .toggle:active:before {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.switch input:checked + .toggle:active:before {
  background-color: #E5EAFF;
  outline: 2px solid #E5EAFF;
}

.switch input:checked + .toggle:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  border-color: #ffffff;
}

input.bg {
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  background: #fff;
  border-radius: 8px;
  border: 0.5px solid #EBEBEB88;
  outline: 2px solid #EBEBEB;
  outline-offset: 2px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  vertical-align: middle;
  transition: 0.12s ease-out 0s;
}

input.bg:hover {
  border-color: #EBEBEBEE;
  outline-color: #828282;
}

input.bg:checked,
input.bg:active {
  border-color: #EBEBEBEE;
  outline-color: #616161 ;
}

input.bg:nth-of-type(n+8) {
  margin-top: 16px;
}

.components {
  padding: 32px;
  padding-top: 40px;
}

.right .footer {
  display: block;
  width: 380px;
  border-top: 2px solid #EBEBEB;
  position: relative;
  z-index: 1;
  background-color: #ffffffDD;
  position: fixed;
  bottom: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.right .components {
  margin-bottom: 115px;
}

.export .right .components {
  margin-bottom: 0;
}

.export .components {
  padding-bottom: 40px;
}
.export .right .components:not(:first-child) {
  padding-top: 8px;
  padding-bottom: 32px;
}

.right .footer .components {
  margin-bottom: 0px;
}
/**/

a.accordion,
span.export-panel {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  display: block;
  text-align: left;
  border-top: 2px solid #EBEBEB;
  border-radius: 0;
  transition: 0.22s;
  padding: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  transition: 0s;
  user-select: none;
}

span.export-panel {
  cursor: text;
  border-top: none;
}

#export .components {
  border-bottom: 2px solid #EBEBEB;
}

a.accordion:after {
  content: url("/static/icons/arrow.svg");
  padding: 10px;
  float: right;
  background-color: transparent;
  padding: 9px;
  padding-bottom: 4px;
  padding-top: 8px;
  float: right;
  border-radius: 20px;
  margin-top: -4px;
}

a.accordion:hover:after {
  background: #EBEBEB80;
}

a.accordion:active:after {
  background: #EBEBEB;
}

a.accordion:focus-within:after {
  outline: 2px solid #515FFA;
  outline-offset: 2px;
}

a.accordion.active:after {
  transform: rotate(180deg);
}

a.accordion.first {
  border-top: 0;
}

a.accordion:last-of-type {
  border-bottom: 2px solid #EBEBEB;
}

a.accordion.active:last-of-type {
  border-bottom: 2px solid transparent;
}

.active, a.accordion:hover {
  background-color: transparent;
}

.panel {
  padding-top: 16px;
  padding-bottom: 32px;
  display: none;
  overflow: hidden;
  color: #737373;
}

.panel.active {
  display: block;
}

.panel.active:last-of-type {
  border-bottom: 2px solid #EBEBEB;
}

.panel .description {
  display: block;
  margin-bottom: 24px;
}

#result {
  margin-top: 70px;
  margin-bottom: 30px;
}

#result svg {
  display: inline-block;
  max-width: 75%;
  filter: drop-shadow(0px 0px 20px #00000014);
}

#result canvas{
  filter: drop-shadow(0px 0px 20px #00000014);
  max-height: 68.15vh;
}

#info-container {
 margin: auto;
 text-align: left;
 height: 28px;
 min-width: 200px;
}

#result .info {
  display: block;
  font-size: 12px;
  text-align: right;
  float: right;
  letter-spacing: 0.2px;
  color: #828282;
  margin-top: 4px;
  margin-right: 8px;
}

#result .undoredo {
  margin-left: 6px;
}

#favorites .favorite {
  width: 152px !important;
  height: 152px;
  margin: 0;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  cursor: default;
  padding: 0;
  position: relative;
}

#favorites .favorite:nth-child(2n) {
  margin-right: 0;
}

#favorites svg.preview {
    width: 100%;
    max-height: 152px;
    max-width: 152px;
    display: block;
    border-radius: 8px;
}

#favorites .favorite .favorite-delete {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    right: 8px;
    top: 8px;
    cursor: pointer;
    background-color: #E5EAFF;
    position: absolute;
    z-index: 2;
    background-image: url("/static/icons/trash-can.svg");
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0px 4px 4px #0000001F);
    opacity: 0;
    transition: opacity 0.2s;
}

#favorites .favorite:hover .favorite-delete {
  opacity: 1;
}

.favorite-label {
    display: none;
    font-size: 12px;
}

#favorites .favorite:after {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff00;
  transition: 0.16s ease-out;
}

#favorites .favorite:hover:after {
  background-color: #ffffff55;
  background-image: url("/static/icons/choose-shape.svg");
}

div.image-preview {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  transition: 0.16s ease-out;
}

.right div.image-preview {
  width: 152px;
  height: 152px;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 7px;
  padding: 0;
  cursor: default;
}

.right .panel div.image-preview:nth-child(2n) {
  margin-right: 0;
}

div.image-preview:hover{
    opacity: 1.0;
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
  outline: 2px solid #EBEBEB;
  outline-offset: -2px;
  border-radius: 8px;
  width: 288px;
  padding: 14px;
  border: none;
  transition: 0.2s;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
textarea:hover,
select:hover {
  outline-color: #828282;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline-color: #616161;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/static/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
}

#page-format-select {
  margin-top: 38px;
  margin-left: -144px;
  position: absolute;
}

#panel-content textarea {
  field-sizing: content;
}

/* Fixes for Firefox only */
@supports (-moz-appearance:none) {
  #panel-content textarea {
    min-height: 3.8em;
  }
}

/* Fixes for Safari only */
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  input.bg {
      margin-left: 4px;
    }
}

.right .panel.inhalt .description {
  margin-bottom: 16px;
  margin-top: 16px;
}

.right .panel.inhalt .description:first-child {
  margin-top: 0;
}

.right .panel.inhalt .description i {
  font-size: 12px;
  letter-spacing: 0.2px;
  float: right;
  color: #737373;
  font-style: normal;
}

.segment-container {
  background-color: #EBEBEB;
  padding: 6px;
  border-radius: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

#panel-shapes .segment-container {
  margin-bottom: 30px;
}

.segment {
  width: 128px;
  height: 78px;
  box-sizing: content-box;
  align-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: transparent;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #828282;
  transition: 0.16s ease-out;
  cursor: pointer;
  padding: 14px 12px;
}

.segment input{
  display: none;
}

.segment:has(input[type="radio"]:checked) {
  color: #616161;
  background-color: #ffffff;
}

.segment:has(input[type="radio"]:not(:checked)) i.icon {
  opacity: 0.42;
  color: #828282;
}

.segment:has(input[type="radio"]:not(:checked)):hover i.icon {
  opacity: 1;
  color: #616161;
}

.segment i.icon {
  margin-bottom: 2px;
}

.segment:has(input[type="radio"]:checked) i.icon {
  filter: invert(0%);
}

.segment:not(:has(input[type="radio"]:checked)):hover i.icon {
  filter: invert(38%);
}

.segment:not(:has(input[type="radio"]:checked)):hover {
  color: #737373;
  background-color: #FFFFFF99;
}

.image-align {
  margin-top: 20px;
}

#editor.login,
#export.login {
  margin-top: 0;
}

.login-panel {
  width: 50%;
  float: left;
  background-color: #ffffff;
}

.login-panel.left .login-form {
  margin-left: 154px;
  margin-top: 268px;
}

.login-panel.right {
  float: right;
  position: relative;
  background-color: #FEE1F7;
  height: 100vh;
  min-height: 800px;
}

.login-panel.left .copyright {
  color: #737373;
  font-size: 14px;
  letter-spacing: 0.2px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: -1;
}

.login-panel p a {
  padding: 0;
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.login-panel p {
  font-size: 18px;
  line-height: 140%;
  margin-top: 24px;
  margin-bottom: 60px;
}

.login-panel label {
  display: none;
}

.login-panel input {
  display: block;
  margin-bottom: 24px;
}

.login-panel a.primary {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 36px;
}

#editor a.export {
  padding-left: 82px;
  padding-right: 82px;
  margin-left: 10px;
}

.login-panel.right .slides {
  opacity: 0;
}

.login-panel.right span {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 343px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  transition: 0s linear;
}

.login-panel.right a.image-lib {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0;
  padding-right: 32px;
  margin-top: 48px;
  z-index: 2;
}

body.login nav {
  background-color: transparent;
  border-bottom: 0;
}


.page{
  display: none;
}

.border-page {
  box-sizing: border-box;
  width: calc(100vw - 100px);
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 212px;
  padding: 0px;
  overflow-y: auto;
  margin-bottom: 50px;
  display: none;
}

.border-page,
#image-library,
#editor {
  animation: pageFadeIn 0.3s;
}

@keyframes pageFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#templates.border-page,
.sub-category.border-page {
  border-radius: 16px;
  padding: 60px;
  margin-top: 184px;
  border: 2px solid #EBEBEB;
  background-color: #ffffff;
}

body.templates,
body.sub-categories-print,
body.sub-categories-social-media,
body.sub-categories-shape {
  background-color: #FBFBFB;
}

.login .toggle-pw {
  position: absolute;
  padding: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-top: -68px;
  margin-left: 262px;
  background-image: url("/static/icons/eye.svg");
  background-repeat: no-repeat;
}

.login ul.errorlist {
  margin: 0;
  padding: 0;
  width: 288px;
  display: inline-block;
  position: absolute;
  margin-top: -11px;
  margin-left: 11px;
  line-height: 100%;
  color: #FF5014;
}

.login ul.errorlist li {
  display: inline-block;
  font-size: 12px;
  padding: 3px;
  background-color: #ffffff;
}

.login ul.errorlist.nonfield {
  margin-top: -48px;
}

.login input {
  transition: 0.2s;
  outline: 2px #EBEBEB solid;
  outline-offset: -2px;
}

.login input:focus {
  outline: 2px #FF7142 solid;
}

#image-library {
  box-sizing: border-box;
  width: calc(100vw - 64px);
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 212px;
  padding: 0px;
  overflow-y: auto;
  text-align: center;
  opacity: 1;
  margin-bottom: 50px;
  transition: 0.2s;
}

body.overlay #image-library {
  opacity: 0.2;
}

body.overlay {
  overflow: hidden;
}

#image-library p.spacer{
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 18px;
}

#image-library .go-back {
  position: fixed;
  left: 9px;
  top: 126px;
  background-color: #fff;
  z-index: 1;
}

#image-library h1.category {
  font-size: 80px;
}

#image-library .image-uploader {
  width: 480px;
  padding: 60px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #FBFBFB;
  outline: 2px dashed #EBEBEB;
  margin-bottom: 100px;
}

#image-library p.desc {
  margin-top: 24px;
}

#image-library span.info {
  font-size: 12px;
  color: #737373;
}

#image-library .all-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 8px;
}

#image-library .all-images .image-preview {
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  width: calc(25% - 8px);
  height: 300px;
  cursor: pointer;
  border-radius: 4px;
  background-size: cover;
  text-align: left;
  background-position: top;
  background-repeat: no-repeat;
  transition: 0.2s ease-out;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: flex-end;
}

#image-library .all-images .image-preview:hover {
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: screen;
}

#image-library .all-images .image-preview:after {
  content: "Edit";
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #515FFA;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2px;
  border-radius: 16px;
  transition: 0.1s ease-out;
  opacity: 0;
}

#image-library .all-images .image-preview:hover:after {
  opacity: 1;
}

.tag {
  color: #FC9BDF;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #FEE1F7;
  border-radius: 8px;
  margin-top: 8px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}

.tag input {
  width: 0;
  opacity: 0;
  margin: 0;
}

.tag:has(input:checked),
.all-images .tag {
  color: #ffffff;
  background-color: #D6007A;
}

.img-name,
.tag-name {
    color: #616161;
    font-size: 14px;
    letter-spacing: 0.2px;
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
}

.tag-name {
  margin-top: 32px;
  margin-bottom: 8px;
}

#image-editor {
  display: none;
  position: fixed;
  left: calc(50% - 420px);
  top: 214px;
  width: 760px;
  height: 460px;
  padding: 28px;
  border-radius: 16px;
  border: 2px solid #EBEBEB;
  text-align: left;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 12px #0000001F);
}

#image-editor .preview {
  border-radius: 4px;
  float: left;
  width: 348px;
  height: 100%;
  margin-right: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #FBFBFB;
}

.close-image-editor {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  display: inline-block;
  background-color: #EBEBEB;
  float: right;
  background-image: url("/static/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}

.close-image-editor:hover {
  background-color: #D6D6D6;
}

.buttons-bottom {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 28px;
}

.export .components .summary {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #737373;
  margin-top: 25px;
}

.summary span.desc {
    display: inline-block;
    color: #000000;
    width: 10em;
    margin-bottom: 10px;
}

#image-picker {
  position: absolute;
  z-index: 1;
  width: 312px;
  min-height: 50px;
  max-height: 312px;
  padding: 24px;
  overflow-y: auto;
  border-radius: 12px;
  border: 2px solid #EBEBEB;
  text-align: left;
  background-color: white;
  filter: drop-shadow(0px 2px 12px #0000001F);
  display: none;
}

#image-picker .image-preview {
  width: 152px;
  height: 152px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  outline: 2px transparent solid;
  outline-offset: -2px;
  transition: 0.16s ease-out;
}

#image-picker .image-preview:hover {
  outline: 2px #FF5014 solid;
  filter: drop-shadow(0px 2px 12px #0000001F);
}

#image-picker .image-preview:nth-child(2n) {
  margin-right: -4px;
}

#image-picker .all-images {
  margin-bottom: -12px;
}

.panel .shape .description.shape {
  color: #000000;
}

.panel .shape:not(:first-child) .description.shape {
  margin-top: 32px;
  border-top: 2px solid #EBEBEB;
  padding-top: 32px;
}

.panel .description.shape .points {
  background-color: #616161;
  color: #ffffff;
  margin-right: 9px;
}

#notification-layer,
#notification-layer-text {
  position: fixed;
  top: 140px;
  z-index: 1;
  width: 264px;
  padding: 28px;
  left: max(478px, calc(50% - 162px));
  overflow-y: auto;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  letter-spacing: 0.2px;
  background-color: #fff;
  border-left: 4px solid #FF5014;
  filter: drop-shadow(0px 2px 12px #0000001F);
  display: none;
  transition: 0.2s;
  animation: pageFadeIn 0.7s;
}

#notification-layer-text {
  border-left-color: #D50613;
}

#notification-layer b,
#notification-layer-text b {
  display: block;
  margin-bottom: 4px;
}

#notification-layer .close-notification,
#notification-layer-text .close-notification {
  content: url("/static/icons/close.svg");
  display: inline-block;
  transform: scale(0.9);
  float: right;
  cursor: pointer;
  transition: 0.2s;
}

#notification-layer .close-notification:hover,
#notification-layer-text .close-notification:hover {
  opacity: 0.5;
}

#notification-layer .layer,
#notification-layer-text .layer {
  float: right;
  width: 87.5%;
}

#notification-layer .layer::before,
#notification-layer-text .layer::before {
  content: url("/static/icons/notification.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: -40px;
  margin-top: -3px;
}

#notification-layer-text .layer::before {
  content: url("/static/icons/error.svg");
}

.left .shape:nth-child(3):has(#shape1-style[style='display:none']) br {
  
}

#panel-favorites .info-fav {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #737373;
  display: block;
  line-height: 140%;
  margin-bottom: 30px;
}

#favorites:has(div) {
  margin-bottom: 14px;
}

#favorites:empty:after {
  content: url("/static/icons/empty-favorites.svg");
  margin-bottom: 22px;
  display: block;
}

#export a.button {
  margin-bottom: 12px;
  margin-right: 8px;
}

.scrollbar .slider {
  width: 157px;
}

.scrollbar .image-align input[type="number"] {
  width: 80px;
}

.scrollbar input[type="text"],
.scrollbar input[type="password"],
.scrollbar input[type="number"],
.scrollbar textarea {
  width: 273px;
}

.scrollbar input[type="radio"] {
  margin-right: 10px;
}

.scrollbar #favorites .favorite,
.scrollbar #image-picker .image-preview {
  width: 144px !important;
  height: 144px;
}

.scrollbar #favorites:empty:after {
  transform: scale(0.95) translateX(-7.5px);
  margin-bottom: 14px;
}