.crud__baseform__body.transition {
  display: flex;
  flex-direction: column;

  width: 74vw;
  max-width: 1660px;
  height: 80vh;
  max-height: 800px;
}

.crud__model__group {
  margin-bottom: 30px;
}

.crud__model__actions {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid lightgray;

  &.transition {
  }

  .custom-btn {
    justify-self: flex-start;

    color: #005df4;

    background-color: transparent;
    border: 1px solid #005df4;
    border-radius: 5px;
  }

  .save-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 117px;
  }
}
