/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); */

*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	--font-size: 18px;
	font-size: var(--font-size);
}

html,
body,
main {
	position: relative;
}

svg {
	display:inline
}

#countryFlag {
	height: 12px;

}
.cFlag, .LoverTab div div img {
height: 12px;
width: 18px !important;
border-radius: 3px;
}
body:not(.ignore) {
	margin: 0;
    color: white;
    background-color: black;
	font-family: 'Rubik', 'DejaVuSans', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	letter-spacing: 0.025em;
}

a:not(.Gradient) {
	text-decoration: none;
	color:inherit;
	transition: color 0.2s linear;
}

a:not(.Gradient):hover {
	color: #d6511c;
}

#cdawrap {
	--cda-text-size: 14px;
	--cda-footer-fontsize: 12px;
}

/* width */
::-webkit-scrollbar {
	width: 16px;
	padding-left: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.25);
	border-radius: 16px;
	border: 4px solid transparent;
	background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,0.3);
	background-clip: content-box;
}

::-webkit-scrollbar-track {
	background-color: black;
}

::-moz-selection {
  color: white;
  background: #1338b0;
}

::selection {
  color: white;
  background: #1338b0;
}

img {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	pointer-events: none;
}

br {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	pointer-events: none;
}

dl, ol, ul {
	margin-top: 0;
    margin-bottom: 0;
}

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2em;
    padding: 1em 0;
}

button {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

header .Navbar {
	width: 100%;
	height: 52px;
	background-color: white;
	border-radius: 10px;
	color: black;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
	font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
	letter-spacing: 0.1em;
	flex-wrap: wrap;
}

header .Navbar .VIP {
	--xicon-image: url(https://pornify.cc/img/premium_de3f00.svg);
	font-weight: 600;
	color: #de3f00;
	--xicon-top: 4px;
	--xicon-margin-right: 0.5em;
	position: relative;
    top: -1px;
}

header .Navbar #CompanyMenu #CompanyMenu_Popup {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 3;
    background: white;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    flex-direction: column;
    width: 245px;
    padding: 1em;
    gap: 0.67em;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-left: -4em;
    margin-top: 0em;
}

header .Navbar #CompanyMenu .CompanyMenu_Popup_Gradient#CompanyMenu_Popup {
	background-image: linear-gradient(90deg, #ff8855, #ffb95a);
}

header .Navbar #CompanyMenu:hover #CompanyMenu_Popup {
	opacity: 1;
    visibility: visible;
}

#gems-balance-chip {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-inline: 20px;
	padding-block: 8px;
	border-radius: 8px;
	background-color: rgba(20, 20, 20, 1);
	white-space: nowrap;
}

#gems-balance-chip img {
	width: 28px;
}

.gems-balance-text {
	font-family: Rubik;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.5px;
}

.gems-balance-text.loading {
	width: 60px; 
	height: 18px; 
	background: linear-gradient(90deg, #ffffff1a 25%, #ffffff33 50%, #ffffff1a 75%);
	background-size: 200% 200%; 
	animation: pulse 2s infinite; 
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
	#gems-balance-chip {
		padding-block: 10px;
		padding-inline: 12px;
	}

	#gems-balance-chip img {
		width: 18px;
	}

	.gems-balance-text {
		font-size: 14px;
	}
}

footer.Footer {
    background: #050505;
    margin-top: 10em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 2.75em;
	padding: 3em;
}

footer.Footer .Aligner .Logo {
	display: flex;
}

footer.Footer .Aligner img {
	filter: invert(1);
	width: 3em;
}

footer.Footer .Aligner {
	max-width: calc(1700px + 3em);
	width: 100%;
	padding: 3em 0;
	display: flex;
	justify-content: space-between;
	gap: 5em;
	align-items: center;
	font-size: calc(var(--font-size) - 2px);
    text-align: center;
	font-weight: 500;
}

footer.Footer .Aligner2 {
	max-width: calc(1700px + 3em);
	width: 100%;
	padding: 1em 0 2em;
	display: flex;
	justify-content: space-between;
	gap: 28em;
	align-items: center;
	font-size: calc(var(--font-size) - 2px);
}

footer.Footer .Holder {
	display: flex;
	width: 100%;
	justify-content: left;
	gap: 3em;
	opacity: 0.75;
	align-items: center;
}

a.onGradient {
	mix-blend-mode: multiply;
}

a.Gradient {
	background-image: linear-gradient(41deg, #ff51f9, #ff4f4f, #ffd35d);
    border-radius: 25px;
    padding: 6px 4em;
	cursor: pointer;
	transition: filter 0.2s ease-in-out;
	text-decoration: none;
	color:inherit;
}

a.Gradient:hover {
	color:inherit;
    filter: hue-rotate(-50deg);
}

button.Gradient {
	background-image: var(--linear-gradient);
}

button.Gradient2 {
	background-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 0;
}

button.Gradient2:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: var(--linear-gradient);
	-webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
	mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

button.Gradient3 {
	border: 2.5px solid white !important;
	background: transparent;
	transition: opacity 0.2s linear !important;
}

button.Gradient3:hover {
	opacity: 0.75;
}

button.Loading::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 25px;
	height: 17px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url(https://pornify.cc/img/loading.gif);
	margin-left: 0.67em;
	top: -1px;
	mix-blend-mode: color-dodge;
	filter: invert(1);
}

button:disabled,
button[disabled] {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
	cursor: not-allowed !important;
	filter: brightness(0.75);
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  cursor: pointer;
  padding-left: 2.75em;
  vertical-align: middle;
  position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid lightgray;
  width: 20px;
  height: 20px;
  transform: translateY(calc(-50% + -1.5px));
  top: 50%;
  left: 5px;
}

input[type="checkbox"]::after {
	border-bottom: 3px solid #ff8d60;
	border-left: 3px solid #ff8d60;
	opacity: 0;
	height: 8px;
	width: 11px;
	transform: scale(0.75) rotate(-45deg);
	top: -7px;
	left: 9.5px;
	transition: opacity .2s, transform .2s;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.Output {
	padding: 1em 0 2em 0;
	line-height: 2em;
}

.Output #output_text {
	font-weight: 500;
	color: hotpink;
}

.Output #output_text:before {
	content: '* ';
}

.noSelect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.Paragraph {
	margin: 1em 0 1em 0;
	display: block;
}

.Zoom {
	zoom: 90%;
}

.Container {
	margin: auto;
	width: 100%;
	max-width: calc(1700px + 4em);
    padding: 0 2em 0 2em;
}

.Overlay {
	position: fixed;
    width: 100%;
    display: flex;
    height: 100%;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    padding-top: 2em;
	padding-bottom: 2em;
    cursor: pointer;
	z-index: 1;
	backdrop-filter: blur(10px);
	top: 0;
    z-index: 5;
}

.Overlay div {
	height: 100%;
	filter: saturate(1.25) hue-rotate(-5deg) contrast(1.05);
}

.Overlay div img {
	height: 100%;
    width: auto;
    border-radius: 25px;
    cursor: default;
    pointer-events: auto;
	max-height: 768px;
}

