.board {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}
.tasks {
  display: inline-block;
  width: 22rem;
  padding: 0 1rem 1rem 1rem;
  border: 1px solid #eef2f7;
  vertical-align: top;
  margin-bottom: 24px;
  border-radius: 0.25rem;
}
.tasks.tasks:not(:last-child) {
  margin-right: 1.25rem;
}
.tasks .card {
  white-space: normal;
  margin-top: 1rem;
}
.tasks .task-header {
  background-color: #f6f7fb;
  padding: 1rem;
  margin: 0 -1rem;
}
.task-list-items {
  min-height: 100px;
  position: relative;
}
.task-list-items:before {
  content: "ไม่มีรายการ";
  position: absolute;
  line-height: 110px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.task-modal-content .form-control-light {
  background-color: #eef2f7 !important;
  border-color: #eef2f7 !important;
}
.gantt-task-details {
  min-width: 220px;
}
.bg-dragula {
    background-color: #f7f9fb;
  }
  .gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
  }
  .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;
  }
  .dragula-handle {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 24px;
    text-align: center;
    cursor: move;
  }
  .dragula-handle:before {
    content: "\f01db";
    font-family: "Material Design Icons";
    position: absolute;
  }
  .dropzone {
    border: 2px dashed #4a525d;
    background:  #404954;
    border-radius: 6px;
    cursor: pointer;
    min-height: 150px;
    padding: 20px;
  }
  .dropzone .dz-message {
    text-align: center;
    margin: 2rem 0;
  }
  .dropzone.dz-started .dz-message {
    display: none;
  }
  