body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	height: 100vh;
	width: 100vw;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #EEEEEEFF;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

nav {
	position: absolute;
	top: 0;
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 3.5rem;
	width: 100vw;
	z-index: 1000;
}

.toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55vw;
}

[class^='toolbar'] {
	display: flex;
	align-items: center;
	gap: 1rem;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.toolbar-start .logo .logo-wide {
	width: 10rem;
}

.toolbar-start .search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0 0 0 0.5rem;
	width: 12rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.toolbar-start .search a {
	color: gray;
}

.toolbar-start .search img {
	padding: 0.3rem;
	border-left: 0.15rem solid #aaaaaa;
	opacity: 0.7;
}

.toolbar-start .search img:hover {
	opacity: 1;
	background-color: #cddbdb;
	transition: all 0.3s ease-in-out;
}

.toolbar-middle {
	gap: 1.2rem;
}

.toolbar-middle .profile {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.toolbar-middle .profile img {
	height: 1.7rem;
	width: 1.7rem;
}

.toolbar-middle img.fb-bar {
	width: 3rem;
}

.toolbar-middle a {
	color: #fff;
}

.toolbar-end {
	justify-content: space-between;
	gap: 2rem;
}

.toolbar-end img {
	height: 1.7rem;
	width: 1.7rem;
}

header, main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.7rem;
	width: 55vw;
	padding-bottom: 2rem;
}

.cover-area {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 25rem;
}

.cover-area .cover-img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	overflow: hidden;
}

.cover-area .info-banner img {
	height: 1.1rem;
	width: 1.1rem;
}

.cover-area .info-banner {
	position: absolute;
	display: flex;
	right: 1.5rem;
	bottom: 3.5rem;
	align-items: center;
	justify-content: space-between;
	width: 74%;
}

.cover-area .info-banner .username {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

.cover-area .actions {
	display: flex;
	gap: 0.35rem;
}

.cover-area .navigation {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	background-color: #fff;
	width: 100%;
	height: 1.5rem;
}

.cover-area .navigation .nav-items {
	display: flex;
	align-items: flex-end;
}

.cover-area .navigation .profile-img {
	height: 9.5rem;
	width: 9.5rem;
	margin: 0 0.7rem 0 1.5rem;
	border: 0.4rem solid #fff;
}

.nav-item {
	color: #333;
	font-size: 0.93rem;
	border-right: 0.1rem solid #e1e1e1;
	padding: 0.4rem 1.5rem 0.4rem;
	margin: 0 0 0 0.3rem;
	border-bottom: 0.2rem solid transparent;
}

.nav-item:hover {
	color: #E22B59FF;
	border-bottom: 0.2rem solid #E22B59FF;
	transition: all 0.3s ease-in-out;
}

.nav-item.active {
	font-weight: 600;
	border-bottom: 0.2rem solid #E22B59FF;
}

.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.3rem #00000023;
}

.notification-wrapper {
	position: relative;
}

.notification-badge {
	position: absolute;
	top: -0.2rem;
	right: -0.4rem;
	background-color: #E22B59FF;
	color: #fff;
	font-size: 0.9rem;
	padding: 0 0.2rem;
	border-radius: 0.2rem;
}

.notification-badge.sex-rq {
	top: -0.5rem;
	right: -1.1rem;
}

.notification-badge.activities {
	top: -0.2rem;
	right: -1.1rem;
	padding: 0.1rem 0.2rem;
}

.content {
	display: flex;
	gap: 1rem;
	width: 100%;
}

aside {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	width: 43%;
}

.updates {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.updates .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.7rem;
	width: 100%;
}

.updates img {
	height: 2rem;
	width: 2rem;
}

.updates p {
	font-size: 0.8rem;
	margin: 0;
}

.friends {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.friends h3 {
	font-size: 0.9rem;
	margin: 0 0 0.3rem;
}

.friends .grid-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
}

.friends .grid-gallery-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.3rem;
	width: 31%;
}

.friends .grid-gallery-item img {
	width: 100%;
}

.friends .grid-gallery-item a {
	font-size: 0.65rem;
	color: #666;
}

.friends .grid-gallery-item a:hover {
	text-decoration: underline;
	color: #E22B59FF;
}

.friends .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem 0 0.3rem;
}

.timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	width: 57%;
}

.reg-container {
	position: absolute;
	top: 8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #E22B59FF;
	width: 100%;
	height: 45vh;
	padding: 0.5rem;
	color: #fff;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 4px 5px;
}

*[class^='question'] {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
	width: 90%;
}

*[class^='question'].active {
	display: flex;
}

*[class^='question'] p {
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin: 0;
}

*[class^='question'] select {
	border: 0.1rem solid #fff;
	border-radius: 0.3rem;
	font-size: 1.3rem;
	padding: 0.3rem 0.5rem;
	outline: none;
	cursor: pointer;
}

*[class^='question'] input:not(.accept-btn) {
	border: 0.1rem solid #fff;
	border-radius: 0.3rem;
	font-size: 1.3rem;
	padding: 0.3rem 0.5rem;
	outline: none;
	text-align: center;
}

.select-age {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 1.3rem;
	width: 100%;
}

.progress-animation {
	width: 100%;
	margin: 2em 0;
	font-family: sans-serif;
}

.progress-animation.hide {
	display: none;
}