.Overlay div div {
	position: absolute;
    background: rgba(0,0,0,0.7);
    width: auto;
    height: auto;
    padding: 1.05em;
    right: 0;
    margin: 1.05em;
    top: 0;
    display: flex;
    justify-content: center;
    border-width: 0;
    outline: 0;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    backdrop-filter: saturate(200%) blur(5px);
    -webkit-backdrop-filter: saturate(200%) blur(5px);
    transition: background 0.2s linear;
    background-image: url(https://pornify.cc/img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
}

.Overlay div div:hover {
	background: rgba(0,0,0,0.55);
	background-image: url(https://pornify.cc/img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
}

.Pornify_Logo a img,
.Pornify_Logo a svg {
	height: 64px;
}

/* Make non-VIP logo bigger */
.Pornify_Logo a img[src*="brand.svg"]:not([src*="brandvip.svg"]) {
	height: 80px;
}

/* Adjust padding-top for pages when non-VIP logo is displayed */
body:has(.Pornify_Logo a img[src*="brand.svg"]:not([src*="brandvip.svg"])) main {
	padding-top: 8px;
}



/* Adjust header padding when non-VIP logo is shown */
header:has(.Pornify_Logo a img[src*="brand.svg"]:not([src*="brandvip.svg"])) {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.Pornify_Logo .Caption {
	opacity:0.7;
	text-align: center;
}

#Lover::after {
	content: 'Beta 2.5';
    padding: 0.2em 0.5em;
    background: #f14325;
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: calc(var(--font-size) - 4px);
    bottom: 0.5px;
    position: relative;
    margin-left: 1em;
    font-weight: 500;
}

.Canvas {
	display: flex;
}

.Canvas .Settings {
	width: 100%;
	height: auto;
	flex-basis: 50%;
	margin-top: 1em;
}

.Canvas .Settings h1,
.Canvas .Settings h2,
.Canvas .Settings h3,
.Canvas .Settings strong,
.Canvas .Settings b {
	font-weight: 500;
}

.Canvas .Settings span.Paragraph {
	color: white;
	font-size: calc(var(--font-size) + 6px);
	font-weight: 500;
}

.Canvas .Settings p.Paragraph {
	line-height: 2em;
}

.Canvas .Settings .Tags {
	display: flex;
	gap: 0.67em;
	flex-wrap: wrap;
}

.Canvas .Settings .Tags span::before {
	content: "#";
}

.Canvas .Settings .Tags span.Caption::after {
    content: var(--caption-text);
    padding: 0.2em 0.5em;
    background: var(--caption-background);
    color: black;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: calc(var(--font-size) - 4px);
    bottom: 0.5px;
    position: relative;
    margin-left: 1em;
}

.Canvas .Settings .Tags span {
	color: black;
	text-transform: lowercase;
	background-color: #ffd1c7;
	background-color: #ffcafc;
	background-color: rgba(255,255,255,0.175);
	color: white;
    border-radius: 25px;
    padding: 12.5px 45px;
	cursor: pointer;
	transition: color .2s linear, background-color .2s linear;
}

.Canvas .Settings .Tags span.background {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100px;
	width: 200px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 30%, rgba(255, 255, 255, 0.27) 100%), var(--background-image);
	display: flex;
	align-items: end;
	padding-bottom: 1.25em;
	filter: brightness(1) contrast(1) saturate(30%);
	transition: filter 0.2s linear, box-shadow 0.2s linear;
	box-shadow: inset 0 0 0 0px #fff;
}

.Canvas .Settings .Tags span.background:hover {
	filter: brightness(1.2) contrast(1.05);
	color: white !important;
	box-shadow: inset 0 0 13px 2px #fff;
}

.Canvas .Settings .Tags span:hover {
	color: black;
	background-color: white;
}

.Canvas .Settings .Tags .Tag {
	user-select: none;
    top: 1px;
    position: relative;
    display: flex;
}

.Canvas .Settings .Tags .Tag input[type="radio"] {
	display: none;
}

.Canvas .Settings .Tags .Tag input[type="radio"]:hover {
	background-color: #f0f0f0;
}

input[type="radio"]:checked + .tag-label {
	color: black;
	background-color: white;
}

input[type="radio"]:checked ~ .background.tag-label {
	color: white;
	filter: brightness(1.2) contrast(1.05) saturate(150%);
	box-shadow: inset 0 0 13px 2px #fff;
}

.Canvas .Settings .Buttons {
	position: sticky;
    bottom: 0;
	display: flex;
	gap: 0.67em;
	padding-top: 2em;
	padding-bottom: 1em;
	background: rgba(0,0,0,0.75);
}

@supports ((-webkit-backdrop-filter: saturate(380%) blur(35px) brightness(0.5)) or (backdrop-filter: saturate(380%) blur(35px) brightness(0.5))) {
	.Canvas .Settings .Buttons {
		background: transparent;
		-webkit-backdrop-filter: saturate(380%) blur(35px) brightness(0.5);
		backdrop-filter: saturate(380%) blur(35px) brightness(0.5);
	}
}

.Canvas .Settings .Buttons button {
    padding: 1em 5em;
    border-width: 0;
    outline: 0;
    border: 0;
    height: 66px;
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    font-size: var(--font-size);
    border-radius: 15px;
	color: white;
	transition: filter 0.2s ease-in-out;
	cursor: pointer;
}

.Canvas .Settings .Buttons button:not(:disabled):hover,
.Canvas .Settings .Buttons2 button:not(:disabled):hover {
	filter: hue-rotate(-50deg);
}

.Canvas .Settings .Buttons2 {
	gap: 0.67em;
    display: flex;
    flex-wrap: wrap;
}

.Canvas .Settings .Buttons2 button {
	padding: 1em 3.5em;
    border-width: 0;
    outline: 0;
    border: 0;
    height: 66px;
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    font-size: var(--font-size);
    border-radius: 15px;
	color: white;
	transition: filter 0.2s ease-in-out;
	cursor: pointer;
}

.Canvas .Settings .Buttons2 button:not(:first-child) {
	transition: opacity 0.2s linear;
}

.Canvas .Settings .Buttons2 button:not(:first-child):hover {
	opacity: 0.75;
}

.Canvas .Settings .File {
    width: 100%;
    height: 280px;
    background: #1d1d1d;
    border-radius: 10px;
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--font-size) + 6px);
    padding: 3em;
    cursor: pointer;
	outline: none;
	transition: filter 0.2s linear;
	max-width: 100%;
}

.Canvas .Settings .File:hover {
	filter: brightness(1.25);
}

.Canvas .Settings .File.Transparent {
	background-color: rgba(0, 0, 0, 0.5);
	background-image:
		linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.3) 75%),
		linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.3) 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.Canvas .Settings .Blog_Path {
	font-size: var(--font-size) !important;
    font-weight: 400 !important;
	line-height: 1.5em;
	margin: 1em 0 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-stroke: 0.1px black;
	opacity: 0.5;
}

.Canvas .Settings .Blog_Headline {
	font-family: 'Rubik';
	font-size: calc(var(--font-size) + 24px) !important;
	font-weight: 500 !important;
	line-height: 1.5em;
	margin: 0.5em 0 0 0;
	padding-right: 1em;
}

.Canvas .Settings .Blog_Date {
	font-size: calc(var(--font-size) + 2px);
	font-weight: 400;
	opacity: 0.5;
	font-variant: all-petite-caps;
}

.Canvas .Settings .Divider {
	 width: 100%;
	 height: 1px;
	 background: #3c3c3c;
	 z-index: 2; 
}

.Canvas .Settings .Blog_Description {
	line-height: 1.8em;
	font-size: calc(var(--font-size) + 2px);
	padding-right: 1em;
}

.Canvas .Settings .Blog_Cta {
	color: coral;
	font-weight: 500;
	display: block;
	margin-top: 2em;
}

.Canvas .Settings .Blog_List {
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
}

.Blog {
	line-height: 2em;
	font-size: var(--font-size);
}

.Blog h1,
.Blog h2,
.Blog h3,
.Blog strong,
.Blog b {
	font-weight: 500;
}

.Blog h1,
.Blog h2,
.Blog h3 {
	line-height: 2em;
}

.Blog strong,
.Blog b,
.Blog i {
	text-align: justify;
}

