html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*a, .btn-link {
	color: #006bb7;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.content {
	/*padding-top: 1.1rem;*/
}

h1:focus {
	outline: none;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid #e50000;
}

.validation-message {
	color: #e50000;
}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

.darker-border-checkbox.form-check-input {
	border-color: #929292;
}

div {
	display: block;
	unicode-bidi: isolate;
}

.page {
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: linear-gradient(180deg, #fff 21%, #d9d9d980);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0;
}

h6 {
	display: block;
	font-size: 0.67em;
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}

img {
	overflow-clip-margin: content-box;
	overflow: clip;
}

button {
	text-rendering: auto;
	color: buttontext;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	text-transform: none !important;
	font-weight: 300 !important;
	cursor: default;
	box-sizing: border-box;
	background-color: buttonface;
	margin: 0em;
	padding-block: 1px;
	padding-inline: 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonborder !important;
	border-image: initial;
}

.head-logo {
	max-width: 300px;
	max-height: 70px;
	margin-bottom: 16px;
	/*margin-top: 16px;*/
	margin-right: 16px;
}

.icon-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.MuiRoot {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: start;
	min-height: 100vh;
	padding: 5px 16px 16px 16px;
	overflow: hidden;
}

@media (min-width: 600px) {
	.MuiRoot {
		padding: 5px 24px 24px 24px;
	}
}

@media (min-width: 900px) {
	.MuiRoot {
		padding: 5px 40px 40px 40px;
	}
}

.MuiBox {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: 500px;
}

.MuiColumn {
	display: flex;
	flex-direction: column;

	/*gap: 16px;
	margin-top: 16px;*/
}

.MuiRow {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.MuiGrid {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-align: center;
	align-items: center;
	display: table;
	border: 1;
}

	.MuiGrid .MuiRow {
		-webkit-box-align: center;
		align-items: center;
		display: table-row;
	}

		.MuiGrid .MuiRow .MuiItem {
			display: table-cell;
			-webkit-box-align: center;
			align-items: center;
			vertical-align: middle;
			margin-block-start: 1em;
			margin-block-end: 1em;
			margin-inline-start: 0px;
			margin-inline-end: 0px;
			unicode-bidi: isolate;
			padding-top: 3px;
		}

		.MuiGrid .MuiRow .CellFill {
			width: 100%;
		}

.TextRight {
	text-align: right;
	padding-right: 5px;
}

.MuiGrid .Staggar:nth-child(odd) {
	background-color:#F4F4F4;
}

.MuiCard {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	border-radius: 15px;
}

.MuiContent:last-child {
	padding-bottom: 16px;
}

.MuiContent {
	padding: 16px;
}

.MuiIcon {
	width: 50px;
	height: 50px;
	margin-right: 4px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

	.MuiIcon svg {
		user-select: none;
		width: 1em;
		height: 1em;
		display: inline-block;
		fill: currentcolor;
		flex-shrink: 0;
		font-size: 1.5rem;
		transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
	}

.MuiRight {
	margin: 0px 0px 0px auto;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.43;
}

.MuiItem {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
}

.ItemSpace {
	margin-top: 3px;
	min-height: max-content;
	justify-content: center;
}

	.MuiItem H6 {
		margin: 0px;
		font-family: Inter, sans-serif;
		font-weight: 500;
		font-size: 1.20rem;
		line-height: 1.6;
	}

	.MuiItem P {
		margin: 0px;
		font-family: Inter, sans-serif;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.43;
	}

.MuiColumn button {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	box-shadow: var(--rz-button-shadow) !important;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	font-family: Inter, sans-serif !important;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	min-width: 64px;
	color: rgb(73, 69, 79) !important;
	outline: 0px;
	margin: 0px;
	text-decoration: none;
	padding: 5px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(73, 69, 79, 0.5);
	border-image: initial;
	border-radius: 20px;
}

	.MuiColumn button span {
		overflow: hidden;
		pointer-events: none;
		z-index: 0;
		inset: 0px;
		border-radius: inherit;
	}

.ChargeButtonPanel {
	padding-left: 30px;
	padding-right: 30px;
}

.MuiCenter {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
}

.MuiLastImg {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	padding: 16px;
}


#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}


.spinIcon {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin-bottom: 16px;
	animation: 2s linear 0s infinite normal none running spin;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fullView {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

.loadingSpinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

.MuiColumn h5 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

.popper {
	background: #333;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
	display: none;
	opacity: 0.9;
	z-index: 2000;
}

.popper[data-show] {
	display: block;
}

.popper > .arrow,
.popper > .arrow::before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit;
}

.popper > .arrow {
	visibility: hidden;
}

.popper > .arrow::before {
	visibility: visible;
	content: '';
	transform: rotate(45deg);
}

.popper[data-popper-placement^='top'] > .arrow {
	bottom: -4px;
}

.popper[data-popper-placement^='bottom'] > .arrow {
	top: -4px;
}

.popper[data-popper-placement^='left'] > .arrow {
	right: -4px;
}

.popper[data-popper-placement^='right'] > .arrow {
	left: -4px;
}

.hrText {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
	width: 80%;
}

	.hrText::before,
	.hrText::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid #ccc;
	}

	.hrText:not(:empty)::before {
		margin-right: 10px;
		margin-left: 10px;
	}

	.hrText:not(:empty)::after {
		margin-right: 10px;
		margin-left: 10px;
	}

.displayNone {
	display: none !important;
}

#dialogSubTitle {
	margin: 0;
	font-size: 0.7em;
}

.rz-dialog-content {
	padding:15px;
}

#googlepaybutton {
	width: 100%;
}

#applepaybutton {
	width: 100%;
}