.fancybox-content {
	background: #efd65b;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 22px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
:root {
    --hue: 214;
    --template-bg-light: #f0f4fb;
    --template-text-dark: #495057;
    --template-text-light: #ffffff;
    --template-link-color: var(--link-color);
    --template-special-color: #001B4C;
}
:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
:root {
    --template-sidebar-bg: var(--template-bg-dark-80);
    --template-sidebar-font-color: #fff;
    --template-sidebar-link-color: #fff;
    --template-bg-light: #f0f4fb;
    --template-text-light: #fff;
    --template-special-color: #132f53;
    --template-link-color: #2a69b8;
    --template-link-hover-color: #173a65;
    --template-contrast: #2a69b8;
    --template-bg-dark: hsl(var(--hue), 40%, 20%);
    --template-bg-dark-3: hsl(var(--hue), 40%, 97%);
    --template-bg-dark-5: hsl(var(--hue), 40%, 95%);
    --template-bg-dark-7: hsl(var(--hue), 40%, 93%);
    --template-bg-dark-10: hsl(var(--hue), 40%, 90%);
    --template-bg-dark-15: hsl(var(--hue), 40%, 85%);
    --template-bg-dark-20: hsl(var(--hue), 40%, 80%);
    --template-bg-dark-30: hsl(var(--hue), 40%, 70%);
    --template-bg-dark-40: hsl(var(--hue), 40%, 60%);
    --template-bg-dark-50: hsl(var(--hue), 40%, 50%);
    --template-bg-dark-60: hsl(var(--hue), 40%, 40%);
    --template-bg-dark-65: hsl(var(--hue), 40%, 35%);
    --template-bg-dark-70: hsl(var(--hue), 40%, 30%);
    --template-bg-dark-75: hsl(var(--hue), 40%, 25%);
    --template-bg-dark-80: hsl(var(--hue), 40%, 20%);
    --template-bg-dark-90: hsl(var(--hue), 40%, 10%);
}