.dialog-confirm-with-list {
  background-color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}

.dialog-confirm-with-list-non-button-area {
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
  overflow-y: auto;
}

.dialog-confirm-with-list-message {
  width: 100%;
}

.dialog-confirm-with-list-data {
  width: 100%;
  height: 100%;
}

