.saas-device-planning {
  display: flex;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f6f8;

  &__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow: hidden;
  }

  &__page-header {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  &__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
  }

  &__subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.45);
  }

  &__empty-workarea {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #fff;
    border-radius: 8px;
  }

  :global(.ant-tabs-nav) {
    margin-bottom: 0;
  }
}
