.board {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.full-task-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background: white;
  overflow-y: auto;
  padding: 2em;
}
.el-loading-mask {
  z-index: 9 !important;
}
.board {
  margin-top: 1em;
  min-height: 100px;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.board .group,
  .board .group--plain {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.group--plain {
  -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  width: 320px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.group--plain.group__foot {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent;
}
.group--plain input {
    width: 100%;
    height: 35px;
    background: transparent;
    border: none;
    text-indent: 8px;
}
.group--plain input:focus, .group--plain input:active {
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      border-color: none !important;
      outline: 0;
}
.group {
  width: 320px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 75px;
  margin: 0 1em 1em 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
.group:first-child {
    margin-left: 0;
}
.group:last-child {
    margin-right: 0;
}
.group > * {
    margin: auto;
    width: 95%;
}
.group .group__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.group .group__head > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.group .group__head div:first-child > h3 {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      margin-bottom: 0;
}
.group .group__head div:first-child > i {
      margin-right: 0.5em;
}
.group .group__foot {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.group .tasks {
    min-height: 35px;
    overflow-y: auto;
    display: block;
    padding: 0.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
input.transparent {
  height: 35px;
  text-indent: 5px;
  width: 40vh;
  border: none;
}
input.transparent:focus, input.transparent:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: none !important;
    outline: 0;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}


/*# sourceMappingURL=chunk-d50a5aac.c8ab2b94.css.map*/