.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13211/themes/27071/e7a4917da685cec331e62aae02a8647733e29750/loading.gif?1756250361");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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