@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Elements/CommentForm.razor.rz.scp.css */
.contact-form[b-x6vr172t7d] {
	justify-content: center;
	align-items: center;
	padding: 35px 40px;
	background: var(--light-accent);
	box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-sizing: border-box;
}
.contact-form.full[b-x6vr172t7d] {
	width: 100%;
}
.contact-form h2[b-x6vr172t7d] {
	color: var(--text-dark);
	text-align: center;
}
[b-x6vr172t7d] .form {
	gap: 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form button[b-x6vr172t7d] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	background: var(--bg2);
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
		0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	color: var(--text2);
	box-sizing: border-box;
}
.contact-details[b-x6vr172t7d] {
	display: flex;
	gap: 10px;
	width: 100%;
}
.contact-details[b-x6vr172t7d]  input {
	min-width: 0;
	flex-grow: 1;
}
.privacy-note[b-x6vr172t7d] {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: var(--text-dark);
	display: inline;
}

.privacy-note a[b-x6vr172t7d] {
	display: inline;
	color: var(--text1);
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.9rem;
}
.dark-mode .privacy-note[b-x6vr172t7d] {
	color: var(--text1);
}
.dark-mode .privacy-note a[b-x6vr172t7d] {
	color: var(--text-dark);
}
.dark-mode .privacy-note a:hover[b-x6vr172t7d] {
	color: #0056ff;
}
.privacy-note a:hover[b-x6vr172t7d] {
	color: var(--highlight);
}