.progress-bar-bg {
	width: 100%;
	height: 0.7rem;
	background: transparent;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

.progress-bar-fill {
	height: 100%;
	width: 0;
	background: #fff;
	transition: width 0.2s ease;
}

.progress-text {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.progress-dynamic-text {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem;
}

.progress-dynamic-text.active {
	display: flex;
}

.dynamic-content {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.dynamic-content.show {
	display: flex;
}

.select-wrapper,
.inputs-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
}

select {
	min-width: 20%;
}

input {
	width: 65%;
}

*[class^='question'] .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	padding: 1rem 0;
}

.btn-steps,
.accept-btn {
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	background-color: transparent;
	color: #fff;
	width: 40%;
	padding: 0.7rem 1.2rem;
	border: 0.15rem solid #FFF;
	cursor: pointer;
}

.btn-steps:hover,
.btn-steps.woman,
.accept-btn:hover {
	background-color: #fff;
	color: #E22B59FF;
}

.btn-steps.woman:hover {
	background-color: #E22B59FF;
	color: #fff;
}

.btn-steps.man {
	background-color: #63B2ECFF;
}

.btn-steps.man:hover {
	background-color: transparent;
	color: #fff;
}

.skip-to-end {
	cursor: pointer;
}

*[class^='question'] .progress-bar {
	position: absolute;
	bottom: 1.5rem;
	width: 90%;
	height: 0.75rem;
	border: 0.15rem solid #fff;
	border-radius: 1rem;
}

*[class^='question'] .progress-bar .completed {
	background-color: #fff;
	height: 100%;
	width: 10%;
	border-radius: 0.5rem 0 0 0.5rem;
	animation: fadeIn 1s infinite forwards;
}

*[class^='question'] form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0.5rem;
}

.activity {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.activity .poster-info {
	display: flex;
	align-items: flex-start;
	width: 100%;
	gap: 0.7rem;
	padding-bottom: 0.5rem;
}

.activity .poster-info img {
	height: 2.8rem;
	width: 2.8rem;
}

.activity .poster-info .details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.activity .poster-info .details a.username {
	font-size: 0.95rem;
	color: #0A7BC3;
}

.activity a.small {
	font-size: 0.7rem;
	color: #777;
	padding: 0.4rem 0;
}

.activity .text-post p {
	color: #333;
	margin: 0.2rem 0;
}

.activity .reactions {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	border-top: 0.1rem solid #d9d9d9;
}

.activity .reaction-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.5rem;
	width: 25%;
}

.activity .reactions a {
	font-size: 0.8rem;
	font-weight: 600;
	color: #666;
}

.activity .reactions a:hover {
	color: #E22B59FF;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background-color: #f6f7f9;
	color: #333;
	font-size: 0.9rem;
	line-height: 0.9rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 0.4rem;
}

.outline-pink {
	background-color: transparent;
	color: #E22B59FF;
	border: 0.11rem solid #E22B59FF;
}

.btn .icon-white {
	display: none;
}

.btn:hover {
	background-color: #E22B59FF;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.btn:hover .activities {
	background-color: #fff;
	color: #E22B59FF;
}

.btn:hover .icon-pink {
	display: none;
}

.btn:hover .icon-white {
	display: block;
}

.back-btn {
	background: transparent;
	color: #fff;
	border: none;
	cursor: pointer;
}

.back-btn:hover {
	text-decoration: underline;
}

.clickable {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.member-banner {
	position: fixed;
	right: -3rem;
	bottom: 2.5rem;
	background-color: rgba(58, 58, 58, 0.75);
	font-size: 0.9rem;
	font-weight: bold;
	padding: 0.7rem 4rem 0.7rem 0.9rem;
	border-radius: 0.4rem;
	transform: rotate(-8deg);
	z-index: 1000;
}

.member-banner:hover {
	background-color: #E22B59FF;
	color: #fff;
}

.member-banner a {
	color: #fff;
}

.member-banner:hover a {
	text-decoration: none;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	padding: 0.5rem;
	border-top: 0.1rem solid #d9d9d9;
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.footer a {
	color: #333;
	font-size: 0.8rem;
}

.footer a:hover {
	color: #E22B59FF;
}

.shake {
	animation: shake 0.7s;
}

@keyframes shake {
	0% { transform: translateX(0); }
	15% { transform: translateX(-20px); }
	30% { transform: translateX(20px); }
	45% { transform: translateX(-20px); }
	60% { transform: translateX(20px); }
	75% { transform: translateX(-20px); }
	100% { transform: translateX(0); }
}

.scale-up-down {
	animation: scaleUpDown 0.4s;
}

@keyframes scaleUpDown {
	0% { transform: scale(1); }
	50% { transform: scale(1.8); }
	100% { transform: scale(1); }
}

@media (orientation: portrait) {

	nav {
		width: 100%;
	}

	.toolbar {
		width: 80vw;
	}

	.logo {
		height: 2rem;
		width: 2rem;
	}

	.logo-wide,
	.toolbar-start .search,
	.toolbar-middle .profile,
	.toolbar-middle .bf-far,
	.cover-area .actions,
	aside
	{
		display: none;
	}

	.logo-mobile {
		display: flex;
		height: 100%;
		width: 100%;
	}

	header, main {
		width: 90vw;
		justify-content: center;
		align-items: center;
	}

	.cover-area .navigation .profile-img {
		height: 5rem;
		width: 5rem;
		margin: 0 0.5rem 0 1rem;
		border: 0.25rem solid #fff;
	}

	.cover-area .info-banner {
		justify-content: center;
	}

	.nav-item {
		padding: 0.3rem;
		font-size: 0.8rem;
	}

	aside {
		display: none;
	}

	.timeline {
		width: 100%;
	}

	.activity .img-post img {
		width: 100%;
	}

	.footer {
		width: 80vw;
	}
}
