/* Application styles */
turbo-frame[busy]::before {
  content: ' ';
  background-image: url("/loader_wheels/wheel_w_message");
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  background-size: contain;
}
