
body > .infopopup.hosted img
	{
		max-width: 100%;
	}

body > .infopopup.hosted > .content
	{
		display: flex;
		flex-direction: column;
		padding: 0px;
		margin: 10px;
		max-width: 600px;
		background-color: rgba( 240, 248, 255, 0.9 );
		background-color: rgba( 255, 255, 255, 1 );
		color: rgb( 0, 0, 0 );

		border-color: rgb(158 27 27 / 80%);
		border-width: 1px;
		border-style: solid;

		-webkit-font-smoothing: antialiased;
		line-height: 23px;
		font-size: 17px;

		overflow: hidden;
		height: 100%;

	}

body > .infopopup.hosted hr
	{
		display: block;
		width: 100%;
		height: 1px;
		background-color: rgba( 0, 0, 0, 0.3 );
		border: 0px;
		max-width: 75%;
		margin: 40px auto;
	}

body > .infopopup.hosted .header
	{
		border-radius: 25px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		overflow: hidden;

		position: sticky;
		top: -50%;
		top: calc(100% * (9 / 16) / -2);

		z-index: 10;
	}

body > .infopopup.hosted .footer
	{
		position: relative;
		display: flex;
		flex-direction: column;
		border-radius: 25px;
		x-padding: 10px 20px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		border: 1px solid rgba( 0, 0, 0, 0.8 );
		x-background-color: rgb( 128, 0, 0 );
		margin-top: auto;
	}

body > .infopopup.hosted .footer::before
	{
		display: block;
		position: absolute;
		bottom: 0px;
		top: 0px;
		left: 0px;
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(/graphics/hosted/4514-header.jpg);
		background-image: var( --bg-image );
		background-size: cover;
		background-position: top;

		filter: blur( 4px );
	}

body > .infopopup.hosted .footer > .row
	{
		display: flex;
		flex-wrap: nowrap;
		z-index: 10;
		padding: 10px 20px;
		background-color: rgba( 0, 0, 0, 0.4 );
		column-gap: 8px;
	}

body > .infopopup.hosted .footer .button
	{
		display: flex;
		flex-direction: column;
		border-radius: 10px;
		background-color: rgba( 214, 100, 95, 1 );
		color: rgb( 255, 255, 255 );
		cursor: pointer;

		background-color: rgb(214 212 95);
		color: rgb(125 40 40);
		font-size: larger;
		x-font-weight: 400;
		x-letter-spacing: 1px;
		font-family: "Bebas Neue", sans-serif;

	}

body > .infopopup.hosted .footer .button span
	{
		padding: 5px 10px;
	}

body > .infopopup.hosted .footer .button.page
	{
	}

body > .infopopup.hosted .footer .button.contributions
	{
		margin-left: auto;
	}

body > .infopopup.hosted .footer .button.donate
	{
	}

body > .infopopup.hosted .scroll
	{
		position: relative;

	}
body > .infopopup.hosted > .content::before
	{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		content: "";
		background-image: url( "/graphics/hosted/page-background-og-small.jpg" );
		background-size: contain;
		background-size: 200%;
		z-index: 0;
		opacity: 0.2;
	}

body > .infopopup.hosted > .content > .scroll > .story
	{
		padding: 0px 15px;
	}

body > .infopopup.hosted .scroll > .contributions
	{
		x-display: flex;
		x-flex-direction: column;
		padding: 0px 15px;
	}

body > .infopopup.hosted .contributions > .contrib
	{
		position: relative;
		display: flex;
		flex-direction: row;
		font-family: 'Bebas Neue';
		font-size: 21px;
		padding: 5px 0px 0px;
	}

body > .infopopup.hosted .contributions > .contrib:nth-child(even)
	{
		background-color: rgba( 100, 100, 100, 0.1 );
	}

body > .infopopup.hosted .contrib > .amount
	{
		width: 100px;
		display: flex;
		justify-content: space-between;
	}

body > .infopopup.hosted .contrib > .amount .asset
	{

	}

body > .infopopup.hosted .contrib > .amount .value
	{
	}

body > .infopopup.hosted .contrib > .network
	{
		display: flex;
		flex-grow: 1;
		text-transform: uppercase;
		justify-content: flex-start;
		padding-left: 15px;
	}

body > .infopopup.hosted .contrib > .date
	{
		flex-grow: 1;
		display: flex;
		justify-content: flex-end;
		x-font-style: italic;
		font-size: 18px;
	}


body > .infopopup.hosted .contributions > .grouped
	{
		position: relative;
		font-family: 'Bebas Neue';
		font-style: italic;
		color: rgb(125 40 40);
	}


