/* line 6, /app/app/assets/stylesheets/reports.scss */
.ndc-price-lookup-page .report-container > .report-row:first-child {
  padding-top: 0;
}

/* line 11, /app/app/assets/stylesheets/reports.scss */
.ndc-price-lookup-uploads-scroll {
  max-height: calc(100vh - 520px);
  min-height: 240px;
}

/* line 16, /app/app/assets/stylesheets/reports.scss */
.ndc-price-lookup-uploads-table {
  background: white;
}

@keyframes ndc-price-lookup-upload-glow {
  0%, 100% {
    outline-color: rgba(65, 199, 65, 0.3);
    box-shadow: 0 0 2px 0 rgba(65, 199, 65, 0.15);
  }
  50% {
    outline-color: #41c741;
    box-shadow: 0 0 18px 5px rgba(65, 199, 65, 0.95);
  }
}
/* line 32, /app/app/assets/stylesheets/reports.scss */
.ndc-price-lookup-upload-row--new {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: -4px;
  animation: ndc-price-lookup-upload-glow 1.6s ease-in-out infinite;
}

/* line 39, /app/app/assets/stylesheets/reports.scss */
#ndc-price-lookup-progress .progress {
  margin-bottom: 0;
}
