gc-forms-tab {
  .active-panel-title {
    font-weight: 550;
  }

  .no-forms-message {
    > .message {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem .5rem;
      > img {
        max-height: 100px;
        padding: 0 1rem;
      }
      > div:not(.applicant-message) {
        padding: 0 1rem;
        margin-bottom: 3rem;
        .title {
          font-weight: 600;
        }
      }
      > div.applicant-message {
        padding: 0 1rem;
        .title {
          font-weight: 600;
        }
      }
    }
  }

  .action-panel {
    display: flex;
    flex-grow: 1;
    align-items: center;
    &:first-of-type > yc-button {
      .btn {
        padding-left: 0;
        padding-right: .5rem;
      }
    }
  }

  .action-row-margin {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }


  .formio-form .formio-component-submit > button.btn.btn-primary {
    display: none;
  }
}
