.integration-detail-card {
  position: relative;
  min-width: 45vw;

  .mat-menu-card {
    padding-top: 20px;

    .pipeline-name {
      font-size: 24px;
      text-align: center;
    }

    .status-settings-wrapper {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(4, 1fr);

      min-height: 160px;
    }

    .kanban-statuses-label {
      width: 100%;
      padding-bottom: 20px;
      font-size: 20px;
      font-weight: 400;
    }

    .simplebar {
      overflow: auto;
      max-height: 80vh;
    }
  }

  .close-card-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.not-integrations {
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;

  font-size: 26px;
  color: #b6b6b6;
  text-align: center;

  span {
    display: block;
    margin: 0 auto;
  }
}
