                          

.st-configurator * {
  position: relative;
  box-sizing: border-box;
  outline: none
}

.st-configurator button, .st-configurator div, .st-configurator input, .st-configurator label, .st-configurator p, .st-configurator span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  text-align: left
}

.st-configurator ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.st-configurator button {
  display: inline-block;
  margin: .2em 0;
  border: none;
  background-color: hsla(0, 0%, 100%, .6);
  cursor: pointer;
  text-align: center
}

.st-configurator button[disabled] {
  opacity: .5
}

.st-configurator button:hover {
  background-color: rgba(0, 0, 0, .13333)
}

.st-configurator input {
  display: inline-block;
  margin: .2em 0;
  padding: .4em;
  border: none;
  border-bottom: 2px solid rgba(0,128,192,0.9);
  background-color: hsla(0, 0%, 100%, .8)
}

.st-configurator input:focus {
  border-color: rgba(0,128,192,0.8)}

.st-round {
  border-radius: 50%
}

.st-loading {
  position: relative
}

.st-loading > * {
  visibility: hidden
}

.st-loading:before {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  content: "Der Konfigurator lädt ...";
  color: #fff;
  background: rgba(0,128,192,0.8);
  justify-content: center;
  align-items: center
}

.st-viewport-lg .st-configurator, .st-viewport-lg .st-toolbar {
  min-height: 600px;
  height: auto !important;
  height: 600px
}

.st-configurator {
  display: flex;
  flex-direction: column
}

.st-toolbar {
  width: 100%
}

.st-content-column {
  overflow: hidden
}

.st-content-column, .st-content-row {
  display: flex;
  flex-direction: column;
  width: 100%
}

.st-content-row {
  flex-grow: 1
}

.st-viewport-md .st-configurator {
  flex-direction: row
}

.st-viewport-md .st-toolbar {
  width: 10%
}

.st-viewport-lg .st-content-row {
  flex-direction: row
}

.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
  .ps-container {
    overflow: auto !important
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling {
  pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #ffffff;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #ffffff;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 11px
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px
}

.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #ffffff;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #ffffff;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #ffffff;
  opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #ffffff;
  opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999
}

.alertify .ajs-dimmer {
  margin: 0;
  background-color: #252525;
  opacity: .5
}

.alertify .ajs-dimmer, .alertify .ajs-modal {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0
}

.alertify .ajs-modal {
  overflow-y: auto
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0;
  outline: 0
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff
}

.alertify .ajs-body {
  min-height: 56px
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  transform: scaleX(1);
  cursor: se-resize
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0
}

.alertify.ajs-closable .ajs-commands button.ajs-close, .alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)
}

.alertify.ajs-maximized .ajs-dialog, .alertify.ajs-resizable .ajs-dialog {
  padding: 0
}

.alertify.ajs-maximized .ajs-commands, .alertify.ajs-resizable .ajs-commands {
  margin: 14px 24px 0 0
}

.alertify.ajs-maximized .ajs-header, .alertify.ajs-resizable .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px
}

.alertify.ajs-maximized .ajs-body, .alertify.ajs-resizable .ajs-body {
  min-height: 224px;
  display: inline-block
}

.alertify.ajs-maximized .ajs-body .ajs-content, .alertify.ajs-resizable .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto
}

.alertify.ajs-maximized .ajs-footer, .alertify.ajs-resizable .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move
}

.alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset {
  display: none
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto
}

.alertify.ajs-basic .ajs-header {
  opacity: 0
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1
}

.alertify.ajs-frameless .ajs-footer {
  display: none
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: 0
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important
}

.ajs-no-selection, .ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px
  }

  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%
  }

  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: 0;
    min-width: auto
  }
}

@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593d2
  }
}

