@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-UltraLight-06.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-UltraLightItalic-07.ttf");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Light-08.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-LightItalic-09.ttf");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Thin-13.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-ThinItalic-14.ttf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-01.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Medium-11.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Bold-02.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-BoldItalic-04.ttf");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-CondensedBold-05.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-CondensedBlack-10.ttf");
  font-style: italic;
  font-weight: 900;
}
.enzo {
  font-family: "ff-enzo-web", sans-serif;
  font-weight: 600;
}

.ns {
  font-family: "nimbus-sans", helvetica, sans-serif;
  font-weight: 400;
}

.pn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.os {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.hn {
  font-family: "Helvetica Neue", sans-serif;
}

.fw300 {
  font-weight: 300 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.t03, .demoUnit .inner .close {
  transition: all 0.3s ease;
}

.t05, .demoOverlay {
  transition: all 0.5s ease;
}

.prev {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/left.png) center center no-repeat;
}
.prev:hover {
  background: url(../img/left-h.png) center center no-repeat;
}
.prev.active {
  background: url(../img/left-a.png) center center no-repeat;
}
.prev.faster {
  background: url(../img/left2.png) center center no-repeat;
}
.prev.faster:hover {
  background: url(../img/left2-h.png) center center no-repeat;
}
.prev.faster.active {
  background: url(../img/left2-a.png) center center no-repeat;
}

.next {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/right.png) center center no-repeat;
}
.next:hover {
  background: url(../img/right-h.png) center center no-repeat;
}
.next.active {
  background: url(../img/right-a.png) center center no-repeat;
}
.next.faster {
  background: url(../img/right2.png) center center no-repeat;
}
.next.faster:hover {
  background: url(../img/right2-h.png) center center no-repeat;
}
.next.faster.active {
  background: url(../img/right2-a.png) center center no-repeat;
}

.avatarSelector {
  width: 136px;
  height: 136px;
  max-width: 100%;
  max-height: 100%;
}
.avatarSelector.buttonsOpen .corner {
  display: none !important;
}
.avatarSelector.buttonsOpen .buttonsList {
  display: flex;
}
.avatarSelector.dragOver .twDropzone {
  display: block;
}
.avatarSelector:has(.wr.noShow) {
  display: none;
}
.avatarSelector .wr {
  border: 3px solid #bcbcbc;
  width: 100%;
  height: 100%;
  position: relative;
}
.avatarSelector .wr.readOnly .buttons, .avatarSelector .wr.readOnly .twDropzone, .avatarSelector .wr.readOnly .progress {
  display: none !important;
}
.avatarSelector img {
  width: 100%;
  height: 100%;
  display: block;
}
.avatarSelector .absFull {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.avatarSelector .buttons {
  cursor: pointer;
}
.avatarSelector .corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 35%;
  background: url(../img/avatarCorner.png) center center no-repeat;
  opacity: 0;
}
.avatarSelector .corner:hover {
  opacity: 1;
}
.avatarSelector .buttonsList {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 10px;
  cursor: default;
}
.avatarSelector .buttonsList > * {
  color: #ffffff;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
  margin: 5px 5px 5px 10px;
  cursor: pointer;
}
.avatarSelector .buttonsList > *:hover {
  text-decoration: none;
}
.avatarSelector .buttonsList > *.renew {
  background: url(../img/avatarSelector1.png) 2px center no-repeat;
}
.avatarSelector .buttonsList > *.upload {
  background: url(../img/avatarSelector2.png) 0px center no-repeat;
}
.avatarSelector .buttonsList > *.default, .avatarSelector .buttonsList > *.remove {
  background: url(../img/avatarSelector3.png) 3px center no-repeat;
}
.avatarSelector .twDropzone {
  background: url(../img/avatar-drop.png) center center no-repeat;
  display: none;
}
.avatarSelector .twDropzone.dz-drag-hover, .avatarSelector .twDropzone:hover {
  display: block;
}
.avatarSelector .twDropzone > div {
  display: none;
}
body.dragOver .avatarSelector .twDropzone {
  display: block;
}
.avatarSelector .progress {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #bcbcbc;
}
.avatarSelector .progress .circle {
  width: 50px;
  height: 50px;
}

