.cloudapp-c-title-part {
  font-size: var(--fs-small);
  height: 42px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--form-bg-light);
}
.cloudapp-c-title-part .title-text {
  padding-right: 10px;
}
.cloudapp-c-title-part span:last-child {
  cursor: pointer;
}
.cloudapp-c-title-part .input-keword {
  flex: 1 1;
  height: 28px;
  position: relative;
  top: -1px;
  max-width: 200px;
}
.cloudapp-c-title-part .input-keword input {
  font-size: var(--fs-small);
}
