.document-move-dialog {
  display: flex;
  flex-direction: column;

  width: 46vw;
  min-width: 600px;
  min-height: 60vh;
  max-height: 700px;

  .cmf-dialog__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 20px;

    .field:not(:first-child) {
      margin-top: 10px;
    }
  }
}

@media screen and (width <= 1590px) {
  .document-move-dialog {
    width: 50vw;
  }
}
