.neo-cursor-e-resize, .neo-cursor-e-resize * {
  cursor: e-resize !important;
}

.neo-cursor-move, .neo-cursor-move * {
  cursor: move !important;
}

.neo-cursor-n-resize, .neo-cursor-n-resize * {
  cursor: n-resize !important;
}

.neo-cursor-ne-resize, .neo-cursor-ne-resize * {
  cursor: ne-resize !important;
}

.neo-cursor-nw-resize, .neo-cursor-nw-resize * {
  cursor: nw-resize !important;
}

.neo-cursor-s-resize, .neo-cursor-s-resize * {
  cursor: s-resize !important;
}

.neo-cursor-se-resize, .neo-cursor-se-resize * {
  cursor: se-resize !important;
}

.neo-cursor-sw-resize, .neo-cursor-sw-resize * {
  cursor: sw-resize !important;
}

.neo-cursor-w-resize, .neo-cursor-w-resize * {
  cursor: w-resize !important;
}

html, .neo-body-viewport {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.neo-body {
  background-color: var(--neo-background-color);
  color: var(--neo-color);
  font-family: var(--neo-font-family);
  margin: 0;
  -webkit-font-smoothing: var(--neo-font-smoothing);
}

.neo-body, .neo-body * {
  box-sizing: border-box;
}

.neo-disabled {
  opacity: var(--neo-disabled-opacity);
  pointer-events: none;
}

.neo-hidden {
  visibility: hidden;
}

.neo-link-color {
  color: var(--neo-color);
}
.neo-link-color a {
  color: var(--neo-color);
}

.neo-transition-600 {
  transition: all 0.6s ease-in-out !important;
}

.neo-transition-1000 {
  transition: all 1s ease-in-out !important;
}

.neo-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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