/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/image-generator.scss ***!
  \*******************************************************************************************************************/
body {
  background-color: #1F262A;
}
body #wpfooter {
  color: #ffffff;
}

.pixmagix-fullscreen {
  margin-top: -32px;
  overflow: hidden;
}
.pixmagix-fullscreen #adminmenumain,
.pixmagix-fullscreen #wpadminbar {
  display: none;
}
.pixmagix-fullscreen #wpcontent {
  margin: 0;
  padding: 0;
}
.pixmagix-fullscreen #wpbody-content {
  padding: 0;
}
.pixmagix-fullscreen #wpfooter {
  display: none;
}
.pixmagix-fullscreen #pixmagix {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  height: 100vh;
}
.pixmagix-fullscreen #pixmagix .pixmagix-content {
  height: auto;
  min-height: 1px;
  flex-grow: 1;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes notification {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.pixmagix-button {
  padding: 5px 12px;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #14191b;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.4s;
}
.pixmagix-button:hover:not(:disabled) {
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #090b0d;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.pixmagix-button:disabled {
  color: #999999 !important;
  cursor: default;
}
.pixmagix-button:disabled * {
  color: #999999 !important;
}
.pixmagix-button:hover, .pixmagix-button:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.pixmagix-button.active {
  background-color: #228B22;
}
.pixmagix-button.active:hover {
  background-color: #1d771d;
}
.pixmagix-button.small {
  padding: 4px 8px;
  font-size: 0.8em;
}
.pixmagix-button.block {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.pixmagix-label-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.pixmagix-input-wrapper, .pixmagix-range-wrapper, .pixmagix-checkbox-wrapper, .pixmagix-radio-buttons-wrapper, .pixmagix-multicheck-buttons-wrapper, .pixmagix-color-picker-wrapper, .pixmagix-color-palette-wrapper, .pixmagix-shadow-picker-wrapper, .pixmagix-libraryselect-wrapper, .pixmagix-stroke-dasharray-control, .pixmagix-repeater-wrapper, .pixmagix-font-picker-wrapper {
  margin-bottom: 8px;
}
.pixmagix-input-wrapper .pixmagix-label, .pixmagix-range-wrapper .pixmagix-label, .pixmagix-checkbox-wrapper .pixmagix-label, .pixmagix-radio-buttons-wrapper .pixmagix-label, .pixmagix-multicheck-buttons-wrapper .pixmagix-label, .pixmagix-color-picker-wrapper .pixmagix-label, .pixmagix-color-palette-wrapper .pixmagix-label, .pixmagix-shadow-picker-wrapper .pixmagix-label, .pixmagix-libraryselect-wrapper .pixmagix-label, .pixmagix-stroke-dasharray-control .pixmagix-label, .pixmagix-repeater-wrapper .pixmagix-label, .pixmagix-font-picker-wrapper .pixmagix-label {
  display: block;
  margin-bottom: 4px;
}
.pixmagix-button-group, .pixmagix-input-group {
  display: flex;
  align-items: center;
}
.pixmagix-button-group .pixmagix-button {
  display: inline-block;
  margin: 0 1px;
}
.pixmagix-input-group > * {
  flex: 1 0 50%;
  width: 50%;
}
.pixmagix-radio-buttons input[type=radio],
.pixmagix-radio-buttons input[type=checkbox], .pixmagix-multicheck-buttons input[type=radio],
.pixmagix-multicheck-buttons input[type=checkbox] {
  display: none;
}
.pixmagix input[type=text],
.pixmagix input[type=number],
.pixmagix textarea, .pixmagix-color-picker__editable-input > div > input {
  line-height: 1.5;
  padding: 0;
  width: 100%;
  min-height: auto;
  box-shadow: none;
  border: solid 1px #1b2124;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}
.pixmagix input[type=text]:focus,
.pixmagix input[type=number]:focus,
.pixmagix textarea:focus, .pixmagix-color-picker__editable-input > div > input:focus {
  outline: none !important;
}
.pixmagix textarea {
  line-height: 1.1;
}
.pixmagix-range {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
}
.pixmagix-range input[type=range] {
  -webkit-appearance: none;
  flex: 1 0 75%;
  width: 75%;
  background: transparent;
  border: none;
}
.pixmagix-range input[type=range]:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.pixmagix-range input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  margin-top: -2.5px;
  background: #2a3339;
  border-radius: 2.5px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
}
.pixmagix-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -1.5px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pixmagix-range input[type=number] {
  flex: 0 0 20%;
  width: 20%;
}
.pixmagix-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pixmagix-checkbox-label {
  padding-left: 7.5px;
}
.pixmagix-checkbox-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  border-radius: 15px;
  background: #14191b;
  transition: 0.4s;
}
.pixmagix-checkbox-switch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.pixmagix-checkbox-wrapper label {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pixmagix-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.pixmagix-checkbox-wrapper input[type=checkbox]:checked + label .pixmagix-checkbox-switch {
  background: #228B22;
  transition: 0.2s;
}
.pixmagix-checkbox-wrapper input[type=checkbox]:checked + label .pixmagix-checkbox-switch:after {
  left: 15px;
  transition: 0.2s;
}
.pixmagix-stroke-dasharray-control .pixmagix-button-group {
  padding-top: 8px;
}
.pixmagix-stroke-dasharray-control .pixmagix-button-group .pixmagix-range-wrapper {
  margin-bottom: 0;
}
.pixmagix-stroke-dasharray-control .pixmagix-button-group .pixmagix-button {
  padding: 2px 6px;
}
.pixmagix-stroke-dasharray-control__labels {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 36px);
}
.pixmagix-stroke-dasharray-control__labels .pixmagix-label {
  flex-grow: 1;
}
.pixmagix-color-palette {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.pixmagix-color-palette__item {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 16.66%;
}
.pixmagix-color-palette__color {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.pixmagix-color-palette__color.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: inherit;
  border-radius: inherit;
  background-color: #1F262A;
}
.pixmagix-color-picker-wrapper .pixmagix-color-palette {
  margin-top: 8px;
  margin-bottom: 8px;
}
.pixmagix-color-picker {
  position: relative;
  width: 200px;
  height: 120px;
  margin: 8px;
}
.pixmagix-color-picker__editable-input {
  display: flex !important;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  cursor: default;
}
.pixmagix-color-picker__editable-input > div {
  flex: 1;
}
.pixmagix-color-picker__editable-input > div > input {
  line-height: 0;
  height: 15px;
}
.pixmagix-color-picker__custom-color {
  align-items: stretch;
}
.pixmagix-color-picker__indicator {
  display: block;
  width: 15px;
  height: 15px;
  margin: 1px 4px 0 0;
  border: solid 1px #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.pixmagix-color-picker__saturation, .pixmagix-color-picker__hue, .pixmagix-color-picker__alpha {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
}
.pixmagix-color-picker__saturation {
  width: 80%;
  left: 0;
}
.pixmagix-color-picker__hue {
  width: 8%;
  left: 82%;
}
.pixmagix-color-picker__hue .hue-vertical > div {
  width: 100%;
}
.pixmagix-color-picker__hue .hue-vertical > div > div {
  width: 5px !important;
  height: 8px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  transform: translate(0, -4px) !important;
}
.pixmagix-color-picker__hue .hue-vertical > div > div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  margin-left: 5px;
}
.pixmagix-color-picker__alpha {
  width: 8%;
  left: 92%;
}
.pixmagix-color-picker__alpha > div > div:last-child > div > div {
  width: 5px !important;
  height: 8px !important;
  margin: 0 !important;
  margin-left: -3px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  transform: translate(0, -4px) !important;
}
.pixmagix-color-picker__alpha > div > div:last-child > div > div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  margin-left: 5px;
}
.pixmagix-color-picker__disablealpha .pixmagix-color-picker__saturation {
  width: 90%;
}
.pixmagix-color-picker__disablealpha .pixmagix-color-picker__hue {
  left: 92%;
}
.pixmagix-gradient-picker-wrapper .gp {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 8px;
}
.pixmagix-gradient-picker-wrapper .gp .palette {
  order: 2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAABXZJREFUeF7t1QERgCAUBUHIRCc6EYpMWmNnOBN8XW/e3Ht/o4f5Amst5pYOGWMWiPUbFIjlUSCWxygQC6RALI8CwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTwKBANpQSyQArE8WhDMo0AwkBbEAikQy6MFwTzmOefDbnr6nHvv0++vvXyBYCIFYoEUiOUxCsQCKRDLo0AwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjwLBQFoQC6RALI8WBPMoEAykBbFACsTyaEEwjx+3YB8CrWGGPAAAAABJRU5ErkJggg==);
  background-size: contain;
}
.pixmagix-gradient-picker-wrapper .gp .csh {
  order: 3;
}
.pixmagix-gradient-picker-wrapper .gp .csh .cs {
  position: absolute;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #14191b;
}
.pixmagix-gradient-picker-wrapper .gp .csh .cs:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #14191b;
}
.pixmagix-gradient-picker-wrapper .gp .csh .cs.active {
  background-color: #228B22;
}
.pixmagix-gradient-picker-wrapper .gp .csh .cs.active:before {
  border-bottom: 5px solid #228B22;
}
.pixmagix-gradient-picker-wrapper .gp .csh .cs div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.pixmagix-gradient-picker-wrapper .gp .wpr-color-picker-wrapper {
  order: 1;
  margin-bottom: 18px;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper .ap {
  background-color: #ffffff;
  border: solid 1px #1b2124;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper .ap .aph {
  background-color: #1b2124;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper .ai {
  flex: 0;
  background: #14191b;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper .ai span {
  padding: 0 4px;
  color: #ffffff;
}
.pixmagix-gradient-picker-wrapper .controls-wrapper .ai input {
  font-size: 0.8em;
  width: 30px;
  color: #ffffff;
}
.pixmagix-shadow-picker__offset {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 8px;
  position: relative;
  background: #1F262A;
  overflow: hidden;
}
.pixmagix-shadow-picker__preview {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background: #2a3339;
  pointer-events: none;
}
.pixmagix-shadow-picker__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 100%;
  background: #1b2124;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: grab;
}
.pixmagix-shadow-picker__handle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pixmagix-font-picker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pixmagix-font-picker .pixmagix-input {
  flex: 1;
}
.pixmagix-dropdown-content {
  color: #ffffff;
  background-color: #1F262A;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.pixmagix-dropdown-content * {
  box-sizing: border-box;
}
.pixmagix-dropdown-content .pixmagix-color-palette {
  width: 176px;
}
.pixmagix-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pixmagix-dropdown__item:not(.pixmagix-divider) {
  margin: 0;
  padding: 4px 8px;
  cursor: pointer;
}
.pixmagix-dropdown__item:not(.pixmagix-divider):not(.disabled):hover {
  background-color: #2a3339;
}
.pixmagix-dropdown__item.disabled {
  color: #999999 !important;
  cursor: default;
}
.pixmagix-dropdown__item.pixmagix-divider {
  margin: 0;
}
.pixmagix-dropdown__item.pixmagix-divider hr {
  margin: 4px 8px;
}
.pixmagix-help {
  display: inline-block;
  margin-bottom: 4px;
  cursor: pointer;
}
.pixmagix-help-content {
  width: 400px;
  padding: 18px;
  color: #ffffff;
  background-color: #1F262A;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pixmagix-help-content p {
  margin: 0;
  margin-bottom: 4px;
}
.pixmagix-help-content .pixmagix-button {
  float: right;
}
.pixmagix-help-arrow {
  color: #1F262A;
}
.pixmagix-baslider {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.pixmagix-baslider__src1, .pixmagix-baslider__src2 {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pixmagix-baslider__src1 img, .pixmagix-baslider__src2 img {
  display: block;
  width: 100%;
  height: auto;
}
.pixmagix-baslider__src2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  overflow: hidden;
}
.pixmagix-baslider__src2 img {
  position: absolute;
  top: 0;
  left: -50%;
}
.pixmagix-baslider__caption1, .pixmagix-baslider__caption2 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 5px 12px;
  color: #ffffff;
  background: #1F262A;
}
.pixmagix-baslider__delimiter {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.pixmagix-baslider__delimiter:before, .pixmagix-baslider__delimiter:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.pixmagix-baslider__delimiter:before {
  border-right: solid 8px #ffffff;
  left: -8px;
}
.pixmagix-baslider__delimiter:after {
  border-left: solid 8px #ffffff;
  left: 10px;
}
.pixmagix-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  background: #2a3339;
}
.pixmagix-pagination .pixmagix-input-wrapper {
  margin: 0 1px;
}
.pixmagix-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1F262A;
  color: #ffffff;
  z-index: 99;
}
.pixmagix-loader__spinner {
  width: 2em;
  height: 2em;
  animation-name: spinner;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.pixmagix-loader__spinner svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pixmagix-modal {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 90vw;
  height: 90vh;
  padding: 18px 0;
  color: #ffffff;
  background: #1F262A;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pixmagix-modal.middle {
  width: 400px;
  height: 90vh;
}
.pixmagix-modal.small {
  width: 250px;
  height: auto;
}
.pixmagix-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  padding-top: 0;
}
.pixmagix-modal__title {
  color: #ffffff;
  margin: 0;
  line-height: 1;
  font-size: 1.3em;
}
.pixmagix-modal__inner {
  flex: 1 1 auto;
  display: block;
  padding: 0 18px;
  overflow: hidden scroll;
}
.pixmagix-modal__actions {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 18px;
  margin-right: 23px;
}
.pixmagix-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -18px;
  margin-right: -18px;
}
.pixmagix-column {
  flex: 0 0 50%;
  width: 50%;
  padding: 18px;
}
.pixmagix-column__w-1 {
  width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}
