@keyframes uf-quick-user-feedback-show {
  0% {
    opacity: 0;
  }
  94.34% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.uf-quick-user-feedback-popup {
  background-color: #fff;
  animation: 5300ms ease-out 0s 1 uf-quick-user-feedback-show;
  position: fixed;
  top: 20vh;
  right: 0;
  width: 400px;
  z-index: 1000;
}
