div[cmf-dialog-content] {
  min-width: 600px;
}

.flex {
  display: flex;

  &_space-between {
    justify-content: space-between;
  }
}
