.status-title {
  font-size: 1rem;
}

.edit-config-button {
  display: flex;
  justify-content: flex-end;
  margin-top: -2rem;
  margin-right: 1rem;
}

.status-icon {
  margin-right: .5rem;
  font-size: 1.1rem;
}

.action-row {
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: center;
  border: 1px solid #E0E1E4;
  margin-bottom: 1.5rem;
}

.created-by-text {
  text-align: right;
  font-size: .875rem;
}

.workflow-level-text {
  font-weight: 600;
}

.width-75 {
  width: 75%;
}

.yc-panel {
  .yc-panel-page-header {
    padding: 1.5rem;
    .title {
      margin-bottom: 0;
      font-size: 1.25rem !important;
    }
    .description {
      overflow: hidden;
      margin-bottom: 0;
    }

  }
}

.budget-text {
  font-size: 14px;
}
