<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
  text-align: left;
  color: white !important;
}
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.stars-total .text-muted {
    color: white !important;
}



/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}


.scroll-y-auto {
    overflow-y: auto;
}
.scroll-y-auto::-webkit-scrollbar {
    width: 10px;
}
.scroll-y-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.scroll-y-auto::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

.contact-box {
  display: none;
}</pre></body></html>