body {
  padding: 0;
  margin: 0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100vh;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}

.animate-flicker {
  animation: fadeIn 1s infinite alternate;
}

/* Fixes bug with double icon after deploying MAINT-19952
   and update to eui-common and eui-fonts. */
.qsf-search::after {
  display: none !important;
}

/*
Tracking images added with GTM
 */
img[height='1'] {
  position: absolute;
  left: -9999px;
}