.Blog .Splitter {
	display: flex;
    text-align: justify;
	gap: 5em;
}

.Blog .Splitter .Content {
	width: 60%;
}

.Blog .Splitter .Exhibition {
	width: 40%;
}

.Blog .InitialLetter::first-letter {
	-webkit-initial-letter: 2.2;
	initial-letter: 2.2;
	margin-right: 1em;
} 

.Wireframe .Holder {
	height: calc(100vh - 85px - 7em);
    width: 100%;
    max-width: calc(1700px + 4em);
    padding: 0 0 0em 0;
}

.Wireframe .Holder .Chat {
	width: 100%;
	height: 100%;
	display: flex;
}

.Wireframe .Holder .Chat .Dialogs {
	max-width: 35%;
    width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 2em;
}

.Wireframe .Holder .Chat .Dialogs .Title {
	font-size: calc(var(--font-size) + 14px);
	font-weight: 500;
}

.Wireframe .Holder .Chat .Dialogs .Button {
	outline: 0;
	border: 3px solid #3a3a3a;
	background: transparent;
	color: #818181;
	opacity: 0.8;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	border-radius: 15px;
	font-family: 'Rubik';
	font-weight: 500;
	text-align: inherit;
	padding: 1em;
	font-size: calc(var(--font-size) + 2px);
	transition: opacity 0.2s linear;
	cursor: pointer;
}

.Wireframe .Holder .Chat .Dialogs .Button:focus {
	border: 3px solid #0071e3;
	color: #0071e3 !important;
}

.Wireframe .Holder .Chat .Dialogs .Button:hover {
	opacity: 1;
}

