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

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