/** Custom CSS for multisearch widget */
.multisearch-widget-loading {
  background-color: yellow;
}

.multisearch-widget-loading-overlay {
  display: none;
}

.multisearch-widget-loading-overlay img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.multisearch-widget-loading .multisearch-widget-loading-overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
}

/** history styles */
.block-search-results .hidden {
  display: none;
}

.block-search-results.empty .recent-reserch {
  display: block !important;
}

.block-search-results.empty .multisearch-widget-content {
  display: none;
}