.Wireframe .Holder .Chat .Dialogs .Facebook {
	display: flex;
	flex-direction: column;
	gap: 1em;
	overflow-y: scroll;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact {
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 1em;
	border-radius: 10px;
	cursor: pointer;
	background: transparent;
	transition: background 0.2s linear;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact:hover {
	background: #2a2a2a;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Avatar {
	border-radius: 100%;
    height: 60px;
    width: 60px;
	flex-shrink: 0;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Details {
	display: flex;
	flex-direction: column;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	gap: 0.35em;
	flex-grow: 1;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Details .Name {
	font-weight: 500;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Details .Description {
	font-size: calc(var(--font-size) - 4px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.7;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Activity {
	text-wrap: nowrap;
	flex-shrink: 0;
}

.Wireframe .Holder .Chat .Dialogs .Facebook .Contact .Activity:before {
	content: '\2022\0020';
}

.Wireframe .Holder .Chat .Dialogs .Footer {
	display: flex;
	align-items: flex-end;
	margin-block-start: auto;
}

.Wireframe .Holder .Chat .Dialogs .Footer .Button {
	color: #6e6e6e;
	border-radius: 10px;
	font-size: 16px;
	padding: 0.85em;
	width: 100%;
}

.Wireframe .Holder .Chat .Window {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 2em 2em 0;
}

.Wireframe .Holder .Chat .Window .Contact {
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 1em 0px;
}

.Wireframe .Holder .Chat .Window .Contact .Avatar {
	border-radius: 100%;
	height: 60px;
	width: 60px;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.Wireframe .Holder .Chat .Window .Contact .Details {
	display: flex;
	flex-direction: column;
	gap: 0.2em;
}

.Wireframe .Holder .Chat .Window .Contact .Name {
	font-weight: 500;
}

.Wireframe .Holder .Chat .Window .Contact .Status {
	font-size: calc(var(--font-size) - 4px);
	font-weight: 500;
	color: #8303ff;
	filter: invert(1);
}

.Wireframe .Holder .Chat .Window .Contact .Status:before {
	content: '\2022\0020';
}

.Wireframe .Holder .Chat .Window .Contact .Actions {
	width: 100%;
	height: 100%;
	flex-shrink: 10000;
	display: flex;
	align-items: center;
	justify-content: right;
	cursor: pointer;
}

.Wireframe .Holder .Chat .Window .Contact .Actions .Button {
	position: absolute;
	background: white;
	color: black;
	padding: 1em 2em;
	margin-top: 6em;
	right: -0.75em;
	z-index: 3;
	border-radius: 15px;
	font-size: calc(var(--font-size) - 4px);
	outline: 0;
	font-family: 'Rubik';
	display: flex;
	align-items: center;
	gap: 0.67em;
	cursor: pointer;
}

.Wireframe .Holder .Chat .Window .Contact .Actions .Button:hover {
	background: #efefef
}

#Contact_Menu {
	fill: white;
	display: none;
}

#GoBackButton_Menu {
	display: none;
}

.Wireframe .Holder .Chat .Window .Divider {
	width: 100%;
	height: 1px;
	background: #3c3c3c;
	z-index: 2;
}

.Wireframe .Holder .Chat .Window .Dialogue {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow-y: scroll;
	gap: 1em;
	z-index: 1;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea {
	height: 100%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em;
	justify-content: center;
    background: #060606;
    border-radius: 15px;
	overflow-x: scroll;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div {
	display: flex;
	justify-content: center;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div {
	font-weight: 500;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label {
	user-select: none;
    position: relative;
    display: flex;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div select {
	border-radius: clamp(calc(2.5px*1.25),0.26vw,5px);
    padding-left: clamp(calc(5px*1.25),0.52vw,10px);
    padding-right: clamp(calc(5px*1.25),0.52vw,10px);
    outline: 0;
    cursor: pointer;
    border-color: rgb(140, 130, 115);
    background-color: #060606;
    color: rgb(253, 187, 80);
    outline-color: initial;
    font-size: var(--font-size);
    border: 0;
	font-family: 'Rubik';
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label {
	user-select: none;
	position: relative;
	display: flex;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div #CustomButton:after {
	content: 'VIP';
	padding: 0.2em 0.5em;
	background: #f14325;
	color: white;
	text-transform: uppercase;
	border-radius: 8px;
	font-size: calc(var(--font-size) - 4px);
	bottom: 0.5px;
	position: relative;
	margin-left: 0.33em;
	font-weight: 500;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label input {
	display: none;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span {
	height: auto;
    border: 3px solid #3a3a3a;
    background: transparent;
    padding: 1em 2em;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 0.67em;
    color: #3a3a3a;
    font-family: 'Rubik';
    font-size: var(--font-size);
	font-weight: 500;
	transition: color 0.2s linear, border 0.2s linear;
	cursor: pointer;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span#CustomButton {
	border: 3px solid #3a3a3a !important;
    background: transparent !important;
	color: #3a3a3a !important;
	cursor: not-allowed;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span#CustomButton:hover svg {
	fill: #3a3a3a !important;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span svg {
	fill: #3a3a3a;
	transition: fill 0.2s linear;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span:hover,
.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label input:checked ~ span {
	color: white;
	border: 3px solid white;
}

.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label span:hover svg,
.Wireframe .Holder .Chat .Window .Dialogue .CustomArea div label input:checked ~ span svg {
	fill: white;
}

.Wireframe .Holder .Chat .Window .Frame {
	max-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 1.25em 0 0 0;
}

.Wireframe .Holder .Chat .Window .Tip {
	padding: 1.5em;
	display: flex;
	align-items: center;
	opacity: 0.6;
}

.Wireframe .Holder .Chat .Window .Frame .Box {
	display: flex;
}

.Wireframe .Holder .Chat .Window .Frame .Box .Message {
	display: flex;
    flex-direction: column;
	background: #4d4d4d;
	border-radius: 25px;
	padding: 0.75em 1.5em;
	max-width: 50%;
    line-height: 1.6em;
}

.Box a {
	color: #d6511c
}

.Wireframe .Holder .Chat .Window .Frame .iBox {
	display: flex;
	justify-content: end;
}

.Wireframe .Holder .Chat .Window .Frame .iBox .iMessage {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	background: #007aec;
	border-radius: 25px;
	padding: 0.75em 1.5em;
	max-width: 50%;
    line-height: 1.6em;
}

.Wireframe .Holder .Chat .Window .Frame .System {
	font-weight: 500;
    line-height: 2em;
    text-align: center;
    width: 100%;
    padding: 0 4em;
    margin: 1em 0;
}

.Wireframe .Holder .Chat .Window .Frame .Status {
	display: flex;
	color: black;
	--xicon-image: url(https://pornify.cc/img/writing.gif);
	--xicon-size: 17px;
	--xicon-width: 16px;
	--xicon-top: 0px;
	filter: invert(1);
	--xicon-margin-right: 0.67em;
	gap: 0.3em;
}

.Wireframe .Holder .Chat .Window .Footer {
	display: flex;
	align-items: center;
	justify-content: end;
}

.Wireframe .Holder .Chat .Window .Footer .Textbox {
	width: 100%;
	padding: 1em 5.5em 1em 1.5em;
	height: 64px;
	border: 0;
	outline: 0;
	border-radius: 15px 0 0 15px;
	letter-spacing: 0.05em;
	background: #2a2a2a;
	font-family: 'Rubik';
	font-weight: 400;
	color: white;
	font-size: calc(var(--font-size) - 2px);
	letter-spacing: 0.05em;
	border: 2px solid transparent;
}

.Wireframe .Holder .Chat .Window .Footer .Textbox:focus {
	border: 2px solid #0071e3;
}

.Wireframe .Holder .Chat .Window .Footer .Textbox_Button {
	/* position: absolute; */
    padding: 1.3em 1.5em;
    border: 0;
    outline: 0;
    border-radius: 0 15px 15px 0;
    color: white;
    background: #404040;
    margin-right: 1px;
	height: 64px;
    width: 64px;
}

#SeeAllAICharacters {
	padding: 1em 2em;
	border: 3px solid #6f6f6f;
	border-radius: 15px;
	font-family: 'Rubik';
	font-size: var(--font-size);
	font-weight: 500;
	color: #6f6f6f;
	transition: color 0.2s linear, border 0.2s linear;
}

#SeeAllAICharacters:hover {
	color: white;
	border: 3px solid white;
}

.Infograph {
	display: flex;
	flex-direction: column;
	margin: 1em 0 2em;
	gap: 0.67em;
}

.Infograph span:first-of-type {
	font-size: calc(var(--font-size) + 10px);
	font-weight: 500;
	--xicon-size: 24px;
	--xicon-width: 24px;
	--xicon-height: 24px;
	--xicon-top: 3px;
	--xicon-margin-right: 0.5em;
}

#xDownload:before {
	content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 19px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-image: url(https://pornify.cc/img/download.svg);
    top: 1px;
}

.Canvas .Render {
	width: 100%;
	height: auto;
	flex-basis: 50%;
	display: flex;
    padding-left: 2em;
    justify-content: end;
}

.Canvas .Render .Holder {
    position: sticky;
    top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    height: calc(768px + 1em);
    z-index: 2;
}

.Canvas .Render .Holder .Placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.115);
    display: inline-block;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: background 0.2s linear;
    text-align: center;
    z-index: 3;
}

.Canvas .Render .Holder .Placeholder span {
    height: 100%;
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size);
    letter-spacing: 0.059em;
    color: #6a6a6a;
    padding: 1em;
}

.Canvas .Render .Holder .Placeholder.Darken {
	background: rgba(0,0,0,0.75);
}

.Canvas .Render .Holder .Placeholder.Transparent,
.Canvas .Render .Holder .Placeholder.Darken.Transparent {
	background: rgba(0,0,0,0);
	cursor: pointer;
	top: 0;
}

.Canvas .Render .Holder .Placeholder.Transparent:hover,
.Canvas .Render .Holder .Placeholder.Darken.Transparent:hover {
	background: rgba(0,0,0,0.2);
}

.Canvas .Render .Holder .Placeholder span.Output {
	color: hotpink;
	-webkit-text-stroke: 0.25px hotpink;
}

.Canvas .Render .Holder .Placeholder span.Darken {
	color: white;
	mix-blend-mode: exclusion;
}

.Canvas .Render .Holder .Placeholder span.Darken::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 25px;
	height: 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-image: url(https://pornify.cc/img/loading2.gif);
	margin-left: 0.67em;
	top: 0px;
	mix-blend-mode: color-dodge;
	filter: invert(1);
}

.Canvas .Render .Holder .Placeholder span.Darken::before {
    content: var(--darken-content);
    height: 0.9em;
    width: 62%;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.25);
    background-image: linear-gradient(to right, rgba(255,255,255,0.25) var(--progress, 0%), transparent var(--progress, 0%));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background 1s;
    margin: auto;
    top: 0;
    bottom: -5em;
    border-radius: 15px;
}

.Canvas .Render .Holder .Placeholder div {
	width: 100%;
	height: auto;
	display: grid;
	bottom: 0;
	margin: auto;
	position: absolute;
	justify-content: flex-end;
	gap: 0.67em;
	padding: 0 1.15em calc(0.67em - 2px) 1.5em;
}

.Canvas .Render .Holder .Placeholder div button {
	border-width: 0;
    outline: 0;
    border: 0;
	background: rgba(0,0,0,0.7);
    padding: 1.6em;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    backdrop-filter: saturate(200%) blur(5px);
	-webkit-backdrop-filter: saturate(200%) blur(5px);
	transition: background 0.2s linear;
	background-image: var(--xicon-src);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.75em;
}

.Canvas .Render .Holder .Placeholder div button:hover {
	background: rgba(0,0,0,0.55);
	background-image: var(--xicon-src);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.75em;
}

.Canvas .Render .Holder img {
	border-radius: 10px;
	filter: saturate(1.25) hue-rotate(-5deg) contrast(1.05);
	max-height: 766px;
	max-width: 100%;
	object-fit: contain;
}

.Canvas .Render .Holder .Pricing {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.Canvas .Render .Holder .Pricing span:first-child {
	display: flex;
	justify-content: space-between;
	font-size: calc(var(--font-size) + 28px);
    font-weight: 500;
	color: white;
}

.Canvas .Render .Holder .Pricing span:first-child s {
	color: #808080;
}

.Canvas .Render .Holder .Pricing span {
	font-size: calc(var(--font-size) - 4px);
	color: #808080;
	line-height: 32px;
}

#xPatreon::before {
	content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 17px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/patron.svg);
    margin-right: 0.67em;
    top: 3px;
}

.Canvas .Render .Holder .Pricing button {
	font-size: calc(var(--font-size) - 4px);
	padding: 1em 4em;
    border-width: 0;
    outline: 0;
    border: 0;
    height: 66px;
    font-family: 'Rubik', Helvetica, Arial;
    font-size: var(--font-size);
    border-radius: 15px;
	color: white;
	transition: filter 0.2s ease-in-out;
	cursor: pointer;
}

.Canvas .Render .Holder .Pricing button:hover {
	filter: hue-rotate(-25deg);
}

.Render .Price {
	height: 0 !important;
    padding-top: 3em !important;
    max-width: 420px !important;
}

.ContextMenu {
	margin-top: 1em;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.ContextMenu button.Live {
	padding: 0.75em 2em;
    border-width: 0;
    outline: 0;
    border: 0;
    font-size: calc(var(--font-size) - 4px);
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    background-color: #ff4b4b;
    border-radius: 10px;
    color: white;
    -webkit-text-stroke: 0.2px white;
	box-shadow: inset 0px 0px 0px 2px #ff4b4b;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	transition: background-color 0.2s linear, color 0.2s linear, -webkit-text-stroke 0.2s linear;
	cursor: pointer;
}

.ContextMenu button.Live:hover {
	background-color: transparent;
	color: #ff4b4b;
	-webkit-text-stroke: 0.4px #ff4b4b;
}

.ContextMenu button.Live.Clicked {
	background-color: transparent;
	color: #ff4b4b;
	-webkit-text-stroke: 0.4px #ff4b4b;
}

.ContextMenu button.Live.Clicked:hover {
	background-color: #ff4b4b;
	color: white;
    -webkit-text-stroke: 0.2px white;
}

.ContextMenu button.Category {
	padding: 0.75em 2em;
    border-width: 0;
    outline: 0;
    border: 0;
    font-size: calc(var(--font-size) - 4px);
    font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    background-color: transparent;
	box-shadow: inset 0px 0px 0px 2px white;
    border-radius: 10px;
    color: white;
    -webkit-text-stroke: 0.2px white;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	transition: background-color 0.2s linear, color 0.2s linear, -webkit-text-stroke 0.2s linear;
	cursor: pointer;
}

.ContextMenu button.Category:hover {
	background-color: white;
	color: black;
	-webkit-text-stroke: 0.4px black;
}

.ContextMenu button.Category.Clicked {
	background-color: white;
	color: black;
	-webkit-text-stroke: 0.4px black;
}

.ContextMenu button.Category.Clicked:hover {
	background-color: transparent;
	color: white;
	-webkit-text-stroke: 0.2px white;
}

.ContextMenu button.Live #Pulse {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.Pagination {
	font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
    font-size: calc(var(--font-size) + 4px);
	font-weight: bold;
    display: flex;
	justify-content: center;
    left: 0;
    right: 0;
	margin: 20px 0;
    margin-top: 2em;
	max-width: none;
	align-items: center;
	gap: 5px;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.Pagination a:hover {
	color: #ffb0b0;
}

.Pagination .pagination-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	height: 40px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	transition: background-color 0.3s, color 0.3s;
	padding: 0 10px;
	min-width: 40px;
	margin: 0.5em 0;
}

.Pagination .pagination-link.icon svg {
	width: 16px;
	height: 16px;
	fill: #000;
	transition: fill 0.3s;
}

.Pagination .pagination-link:hover {
	background-color: #ff6666;
	color: #fff;
	border-color: #ff6666;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.Pagination .pagination-link.icon:hover svg {
	fill: #333;
}

.Pagination .pagination-link.active {
	background-color: #ff6666;
	color: #fff;
	border-color: #ff6666;
}

.Pagination .pagination-link.ellipsis {
	cursor: default;
	background-color: transparent;
	border: none;
	color: #999;
}

/* Dynamically adjust button width if there are more pages */
.Pagination .pagination-link.dynamic-width {
	min-width: auto;
	width: auto;
}

.HubHolder {
	display: flex;
	gap: 0.67em;
	justify-content: center;
}

.HubGrid {
	display: flex;
	gap: 0.67em;
	margin-top: 1em;
	flex-wrap: wrap;
    justify-content: center;
}

.HubGrid.HubGrid_Images {
	max-width: calc((272px * 4) + (0.67em * 3) + 1px);
}

.HubGrid.HubGrid_Similar_Images {
	max-width: calc((272px * 6) + (0.67em * 3) + 1px);
}

.HubGrid.HubGrid_Videos {
	max-width: calc((272px * 2) + (0.67em * 1));
}

#HubGrid_Videos_Headline {
	max-height: 28.56px;
    overflow: hidden;
}

.HubGrid .Item {
	background: white;
	height: clamp(0px, 18.85vw, 362px);
    width: clamp(0px, 14.16vw, 272px);
	border-radius: 10px;
}

.Avatar_Images .Item {
	height: clamp(0px, 30.85vw, 432px);
    width: clamp(0px, 24.16vw, 326px);
}

.HubGrid .Item .LoverTab {
	height: clamp(0px, 18.85vw, 362px);
	width: clamp(0px, 14.16vw, 272px);
	border-radius: 10px;
	position: absolute;
	display: flex;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	z-index: 1;
	flex-direction: column;
	padding: 1.5em;
	align-items: baseline;
	text-align: left;
	justify-content: space-between;
	color: white !important;
}

.HubGrid .Item.Video:before {
	pointer-events: none;
	content: '';
	height: clamp(0px, 18.85vw, 362px);
    width: clamp(0px, 14.16vw, 272px);
	border: 1px solid #ff7f507d;
    border-radius: 10px;
    position: absolute;
    display: flex;
    z-index: 1;
    color: white;
    justify-content: center;
    align-items: center;
	opacity: 0.75;
	background: rgba(0,0,0,0.45);
    background-size: 56px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url(https://pornify.cc/img/play.svg);
	transition: opacity 0.2s linear;
}

.HubGrid .Item.Video.isActive::before {
    opacity: 0;
}

.HubGrid .Item.Filtered:after {
	content: 'Filtered';
    font-size: calc(var(--font-size) + 2px);
    letter-spacing: 0.035em;
    align-items: center;
    justify-content: center;
	z-index: 2;
    font-family: 'Rubik', Helvetica, Arial;
    color: white !important;
    position: absolute;
    height: 362px;
    width: 272px;
    margin: -362px auto;
    backdrop-filter: saturate(150%) blur(30px);
	-webkit-backdrop-filter: saturate(150%) blur(30px);
    border-radius: 10px;
    display: flex;
    -webkit-text-stroke: 0.05px white;
    text-transform: uppercase;
}

.HubGrid .Item img, .HubGrid .Item video {
	width: 100%;
	height: 100%;
    border-radius: 10px;
	object-fit: cover;
}

.HubGrid .Item img {
	filter: saturate(1.25) hue-rotate(-5deg) contrast(1.05);
	transition: filter 0.2s linear;
}

.HubGrid .Item:hover img {
	filter: saturate(1.4) hue-rotate(-5deg) contrast(1.1) brightness(110%);
}

.Headline {
    margin: 1.5em 0;
    text-align: center;
    font-size: calc(var(--font-size) + 6px);
}

.Tools {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 3em;
}

.Tools .Item {
    max-height: 648px;
    max-width: clamp(420px,25.3125vw,486px);
	height: 82.75vh;
	width: clamp(calc(100vw - 4em), 30.299vw, 486px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8em 3em;
    border-radius: 10px;
	filter: saturate(1.25) hue-rotate(-5deg) contrast(1.05);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), var(--tool-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	cursor: pointer;
	transition: filter 0.2s linear;
	color: white !important;
	gap: 0.6em;
}

.Tools .Item:hover {
	filter: saturate(1.4) hue-rotate(-5deg) contrast(1.1) brightness(160%)
}

.Tools .Item span:first-of-type {
	font-size: calc(var(--font-size) + 6px);
	font-weight: 500;
	line-height: 1.75em;
}

#xIcon::before {
	content: "";
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: var(--xicon-image);
    margin-right: var(--xicon-margin-right);
    top: var(--xicon-top);
}

.xIcon::before {
	content: "";
    display: inline-block;
    position: relative;
    width: var(--xicon-width);
    height: var(--xicon-height);
    background-size: var(--xicon-size);
    background-repeat: no-repeat;
    background-image: var(--xicon-image);
    margin-right: var(--xicon-margin-right);
    top: var(--xicon-top);
}

.PopupWrapper {
	background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.PopupWrapper .Popup_Gradient {
	width: 100%;
    max-width: 550px;
    height: auto;
	background-color: white;
    background: url(https://pornify.cc/img/gradient_form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    border-radius: 25px;
    padding: 6em 3em;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 2.67em;
}

.PopupWrapper .Popup_Gradient .Title {
	font-size: calc(var(--font-size) + 10px);
	font-weight: 500;
}

.PopupWrapper .Popup_Gradient .Countdown {
	letter-spacing: 0.15em;
	font-family: 'DejaVuSans', 'Rubik', Helvetica, Arial;
	font-weight: 600;
}

.PopupWrapper .Popup_Gradient .Button {
	outline: 0;
    border: 0;
    background: black;
    color: white;
    padding: 1em;
    font-size: calc(var(--font-size) - 2px);
    border-radius: 10px;
    width: 100%;
    letter-spacing: 0.075em;
    cursor: pointer;
	transition: background 0.2s linear;
	font-family: 'Rubik', Helvetica, Arial;
	font-weight: 500;
}

.PopupWrapper .Popup_Gradient .Button:hover {
	background: #161616;
}

.PopupWrapper .Popup_Gradient img {
	width: 10em;
}

.PopupWrapper .Popup_Gradient .Field {
	outline: 0;
    border: 0;
    background: #ebebeb;
    width: 100%;
    padding: 1em;
    border-radius: 10px;
    font-size: calc(var(--font-size) - 2px);
    font-family: 'Rubik', Helvetica, Arial;
}

.Popup_Contrast {
	max-width: 392px;
    width: 100%;
	height: 410px;
    background-color: #f8f8f8;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 0 1em 0;
    border-radius: 25px;
    background: url(https://pornify.cc/img/contrast-form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding: 2em 7em 2em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    gap: 1em;
    line-height: 2em;	
}

.Popup_Contrast_Fix {
	margin: 0 0 5em 0;
}

.Popup_Contrast .Title {
	font-size: calc(var(--font-size) + 6px);
    font-weight: 500;
}

.Popup_Contrast .Button {
    padding: 0.8em;
    outline: 0;
    border: 0;
    max-width: 150px;
    background: black;
    border-radius: 10px;
    color: white;
    letter-spacing: 0.075em;
    font-size: calc(var(--font-size) - 2px);
    cursor: pointer;
	transition: background 0.2s linear;
	font-family: 'Rubik', Helvetica, Arial;
	font-weight: 500;
}

.Popup_Contrast .Button:hover {
	background: #161616;
}

.Banner_Huge {
	width: 100%;
    height: 362px;
    background: url(https://pornify.cc/img/banner_huge.jpg);
    background: linear-gradient(rgba(30, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://pornify.cc/img/banner_huge.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 2em 3em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    justify-content: center;
	filter: saturate(1.25) hue-rotate(5deg) brightness(1.11);
}

.Banner_Huge .Title {
    font-size: calc(var(--font-size) + 8px);
    font-weight: 500;
	text-align: left;
}

.Banner_Huge .PriceWrapper {
	display: flex;
    gap: 1em;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
	font-size: calc(var(--font-size) + 6px);
}

.Banner_Huge .FeaturesWrapper {
	display: flex;
    font-size: var(--font-size);
    font-weight: 500;
    gap: 1em;
    color: #808080;
}

.Banner_Huge .Button {
	padding: 1em 5em;
    border: 0;
    border-radius: 10px;
    font-family: 'Rubik', Helvetica, Arial;
    font-weight: 500;
    font-size: calc(var(--font-size) - 4px);
	background: white;
	transition: background 0.2s linear;
	cursor: pointer;
	color: black;
}

.Banner_Huge .Button:hover {
	background: #d0d0d0;
}

.Banner_Huge img {
	filter: invert(1);
	width: 6em;
}

#placeholder_message {
	text-align: center;
    color: white;
    font-weight: 600;
	display: flex !important;
	-webkit-backdrop-filter: blur(5px) contrast(1.2) brightness(0.75);
	backdrop-filter: blur(5px) contrast(1.2) brightness(0.75);
    border-radius: 10px;
}

.previewImage {
	display:none;
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
	max-height:768px;
}

.Slider {
	width: 100%;
    height: 1.5em;
	margin: 1.67em 0;
    background: #2d2d2d;
    outline: none;
	-webkit-appearance: none;
    border-radius: 25px;
}

.Slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.5em;
	height: 1.5em;
	background: #d66521;
	border-radius: 25px;
	cursor: pointer;
	transition: filter  0.2s linear;
}

.Slider::-webkit-slider-thumb:hover {
	filter: brightness(150%);
}

.Conveyor {
	width: calc(50% - 0.5em);
	border-radius: 10px;
	padding: 2em;
	display: flex;
	flex-direction: column;
	background: var(--conveyor-image);
	background-size: contain;
	background-position: center;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s linear;
}

.account-conveyors .Conveyor {
	width: 100%;  /* Changed from calc(50% - 0.5em) to 100% */
}

.Conveyor:hover {
	filter: brightness(1.25) saturate(1.2) contrast(0.85);
}

.Conveyor h2 {
	font-weight: 500;
	margin: 0.25em;
	font-size: calc(var(--font-size) + 3px);
}

.HamburgerMenu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000e8;
	z-index: 4;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: flex;
	flex-direction: column;
	gap: 0.7em;
	font-size: calc(var(--font-size) + 6px);
	padding: 1em;
	top: 0;
	padding-top: 4.25em;
}

/* Fix flag size in hamburger menu */
.HamburgerMenu .mobile-language-selector img {
	width: 18px !important;
	height: 12px !important;
	max-width: 18px !important;
	max-height: 12px !important;
	object-fit: contain !important;
	flex-shrink: 0 !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

.HamburgerMenu img[src*="/flags/"] {
	width: 18px !important;
	height: 12px !important;
	max-width: 18px !important;
	max-height: 12px !important;
	object-fit: contain;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
}

/* Override any inherited font-size issues for images in hamburger menu */
.HamburgerMenu a img {
	font-size: 0 !important;
	line-height: 0 !important;
}

.LanguageButton {
	height: 42px;
	max-width: 65px;
	border-radius: 5px;
	border: 1px solid #a4c4ff52;
	cursor: pointer;
	pointer-events: all;
	object-fit: cover;
}

.LanguageMenu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000f0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 5;
	top: 0;
	padding: 9.5em 2em;
	gap: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.LanguageMenu a {
	display: flex;
	align-items: center;
	gap: 0.33em;
}

.LanguageMenu a img {
	height: 12px;
	width: 18px;
	border-radius: 3px;
}

.SideProfile {
	width: 100%;
	display: none;
	justify-content: end;
	gap: 1em;
	display:none;
}

.VIP_Advertisement {
    display: flex;
    width: 100%;
    min-height: 400px;
    margin-top: 2em;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    flex-direction: column;
    align-items: baseline;
    padding: 3em 4em;
    gap: 1.5em;
    border-radius: 15px;
    cursor: pointer;
}

.VIP_Advertisement button {
	outline: 0;
	border: 0;
	padding: 1.5em 6em;
	border-radius: 15px;
	font-family: 'Rubik';
	font-size: calc(var(--font-size) - 2px);
	cursor: pointer;
	font-weight: 500;
	color: white;
	background: linear-gradient(180deg, #f96931, #b52626);
}

#HamburgerMenuButton {
	display: none;
}

#HamburgerMenuButtonDiv {
	display: none;
}

.no-scroll {
	overflow: hidden;
	height: 100%;
}

#bpps_text {
	content: "BestPremiumPornSites";
}

#ViewGenerateButton1 {
	display: none;
}

#ViewGenerateButton2 {
	display: block;
}

#renderplate_video {
	height: 100%;
	width: 576px;
}

.LowerNavbar {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 3;
	padding: 1.5em 2em;
	display: none;
	justify-content: space-around;
	background: #000000d6;
	backdrop-filter: blur(15px) saturate(2.5);
	-webkit-backdrop-filter: blur(15px) saturate(2.5);
	font-size: 10px;
}

code {
    background: #352c13;
    padding: 0.5em 1em;
    border-radius: 5px;
    margin: 0.5em;
}

/* Styling for disabled checkboxes and radio buttons */
#chatFilters .chat-filter:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Styling for disabled labels (span elements with .chat-filter-label) */
.disabled-label {
	color: #bbb;
	opacity: 0.5;
	cursor: not-allowed;
}

/* Apply "not-allowed" cursor only when the label is disabled */
#chatFilters .chat-filter-label.disabled-label {
	cursor: not-allowed;
}

/* To remove "not-allowed" cursor on hover for enabled tags, ensure hover states are unaffected */
#chatFilters .chat-filter-label {
	cursor: pointer;
}

#chatFilters .chat-filter-label:hover {
	opacity: 1;
}

/* Optional: Background color change for disabled inputs */
.disabled-input {
	background-color: #f0f0f0;
}

.visually-hidden {
	display: none;
}

.filter-main-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.filter-by {
	color: #fff;
	text-align: left;
	font-size: 17.859375px;
	font-family: "Rubik-Regular", sans-serif;
	letter-spacing: 1.8px;
	font-weight: 400;
	position: relative;
	width: 215px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.essentials-filter {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	overflow: visible;
}

.gender-filter-box {
	width: 357px;
	background: #1e1e1e;
	padding: 15px;
	box-sizing: border-box;
	color: #ffffff;
	height: 52px;
	border-radius: 10px;
}

.other-filter-box {
	width: 357px;
	background: #1e1e1e;
	padding: 15px;
	box-sizing: border-box;
	color: #ffffff;
	height: 52px;
	border-radius: 10px;
}

#gender-box, #other-filters-box {
	margin-right: 40px;
}

#gender-filter-container, #other-filters-container {
	display: none;
}

.other-filters {
	border-radius: 10px;
	max-width: 357px;
}

.filter-gender, .filter-age, .filter-age, .filter-location, .filter-fetishes {
	width: 357px;
	background: #393939;
	box-sizing: border-box;
	color: #ffffff;
}
.nested-label {
	font-size: 17.859375px;
	font-family: "Rubik-Regular", sans-serif;
	letter-spacing: 1.8px;
	font-weight: 400;
}

.filter-box {
	display: flex;
	flex-direction: row;
	gap: 55px;
	align-items: center;
	justify-content: flex-start;
}
.filter-header {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
}

.filter-location-container, .filter-fetishes-container {
	background: #393939;
}

.filter-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 20px;
}

.filter-name {
	border-top: 6px solid #1e1e1e;
	padding-left: 6px;
}

.age-radio {
	display: none;
}

.age-radio:checked + .nested-option {
	background: #000000;
}

.gender-radio {
	display: none;
}

.gender-radio:checked + .nested-option {
	background: #000000;
}

.nested-value {
	width: 357px;
	background: #393939;
	padding: 9.5px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: left;
	font-size: 17.859375px;
	font-family: "Rubik-Regular", sans-serif;
	letter-spacing: 1.8px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.nested-arrow {
	padding: 0 15px;
}

.nested-values {
	background: #393939;
	max-width: 357px;
	overflow: hidden;
}

.nested-fetishes-values, .nested-location-values {
	width: 350px;
	height: 224px;
	overflow: hidden;
}

.nested-fetishes-values .nested-value, .nested-location-values .nested-value {
	width: 357px;
}

.nested-fetishes-values::-webkit-scrollbar, .nested-location-values::-webkit-scrollbar {
	width: 5px;
}

.nested-fetishes-values::-webkit-scrollbar-thumb, .nested-location-values::-webkit-scrollbar-thumb {
	background: #ffffff;
	cursor: pointer;
}

.nested-fetishes-values::-webkit-scrollbar-thumb:hover, .nested-location-values::-webkit-scrollbar-thumb:hover {
	background: #ffffff;
}

.nested-location-values .nested-value, .nested-fetishes-values .nested-value {
	border-right: 18px solid #393939;
}

.nested-option {
	cursor: pointer;
	padding-left: 16px;
	align-items: center;
}

#nested-location-box, #nested-fetishes-box {
	overflow-y: auto;
}


@media (max-width: 768px) {
	.filter-main-container {
		flex-direction: column;
	}

	.other-filter-box {
		margin-top: 20px;
	}
}
@media (max-width: 320px) {
	.gender-filter-box, .other-filter-box, .filter-name, .filter-gender-container {
		width: 300px;
	}

	.filter-box {
		gap: 0;
	}

	.nested-arrow {
		padding: 0 70px;
	}
}
@media (min-width: 320px) and (max-width: 390px) {

	.gender-filter-box, .other-filter-box, .filter-name, .other-filters, .filter-gender-container  {
		width: 320px;
	}

	.nested-fetishes-values, .nested-location-values {
	  width: 315px;
	}

	.filter-box {
		gap: 15px;
	}
}

@media only screen and (max-width: 1320px) {
	:root {
		--font-size: 14px;
	}
	
	footer.Footer .Aligner {
		gap: 2em;
		flex-wrap: wrap;
	}
	
	footer.Footer .Aligner .Logo {
		width: 100%;
		justify-content: center;
	}
	
	footer.Footer .Aligner2 {
		flex-direction: column;
		gap: 2em;
		justify-content: center !important;
		text-align: center !important;
		margin-bottom: 5em;
	}
	
	footer.Footer .Holder {
		justify-content: center !important;
		gap: 2em;
		flex-wrap: wrap;
		text-align: center !important;
		align-items: center !important;
	}
	
	#FooterDesc {
		text-align: justify;
	}
	
	.Canvas {
		flex-wrap: wrap-reverse;
	}
	
	.Canvas .Settings, .Canvas .Render {
		flex-basis: auto;
		justify-content: center;
		padding-left: 0;
	}
	
	.Canvas .Settings .Buttons {
		flex-direction: row;
	}
	
	.Canvas .Render .Holder {
		position: relative;
		display: flex;
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	
	.Canvas .Render .Holder img {
		width: 100%;
		height: auto;
	}
	
	header {
		margin: 0;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background: #000000d6;
		z-index: 4;
		padding: 0.75em 2em;
		backdrop-filter: blur(15px) saturate(2.5);
		-webkit-backdrop-filter: blur(15px) saturate(2.5);
	}
	
	.Container {
		margin-top: 80px;
	}
	
	/* Adjust container margin when non-VIP logo is shown */
	body:not(.vip-user) .Container {
		margin-top: 96px;
	}
	
	header .Navbar {
		gap: 1.5em;
		padding: 1.5em 1em;
		height: auto;
		font-size: 12px;
		display: none;
	}
	
	header .Navbar .VIP {
		--xicon-top: 6px;
		top: -4px;
	}
	
	.Overlay {
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.Overlay div {
		height: auto;
		width: 100%;
	}
	
	.Overlay div img {
		height: auto;
		width: 100%;
	}
	
	.Render .Price {
		height: auto !important;
		max-width: 100% !important;
	}
	
	.Canvas .Settings .Buttons button {
		height: 57px;
		width: 100%;
		padding: 0;
	}
	
	.Canvas .Settings .Buttons #back_button {
		display: none;
	}
	
	.Canvas .Settings .Buttons2 button {
		width: 100%;
	}
	
	.ContextMenu button.Category {
		padding: 0.75em 1em;
	}
	
	.Infograph {
		margin: 2em 0 2em;
	}
	
	.Popup_Contrast_Fix {
		margin: 0 0 6em 0;
	}
	
	.Banner_Huge {
		padding: 1.5em;
		align-items: center;
		height: auto;
	}
	
	.Banner_Huge .Title {
		text-align: center;
	}
	
	#bpps_text {
		content: "BPPS";
	}
	
	.Wireframe .Holder .Chat .Dialogs {
		padding: 2em 0;
		width: 100%;
		max-width: 100%;
	}
	
	.Wireframe .Holder .Chat {
		flex-direction: column;
	}
	
	.Wireframe .Holder .Chat .Window {
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background: black;
		padding: 2em;
	}
	
	.Wireframe .Holder .Chat .Window .Frame .Box .Message {
		max-width: 90%;
	}
	
	.Wireframe .Holder .Chat .Window .Frame .iBox .iMessage {
		max-width: 90%;
	}
	
	#Contact_Menu,
	#GoBackButton_Menu	{
		display: block;
	}

	div.Pornify_Logo	{
		margin: 0;
	}
	
	.Pornify_Logo a img,
	.Pornify_Logo a svg	{
		height: 64px;
	}
	
	/* Keep non-VIP logo bigger on mobile too */
	.Pornify_Logo a img[src*="brand.svg"]:not([src*="brandvip.svg"]) {
		height: 80px;
	}
	
	.Pornify_Logo .Caption {
		font-size: 12px;
	}
	
	.Tools .Item {
		max-height: 300px;
		max-width: clamp(340px,24.24vw,486px);
		padding: 2em;
		justify-content: center;
	}
	
	.Tools .Item span:first-of-type {
		line-height: 1.75em;
	}
	
	.Headline {
		font-size: calc( var(--font-size) + 4px);
	}
	
	.Blog strong,
	.Blog b,
	.Blog i {
		text-align: left;
	}
	
	.Blog .Splitter {
		flex-wrap: wrap;
		gap: 1em;
		text-align: left;
	}
	
	.Blog .rSplitter {
		flex-wrap: wrap-reverse;
	}
	
	.Blog .Splitter .Content {
		width: 100%;
	}

	.Blog .Splitter .Exhibition {
		width: 100%;
	}
	
	.FlexWrapper {
		flex-wrap: wrap;
	}
	
	.Canvas .Settings .Blog_List {
		justify-content: center;
	}
	
	header {
		gap: 1.25em;
	}
	
	header .Navbar #CompanyMenu #CompanyMenu_Popup {
		margin: auto;
		left: 0;
		right: 0;
	}
	
	header .Navbar #CompanyMenu .CompanyMenu_Popup_Gradient#CompanyMenu_Popup {
		background-image: linear-gradient(360deg, rgba(255,81,249,1), rgba(255,81,249,1), #ff4f4f);
		background-color: transparent;
		z-index: 8;
		margin-top: 0.95em;
	}
	
	.HubGrid .Item,
	.HubGrid .Item.Video:before,
	.HubGrid .Item .LoverTab {
		width: clamp(272px,22.26vw,32.26vw);
		height: clamp(362px,28.94vw,42.94vw);
	}
	
	.Canvas .Render.RenderMinimizer {
		display: none;
	}
	
	.Canvas .Settings .Tags span {
		padding: 12.5px 30px;
	}
	
	.Canvas .Settings .Tags span.background {
		width: auto;
		min-width: auto;
		padding: 3em;
	}
	
	.SideProfile {
		display: flex;
	}
	
	.LowerNavbar {
		display: flex;
	}
	
	.PopupWrapper {
		top: 0;
	}
	
	.LanguageButton {
		height: 18px;
		max-width: 32px;
	}
	
	/* Hide the header language button on mobile */
	#LanguageButton {
		display: none !important;
	}
	
	/* Show the mobile language selector in hamburger menu */
	.mobile-language-selector {
		display: flex !important;
		align-items: center;
	}
	
	/* Fix flag size in mobile language selector */
	.mobile-language-selector img {
		width: 18px !important;
		height: 12px !important;
		object-fit: contain;
		flex-shrink: 0;
	}
	
	/* Also fix flag size in hamburger menu specifically */
	.HamburgerMenu .mobile-language-selector img {
		width: 18px !important;
		height: 12px !important;
		max-width: 18px !important;
		max-height: 12px !important;
		object-fit: contain;
		flex-shrink: 0;
	}
	
	.AccountButton {
		max-width: 28px;
	}
	
	#HamburgerMenuButton {
		display: flex;
	}
	
	#HamburgerMenuButtonDiv {
		display: flex;
	}
	
	#ViewGenerateButton1 {
		display: block;
	}

	#ViewGenerateButton2 {
		display: none;
	}
	
	#renderplate_video {
		height: 400px;
		width: 100%;
	}
	
	#ChatWindowId, .Wireframe .Holder {
		height: 100% !important;
	}
	
	/* Fix flag size in mobile language selector */
	.mobile-language-selector img {
		width: 18px !important;
		height: 12px !important;
		max-width: 18px !important;
		max-height: 12px !important;
		object-fit: contain;
		flex-shrink: 0;
		display: inline-block;
		vertical-align: middle;
	}
	
}