.pixmagix-column__w-2 {
  width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.pixmagix-column__w-3 {
  width: 25%;
  flex: 0 0 25%;
}
.pixmagix-column__w-4 {
  width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.pixmagix-column__w-5 {
  width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.pixmagix-column__w-6 {
  width: 50%;
  flex: 0 0 50%;
}
.pixmagix-column__w-7 {
  width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.pixmagix-column__w-8 {
  width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.pixmagix-column__w-9 {
  width: 75%;
  flex: 0 0 75%;
}
.pixmagix-column__w-10 {
  width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.pixmagix-column__w-11 {
  width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}
.pixmagix-column__w-12 {
  width: 100%;
  flex: 0 0 100%;
}
.pixmagix-column > *:not(.pixmagix-grid) {
  max-width: 100%;
}
.pixmagix-column figure {
  margin: 0;
  padding: 0;
}
.pixmagix-column figure img,
.pixmagix-column figure svg {
  display: block;
  width: 100%;
  height: auto;
}
.pixmagix-grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -18px;
  margin-right: -18px;
}
.pixmagix-grid__cols-1 .pixmagix-grid__item {
  width: 100%;
  flex: 0 0 100%;
}
.pixmagix-grid__cols-2 .pixmagix-grid__item {
  width: 50%;
  flex: 0 0 50%;
}
.pixmagix-grid__cols-3 .pixmagix-grid__item {
  width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.pixmagix-grid__cols-4 .pixmagix-grid__item {
  width: 25%;
  flex: 0 0 25%;
}
.pixmagix-grid__item {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  height: 200px;
  margin: 0;
}
.pixmagix-grid__item.active .pixmagix-grid__item-figure {
  outline: solid 4px #228B22;
}
.pixmagix-grid__item-inner {
  display: block;
  height: 100%;
  padding: 18px;
}
.pixmagix-grid__item-inner:hover, .pixmagix-grid__item-inner:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.pixmagix-grid__item-figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #2a3339;
  overflow: hidden;
}
.pixmagix-grid__item-figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pixmagix-grid__item-figure > svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
}
.pixmagix-grid__item-caption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding: 5px 12px;
  color: #ffffff;
  background: #1F262A;
  opacity: 0;
  transition: 0.4s;
}
.pixmagix-grid__item:hover .pixmagix-grid__item-caption {
  opacity: 1;
  transition: 0.2s;
}
.pixmagix-grid__item-empty .pixmagix-grid__item-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.pixmagix-grid__item-empty .pixmagix-grid__item-figure p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pixmagix-grid__actions {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.pixmagix-grid__item:hover .pixmagix-grid__actions {
  opacity: 1;
  transition: 0.2s;
}
.pixmagix-image-select {
  margin-bottom: 8px;
}
.pixmagix-image-select__preview {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  cursor: pointer;
}
.pixmagix-image-select__preview img,
.pixmagix-image-select__preview svg {
  display: block;
  width: 100%;
  height: auto;
}
.pixmagix-repeater {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pixmagix-repeater__item {
  margin: 0;
  padding: 0;
}
.pixmagix-repeater__item:not(:last-child) {
  margin-bottom: 8px;
}
.pixmagix-repeater__item.disabled .pixmagix-repeater__content {
  opacity: 0.5;
  pointer-events: none;
}
.pixmagix-repeater__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  background-color: #1b2124;
}
.pixmagix-repeater__label {
  text-wrap: nowrap;
}
.pixmagix-repeater__content {
  padding: 8px;
  border: solid 1px #1b2124;
  background-color: #2a3339;
}
.pixmagix-accordion:not(:last-child) {
  margin-bottom: 8px;
}
.pixmagix-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pixmagix-accordion__label {
  text-wrap: nowrap;
}
.pixmagix-accordion__content {
  padding: 8px;
  border: solid 1px #1b2124;
  background-color: #2a3339;
}
.pixmagix-widget:not(:last-child) {
  margin-bottom: 18px;
}
.pixmagix-widget__label {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.pixmagix-widget__label span {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  background: #2a3339;
  cursor: pointer;
}
.pixmagix-widget__label span.passive {
  background: #14191b;
}
.pixmagix-widget__content {
  padding: 8px;
  background: #2a3339;
}
.pixmagix-widget__content h2 {
  margin: 0;
  margin-bottom: 8px;
  line-height: 2em;
  border-bottom: solid 1px;
}
.pixmagix-widget__content > .pixmagix-inline-controls {
  margin: -8px;
}
.pixmagix-inline-controls {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 8px;
  padding: 8px;
  background-color: #2a3339;
}
.pixmagix-inline-controls__container {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.pixmagix-inline-controls__container > .pixmagix-button, .pixmagix-inline-controls__container > .pixmagix-button-group {
  align-self: flex-end;
  margin: 8px;
}
.pixmagix-inline-controls__logo {
  height: 4em;
}
.pixmagix-inline-controls__logo a {
  display: block;
  height: 100%;
}
.pixmagix-inline-controls__logo a img {
  display: block;
  height: 100%;
}
.pixmagix-libraryselect__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -1%;
  margin-right: -1%;
  list-style: none;
  max-height: 144px;
  overflow: hidden auto;
}
.pixmagix-libraryselect__item {
  flex: 0 0 31.33%;
  width: 31.33%;
  height: 50px;
  margin: 1%;
}
.pixmagix-libraryselect__item svg,
.pixmagix-libraryselect__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pixmagix-kbsc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pixmagix-kbsc__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  border-top: dashed 1px #ffffff;
}
.pixmagix-kbsc__item:last-child {
  border-bottom: dashed 1px #ffffff;
}
.pixmagix-kbsc__item span,
.pixmagix-kbsc__item kbd {
  display: inline-block;
  padding: 4px 8px;
}
.pixmagix-kbsc__item kbd {
  background-color: #2a3339;
}
.pixmagix-inlinenotice {
  padding: 8px;
  margin-bottom: 8px;
}
.pixmagix-inlinenotice__success {
  background: #228B22;
}
.pixmagix-inlinenotice__warning {
  background: #888800;
}
.pixmagix-inlinenotice__error {
  background: #A30000;
}
.pixmagix-inlinenotice p {
  margin: 0;
  padding: 0;
}
.pixmagix-fonts__preview .pixmagix-grid__item-figure {
  padding: 8px;
}
.pixmagix-fonts__preview a {
  text-decoration: none;
}
.pixmagix-fonts__preview p {
  margin: 0;
}
.pixmagix-fonts__list .pixmagix-repeater__content p {
  margin: 0;
  font-size: 1.5em;
}
.pixmagix-sketch-canvas__wrapper {
  margin-bottom: 8px;
}
.pixmagix-sketch-canvas__wrapper .canvas-container {
  margin: auto;
  margin-bottom: 4px;
}
.pixmagix-sketch-canvas__wrapper .pixmagix-button-group {
  justify-content: center;
}

.pixmagix {
  box-sizing: border-box;
}
.pixmagix * {
  box-sizing: border-box;
  color: #ffffff;
}
.pixmagix *::-webkit-scrollbar {
  width: 5px;
  overflow: hidden;
}
.pixmagix *::-webkit-scrollbar-track {
  border-radius: 2.5px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
}
.pixmagix *::-webkit-scrollbar-thumb {
  background: #2a3339;
  border-radius: 2.5px;
}
.pixmagix-notification {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  background-color: #1F262A;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  animation-name: notification;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  z-index: 999999;
}
.pixmagix-notification__success {
  background: #228B22;
}
.pixmagix-notification__warning {
  background: #888800;
}
.pixmagix-notification__error {
  background: #A30000;
}
.pixmagix-notification p {
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.pixmagix-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}
.pixmagix-header__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pixmagix-header__title h1 {
  margin: 0;
  font-size: 1.5em;
  pointer-events: none;
}
.pixmagix-header .pixmagix-button {
  margin-right: 8px;
}

.pixmagix-content {
  display: flex;
  height: 80vh;
  padding: 18px;
  padding-top: 0;
}

.pixmagix-sidebarleft {
  position: relative;
  z-index: 99;
}
.pixmagix-sidebarleft__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #1F262A;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.pixmagix-sidebarleft__inner {
  width: 200px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden auto;
}

@media screen and (max-width: 782px) {
  .pixmagix-fullscreen {
    margin-top: -46px;
  }
  .pixmagix-grid__item {
    flex: 0 0 50%;
    width: 50%;
  }
  .pixmagix-grid__cols-2 .pixmagix-grid__item {
    width: 50%;
    flex: 0 0 50%;
  }
  .pixmagix-grid__cols-3 .pixmagix-grid__item {
    width: 50%;
    flex: 0 0 50%;
  }
  .pixmagix-grid__cols-4 .pixmagix-grid__item {
    width: 50%;
    flex: 0 0 50%;
  }
  .pixmagix-column {
    width: 100%;
    flex: 0 0 100%;
  }
  .pixmagix-column:not(:last-child) {
    padding-bottom: 18px !important;
  }
}
@media screen and (max-width: 480px) {
  .pixmagix-header__title h1 {
    display: none;
  }
  .pixmagix-footer {
    justify-content: flex-end;
  }
  .pixmagix-footer__colorindicator {
    display: none;
  }
  .pixmagix-grid__item {
    flex: 0 0 100%;
    width: 100%;
  }
  .pixmagix-grid__cols-1 .pixmagix-grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
  .pixmagix-grid__cols-2 .pixmagix-grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
  .pixmagix-grid__cols-3 .pixmagix-grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
  .pixmagix-grid__cols-4 .pixmagix-grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
  .pixmagix-inline-controls {
    flex-flow: column;
  }
  .pixmagix-inline-controls__container {
    flex-flow: column;
    width: 100%;
  }
  .pixmagix-inline-controls__container > * {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .pixmagix-grid__item {
    height: 280px;
  }
}
.pixmagix-imagelist {
  flex: 1;
  overflow: hidden auto;
}
.pixmagix-imagelist:not(.pixmagix-column) {
  padding: 0 18px;
}
.pixmagix-imagelist .pixmagix-grid {
  margin-top: -18px;
}
.pixmagix-imagelist .pixmagix-grid__item-inner {
  cursor: default;
}
.pixmagix-imagelist .pixmagix-grid .pixmagix-loader {
  background-color: transparent;
}
