  .spinner {
	width:30%;
	z-index:10;
  }
  .requiredField {
	font-weight: bold;
	color: red!important;
  }
  body {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
  }

  .htmx-indicator {
    pointer-events: none;
}