.imageDropzoneBox {
  width: 136px;
  height: 136px;
  position: relative;
}
.imageDropzoneBox .wr {
  border: 3px solid #bcbcbc;
  width: 100%;
  height: 100%;
}
.imageDropzoneBox img {
  width: 100%;
  height: 100%;
  display: block;
}
.imageDropzoneBox .twDropzone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/avatar-drop.png) center center no-repeat;
  cursor: pointer;
  opacity: 0;
}
.imageDropzoneBox .twDropzone:hover, .imageDropzoneBox .twDropzone.dz-drag-hover {
  opacity: 1;
}
.imageDropzoneBox .twDropzone > div {
  display: none;
}
.imageDropzoneBox .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #bcbcbc;
}
.imageDropzoneBox .progress .circle {
  width: 50px;
  height: 50px;
}

.defaultText {
  width: 100%;
  border: 1px solid #d8d8d8;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.05) inset;
  height: 31px;
  padding: 2px 10px 0;
  border-radius: 2px;
  transition: border-color 0.5s ease;
  outline: none;
  background-color: #fff;
}
.defaultText:focus:not(:read-only) {
  border-color: #017272;
}
.defaultText:read-only {
  background-color: #f9f9f9;
}
.readyPlus500 .defaultText.error, .readyPlus500 .defaultText.err, .readyPlus500 .defaultText:invalid {
  border-color: #850012;
}
.defaultText.percentage {
  background: #fff url(../img/percentage.png) 10px center/12px auto no-repeat;
  padding-left: 30px;
}
.defaultText.euro {
  background: #fff url(../img/euro.png) 10px center/9px auto no-repeat;
  padding-left: 30px;
}
.defaultText.disabled, .defaultText:disabled {
  background-color: #f9f9f9;
}
.defaultText.flash {
  animation: 0.3s ease-in-out infinite alternate flashText;
}
@keyframes flashText {
  to {
    border-color: #017272;
  }
}
textarea.defaultText {
  line-height: 1.2;
  resize: vertical;
  padding: 10px;
}

.emptyState {
  text-align: center;
  padding: 60px 20px 20px;
  font-size: 16px;
}
.emptyState img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 150px;
  height: auto;
}
.emptyState img.maw100 {
  max-width: 100px;
}
.emptyState .text {
  color: #bcbcbc;
  margin-bottom: 15px;
  font-weight: 300;
}
.emptyState .newArt {
  display: inline-block;
}

.deleteButton {
  background: url(../img/delete2.png) center center no-repeat;
  width: 40px;
  height: 35px;
  cursor: pointer;
  display: block;
}
.deleteButton:hover {
  background: url(../img/delete2-h.png) center center no-repeat;
}
.deleteButton.active {
  background: url(../img/delete2-a.png) center center no-repeat;
}

.demoOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}

