.weda-flow-checklist-popup {
  display: flex;
  flex-direction: column;
}
.weda-flow-checklist-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px;
}
.weda-flow-checklist-body .wedatea2td-form-check-group {
  display: block;
}
.weda-flow-checklist-body .wedatea2td-form-check {
  border-bottom: 0.5px solid #e7e7e7;
  padding: 12px 0;
  position: relative;
  display: flex;
  margin: 0 !important;
}

.weda-flow-checklist-confirm {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
}
