.crud__baseform__body.test-params {
  display: flex;
  flex-direction: column;

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

.header {
  position: relative;
  margin-bottom: 0;
}

.select-param-input {
  display: flex;

  width: 100%;
  padding: 4px 8px;

  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

.change-menu-add-button {
  cursor: pointer;

  width: fit-content;
  margin-left: 15px;

  font-weight: 500;
  color: #939393;

  &:hover {
    color: var(--accent-color-bg);
  }
}

.content {
  height: 100%;
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;

  .mat-icon {
    display: inline-block;

    width: 24px;
    height: 24px;

    background-repeat: no-repeat;

    fill: var(--color-gray-888);
  }
}

.field-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px;
}

.param-input {
  display: flex;

  width: 300px;
  padding: 6px 8px;

  color: var(--color-gray-888);

  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

.create-param-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px;
}

.param-wrapper__list {
  margin: 15px;
}

.param-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 10px 0;
  padding: 5px 10px;

  border: 1px solid lightgray;
}

.delete-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}

cmf-string-ctr {
  width: 100%;
}
