set-dashboard {
  .form-group-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

    input {
      width: 70%;
    }

    select {
      width: 27%;
    }
  }
}
