.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("https://assets.mybrightsites.com/uploads/sites/13178/themes/26904/2381e9061869437246d3075caad051676ea24bc8/loading.gif?1755002008");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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