.alertify .ajs-dimmer, .alertify .ajs-modal {
  transform: translateZ(0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: .25s
}

.alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: .25s;
  animation-duration: .25s
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes a {
  0%, to {
    transform: translateZ(0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes a {
  0%, to {
    transform: translateZ(0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: l;
  animation-name: l;
  -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  animation-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: m;
  animation-name: m;
  -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
  animation-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: d;
  animation-name: d
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: e;
  animation-name: e
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: f;
  animation-name: f
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: g;
  animation-name: g
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: b;
  animation-name: b
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: c;
  animation-name: c
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: h;
  animation-name: h
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: i;
  animation-name: i
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: j;
  animation-name: j
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: k;
  animation-name: k
}

@-webkit-keyframes b {
  0%, 20%, 40%, 60%, 80%, to {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes b {
  0%, 20%, 40%, 60%, 80%, to {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@-webkit-keyframes c {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes c {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

@-webkit-keyframes d {
  0% {
    opacity: 0;
    transform: scale3d(.25, .25, .25)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes d {
  0% {
    opacity: 0;
    transform: scale3d(.25, .25, .25)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@-webkit-keyframes e {
  0% {
    opacity: 1;
    transform: scaleX(1)
  }
  to {
    opacity: 0;
    transform: scale3d(.25, .25, .25)
  }
}

@keyframes e {
  0% {
    opacity: 1;
    transform: scaleX(1)
  }
  to {
    opacity: 0;
    transform: scale3d(.25, .25, .25)
  }
}

@-webkit-keyframes f {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes f {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes g {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes g {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@-webkit-keyframes h {
  0% {
    transform: perspective(400px) rotateX(90deg);
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    transition-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}

@keyframes h {
  0% {
    transform: perspective(400px) rotateX(90deg);
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    transition-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}

@-webkit-keyframes i {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes i {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-webkit-keyframes j {
  0% {
    transform: perspective(400px) rotateY(90deg);
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    transition-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}

@keyframes j {
  0% {
    transform: perspective(400px) rotateY(90deg);
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    transition-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}

@-webkit-keyframes k {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes k {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-webkit-keyframes l {
  0% {
    margin-top: -100%
  }
  to {
    margin-top: 5%
  }
}

@keyframes l {
  0% {
    margin-top: -100%
  }
  to {
    margin-top: 5%
  }
}

@-webkit-keyframes m {
  0% {
    margin-top: 5%
  }
  to {
    margin-top: -100%
  }
}

@keyframes m {
  0% {
    margin-top: 5%
  }
  to {
    margin-top: -100%
  }
}

.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  transform: translateZ(0)
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  transform: translateZ(0);
  transition-duration: .25s;
  transition-timing-function: linear
}

.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, .5);
  border-top-right-radius: 2px
}

.alertify-notifier.ajs-top {
  top: 10px
}

.alertify-notifier.ajs-bottom {
  bottom: 10px
}

.alertify-notifier.ajs-right {
  right: 10px
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px
}

.alertify-notifier.ajs-left {
  left: 10px
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0
}

.alertify-notifier.ajs-center {
  left: 50%
}

.alertify-notifier.ajs-center .ajs-message {
  transform: translateX(-50%)
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  transition-timing-function: cubic-bezier(.57, .43, .1, .65)
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0
}

.alertify .ajs-dialog {
  background-color: #fff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25);
  border-radius: 2px
}

.alertify .ajs-body {
  color: #000
}

.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc
}

.alertify .ajs-body .ajs-content p {
  margin: 0
}

.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: 1px solid #ffffff;
  border-radius: 0 0 2px 2px
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593d2
}

.alertify-notifier .ajs-message {
  background: hsla(0, 0%, 100%, .95);
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-notifier .ajs-message.ajs-warning {
  background: hsla(54, 86%, 92%, .95);
  border-color: #999
}

.pickr {
  position: relative;
  overflow: visible
}

.pickr * {
  box-sizing: border-box
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  border-radius: .15em;
  cursor: pointer;
  background: transparent;
  transition: background-color .3s;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.pickr .pcr-button:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1
}

.pickr .pcr-button:after, .pickr .pcr-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.pickr .pcr-button:after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;
  background-size: 70%;
  opacity: 0
}

.pickr .pcr-button.clear:after {
  opacity: 1
}

.pickr .pcr-button.disabled {
  cursor: not-allowed
}

.pcr-app {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 .2em 1.5em 0 rgba(0, 0, 0, .1), 0 0 1em 0 rgba(0, 0, 0, .02);
  top: 5px;
  height: 15em;
  width: 28em;
  max-width: 95vw;
  padding: .8em;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s
}

.pcr-app.visible {
  visibility: visible;
  opacity: 1
}

.pcr-app .pcr-interaction {
  display: flex;
  align-items: center;
  margin: 1em -.2em 0
}

.pcr-app .pcr-interaction > * {
  margin: 0 .2em
}

.pcr-app .pcr-interaction input {
  padding: .5em .6em;
  border: none;
  outline: none;
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #c4c4c4;
  background: #f8f8f8;
  border-radius: .15em;
  transition: all .15s
}

.pcr-app .pcr-interaction input:hover {
  color: gray
}

.pcr-app .pcr-interaction .pcr-result {
  color: gray;
  text-align: left;
  flex-grow: 1;
  min-width: 1em;
  transition: all .2s;
  border-radius: .15em;
  background: #f8f8f8;
  cursor: text;
  padding-left: .8em
}

.pcr-app .pcr-interaction .pcr-result:focus {
  color: #4285f4
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff
}

.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff
}

.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4
}

.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-save {
  color: #fff;
  width: auto
}

.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4
}

.pcr-app .pcr-interaction .pcr-save:hover {
  background: #4370f4;
  color: #fff
}

.pcr-app .pcr-interaction .pcr-clear {
  background: #f44250
}

.pcr-app .pcr-interaction .pcr-clear:hover {
  background: #db3d49;
  color: #fff
}

.pcr-app .pcr-selection {
  display: flex;
  justify-content: space-between;
  flex-grow: 1
}

.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grabbing
}

.pcr-app .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.pcr-app .pcr-selection .pcr-color-preview:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1
}

.pcr-app .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  transition: background-color .3s;
  border-radius: .15em .15em 0 0
}

.pcr-app .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 0 .15em .15em
}

.pcr-app .pcr-selection .pcr-color-preview .pcr-current-color, .pcr-app .pcr-selection .pcr-color-preview .pcr-last-color {
  background: transparent;
  width: 100%;
  height: 50%
}

.pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity, .pcr-app .pcr-selection .pcr-color-palette {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pcr-app .pcr-selection .pcr-color-palette {
  flex-grow: 0.9;
  z-index: 1
}

.pcr-app .pcr-selection .pcr-color-palette .pcr-palette {
  height: 100%;
  border-radius: .15em
}

.pcr-app .pcr-selection .pcr-color-palette .pcr-palette:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1
}

.pcr-app .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app .pcr-selection .pcr-color-opacity .pcr-picker {
  left: 50%;
  transform: translateX(-50%)
}

.pcr-app .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app .pcr-selection .pcr-color-opacity .pcr-slider {
  width: 8px;
  height: 100%;
  border-radius: 50em
}

.pcr-app .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(180deg, red, #ff0, lime, cyan, blue, #f0f, red)
}

.pcr-app .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(180deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 50%
}

.st-toolbar {
  display: flex;
  background: #000000;
  min-height: 50px;
  height: auto !important;
  height: 50px
}

.st-toolbar-active {
  display: none
}

.st-toolbar-tools {
  width: 100%
}

.st-toolbar-tools ul {
  width: 100%;
  display: flex
}

.st-toolbar-tools li {
  flex-grow: 1;
  width: 16.66667%;
  height: 50px;
  display: flex;
  padding: 10px;
  cursor: pointer
}

.st-toolbar-tools li img {
  opacity: .5;
  width: 100%;
  height: 100%
}

.st-toolbar-tools li .st-tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000
}

.st-toolbar-tools li:hover {
  background-color: #2e2e2e
}

.st-toolbar-tools li.active {
  background-color: rgba(0,128,192,0.9)}

.st-toolbar-tools li.active img {
  opacity: 1
}

.st-viewport-sm .st-toolbar-active {
  display: flex;
  background-color: #000000;
  width: 15%;
  align-items: center;
  justify-content: center
}

.st-viewport-sm .st-toolbar-active p {
  visibility: hidden;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 .5em;
  margin: 0
}

.st-viewport-sm .st-toolbar-tools {
  width: 85%
}

.st-viewport-md .st-toolbar {
  flex-direction: column;
  width: 10%;
  max-width: 75px
}

.st-viewport-md .st-toolbar-active {
  width: 100%;
  height: 50px
}

.st-viewport-md .st-toolbar-tools {
  width: 100%
}

.st-viewport-md .st-toolbar-tools ul {
  width: 100%;
  flex-wrap: wrap
}

.st-viewport-md .st-toolbar-tools li {
  width: 100%
}

.st-optionsbar {
  background-color: #2e2e2e;
  padding: 2% 0;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  z-index: 100
}

.st-optionsbar input, .st-optionsbar label {
  display: none
}

.st-optionsbar .st-optionsbar-setting {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.st-optionsbar .st-optionsbar-setting button {
  background-color: transparent;
  border-radius: 4px
}

.st-optionsbar .st-optionsbar-setting button.st-active {
  background-color: hsla(0, 0%, 100%, .2)
}

.st-optionsbar .st-optionsbar-setting button:hover {
  background-color: hsla(0, 0%, 100%, .13333)
}

.st-optionsbar .st-optionsbar-setting button:after {
  border-right: none
}

.st-optionsbar-help {
  display: none;
  padding-top: 0;
  flex-grow: 1;
  padding-right: 10px;
  justify-content: flex-end;
  align-items: center
}

.st-optionsbar-help button {
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  margin: 0;
  border-radius: 50%
}

.st-optionsbar-help button svg {
  width: 32px;
  height: 32px
}

.st-viewport-sm .st-optionsbar {
  display: flex;
  justify-content: space-around;
  padding: 0
}

.st-viewport-sm .st-optionsbar input, .st-viewport-sm .st-optionsbar label {
  display: inline-block
}

.st-viewport-sm .st-optionsbar label {
  color: #fff;
  padding: 0 8px
}

.st-viewport-sm .st-optionsbar input {
  width: 72px;
  border-color: transparent;
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff
}

.st-viewport-sm .st-optionsbar input:focus {
  border-color: rgba(0,128,192,0.8)}

.st-viewport-sm .st-optionsbar label[for=st-element-alignment], .st-viewport-sm .st-optionsbar label[for=st-element-position] {
  display: none
}

.st-viewport-md .st-optionsbar {
  background-color: #000000;
  height: 50px;
  justify-content: flex-start
}

.st-viewport-md .st-optionsbar label[for=st-element-alignment], .st-viewport-md .st-optionsbar label[for=st-element-position] {
  display: inline-block
}

.st-viewport-md .st-optionsbar label[for=st-element-position] {
  padding-left: 0
}

.st-viewport-md .st-optionsbar > div:first-of-type {
  display: flex
}

.st-viewport-md .st-optionsbar-setting {
  padding: 0
}

.st-viewport-md .st-optionsbar-help {
  display: flex
}

.st-toolpalette {
  background: #ccc;
  border-left: 2px solid #fff
}

.st-toolpalette-settings {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: 32px
}

.st-toolpalette-help, .st-toolpalette-list, .st-toolpalette-setting, .st-toolpalette-settings-heading {
  width: 100%;
  padding: 15px 10px 0
}

#st-add-element {
  width: 100%;
  margin: 5px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 5px;
  font-size: 16px;
  -moz-text-align-last: center;
  text-align-last: center;
  background: rgba(0,128,192,0.8);
  color: #fff;
  border: none
}

.st-toolpalette-settings-group {
  display: flex
}

.st-toolpalette-settings-group .st-half-width {
  display: flex;
  align-items: center
}

.st-toolpalette-settings-group .st-half-width input, .st-toolpalette-settings-group .st-label-text-stretch, .st-toolpalette-settings-group .st-stretch-rangeslider {
  width: 50%
}

.st-toolpalette-settings-group .st-text-color {
  width: 50%;
  height: 1.8em;
  background-color: #000;
  border-radius: 4px;
  cursor: pointer
}

.st-toolpalette-setting label, .st-toolpalette-settings-heading span {
  font-weight: 700
}

.st-toolpalette-setting input {
  width: 100%
}

.st-toolpalette-setting input[type=checkbox] {
  width: auto;
  display: inline-block;
  margin: 0 .5em 0 0
}

.st-toolpalette-setting button {
  width: 100%;
  border-radius: 4px;
  line-height: 1.6em
}

.st-toolpalette-setting select {
  float: right
}

.st-toolpalette-order button.st-toolpalette-order-button {
  height: 40px;
  background: rgba(0,128,192,0.8);
  width: 100%
}

.st-toolpalette-order button.st-toolpalette-order-button span {
  color: #fff;
  text-align: center
}

.st-toolpalette-order button.st-toolpalette-order-button:hover {
  background-color: rgba(0,128,192,0.9)}

.st-load-spinner, .st-order-spinner {
  margin-right: 5px;
  display: none;
  -webkit-animation: n 1s linear infinite;
  animation: n 1s linear infinite
}

.st-load-spinner, .st-load-spinner svg, .st-order-spinner, .st-order-spinner svg {
  height: 24px;
  width: 24px
}

@-webkit-keyframes n {
  to {
    transform: rotate(1turn)
  }
}

@keyframes n {
  to {
    transform: rotate(1turn)
  }
}

.st-toolpalette-order .st-toolpalette-order-button {
  margin: 0
}

.st-admin-settings {
  width: 100%
}

.st-admin-settings .st-toolpalette-setting {
  display: flex;
  justify-content: space-between
}

.st-viewport-sm .st-toolpalette-setting {
  width: 50%
}

.st-viewport-md .st-toolpalette {
  height: 350px
}

.st-viewport-md .st-toolpalette-settings {
  height: 310px
}

.st-viewport-lg .st-toolpalette {
  width: 40%;
  max-width: 300px;
  height: auto;
  display: flex;
  flex-direction: column
}

.st-viewport-lg .st-toolpalette-settings {
  flex-grow: 1
}

.st-viewport-lg .st-toolpalette-setting {
  width: 100%
}

.st-preview {
  flex-grow: 1;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden
}

.st-preview-product {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.st-preview .st-preview-product-name h2 {
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
  color: #000000}

.st-preview .st-preview-hint {
  width: 75%;
  margin: .5em auto;
  color: rgba(0,128,192,0.8)}

.st-preview-system {
  display: none
}

.st-configurator .st-preview p {
  text-align: center
}

.st-preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  align-self: center
}

.st-canvas {
  background-color: #fff
}

.st-canvas > * {
  cursor: pointer
}

.st-zoom {
  display: none
}

.st-preview-canvas {
  background-color: #ccc
}

.st-preview-canvas, .st-preview-general-setting {
  display: flex;
  align-items: center;
  justify-content: center
}

.st-preview-general-setting {
  margin-top: 5px;
  flex-direction: column
}

.st-preview-general-settings {
  margin-bottom: 3px
}

.st-pad-block {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  padding: 2%;
  box-shadow: 0 0 4px #7f7f7f
}

.st-pad-option {
  width: 30px;
  height: 30px;
  margin: 5px 3px;
  cursor: pointer
}

#st-product-border {
  width: 64px
}

.st-load-local-config button {
  padding: .5em;
  border-radius: 4px;
  background-color: rgba(0,128,192,0.8);
  color: #fff
}

.st-preview-info {
  background-color: #000000;
  display: flex;
  align-items: center
}

.st-preview-info .st-preview-info-download {
  height: 100%
}

.st-preview-info a, .st-preview-info button {
  height: 100%;
  background-color: rgba(0,128,192,0.9);
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0
}

.st-preview-info a {
  background-color: #a9cf54
}

.st-preview-info .st-preview-info-price {
  flex-grow: 1
}

.st-preview-info .st-preview-info-price p, .st-preview-info .st-preview-info-price span {
  color: #fff;
  margin: 0;
  text-align: center
}

.st-preview-info .st-tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000
}

.st-preview-dimensions p {
  text-align: center
}

.st-viewport-md .st-preview-dimensions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px
}

.st-viewport-md .st-preview-dimensions p {
  margin: 0 0 8px
}

.st-viewport-md .st-zoom {
  display: flex;
  align-items: center;
  width: 300px
}

.st-viewport-md .st-zoom p {
  padding: 0 10px;
  margin: 0
}

.st-viewport-lg .st-preview {
  display: flex;
  flex-direction: column;
  width: 60%
}

.st-viewport-lg .st-preview-info, .st-viewport-lg .st-preview-info button {
  height: 40px
}

.st-viewport-lg .st-preview-product {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.pcr-app {
  z-index: 110000
}

.st-background-group {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.st-background-group label {
  font-weight: 700;
  padding: 0
}

.st-welcome {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e9e9e9;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start
}

.st-welcome-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center
}

.st-welcome-title h2, .st-welcome-title p {
  text-align: center;
  width: 100%
}

.st-welcome-title h2 {
  line-height: 1.2
}

.st-start {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer
}

.st-start-box {
  width: 25%
}

.st-load-local-config {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em;
  border-top: 1px solid #000000}

.st-start-icon {
  padding: 20%;
  background: #000000}

.st-start-box:hover .st-start-icon {
  background: rgba(0,128,192,0.9)}

.st-start-box img {
  width: 100%
}

.st-start-box p {
  display: none;
  text-align: center
}

.st-viewport-md .st-start {
  width: 70%
}

.st-viewport-md .st-start-box p {
  display: block
}

.st-viewport-lg .st-welcome-title {
  margin-top: 50px
}

.st-viewport-lg .st-start {
  width: 50%
}

.st-preview-sites {
  width: 75%;
  margin: .5em auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

div.st-preview-site-container {
  cursor: pointer;
  padding: 6px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: -webkit-radial-gradient(circle farthest-side, #f7f7f7, #dcdcdc);
  font-size: 14px;
  text-align: center;
  transition: background-image .3s ease-in
}

div.st-preview-site-container.st-site-container-active, div.st-preview-site-container:hover {
  color: #fff;
  background-image: -webkit-radial-gradient(circle farthest-side, rgba(0,128,192,0.8), rgba(0,128,192,0.8))
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  padding: 1px 7px 2px
}

.alertify .ajs-header {
  color: #000;
  font-weight: 700;
  font-family: Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #fafafa;
  border-bottom: 1px solid #ffffff;
  border-radius: 2px 2px 0 0
}

.st-cutterline-text {
  position: absolute;
  top: -47px;
  left: 100px;
  font-size: 11px !important;
  color: #494b4d;
  font-size: 12px;
  padding: 1px 7px;
  border: 1px solid #c8cbcc;
  background: #fefefe;
  background: linear-gradient(180deg, #fefefe, #f3f3f3);
  z-index: 20
}

.st-cutterline-text-line {
  position: absolute;
  border-left: 1px dashed red;
  opacity: .6;
  top: -25px;
  left: 122px;
  width: 1px;
  height: 25px;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 0
}

.st-cutterline-text-line-point {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #919699;
  left: 120px;
  top: 11px;
  z-index: 20
}

.st-cutterline-short-text {
  font-size: 10px !important;
  display: none;
  width: 178px;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  box-shadow: 3px 3px 6px -2px #858f97;
  top: -26px;
  left: 85px
}

.st-cutterline-short-text, .st-secureline-text {
  position: absolute;
  border: 1px solid #c8cbcc;
  color: #494b4d;
  z-index: 20
}

.st-secureline-text {
  top: -47px;
  right: 100px;
  font-size: 11px !important;
  font-size: 12px;
  padding: 1px 7px;
  background: #fefefe;
  background: linear-gradient(180deg, #fefefe, #f3f3f3)
}

.st-secureline-text-line {
  position: absolute;
  border-left: 1px dashed red;
  opacity: .6;
  top: -25px;
  right: 122px;
  width: 1px;
  height: 25px;
  z-index: 20;
  background: transparent;
  padding: 0;
  margin: 0
}

.st-secureline-text-line-point {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #919699;
  right: 120px;
  top: 11px;
  z-index: 20
}

.st-secureline-short-text {
  font-size: 10px !important;
  position: absolute;
  display: none;
  width: 178px;
  background-color: #fff;
  border: 1px solid #c8cbcc;
  padding: 10px;
  text-align: left;
  color: #494b4d;
  box-shadow: 3px 3px 6px -2px #858f97;
  top: -26px;
  z-index: 20;
  right: 85px
}

.kdz--modal, .ps-cutter-show {
  display: block
}

.kdz--modal {
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.kdz--modal-content {
  position: absolute;
  background-color: #fefefe;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 100%;
  height: 70vh;
  width: 700px
}

.kdz--modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.kdz--modal .close:focus, .kdz--modal .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.pcr-app .pcr-interaction > span {
  font-size: 13px
}

.st-toolpalette-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.st-toolpalette-list ul li {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  background-color: rgba(0,128,192,0.9);
  padding: 4px;
  align-items: center
}

.st-toolpalette-list ul li.active, .st-toolpalette-list ul li:hover {
  background-color: #b3b3b3
}

.st-toolpalette-list ul img {
  width: 32px;
  height: 32px
}

.st-toolpalette-list ul input, .st-toolpalette-list ul span {
  flex-grow: 1;
  margin: 6px 0;
  padding: 4px
}

.st-toolpalette-list ul input {
  border-color: transparent
}

.st-toolpalette-list ul button.st-element-remove {
  background-color: transparent;
  color: #c73228
}

.st-toolpalette-list ul button.st-element-remove:hover {
  color: #aa2b22
}

#st-add-element option {
  background-color: #fff;
  color: #000000}

.st-viewport-sm .st-toolpalette-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.st-viewport-sm .st-toolpalette-list ul li {
  width: 49%
}

.st-viewport-lg .st-toolpalette-list ul li {
  width: 100%
}

.st-toolpalette-list li.st-pattern {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 49%
}

.st-toolpalette-list li.st-pattern .st-pattern-object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  cursor: pointer
}

.st-toolpalette-list li.st-pattern .st-pattern-name {
  color: #fff
}

.st-toolpalette-list li.st-pattern .st-pattern-img {
  width: 98%;
  height: auto;
  background-color: #fff;
  border: 1px solid gray;
  margin: 4px 1%
}

.st-viewport-md .st-toolpalette-list li.st-pattern {
  width: 24%
}

.st-viewport-lg .st-toolpalette-list li.st-pattern {
  width: 49%
}
      
.st-toolpalette-list .st-suggestion-item {
  width: 100%;
  padding: 6px
}

.st-toolpalette-list .st-suggestion-item a {
  width: 100%;
  text-decoration: none
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-img {
  width: 30%
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-img img {
  width: 100%;
  height: 100%
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-text {
  width: 70%;
  padding-left: 2%
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-text p {
  color: #fff
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-box {
  display: flex;
  width: 100%
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-size {
  margin-bottom: 0
}

.st-toolpalette-list .st-suggestion-item .st-suggestion-name, .st-toolpalette-list .st-suggestion-item .st-suggestion-price {
  margin: 0
}

.st-font-wrapper > span {
  margin: .2em 0;
  padding: .4em;
  display: block;
  background-color: #fff;
  border-bottom: 2px solid rgba(0,128,192,0.9)}

.st-font-wrapper > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: .4em;
  height: 2.05em;
  width: 2.05em
}

.st-font-wrapper > span.st-rotate:before, .st-font-wrapper > span:before {
  background: url("https://www.stempelcloud24.com/konfigurator/icons/icon-arrow-down.svg") no-repeat 50%
}

.st-font-wrapper > span.st-rotate:before {
  transform: rotate(180deg)
}

.st-font-wrapper > span:hover {
  border-bottom: 2px solid rgba(0,128,192,0.8);
  cursor: pointer
}

.st-font-list {
  position: absolute;
  top: 2.05em;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  height: 13.65em;
  overflow: hidden;
  transition: height .2s ease-out;
  will-change: height
}

.st-open {
  box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .2)
}

.st-font {
  padding: .4em;
  cursor: pointer
}

.st-font:hover {
  background-color: rgba(0,128,192,0.8)}

.st-border-mci, .st-graphic-mci, .st-line-mci, .st-preview-pad-color, .st-text-mci {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.st-text-color {
  background-color: #000
}

#st-pad-select {
  margin-left: .5em
}

#st-pad-select, .st-text-color {
  display: block;
  width: 1.75em;
  height: 1.75em;
  cursor: pointer
}

.st-mte-tip strong {
  font-size: 12px;
  display: block;
  margin-top: 0
}

.st-mte-tip p {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5em
}

.st-toolpalette-setting #st-create-text, .st-toolpalette-setting .st-upload-button {
  border: 1px solid #000000}

.st-toolpalette-setting #st-create-line, .st-toolpalette-setting #st-create-text, .st-toolpalette-setting #st-design-upload-button, .st-toolpalette-setting .st-upload-button {
  background-color: rgba(0,128,192,0.8);
  border-color: transparent;
  color: #fff;
  padding: 5px 0
}

.st-toolpalette-setting #st-create-text:hover {
  border-color: #000000}

.st-viewport-md .st-font-list {
  height: 11.55em
}

.st-viewport-lg .st-font-list {
  height: 13.65em
}

.st-toolpalette-setting #st-create-graphic {
  border: 1px solid #000000;
  margin-bottom: 1em
}

.st-graphic-library {
  display: flex;
  flex-wrap: wrap
}

.st-graphic-library + .st-graphic-active {
  display: none
}

.st-graphic-library.st-hidden + .st-graphic-active {
  display: block
}

.st-configurator .st-load-text {
  color: #fff
}

.st-graphic-spinner {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center
}

.st-graphic-spinner svg {
  width: 50px;
  height: 50px;
  -webkit-animation: n 1s linear infinite;
  animation: n 1s linear infinite
}

.st-graphic-category, .st-graphic-label {
  margin: .5em 0;
  width: 50%
}

.st-graphics {
  padding: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #000000;
  margin-bottom: .5em
}

.st-graphic {
  width: 16%;
  height: 45%;
  padding: 1%;
  margin: 1% 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden
}

.st-graphic img {
  width: 100%
}

.st-graphic .st-graphic-hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 186, 21, .5);
  color: #fff
}

.st-graphic-active, .st-graphic:hover .st-graphic-hover {
  display: flex
}

.st-graphic-active .st-img-preview {
  height: 1em;
  width: auto;
  margin-right: .5em
}

.st-viewport-sm .st-graphic {
  height: 30%
}

.st-toolpalette-setting #st-line-length-number {
  width: 100%
}

.st-toolpalette-setting .st-rangeslider-length {
  padding: 0 5px 0 0
}

.st-setting-border {
  display: flex
}

.st-case-colors {
  display: flex;
  flex-wrap: wrap
}

.st-case-color {
  padding: 1%
}

#st-design-upload-button, #st-template-upload-button {
  display: flex;
  justify-content: center;
  align-items: center
}

#st-design-upload-button span {
  color: #fff
}

.st-configurator .st-product-overlay {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  padding: 25px;
  display: flex;
  flex-direction: column
}

.st-product-overlay .st-overlay-close {
  position: absolute;
  top: 15px;
  right: 25px;
  margin: 0;
  z-index: 20;
  color: #c73228;
  border: 1px solid #c73228
}

.st-product-overlay .st-overlay-close:hover {
  background: rgba(199, 50, 40, .3)
}

.st-product-list {
  overflow: hidden;
  border: 3px solid #e9e9e9
}

.st-product-list ul {
  display: flex;
  flex-wrap: wrap
}

.st-product-list > p {
  padding: .5em
}

.st-product-list .st-suggestion-item {
  display: flex;
  width: 100%;
  padding: .5em
}

.st-product-list .st-suggestion-item a {
  text-decoration: none;
  width: 100%;
  background-color: #e9e9e9
}

.st-suggestion-box {
  display: flex;
  padding: .5em;
  width: 100%
}

.st-suggestion-text {
  margin-left: .5em
}

.st-suggestion-size {
  margin-bottom: 0
}

.st-suggestion-price {
  margin: 0
}

.st-suggestion-name {
  margin-top: 0
}

.st-product-list .st-suggestion-item a:hover {
  background: #ccc
}

.st-viewport-md .st-product-list .st-suggestion-item {
  width: 50%
}

.st-viewport-lg .st-product-list .st-suggestion-item {
  width: 33%
}

.st-configurator .st-help {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  padding: 20px 25px;
  display: flex;
  flex-direction: column
}

.st-help-overlay {
  height: 100%
}

.st-help-overlay .st-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 20;
  color: #c73228;
  border: 1px solid #c73228
}

.st-help-overlay .st-overlay-close:hover {
  background: rgba(199, 50, 40, .3)
}

.st-help-container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 3em;
  height: 90%
}

.st-help-nav {
  width: 100%;
  padding: 0 10px
}

.st-help-nav li {
  padding: .5em .25em;
  margin: 0 .5em 0 0;
  border-bottom: 1px solid rgba(0,128,192,0.9);
  cursor: pointer
}

.st-help-nav li.st-active, .st-help-nav li:hover {
  color: rgba(0,128,192,0.8);
  border-color: rgba(0,128,192,0.8)}

.st-help-content {
  width: 100%;
  border: 3px solid #e9e9e9
}

.st-help-text {
  height: 100%;
  padding: 10px 15px 10px 10px;
  overflow: hidden
}

.st-viewport-md .st-help-nav {
  width: 33.33333%
}

.st-viewport-md .st-help-content {
  width: 66.66667%
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  background: #3085d6;
  color: #fff;
  text-transform: unset
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
  background: #d33;
  color: #fff;
  text-transform: unset
}

.st-finish-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e9e9e9;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap
}

.st-finish-overlay > div {
  width: 100%;
  display: flex;
  justify-content: center
}

.st-finish-overlay > div p {
  text-align: center
}

.st-finish-title h2 {
  color: rgba(0,128,192,0.8);
  margin-bottom: 0
}

.st-finish-icon {
  height: 64px;
  width: 64px;
  margin-top: 16px
}

.st-finish-icon svg {
  height: 100%;
  width: 100%
}

.st-finish-cta {
  color: rgba(0,128,192,0.8);
  cursor: pointer
}

.st-viewport-lg .st-finish-overlay {
  align-content: center
}

.st-viewport-lg .st-finish-icon {
  margin-top: 0
}

.st-full-width {
  width: 100%
}

.st-half-width {
  width: 50%
}

.st-3-4 {
  width: 75%;
  display: flex;
  align-items: center
}

.st-1-4 {
  width: 25%
}

.st-2-5 {
  width: 40%
}

.st-2-5 #st-text-size {
  width: 100%
}

.st-3-5 {
  padding-left: 10px;
  width: 60%
}

.st-height-500 {
  height: 500px !important
}

button.st-button-remove {
  color: #c73228;
  border: 1px solid #c73228;
  border-radius: 4px
}

button.st-button-remove:hover {
  color: #fff;
  background: #c73228
}

.st-setting-group {
  padding-top: 6px
}

.st-button-group {
  display: flex
}

.st-button-group button {
  min-width: 32px;
  margin: 0
}

.st-button-group button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.st-button-group button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.st-button-group button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 4px 0;
  content: "";
  border-right: 1px solid rgba(0,128,192,0.8)}

.st-button-group button:last-of-type:after {
  border: none
}

.st-toolpalette .st-button-group .active {
  background: #fdd368
}

.st-input-small {
  width: 48px
}

.st-stretch-rangeslider .rangeslider:before {
  position: absolute;
  width: 1px;
  height: 80%;
  content: "";
  left: 49.5%;
  top: 10%;
  border-left: 2px solid #ddd
}

.ps-container > .ps-scrollbar-y-rail {
  opacity: .6;
  width: 6px;
  min-height: 25px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0,128,192,0.8);
  width: 6px;
  top: 0
}

.st-configurator .st-button-active {
  background: rgba(0,128,192,0.8);
  color: #fff
}

.st-hidden {
  display: none !important
}

.st-hide-mobile {
  display: none
}

.st-viewport-md .st-hide-mobile {
  display: inline;
  display: initial
}

.rangeslider__fill, .rangeslider__fill__bg, .rangeslider__handle {
  background: rgba(0,128,192,0.8) !important
}

.rangeslider__handle {
  display: block !important
}

.st-stretch-rangeslider .rangeslider__handle {
  display: block !important;
  background: #29e !important
}

.rangeslider__fill__bg {
  background: #fff !important
}

.rangeslider__fill, .rangeslider__fill__bg {
  top: calc(50% - 1px) !important;
  height: 2px !important
}

.rangeslider__handle {
  top: calc(50% - 7px) !important;
  width: 14px !important;
  height: 14px !important
}

.tooltip {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding: 5px 8px;
  background-color: rgba(0,128,192,0.8);
  border-radius: 3.5px;
  opacity: 0;
  transition: transform .2s;
  font-size: 14px;
  z-index: 10000
}

.tooltip-top {
  transform: translateY(5px)
}

.tooltip-right {
  transform: translate(-5px)
}

.tooltip-bottom {
  transform: translateY(-5px)
}

.tooltip-left {
  transform: translate(5px)
}

.tooltip.visible {
  opacity: 1;
  transform: translate(0)
}

.tooltip-accent {
  position: absolute;
  box-sizing: border-box
}

.tooltip-bottom .tooltip-accent, .tooltip-top .tooltip-accent {
  width: 12px;
  height: 6px
}

.tooltip-left .tooltip-accent, .tooltip-right .tooltip-accent {
  width: 6px;
  height: 12px
}

.tooltip-top .tooltip-accent {
  bottom: -6px;
  border-top: 6px solid rgba(0,128,192,0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}

.tooltip-right .tooltip-accent {
  left: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid rgba(0,128,192,0.8);
  border-bottom: 6px solid transparent
}

.tooltip-bottom .tooltip-accent {
  top: -6px;
  border-bottom: 6px solid rgba(0,128,192,0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}

.tooltip-left .tooltip-accent {
  right: -6px;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(0,128,192,0.8);
  border-bottom: 6px solid transparent
}

.tooltip-content {
  margin: 0;
  color: #fff
}

.tooltip a {
  color: #fff
}

.tooltip-click, .tooltip-focus, .tooltip-hover {
  cursor: pointer
  background-color: ;
}