.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13758/themes/28020/9e7a4910269240b328904c0e5476cd599336e04a/loading.gif?1761575152");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