body > .infopopup.hosted .contributions > .grouped ~ .grouped
	{
		margin-top: 10px;
	}

body > .infopopup.hosted .contributions > .grouped::after
	{
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 0px;
		border: 1px solid rgba( 0, 0, 0, 0.2 );
		bottom: 0px;
	}



body > .infopopup.hosted .grouped > .month
	{
		
	}

body > .infopopup.hosted .grouped > .amount
	{
		margin: 0px 10px;
		font-size: larger;
	}

body > .infopopup.hosted .grouped > .amount::before
	{
		content: "$";
	}

body > .infopopup.hosted .grouped > .count
	{
		
	}

body > .infopopup.hosted .pane
	{
		display: none;
	}

body > .infopopup.hosted[data-pane=""] .pane.story,
body > .infopopup.hosted[data-pane="page"] .pane.story,
body > .infopopup.hosted[data-pane="contributions"] .pane.contributions,
body > .infopopup.hosted[data-pane="donate"] .pane.donate
	{
		display: block;
	}

body > .infopopup.hosted .footer .button i
	{
		display: none;
	}

body > .infopopup.hosted[data-pane=""] .footer .button[data-pane="page"],
body > .infopopup.hosted[data-pane="page"] .footer .button[data-pane="page"],
body > .infopopup.hosted[data-pane="donate"] .footer .button[data-pane="donate"],
body > .infopopup.hosted[data-pane="contributions"] .footer .button[data-pane="contributions"]
	{
		text-decoration: underline;
	}

body > .infopopup.hosted .donateButton
	{
		display: flex;
		flex-direction: column;
		border-radius: 25px;
		border: 2px solid rgba(0, 0, 0, 0.2);
		margin: 20px auto;
		padding: 15px 30px 10px;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
		background-color: rgb(219 219 219);
		background-color: rgb( 255, 255, 255 );
		font-size: large;
		color: rgb(55 50 50);
		width: 320px;

	}

body > .infopopup.hosted .donateButton + .donateButton
	{
		margin-top: 40px;
	}

body > .infopopup.hosted .donateButton .network
	{
		font-family: 'Bebas Neue';
		font-size: 28px;
	}

body > .infopopup.hosted .donateButton .network-text
	{
		font-family: 'Bebas Neue';
		font-size: 20px;
		color: rgb(125 40 40);
		font-style: italic;
	}

body > .infopopup.hosted .donateButton .donate-qr
	{
		margin: 10px 0px 10px;
	}

body > .infopopup.hosted .donateButton .address
	{
		display: flex;
		font-size: 15px;
		font-family: monospace;
		font-weight: 600;
		letter-spacing: 0.4px;
		margin-bottom: 5px;
		cursor: pointer;

		background-color: rgba(125, 40, 40, 0.7);
		background-color: rgb(56 56 45);
		color: #f6f6f6;
		padding: 5px 10px;
		border-radius: 15px;

		filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
		transform: scale( 1.0 );

		transition: all 0.2s ease-in-out;
	}

body > .infopopup.hosted .donateButton .address:hover
	{
		transform: scale( 1.1 );
	}

body > .infopopup.hosted .donateButton .address i
	{
		font-size: 28px;
		margin-top: 1px;
	}

body > .infopopup.hosted .donateButton .address span
	{
		overflow-wrap: break-word;
		max-width: -webkit-fill-available;

		max-width: 200px;
		margin-left: 9px;
		line-height: 18px;
		font-size: 12px;
	}

body > .infopopup.hosted .donateButton .network-subtext
	{
		font-family: 'Bebas Neue';
		color: rgb(125 40 40);
		font-style: italic;
		font-size: small;
		line-height: 14px;
		padding: 2px 10px;
		margin-top: 4px;
	}

body > .container > .bottom
	{
		top: -28px;
	}

body > .container > .bottom .menu-main
	{
		align-items: center;
		column-gap: 10px;
	}

body > .container > .bottom .menu-item.shield
	{
		x-margin-right: 0px;
	}

body > .container > .bottom .menu-item.crypto::before
	{
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url( "/graphics/hosted/crypto-generic.svg" );
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

body > .container > .bottom .menu-item.crypto select
	{
		border-radius: 10px;
		font-family: 'Bebas Neue';
		text-align: center;
	}


body > .container > .bottom .menu-item.crypto
	{
		margin-right: auto;
		background-color: rgb(42 43 64 / 80%);
		padding: 10px 10px;
		border-radius: 15px;
		font-family: 'Bebas Neue';
	}
