/* src/styles.scss */
.create-btn {
  background-color: #4abb40;
  border-width: 0px;
}
.warning-icon svg {
  width: 1.4em !important;
  height: 1.4em !important;
}
.create-btn:hover {
  background-color: #52e945;
}
.create-btn:focus {
  background-color: #52e945;
}
.delete-btn {
  background-color: #ff0800;
  border-width: 0px;
}
.delete-btn:hover {
  background-color: #ff635d;
}
.delete-btn:focus {
  background-color: #ff635d;
}
.transparent-btn {
  border-color: unset;
  border-width: 0;
  background-color: unset;
}
.transparent-btn:hover {
  background-color: rgba(107, 107, 107, 0.1725490196);
}
.transparent-btn:focus {
  background-color: rgba(107, 107, 107, 0.1725490196);
}
nz-input-number .ant-input-number-handler-wrap {
  display: none !important;
}

/* node_modules/ng-zorro-antd/resizable/style/entry.less */
.nz-resizable-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  border: 1px dashed #d1d1d1;
}
.nz-resizable-handle {
  position: absolute;
  z-index: 9;
  -webkit-user-select: none;
  user-select: none;
}
.nz-resizable-handle-top {
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
}
.nz-resizable-handle-right {
  top: 0;
  right: -5px;
  width: 10px;
  height: 100%;
}
.nz-resizable-handle-bottom {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
}
.nz-resizable-handle-left {
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
}
.nz-resizable-handle-topRight {
  top: -5px;
  right: -5px;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.nz-resizable-handle-bottomRight {
  right: -5px;
  bottom: -5px;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.nz-resizable-handle-bottomLeft {
  bottom: -5px;
  left: -5px;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.nz-resizable-handle-topLeft {
  top: -5px;
  left: -5px;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-top,
.nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-bottom {
  cursor: ns-resize;
}
.nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-right,
.nz-resizable .nz-resizable-handle-cursor-type-window.nz-resizable-handle-left {
  cursor: ew-resize;
}
.nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-top,
.nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-bottom {
  cursor: row-resize;
}
.nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-right,
.nz-resizable .nz-resizable-handle-cursor-type-grid.nz-resizable-handle-left {
  cursor: col-resize;
}
.nz-resizable .nz-resizable-handle-bottomRight,
.nz-resizable .nz-resizable-handle-topLeft {
  cursor: nwse-resize;
}
.nz-resizable .nz-resizable-handle-bottomLeft,
.nz-resizable .nz-resizable-handle-topRight {
  cursor: nesw-resize;
}
.nz-resizable-disabled .nz-resizable-handle {
  pointer-events: none;
}

/* node_modules/ngx-spinner/animations/ball-pulse-sync.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse-sync,
.la-ball-pulse-sync > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-pulse-sync {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-pulse-sync.la-dark {
  color: #333;
}
.la-ball-pulse-sync > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-pulse-sync {
  width: 54px;
  height: 18px;
}
.la-ball-pulse-sync > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse-sync .6s infinite ease-in-out;
  -moz-animation: ball-pulse-sync .6s infinite ease-in-out;
  -o-animation: ball-pulse-sync .6s infinite ease-in-out;
  animation: ball-pulse-sync .6s infinite ease-in-out;
}
.la-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation-delay: -.14s;
  -moz-animation-delay: -.14s;
  -o-animation-delay: -.14s;
  animation-delay: -.14s;
}
.la-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation-delay: -.07s;
  -moz-animation-delay: -.07s;
  -o-animation-delay: -.07s;
  animation-delay: -.07s;
}
.la-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.la-ball-pulse-sync.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-pulse-sync.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-pulse-sync.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-pulse-sync.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-pulse-sync.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-pulse-sync.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ball-pulse-sync {
  33% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ball-pulse-sync {
  33% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