@keyframes updown {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 5px);
  }
}
@keyframes incoming {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.demoUnit {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 3000;
  transform-origin: center top;
}
.demoUnit.ani .inner {
  animation: 1s ease-in-out infinite alternate updown;
}
.demoUnit.transition {
  transition: left 0.5s, top 0.5s;
}
.demoUnit .inner {
  background-color: #4f4f4f;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  width: 315px;
  margin-left: 9px;
  position: relative;
}
.demoUnit .inner::before {
  content: "";
  background: url(../img/hover-label.png) 0 0 no-repeat;
  width: 9px;
  height: 18px;
  position: absolute;
  display: block;
  left: -9px;
  top: 20px;
}
.demoUnit .inner .close {
  position: absolute;
  background: url(../img/demoClose.png) center center no-repeat;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.3;
}
.demoUnit .inner .close:hover {
  opacity: 1;
}
.demoUnit .inner .title {
  margin-bottom: 15px;
}
.demoUnit .inner .title span {
  display: none;
  font-weight: 700;
}
.demoUnit .inner .text {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  font-weight: 300;
  opacity: 0.85;
}
.demoUnit .inner .text .t {
  display: none;
}
.demoUnit .inner .text p {
  margin-bottom: 5px;
}
.demoUnit .inner .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
}
.demoUnit .inner .bottom .selectBox {
  width: 140px;
  overflow: hidden;
  position: relative;
}
.demoUnit .inner .bottom .selectBox::after {
  content: "";
  position: absolute;
  height: 100%;
  background: linear-gradient(to right, transparent, #4f4f4f);
  right: 0;
  top: 0;
  width: 20px;
}
.demoUnit .inner .bottom select, .demoUnit .inner .bottom option {
  background: #4f4f4f;
  outline: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
.demoUnit .inner .bottom select {
  background: #4f4f4f url(../img/drop-down.png) left center/auto 12px no-repeat;
  padding-left: 8px;
}
.demoUnit .inner .bottom .button1 {
  line-height: 30px;
  padding: 0 20px;
  min-width: 120px;
}

body.demo .demoOverlay {
  display: block;
}
body.demo.demoInit .demoOverlay {
  opacity: 1;
}
body.demo.demoInit .demoUnit {
  display: inline-block;
  animation: 0.5s ease-in-out incoming;
}
body.demo .demoItem {
  z-index: 2000;
}
body.demo.demo1 .demoUnit .title .s1 {
  display: inline;
}
body.demo.demo1 .demoUnit .text .t1 {
  display: block;
}
body.demo.demo1 .demoItem1 {
  z-index: 2000;
}
body.demo.demo2 .demoUnit .title .s2 {
  display: inline;
}
body.demo.demo2 .demoUnit .text .t2 {
  display: block;
}
body.demo.demo2 .demoItem2 {
  z-index: 2000;
}
body.demo.demo3 .demoUnit .title .s3 {
  display: inline;
}
body.demo.demo3 .demoUnit .text .t3 {
  display: block;
}
body.demo.demo3 .demoItem3 {
  z-index: 2000;
}
body.demo.demo4 .demoUnit .title .s4 {
  display: inline;
}
body.demo.demo4 .demoUnit .text .t4 {
  display: block;
}
body.demo.demo4 .demoItem4 {
  z-index: 2000;
}
body.demo.demo5 .demoUnit .title .s5 {
  display: inline;
}
body.demo.demo5 .demoUnit .text .t5 {
  display: block;
}
body.demo.demo5 .demoItem5 {
  z-index: 2000;
}
body.demo.demo6 .demoUnit .title .s6 {
  display: inline;
}
body.demo.demo6 .demoUnit .text .t6 {
  display: block;
}
body.demo.demo6 .demoItem6 {
  z-index: 2000;
}
body.demo.demo7 .demoUnit {
  left: 35%;
}
body.demo.demo7 .demoUnit .title .s7 {
  display: inline;
}
body.demo.demo7 .demoUnit .text .t7 {
  display: block;
}
body.demo.demo7 .demoItem7 {
  z-index: 2000;
}
body.demo.demo8 .demoUnit .title .s8 {
  display: inline;
}
body.demo.demo8 .demoUnit .text .t8 {
  display: block;
}
body.demo.demo8 .demoItem8 {
  z-index: 2000;
}
body.demo.demo9 .demoUnit {
  left: 35%;
}
body.demo.demo9 .demoUnit .title .s9 {
  display: inline;
}
body.demo.demo9 .demoUnit .text .t9 {
  display: block;
}
body.demo.demo9 .demoItem9 {
  z-index: 2000;
}
body.demo.demo10 .demoUnit .title .s10 {
  display: inline;
}
body.demo.demo10 .demoUnit .text .t10 {
  display: block;
}
body.demo.demo10 .demoItem10 {
  z-index: 2000;
}
body.demo.demo11 .demoUnit .title .s12 {
  display: inline;
}
body.demo.demo11 .demoUnit .text .t12 {
  display: block;
}
body.demo.demo11 .demoItem12 {
  z-index: 2000;
}
body.demo.demo11 .addClientButton {
  animation: 1s ease-in-out infinite alternate pulsing;
}
body.demo.demo7 .demoUnit .inner, body.demo.demo8 .demoUnit .inner, body.demo.demo9 .demoUnit .inner, body.demo.demo10 .demoUnit .inner, body.demo.demo11 .demoUnit .inner {
  margin-left: 0;
}
body.demo.demo7 .demoUnit .inner::before, body.demo.demo8 .demoUnit .inner::before, body.demo.demo9 .demoUnit .inner::before, body.demo.demo10 .demoUnit .inner::before, body.demo.demo11 .demoUnit .inner::before {
  background: url(../img/hover-label-udr.png) 0 0 no-repeat;
  width: 19px;
  height: 9px;
  left: 20px;
  top: -9px;
}
body.afterDemo .addClientButton {
  animation: 1s ease-in-out infinite alternate pulsing;
}

@keyframes pulsing {
  from {
    background-color: #f9fafb;
  }
  to {
    background-color: #d8d9da;
  }
}

/*# sourceMappingURL=demo.css.map */
