body fuse-splash-screen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f5f9;
	color: #F9FAFB;
	z-index: 999999;
	pointer-events: none;
	opacity: 1;
	visibility: visible;
	transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
body fuse-splash-screen .spinner > div {
	width: 12px;
	height: 12px;
	background-color: #393939;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: fuse-bouncedelay 1s infinite ease-in-out both;
	animation: fuse-bouncedelay 1s infinite ease-in-out both;
}

/* Login Screen */

.h-36 {
	height: 4rem !important;
}

.theme-default.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #060606;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, .1);
}

fuse-loading-bar {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 6px;
	display: none;
}
