.analytics-card {
  position: relative;
  margin: 5px;

  .title {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-weight: 600;
  }

  .items {
    min-height: 160px;
  }

  .actions {
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;

    &::before {
      content: '';

      position: absolute;
      right: 0;
      bottom: 35px;
      left: 0;

      border-top: 2px solid #dadada;
    }

    &:hover {
      background-color: #f4f5f7;
    }
  }

  .no-stat {
    padding: 0 10px;
  }
}

:host .blue-loader {
  mat-spinner {
    margin: 0 auto;
  }

  & ::ng-deep .mat-progress-spinner circle,
  .mat-spinner circle {
    stroke: #3d87ff;
  }
}
