.neo-resizable {
  align-items: center;
  color: #bbb;
  display: flex;
  font-family: var(--fa-style-family-classic);
  font-weight: 600;
  height: 10px;
  justify-content: center;
  position: absolute;
  width: 10px;
  z-index: 10;
}
.neo-resizable.neo-resizable-bottom, .neo-resizable.neo-resizable-top {
  width: 100%;
}
.neo-resizable.neo-resizable-bottom::after, .neo-resizable.neo-resizable-top::after {
  content: "\f7a4";
}
.neo-resizable.neo-resizable-left, .neo-resizable.neo-resizable-right {
  height: 100%;
}
.neo-resizable.neo-resizable-left::after, .neo-resizable.neo-resizable-right::after {
  content: "\f7a5";
}
.neo-resizable.neo-resizable-bottom {
  bottom: 0;
  cursor: s-resize;
}
.neo-resizable.neo-resizable-bottom-left {
  bottom: 0;
  cursor: sw-resize;
  left: 0;
  height: 1em;
  width: 1em;
}
.neo-resizable.neo-resizable-bottom-left::after {
  content: "\f101";
  font-size: 1em;
  transform: rotate(135deg);
}
.neo-resizable.neo-resizable-bottom-right {
  bottom: 0;
  cursor: se-resize;
  right: 0;
  height: 1em;
  width: 1em;
}
.neo-resizable.neo-resizable-bottom-right::after {
  content: "\f101";
  font-size: 1em;
  transform: rotate(45deg);
}
.neo-resizable.neo-resizable-left {
  cursor: w-resize;
  left: 0;
}
.neo-resizable.neo-resizable-right {
  cursor: e-resize;
  right: 0;
}
.neo-resizable.neo-resizable-top {
  cursor: n-resize;
  top: 0;
}
.neo-resizable.neo-resizable-top-left {
  cursor: nw-resize;
  left: 0;
  top: 0;
  height: 1em;
  width: 1em;
}
.neo-resizable.neo-resizable-top-left::after {
  content: "\f101";
  font-size: 1em;
  transform: rotate(-135deg);
}
.neo-resizable.neo-resizable-top-right {
  cursor: ne-resize;
  right: 0;
  top: 0;
  height: 1em;
  width: 1em;
}
.neo-resizable.neo-resizable-top-right::after {
  content: "\f101";
  font-size: 1em;
  transform: rotate(-45deg);
}

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