@media screen and (max-width: 900px) {
	.contact-form[b-x6vr172t7d] {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.contact-form[b-x6vr172t7d] {
		padding: 35px 20px;
	}
}

@media screen and (max-width: 480px) {
	.contact-details[b-x6vr172t7d] {
		flex-direction: column;
	}
}
/* /Elements/CommentItem.razor.rz.scp.css */
.comment-item[b-zjlwwkn8vg] {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}
.comment[b-zjlwwkn8vg] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	gap: 15px;

	width: 100%;
	height: fit-content;

	/* bg2 */
	background: var(--bg2);
	/* M3/Elevation Light/3 */
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
		0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	box-sizing: border-box;
}
.comment p[b-zjlwwkn8vg] {
	font-size: 1.4rem;
	color: var(--text2);
	text-align: start;
	padding: 0;
}
.comment h6[b-zjlwwkn8vg] {
	font-size: 0.8rem;
	align-self: flex-end;
	color: var(--text2);
	font-weight: 300;
}
.comment-actions[b-zjlwwkn8vg] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.comment-actions button[b-zjlwwkn8vg] {
	padding: 10px 30px;
	font-size: 1rem;
}
.comment-actions h5[b-zjlwwkn8vg] {
	color: var(--link);
	display: flex;
	width: fit-content;
	white-space: nowrap;
	gap: 5px;
}
.comment-actions h5 svg[b-zjlwwkn8vg] {
	width: 28px;
	height: 28px;
	fill: var(--link);
}
.replies[b-zjlwwkn8vg] {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
/* /Elements/CommentReplyItem.razor.rz.scp.css */
.comment-reply[b-gz0n8uxbk9] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	gap: 15px;

	width: 70%;
	height: fit-content;

	/* bg2 */
	background: #fffff3;
	/* M3/Elevation Light/3 */
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
		0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	box-sizing: border-box;
}
.comment-reply p[b-gz0n8uxbk9] {
	font-size: 1.4rem;
	color: var(--text2);
	text-align: start;
	padding: 0;
}
.comment-reply h6[b-gz0n8uxbk9] {
	font-size: 0.8rem;
	align-self: flex-end;
	color: var(--text2);
	font-weight: 300;
}
/* /Elements/ComponentLoader.razor.rz.scp.css */
.loader-backdrop[b-bq76vgtyg4] {
	position: relative;
	width: 100%;
	height: auto;
	/* min-height: 100dvh; */
	z-index: 102;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	border-radius: 15px;
}
@keyframes spin-b-bq76vgtyg4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader[b-bq76vgtyg4] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	gap: 50px;
	padding: 50px;
	box-sizing: border-box;
}
.loader h1[b-bq76vgtyg4] {
	color: #fffff3;
}
.spinner[b-bq76vgtyg4] {
	width: 3rem;
	height: 3rem;
	border: 0.4rem solid transparent;
	border-radius: 50%;
	background: linear-gradient(#509ee3, #fffff3);
	-webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
	mask: radial-gradient(circle, transparent 60%, black 61%);
	animation: spin-b-bq76vgtyg4 1s linear infinite;
	margin-bottom: 1rem;
}
/* /Elements/ContactForm.razor.rz.scp.css */
.contact-form[b-w4ep3l1svt],
.contact-form-small[b-w4ep3l1svt] {
	justify-content: center;
	align-items: center;
	padding: 35px 40px;
	background: var(--light-accent);
	box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-sizing: border-box;
}
.contact-form.full[b-w4ep3l1svt] {
	width: 100%;
}
.contact-form h3[b-w4ep3l1svt],
.contact-form-small h3[b-w4ep3l1svt] {
	color: var(--text-dark);
	text-align: center;
}
.dark-mode .contact-form h3[b-w4ep3l1svt],
.dark-mode .contact-form-small h3[b-w4ep3l1svt] {
	color: var(--text-light);
}
[b-w4ep3l1svt] .form {
	gap: 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.form button[b-w4ep3l1svt] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	background: var(--bg2);
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
		0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	color: var(--text2);
	box-sizing: border-box;
}
.contact-details[b-w4ep3l1svt] {
	display: flex;
	gap: 10px;
	width: 100%;
}
.contact-details[b-w4ep3l1svt]  input {
	min-width: 0;
	flex-grow: 1;
}
[b-w4ep3l1svt] .form textarea {
	flex-grow: 1;
}
.privacy-note[b-w4ep3l1svt] {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: var(--text-dark);
	display: inline;
}

.privacy-note a[b-w4ep3l1svt] {
	display: inline;
	color: var(--text1);
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.9rem;
}
.dark-mode .privacy-note[b-w4ep3l1svt] {
	color: var(--text1);
}
.dark-mode .privacy-note a[b-w4ep3l1svt] {
	color: var(--text-dark);
}
.dark-mode .privacy-note a:hover[b-w4ep3l1svt] {
	color: #0056ff;
}
.privacy-note a:hover[b-w4ep3l1svt] {
	color: var(--highlight);
}

@media screen and (min-width: 1400px) {
	.contact-form-small[b-w4ep3l1svt] {
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	.blog-form[b-w4ep3l1svt] {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.contact-form-small[b-w4ep3l1svt] {
		width: 85%;
		align-self: center;
	}
}
@media screen and (max-width: 900px) {
	.contact-form[b-w4ep3l1svt] {
		width: 85%;
	}
}
@media screen and (max-width: 768px) {
	.contact-form[b-w4ep3l1svt] {
		width: 100%;
	}
}
@media screen and (max-width: 690px) {
	.contact-form-small[b-w4ep3l1svt] {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.contact-form[b-w4ep3l1svt],
	.contact-form-small[b-w4ep3l1svt] {
		padding: 35px 20px;
	}
}

@media screen and (max-width: 480px) {
	.contact-details[b-w4ep3l1svt] {
		flex-direction: column;
	}
}
/* /Elements/Loader.razor.rz.scp.css */
.loader-backdrop[b-ja0bun1maj] {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	z-index: 102;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}
@keyframes spin-b-ja0bun1maj {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader[b-ja0bun1maj] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	gap: 50px;
}
.loader h1[b-ja0bun1maj] {
	color: #fffff3;
}
.spinner[b-ja0bun1maj] {
	width: 3rem;
	height: 3rem;
	border: 0.4rem solid transparent;
	border-radius: 50%;
	background: linear-gradient(#509ee3, #fffff3);
	-webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
	mask: radial-gradient(circle, transparent 60%, black 61%);
	animation: spin-b-ja0bun1maj 1s linear infinite;
	margin-bottom: 1rem;
}
/* /Elements/LoadingToast.razor.rz.scp.css */
.loading-toast[b-24whcwt6ue] {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 55px;
	background: var(--bg2);
	color: var(--text1);
	justify-content: space-between;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.spinner[b-24whcwt6ue] {
	width: 16px;
	height: 16px;
	border: 2px solid var(--text1);
	border-top: 2px solid var(--text-dark);
	border-radius: 50%;
	animation: spin-b-24whcwt6ue 0.7s linear infinite;
}

@keyframes spin-b-24whcwt6ue {
	to {
		transform: rotate(360deg);
	}
}
/* /Elements/ReplyPopUp.razor.rz.scp.css */
.modal-backdrop[b-yzplhovjkm] {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100dvh;
	top: 0;
	z-index: 101;
}
.contact-form[b-yzplhovjkm] {
	justify-content: flex-start;
	align-items: center;
	padding: 35px 40px;
	background: var(--accent1);
	border-radius: 20px;
	width: 40%;
	height: 75%;
	box-shadow: -3px 3px 4px 2px rgba(255, 255, 255, 0.25);
	display: flex;
	flex-direction: column;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	gap: 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
}
.contact-form h2[b-yzplhovjkm] {
	color: var(--text-dark);
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.contact-form h2 svg[b-yzplhovjkm] {
	width: 36px;
	height: 36px;
	fill: var(--text-dark);
}
[b-yzplhovjkm] .form {
	gap: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
[b-yzplhovjkm] .form input,
[b-yzplhovjkm] .form textarea {
	flex-grow: 1;
}
.form button[b-yzplhovjkm] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	background: var(--bg2);
	box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
		0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	color: var(--text2);
	box-sizing: border-box;
}
.contact-details[b-yzplhovjkm] {
	display: flex;
	gap: 10px;
	width: 100%;
}
.contact-details[b-yzplhovjkm]  input {
	min-width: 0;
}
.privacy-note[b-yzplhovjkm] {
	color: var(--text-dark);
	font-size: 0.9rem;
	display: inline;
}
.privacy-note a[b-yzplhovjkm] {
	font-size: 0.9rem;
	padding: 0;
	background: transparent;
	text-decoration: none;
	box-shadow: none;
	display: inline;
}
.privacy-note a:hover[b-yzplhovjkm] {
	text-decoration: underline;
}
@media screen and (max-width: 900px) {
	.contact-form[b-yzplhovjkm] {
		width: 60%;
	}
}
@media screen and (max-width: 630px) {
	.contact-form h2[b-yzplhovjkm] {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 530px) {
	.contact-details[b-yzplhovjkm] {
		flex-direction: column;
	}
}
@media screen and (max-width: 450px) {
	[b-yzplhovjkm] input,
	[b-yzplhovjkm] textarea {
		padding: 15px 20px;
	}
	.contact-form[b-yzplhovjkm] {
		padding: 35px 20px;
		width: 80%;
	}
}
/* /Elements/ThemeToggle.razor.rz.scp.css */
.checkbox-wrapper-54 input[type="checkbox"][b-ro0drohdp1] {
	visibility: hidden;
	display: none;
}

.checkbox-wrapper-54 *[b-ro0drohdp1],
.checkbox-wrapper-54 [b-ro0drohdp1]::after,
.checkbox-wrapper-54 [b-ro0drohdp1]::before {
	box-sizing: border-box;
}

/* The switch - the box around the slider */
.checkbox-wrapper-54 .switch[b-ro0drohdp1] {
	--width-of-switch: 3.5em;
	--height-of-switch: 2em;
	/* size of sliding icon -- sun and moon */
	--size-of-icon: 1.4em;
	/* it is like a inline-padding of switch */
	--slider-offset: 0.3em;
	position: relative;
	width: var(--width-of-switch);
	height: var(--height-of-switch);
	display: inline-block;
}

/* The slider */
.checkbox-wrapper-54 .slider[b-ro0drohdp1] {
	position: absolute;
	cursor: url(/Assets/Cursors/link.cur), auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cdebff;
	transition: 0.4s;
	border-radius: 30px;
}

.checkbox-wrapper-54 .slider[b-ro0drohdp1]:before {
	position: absolute;
	content: "";
	height: var(--size-of-icon, 1.4em);
	width: var(--size-of-icon, 1.4em);
	border-radius: 20px;
	left: var(--slider-offset, 0.3em);
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
	transition: 0.4s;
}

.checkbox-wrapper-54 input:checked + .slider[b-ro0drohdp1] {
	background-color: #303136;
}

.checkbox-wrapper-54 input:checked + .slider[b-ro0drohdp1]:before {
	left: calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, 0.3em)));
	background: #303136;
	/* change the value of second inset in box-shadow to change the angle and direction of the moon  */
	box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
}
/* /Elements/ToggleSwitch.razor.rz.scp.css */
.checkbox-wrapper-34[b-idtt04wqkf] {
	--blue: #0d7eff;
	--g08: #e1e5eb;
	--g04: #848ea1;
}

.checkbox-wrapper-34 .tgl[b-idtt04wqkf] {
	display: none;
}
.checkbox-wrapper-34 .tgl[b-idtt04wqkf],
.checkbox-wrapper-34 .tgl[b-idtt04wqkf]:after,
.checkbox-wrapper-34 .tgl[b-idtt04wqkf]:before,
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf],
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf]:after,
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf]:before,
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf] {
	box-sizing: border-box;
}
.checkbox-wrapper-34 .tgl[b-idtt04wqkf]::selection,
.checkbox-wrapper-34 .tgl[b-idtt04wqkf]:after::selection,
.checkbox-wrapper-34 .tgl[b-idtt04wqkf]:before::selection,
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf]::selection,
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf]:after::selection,
.checkbox-wrapper-34 .tgl *[b-idtt04wqkf]:before::selection,
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf]::selection {
	background: none;
}
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf] {
	outline: 0;
	display: block;
	width: 57px;
	height: 27px;
	position: relative;
	cursor: pointer;
	user-select: none;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf]:after,
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf]:before {
	position: relative;
	display: block;
	content: "";
	width: 44%;
	height: 100%;
}
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf]:after {
	left: 0;
}
.checkbox-wrapper-34 .tgl + .tgl-btn[b-idtt04wqkf]:before {
	display: inline;
	position: absolute;
	top: 7px;
}
.checkbox-wrapper-34 .tgl:checked + .tgl-btn[b-idtt04wqkf]:after {
	left: 56.5%;
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn[b-idtt04wqkf] {
	background: var(--g08);
	border-radius: 20rem;
	padding: 2px;
	transition: all 0.4s ease;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn[b-idtt04wqkf]:after {
	border-radius: 2em;
	background: #fff;
	transition:
		left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		padding 0.3s ease,
		margin 0.3s ease;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn[b-idtt04wqkf]:before {
	content: "No";
	left: 28px;
	color: var(--g04);
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active[b-idtt04wqkf] {
	box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active[b-idtt04wqkf]:after {
	padding-right: 0.4em;
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn[b-idtt04wqkf] {
	background: var(--blue);
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active[b-idtt04wqkf] {
	box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active[b-idtt04wqkf]:after {
	margin-left: -0.4em;
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn[b-idtt04wqkf]:before {
	content: "Yes";
	left: 4px;
	color: #fff;
}
/* /Layout/FooterComponent.razor.rz.scp.css */
footer[b-317doh972t] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 20px 0 20px;
	position: relative;
	gap: 20px;
	width: 100%;
	height: fit-content;
	color: var(--text-dark);
	/* link */
	background: var(--link);
	border-radius: 25px 25px 0px 0px;
	box-sizing: border-box;
}
.footer-top[b-317doh972t] {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: nowrap;
	align-items: center;
}
.footer-middle[b-317doh972t] {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	flex-wrap: nowrap;
}
.kindle-link[b-317doh972t] {
	display: flex;
	flex-direction: column;
}
.footer-middle h4[b-317doh972t] {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--text-dark);
	width: fit-content;
}
.link-to-book[b-317doh972t] {
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 500;
}
.link-to-book a[b-317doh972t] {
	position: relative;
	font-size: 1.1rem;
	font-weight: 500;
}
.footer-bottom[b-317doh972t] {
	display: flex;
	border-top: 1px solid var(--text-dark);
	padding: 10px 5px;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	align-items: flex-end;
}

.footer-bottom .nav-links[b-317doh972t] {
	display: flex;
	gap: 15px;
}
.footer-bottom[b-317doh972t]  a {
	position: relative;
	color: var(--text-dark);
	font-size: 1.1rem;
	font-weight: 300;
	text-decoration: none;
}

footer p[b-317doh972t] {
	color: var(--text-dark);
	text-align: center;
}

footer[b-317doh972t]  a {
	box-shadow: none;
	background: transparent;
	font-weight: 300;
	text-decoration: none;
	padding: 0;
}
footer .logo[b-317doh972t] {
	justify-content: flex-start;
}
footer img[b-317doh972t] {
	width: 150px;
	height: fit-content;
	order: 0;
}
.contact-details[b-317doh972t] {
	padding: 0;
}
.credits[b-317doh972t] {
	font-size: 1rem;
}
.footer-links[b-317doh972t] {
	display: flex;
	width: fit-content;
	justify-content: space-between;
	gap: 20px;
}
footer .nav-language[b-317doh972t] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
}
footer .nav-language[b-317doh972t]  a {
	padding: 15px;
	font-weight: 500;
	font-size: 1.2rem;
	color: var(--text-dark);
	text-decoration: none;
	border-radius: 10px;
	background: transparent;
	text-align: center;
	box-shadow: none;
}
footer .nav-language[b-317doh972t]  a.active {
	box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.25);
	background: var(--bg2);
	color: var(--accent1);
	font-weight: 700;
}
footer .nav-language[b-317doh972t]  a:not(.active):hover {
	background: var(--accent1-hover);
	box-shadow: -3px 3px 2px 1px rgba(0, 0, 0, 0.25);
}

.footer-bottom[b-317doh972t]  a::after,
.link-to-book a[b-317doh972t]::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: currentColor; /* Uses the text color */
	transition: width 0.3s ease-in-out;
}

.footer-bottom[b-317doh972t]  a:hover::after,
.link-to-book a:hover[b-317doh972t]::after {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.footer-middle[b-317doh972t] {
		flex-direction: column;
		gap: 30px;
	}
	.footer-bottom[b-317doh972t]  a {
		font-size: 1rem;
	}
	.credits[b-317doh972t] {
		font-size: 0.9rem;
	}
	.footer-bottom .nav-links[b-317doh972t] {
		gap: 10px;
	}
}
@media screen and (max-width: 600px) {
	.footer-bottom[b-317doh972t] {
		flex-direction: column;
	}
	.credits[b-317doh972t] {
		order: 1;
		width: 100%;
	}
	.footer-links[b-317doh972t] {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	footer .credits[b-317doh972t] {
		flex-direction: column;
		align-items: center;
	}
	footer[b-317doh972t]  input {
		width: 100%;
	}
	footer .Newsletter[b-317doh972t] {
		flex: 0 0 100%;
	}
	footer h3[b-317doh972t] {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 450px) {
	footer .logo[b-317doh972t] {
		display: none;
	}
	.footer-top[b-317doh972t] {
		justify-content: flex-end;
	}
}
@media screen and (max-width: 420px) {
	footer[b-317doh972t],
	footer a[b-317doh972t] {
		font-size: 1rem;
	}
}
@media screen and (max-width: 400px) {
	.footer-links[b-317doh972t] {
		flex-direction: column;
		gap: 8px;
	}
}
/* /Layout/FooterSubscription.razor.rz.scp.css */
.footer-subscription[b-ye7dmcq1jm] {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
h3[b-ye7dmcq1jm] {
	color: var(--text-dark);
	font-weight: 700;
	font-size: 1.3rem;
	width: 360px;
}
.footer-subscription .subscription-form[b-ye7dmcq1jm] {
	width: 360px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-subscription .subscription-inputs[b-ye7dmcq1jm] {
	display: flex;
	gap: 8px;
}
.footer-subscription[b-ye7dmcq1jm]  input {
	background: var(--bg2);
	border: none;
	padding: 15px 20px;
	border-radius: 8px;
	color: var(--text1);
	font-size: 1rem;
	min-width: 0;
	width: 300px;
	height: 50px;
}
.footer-subscription input[b-ye7dmcq1jm]::placeholder {
	color: var(--text1);
	opacity: 0.6;
}
.footer-subscription button[b-ye7dmcq1jm] {
	background: var(--bg2);
	width: 50px;
	height: 50px;
	min-width: 0;
	flex-grow: 0;

	padding: 5px;
}
.footer-subscription svg[b-ye7dmcq1jm] {
	width: 38px;
	height: 38px;
	fill: var(--text1);
}
.footer-subscription button[b-ye7dmcq1jm]::before {
	display: none !important;
}
.footer-subscription .subscription-checkbox[b-ye7dmcq1jm] {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.1rem;
	color: var(--text-dark);
	justify-content: space-between;
	text-align: left;
}
.footer-subscription .subscription-terms[b-ye7dmcq1jm] {
	width: 100%;
	text-align: left;
	font-size: 0.85rem;
	color: var(--text-dark);
	display: inline;
}
.footer-subscription .subscription-terms[b-ye7dmcq1jm]  a {
	color: var(--text-dark);
	text-decoration: underline;
	font-size: 0.85rem;
	display: inline;
}
.footer-subscription .subscription-terms a:hover[b-ye7dmcq1jm] {
	opacity: 0.8;
}
.footer-subscription .subscription-options[b-ye7dmcq1jm] {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
.subscription-form button svg[b-ye7dmcq1jm] {
	transform-origin: 50% 0%;
}

.subscription-form button.ring svg[b-ye7dmcq1jm] {
	animation: bell-ring-b-ye7dmcq1jm 1s ease-in-out;
}

@keyframes bell-ring-b-ye7dmcq1jm {
	0% {
		transform: rotate(0);
	}
	15% {
		transform: rotate(15deg);
	}
	30% {
		transform: rotate(-15deg);
	}
	45% {
		transform: rotate(10deg);
	}
	60% {
		transform: rotate(-10deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0);
	}
}
@media screen and (max-width: 768px) {
	.footer-subscription[b-ye7dmcq1jm] {
		align-self: flex-end;
	}
}
@media screen and (max-width: 470px) {
	.footer-subscription[b-ye7dmcq1jm] {
		width: 100%;
	}
	.footer-subscription .subscription-form[b-ye7dmcq1jm] {
		width: 100%;
	}
	.footer-subscription[b-ye7dmcq1jm]  input {
		width: auto;
		flex-grow: 1;
	}
	h3[b-ye7dmcq1jm] {
		width: 100%;
	}
}
@media screen and (max-width: 364px) {
	.footer-subscription .subscription-checkbox[b-ye7dmcq1jm] {
		font-size: 0.95rem;
	}
	.footer-subscription .subscription-terms[b-ye7dmcq1jm],
	.footer-subscription .subscription-terms[b-ye7dmcq1jm]  a {
		font-size: 0.75rem;
	}
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-ab6g0ubm2e] {
	flex: 1;
	width: 100%;
	min-height: 100dvh;
}

.sidebar[b-ab6g0ubm2e] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ab6g0ubm2e] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

.top-row[b-ab6g0ubm2e]  a,
.top-row[b-ab6g0ubm2e]  .btn-link {
	white-space: nowrap;
	margin-left: 1.5rem;
	text-decoration: none;
}

.top-row[b-ab6g0ubm2e]  a:hover,
.top-row[b-ab6g0ubm2e]  .btn-link:hover {
	text-decoration: underline;
}

.top-row[b-ab6g0ubm2e]  a:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-fpd6nmd1kk] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
	gap: 10px;
	position: fixed;
	width: 100%;
	top: 0;
	height: fit-content;
	transition: transform 0.3s ease-in-out;
	z-index: 2;
	overflow: visible;
	box-sizing: border-box;
	will-change: transform, background;
}
.navbar.show-hamburger[b-fpd6nmd1kk] {
	overflow: visible;
	background: var(--bg2);
}
.navbar[b-fpd6nmd1kk]  .brand {
	width: 120px;
	height: auto;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 5px;
	outline: none;
}
.navbar[b-fpd6nmd1kk]  .brand:focus {
	outline: none;
}
.brand img[b-fpd6nmd1kk] {
	width: 100%;
	height: auto;
}
.navbar.navbar-hover[b-fpd6nmd1kk],
.navbar:hover[b-fpd6nmd1kk] {
	background: var(--bg2);
}
.nav-links[b-fpd6nmd1kk] {
	/* Frame 4 */

	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;

	width: fit-content;
	height: fit-content;

	order: 1;
}

.nav-language[b-fpd6nmd1kk],
.hamburger-language[b-fpd6nmd1kk] {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;

	width: fit-content;
	height: fit-content;
	order: 2;
}

.navbar[b-fpd6nmd1kk]  a,
.nav-links[b-fpd6nmd1kk]  a,
.nav-language[b-fpd6nmd1kk]  a,
.hamburger-menu[b-fpd6nmd1kk]  a {
	padding: 15px;
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--text1);
	text-decoration: none;
	border-radius: 10px;
	background: transparent;
	text-align: center;
	box-shadow: none;
}
.hamburger-menu[b-fpd6nmd1kk]  a {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.nav-links[b-fpd6nmd1kk]  a.active,
.nav-language[b-fpd6nmd1kk]  a.active,
.hamburger-menu[b-fpd6nmd1kk]  a.active {
	box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.25);
	background: var(--accent1);
	color: var(--text-dark);
}

.nav-links[b-fpd6nmd1kk]  a:not(.active):hover,
.nav-language[b-fpd6nmd1kk]  a:not(.active):hover,
.hamburger-menu[b-fpd6nmd1kk]  a:not(.active):hover {
	background: var(--accent1-hover);
	box-shadow: -3px 3px 2px 1px rgba(0, 0, 0, 0.25);
	color: var(--text-dark);
}

.navbar svg[b-fpd6nmd1kk],
.hamburger-menu svg[b-fpd6nmd1kk] {
	fill: var(--text2);
	width: 64px;
	height: 64px;
}
#hamburger[b-fpd6nmd1kk] {
	display: none;
	cursor: url("/Assets/Cursors/link.cur"), auto;
}
#close-icon[b-fpd6nmd1kk] {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 25px;
	height: 25px;
	cursor: url("/Assets/Cursors/link.cur"), auto;
}
/* Dropdown container */
.dropdown[b-fpd6nmd1kk] {
	position: relative;
	display: inline-block;
	width: 260px;
	box-sizing: border-box;
}
.dropdown[b-fpd6nmd1kk]  a {
	width: 100%;
	box-sizing: border-box;
}
.dropdown svg[b-fpd6nmd1kk] {
	width: 16px;
	height: 16px;
	fill: var(--text1);
}

/* Dropdown menu */
.dropdown-menu[b-fpd6nmd1kk] {
	display: none;
	position: absolute;
	background-color: var(--bg2);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 5px 5px 15px 15px;
	flex-direction: column;
	overflow: hidden;
	gap: 2px;
	width: 100%;
}

/* Dropdown menu links */
.dropdown-menu[b-fpd6nmd1kk]  a {
	width: auto;
	border-radius: 0;
	box-sizing: border-box;
	padding: 20px 50px;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu[b-fpd6nmd1kk] {
	display: flex;
}

.dropdown:hover svg[b-fpd6nmd1kk],
[b-fpd6nmd1kk] a.active svg {
	fill: var(--text-dark);
}
/* Hover effect for links */
.dropdown-menu a:hover[b-fpd6nmd1kk] {
	background-color: #f1f1f1;
}

.hamburger-menu[b-fpd6nmd1kk] {
	position: fixed;
	top: 0;
	right: 0;
	width: 420px;
	height: 100dvh;
	background: var(--bg2);
	flex-direction: column;
	display: flex;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out; /* Smooth slide-in effect */
	z-index: 3; /* Ensure it overlays other elements */
	border-radius: 20px 0 0 20px;
	padding: 60px;
	padding-bottom: 10px;
	gap: 15px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	will-change: transform;
	justify-content: flex-start;
	gap: 25px;
	overflow-y: scroll;
}
.hamburger-links[b-fpd6nmd1kk] {
	display: flex;
	flex-direction: column;
	gap: 5px;
	border-bottom: 2px solid var(--text2);
	padding-left: 10px;
	padding-bottom: 20px;
}
.hamburger-menu.show-hamburger[b-fpd6nmd1kk] {
	transform: translateX(0);
}

.hamburger-language[b-fpd6nmd1kk] {
	width: 100%;
}
.hamburger-language[b-fpd6nmd1kk]  a {
	width: 100%;
}
.hamburger-menu[b-fpd6nmd1kk]  .brand {
	display: none;
}
.hamburger-dropdown[b-fpd6nmd1kk] {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.hamburger-dropdown .dropdown-header[b-fpd6nmd1kk] {
	width: 100%;
}
.hamburger-dropdown .dropdown-content[b-fpd6nmd1kk] {
	border-left: 2px solid #ddd;
	padding-left: 1rem;
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hamburger-dropdown .dropdown-content[b-fpd6nmd1kk]  a {
	text-decoration: none;
	color: var(--text2);
	position: relative;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px;
}
.hamburger-dropdown .dropdown-content[b-fpd6nmd1kk]  a.active {
	color: var(--text-dark);
}
.hamburger-dropdown .dropdown-content a[b-fpd6nmd1kk]:before {
	content: "";
	position: absolute;
	left: -1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #888;
	border-radius: 50%;
}

[b-fpd6nmd1kk] .brand.active {
	background: transparent !important;
	box-shadow: none !important;
}
.hamburger-menu[b-fpd6nmd1kk]  .theme-toggle {
	position: absolute;
	bottom: 30px;
	right: 20px;
	cursor: url(/Assets/Cursors/link.cur), auto;
}
@media screen and (max-width: 1250px) {
	/* .navbar ::deep a, .nav-links ::deep a, .nav-language ::deep a{
        font-size: 22px;
    } */
	.navbar[b-fpd6nmd1kk]  .brand {
		width: 130px;
	}
}

@media screen and (max-width: 1150px) {
	.nav-links[b-fpd6nmd1kk] {
		display: none;
	}
	#hamburger[b-fpd6nmd1kk] {
		display: block;
	}
	.nav-language[b-fpd6nmd1kk]  .theme-toggle {
		display: none;
	}
}
@media screen and (max-width: 678px) {
	.nav-language[b-fpd6nmd1kk]  a {
		display: none;
	}
}
@media screen and (max-width: 568px) {
	.hamburger-menu[b-fpd6nmd1kk] {
		width: 100%;
		box-sizing: border-box;
		border-radius: 0;
	}
	.hamburger-menu[b-fpd6nmd1kk]  .brand {
		display: flex;
		width: 100%;
		height: auto;
		justify-content: flex-end;
	}
	.hamburger-menu[b-fpd6nmd1kk]  .brand img {
		width: 50%;
		height: auto;
	}
}
@media screen and (max-width: 420px) {
	#close-icon[b-fpd6nmd1kk] {
		width: 22px;
		height: 22px;
	}
	.hamburger-links[b-fpd6nmd1kk] {
		padding-left: 0;
	}
	.hamburger-dropdown .dropdown-content[b-fpd6nmd1kk] {
		width: 100%;
	}
}
@media screen and (max-width: 370px) {
	.hamburger-menu[b-fpd6nmd1kk] {
		padding: 40px 20px 20px 60px;
	}
}
@media screen and (min-width: 1151px) {
	.hamburger-menu[b-fpd6nmd1kk] {
		display: none !important;
	}
}
/* /Pages/English/PrivacyPolicy.razor.rz.scp.css */
.privacy-policy-wrapper[b-7byin8jqlh] {
	display: flex;
	width: 100%;
	height: fit-content;
	margin: 50px 0;
	padding: 0 25px;
	box-sizing: border-box;
}

.privacy-policy[b-7byin8jqlh] {
	max-width: 860px;
	margin: 0 auto;
	padding: 4rem 1.5rem 5rem;
	color: var(--text1);
	line-height: 1.7;
	font-size: 1rem;
	box-sizing: border-box;
}

.privacy-policy h1[b-7byin8jqlh] {
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
	color: var(--text1);
}

.privacy-policy .last-updated[b-7byin8jqlh] {
	color: var(--text2);
	font-size: 0.95rem;
	margin-bottom: 2rem;
}

.privacy-policy h2[b-7byin8jqlh] {
	margin-top: 3rem;
	margin-bottom: 0.75rem;
	font-size: 1.45rem;
	color: var(--accent1);
}

.privacy-policy h3[b-7byin8jqlh] {
	margin-top: 1.8rem;
	margin-bottom: 0.4rem;
	font-size: 1.1rem;
	color: var(--text1);
}

.privacy-policy p[b-7byin8jqlh] {
	margin-bottom: 1rem;
	color: var(--text2);
}

.privacy-policy ul[b-7byin8jqlh] {
	margin: 0.75rem 0 1.25rem 1.25rem;
	padding: 0;
}

.privacy-policy li[b-7byin8jqlh] {
	margin-bottom: 0.4rem;
	color: var(--text2);
}

.privacy-policy strong[b-7byin8jqlh] {
	color: var(--text1);
	font-weight: 600;
}

.privacy-policy a[b-7byin8jqlh] {
	color: var(--link);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.privacy-policy a:hover[b-7byin8jqlh] {
	color: var(--highlight);
}

.privacy-policy hr[b-7byin8jqlh] {
	border: none;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		var(--light-accent),
		transparent
	);
	margin: 3rem 0;
}

/* Optional: subtle container background */
.privacy-policy[b-7byin8jqlh] {
	background: var(--bg2);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Dark mode refinement */
:root.dark-mode .privacy-policy[b-7byin8jqlh] {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 420px) {
	.privacy-policy h1[b-7byin8jqlh] {
		font-size: 2rem;
	}
}
/* /Pages/Svenska/Integritetspolicy.razor.rz.scp.css */
.privacy-policy-wrapper[b-vo0dio2sxy] {
	display: flex;
	width: 100%;
	height: fit-content;
	margin: 50px 0;
	padding: 0 25px;
	box-sizing: border-box;
}

.privacy-policy[b-vo0dio2sxy] {
	max-width: 860px;
	margin: 0 auto;
	padding: 4rem 1.5rem 5rem;
	color: var(--text1);
	line-height: 1.7;
	font-size: 1rem;
	box-sizing: border-box;
}

.privacy-policy h1[b-vo0dio2sxy] {
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
	color: var(--text1);
}

.privacy-policy .last-updated[b-vo0dio2sxy] {
	color: var(--text2);
	font-size: 0.95rem;
	margin-bottom: 2rem;
}

.privacy-policy h2[b-vo0dio2sxy] {
	margin-top: 3rem;
	margin-bottom: 0.75rem;
	font-size: 1.45rem;
	color: var(--accent1);
}

.privacy-policy h3[b-vo0dio2sxy] {
	margin-top: 1.8rem;
	margin-bottom: 0.4rem;
	font-size: 1.1rem;
	color: var(--text1);
}

.privacy-policy p[b-vo0dio2sxy] {
	margin-bottom: 1rem;
	color: var(--text2);
}

.privacy-policy ul[b-vo0dio2sxy] {
	margin: 0.75rem 0 1.25rem 1.25rem;
	padding: 0;
}

.privacy-policy li[b-vo0dio2sxy] {
	margin-bottom: 0.4rem;
	color: var(--text2);
}

.privacy-policy strong[b-vo0dio2sxy] {
	color: var(--text1);
	font-weight: 600;
}

.privacy-policy a[b-vo0dio2sxy] {
	color: var(--link);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.privacy-policy a:hover[b-vo0dio2sxy] {
	color: var(--highlight);
}

.privacy-policy hr[b-vo0dio2sxy] {
	border: none;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		var(--light-accent),
		transparent
	);
	margin: 3rem 0;
}

/* Optional: subtle container background */
.privacy-policy[b-vo0dio2sxy] {
	background: var(--bg2);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Dark mode refinement */
:root.dark-mode .privacy-policy[b-vo0dio2sxy] {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 420px) {
	.privacy-policy h1[b-vo0dio2sxy] {
		font-size: 2rem;
	}
}
