.photo-match-loading__panel {
  background: #fff;
  border: 1px solid rgba(24, 87, 58, 0.15);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(24, 87, 58, 0.12);
  max-width: 22rem;
  padding: 2rem 2.25rem;
  text-align: center;
}

.photo-match-loading__icon {
  align-items: center;
  color: #18573a;
  display: flex;
  font-size: 2.5rem;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.photo-match-loading__scan {
  animation: photo-match-scan 1.6s ease-in-out infinite;
  display: inline-block;
}

@keyframes photo-match-scan {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
