/*!
 * azui 0.0.10
 * https://github.com/elgs/azui#readme
 * @author Qian Chen
 * MIT License
 * Copyright (c) 2019 Qian Chen
 */
.azui {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif; }
  .azui *,
  .azui *::before,
  .azui *::after {
    box-sizing: border-box; }

.azui.azResizable > .handle {
  background-color: #E8E8E8;
  box-sizing: border-box;
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  .azui.azResizable > .handle.active {
    background-color: #d4d4d4; }
  .azui.azResizable > .handle > div.collapseButton {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .azui.azResizable > .handle > div.collapseButton.active svg {
      fill: #A4D666 !important; }
    .azui.azResizable > .handle > div.collapseButton.collapseButtonH {
      width: 30px; }
      .azui.azResizable > .handle > div.collapseButton.collapseButtonH > span.collapseIcon {
        height: 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .azui.azResizable > .handle > div.collapseButton.collapseButtonH > span.collapseIcon > svg {
          fill: #E8E8E8;
          width: 8px;
          height: 4px;
          display: block; }
    .azui.azResizable > .handle > div.collapseButton.collapseButtonV {
      height: 30px; }
      .azui.azResizable > .handle > div.collapseButton.collapseButtonV > span.collapseIcon {
        width: 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .azui.azResizable > .handle > div.collapseButton.collapseButtonV > span.collapseIcon > svg {
          fill: #E8E8E8;
          width: 4px;
          height: 8px;
          display: block; }


/*# sourceMappingURL=azui.resizable.0.0.10.css.map*/