/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* nav menu sourced from https://www.tailwindtoolbox.com/components/megamenu */
/* #Mega Menu Styles
  末末末末末末末末末末末末末末末末末末末末末末末末末 */
.mega-menu {
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
}


/* #hoverable Class Styles
  末末末末末末末末末末末末末末末末末末末末末末末末末 */
.hoverable {
	position: static;
}

	.hoverable > a:after {
		content: "\25BC";
		font-size: 10px;
		padding-left: 6px;
		position: relative;
		top: -1px;
	}

	.hoverable:hover .mega-menu {
		display: block;
	}


/* Loading element */

.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,0.5);*/ /* Black background with opacity */
	z-index: 2;
}

	.overlay .loader {
		border: 16px solid #18635c;
		border-top: 16px solid #7F552B; /* #9a622a this is actual brown colour but overlay 'lightens' it*/
		border-radius: 50%;
		width: 120px;
		height: 120px;
		animation: spin 1s linear infinite;
		position: absolute;
		top: 50%;
		left: 50%;
	}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* ------------------------------------*/

/* HTMX.net indicator (opacity)
-------------------------------------------------- */
.htmx-indicator {
	opacity: 0;
	transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
	opacity: 1
}

.htmx-request.htmx-indicator {
	opacity: 1
}

/* HTMX.net indicator (display:block)
-------------------------------------------------- */
.htmx-indicator-block {
	display: none;
	transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator-block {
	display: block
}

.htmx-request.htmx-indicator-block {
	display: block
}

/* HTMX.net indicator (display:flex)
-------------------------------------------------- */
.htmx-indicator-flex {
	display: none;
	transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator-flex {
	display: flex
}

.htmx-request.htmx-indicator-flex {
	display: flex
}


/* ------------------------------------*/



/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/
