.form-item-field-location-hours-day,
.form-item-field-location-hours-starthours,
.form-item-field-location-hours-endhours {
  display: none;
}

.loader-wrapper {
  display: none;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-bottom: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