@media only screen and (max-width: 1764px) {
	.HubGrid.HubGrid_Images {
		max-width: 100%;
		text-align: center;
	}
	
	.HubGrid.HubGrid_Videos {
		max-width: 100%;
		text-align: center;
		/* max-height: calc((362px * 2) + (0.67em * 1) + 30px + 2em); */
		/* overflow: hidden; */
	}
	
	#HubGrid_Videos_Headline {
		max-height: unset;
		overflow: unset;
	}
	
}

/* Temp */
/* Temp */
/* Temp */
@media only screen and (max-width: 1320px) and (min-width: 565px) {
	.displayerHub {
		display: none;
	}
	.HubHolder {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 842px) {
	.HubHolder {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 565px) {
	.HubGrid .Item,
	.HubGrid .Item .LoverTab {
		width: clamp(0px,45.14vw,272px);
		height: clamp(0px,59.07vw,362px);
	}
	.HubGrid .Item.Video,
	.HubGrid .Item.Video:before {
		width: clamp(0px,100vw,272px);
		height: clamp(0px,100vw,362px);
	}
	.Pagination .pagination-link {
		font-size: 12px;
		height: 36px;
		padding: 0 2px;
		min-width: 36px;
	}
	
	.HubGrid_Images > div,
	.HubGrid_Videos > div {
		width: calc(50% - .335em);
	}

	.HubGrid_Images .Item,
	.HubGrid_Videos .Item {
		width: 100%;
	}
}
/* Temp */
/* Temp */
/* Temp */

/* Hide header account button on very small mobile devices */
@media only screen and (max-width: 600px) {
	.header-account-button {
		display: none !important;
	}
}

/* FAQ Accordion Styles */
.faq-accordion {
    margin-top: 2em;
    margin-bottom: 2em;
}

.faq-title {
    text-align: center;
    margin-bottom: 1em;
    font-size: calc(var(--font-size) + 6px);
}

.faq-item {
    border-bottom: 1px solid #3c3c3c;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 1em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: var(--font-size);
    transition: background-color 0.2s linear;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover,
.faq-question.active {
    background-color: #1a1a1a;
}

.faq-question::after {
    content: '+';
    font-size: calc(var(--font-size) + 4px);
    color: #808080;
    transition: transform 0.2s linear;
}

.faq-question.active::after {
    content: '鈥�'; /* en dash */
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1em;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.faq-answer p {
    line-height: 1.8em;
    margin: 1em 0;
    color: #ccc;
}
/* END FAQ Accordion Styles */
