/* profilo */

.pageorganic:hover,
.pagebrand:hover,
.pagearticle:hover,
.pageblog:hover,
.pagetube:hover {
	background: rgba(25, 22, 31, 0.91);
	color: white;
}

.pageorganic,
.pagebrand,
.pagearticle,
.pageblog,
.pagetube {
	position: relative;
	display: table-cell;
	border-radius: 20px;
	padding: 5px 17px 5px 45px;
	font-size: 13px;
	margin: auto;
	border: var(--border-card);
	box-shadow: var(--box-shadow-menu);
	overflow: hidden;
}

.more.description {
	line-height: 22px;
	margin-top: 12px;
}

.profiled .head {
	position: relative;
	display: block;
}

.profiled .head img {
	position: absolute;
	display: flex;
	right: -2px;
	top: -3px;
	width: 50px;
	border-radius: 50%;
	box-shadow: var(--box-shadow-avatar);
}

.profiled .birh {
	padding: 21px 5px 3px 14px;
	display: flex;
	align-items: center;
	border-bottom: var(--border-input);
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 13px;
	color: var(--discountTextColor1);
}

.profiled .birh i {
	padding-right: 9px;
}

.pagebrand {
	background: rgb(159 177 206);
	color: white;
}

.profiled .birh span {
	padding-right: 8px;
}

.pageorganic i,
.pagebrand i,
.pagearticle i,
.pageblog i,
.pagetube i {
	margin-right: 4px;
	background: var(--bg-button);
	color: var(--text-color-white);
	padding: 12px 10px 12px 14px;
	position: absolute;
	top: -4px;
	left: -3px;
}

.pagearticle {
	background-color: rgb(56 151 85);
	color: white;
}

.pageblog {
	background-color: rgba(17, 127, 239, 1);
}

.pagetube {
	background-color: var(--bg-color-hover);
	color: var(--bg-button-light);
}

.menu-item.selected,
.menu-item[aria-current],
.menu-item[aria-selected=true] {
	font-weight: 600;
	cursor: default;
}

.wrapper-inner {
	margin: auto;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	position: relative;
	min-height: 640px;
}

.wrapper {
	position: relative;
	padding: 0 0em 0em 0em;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	height: 100%;
	width: 100%;
	display: initial;
	min-height: 100%;
	z-index: 0;
}

.profile-body {
	position: relative;
	min-height: 420px;
	max-height: 420px;
	z-index: 1;
	border-radius: 0 0 16px 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: var(--box-shadow-avatar);
	box-shadow: var(--box-shadow-avatar);
	-webkit-backdrop-filter: var(--filter-blur-6);
	backdrop-filter: var(--filter-blur-6);
}

.box-wrapper .ito-edit:hover::before {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
	cursor: pointer;
}

.edit-icon .ito-edit::before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 19px/1 'ito-icon-to5-essential';
	color: #ffffff;
}

.edit-profile {
	display: flex;
	position: absolute;
	margin-left: -22px;
	margin-top: -82px;
	-webkit-box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
	box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
	background-color: darkmagenta;
	-webkit-backdrop-filter: var(--filter-blur-15);
	backdrop-filter: var(--filter-blur-15);
	width: 19px;
	height: 19px;
	border-radius: 50%;
	padding: 5px 5px;
	z-index: 1;
}

.profile-avatar {
	position: relative;
	display: flex;
	z-index: 3;
	padding-left: 40px;
	margin-top: -28px;
	justify-content: flex-start;
	max-width: max-content;
}

.profile-avatar .avatar.square {
	border-radius: 26px;
}

.profile-avatar .avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	background-position: center;
	background-size: cover;
	border: 2px solid transparent;
	-webkit-box-shadow: var(--box-shadow-avatar);
	box-shadow: var(--box-shadow-avatar);
	-webkit-backdrop-filter: var(--filter-blur-15);
	backdrop-filter: var(--filter-blur-15);
}

.profile-avatar .name {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-shadow: 1px 1px 3px rgb(40 40 40);
	align-items: flex-start;
}

.name .profile-name {
	margin-left: 7px;
	margin-bottom: 4px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: "DM Sans", sans-serif;
	text-shadow: 1px 1px 3px rgb(40 40 40);
	border-radius: 12px;
	background: var(--background-shadow-alf-3);
	padding: 2px 15px;
	width: -webkit-fill-available;
}

.name .profile-occupation {
	margin-left: 11px;
	margin-right: 8px;
	margin-bottom: 18px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: Avenir Next;
	background: var(--background-shadow-alf-3);
	padding: 0px 13px;
	border-radius: 10px;
	width: auto;
}

.box-wrapper button {
	background-color: rgba(13, 13, 13, 1);
	color: white;
	padding: 10px 14px 10px 41px;
	font-size: 1.0em;
	text-align: center;
}

.box-wrapper .info-icon button {
	margin: 5px auto;
}

.box-wrapper .info-icon::before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'ito-icon-to5-essential';
	display: inline-table;
	position: absolute;
	color: #ffffff;
	margin-left: 7px;
	margin-top: 9px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(254, 254, 254, 0.32);
	padding: 5px 5px;
	z-index: 1;
}

.ext-box {
	padding: 1rem;
	border-radius: 33px 42px 20px 20px;
}

.more {
	padding: 8px 8px 8px 8px;
	word-break: break-word;
}

.wrapper-inner .description p {
	font-size: 15px;
	display: block;
	margin-block-start: 0.5em;
	margin-block-end: 0em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	line-height: 22px;
}

.wrapper-inner .description img {
	width: 120px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper-inner .description ul,
.wrapper-inner .description ol {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	line-height: 20px
}

.wrapper-inner .description ul li {
	list-style-type: disc;
	padding-left: 6px;
	margin-inline-start: 17px;
}

.wrapper-inner .description ol li {
	list-style-type: decimal;
	padding-left: 6px;
	margin-inline-start: 37px;
}

.wrapper-inner .content--inner.info {
	margin: 2.1rem auto;
	border: none;
	max-width: 640px;
	min-width: 320px;
	min-height: auto;
}

.wrapper-inner .content--inner.info {
	background-color: var(--background-card);
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
	box-shadow: var(--box-shadow-card);
}

.profiled {
	position: relative;
	display: block;
}

.item--content-article .article-number>i {
	font-size: 16px;
	margin: 3px 0.6rem;
	padding-right: 6px
}

.wrapper-inner.save {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-wrapper {
	position: relative;
	max-width: 680px;
	padding: inherit;
	z-index: 1;
	animation: fadeIn;
	/* margin: auto 1rem auto 1rem; */
	min-width: 340px;
	margin: auto;
}

.box {
	margin-top: 20px;
	-webkit-box-lines: multiple;
	-webkit-box-pack: justify;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	box-sizing: border-box;
	flex-basis: auto;
	flex-shrink: 0;
	transition: all .84s ease;
	padding-block-end: 0px;
	z-index: 1;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
	margin-bottom: 1rem;
}

.box .body {
	padding: 3rem;
}

.box .body.response {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 21px;
}

.box .body.response .header.icon i {
	position: absolute;
	top: 23px;
	margin-left: 52px;
	width: auto;
	height: auto;
	padding: 5px;
}

.box .body.response .header {
	font-size: xx-large;
	font-size: 23px;
	color: var(--base-blue);
	margin: 0;
}

.box .body.response .header i,
.box .body.response .header img.icon,
.box .body.response .header.icon img {
	font-size: 23px;
	width: 70px;
	color: var(--base-blue);
}

.box .body.response .header {
	font-size: xx-large;
	padding-bottom: 17px;
}

.box-fotter {
	width: 640px;
	position: relative;
	display: block;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 1px 13px;
	margin: auto;
}

.box .icon-profile {
	position: absolute;
	top: -25px;
	left: -26px;
	border-radius: 50%;
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
}

.box .icon-profile i {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 20px;
	top: 8px;
	left: 8px;
}

.box-wrapper .box-inner {
	position: relative;
	padding: 11px 13px;
	margin: auto;
}

.box-inner-info {
	position: relative;
	margin: auto;
	text-align: left;
}

.box .avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -92px;
	right: -63px;
	position: absolute;
	background-color: darkmagenta;
	background-position: center;
	background-size: cover;
	width: 152px;
	height: 152px;
}

.box .avatar img {
	width: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	margin-top: 0;
}

.header.ver h1,
.header.ver h2,
.header.ver h3,
.header.ver h4,
.header.ver h5,
.header.ver h6 {
	margin: 1rem;
}

h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

h5 {
	display: block;
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

.header.ver ul {
	margin: 1rem;
}

.name {
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin-bottom: 2px;
	text-align: left;
	padding: 5px;
	margin-top: 0rem;
}

.occupation {
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #d4d4d44d;
	word-break: break-word;
	font-weight: 100;
	padding-bottom: 1rem;
	padding-left: 7px;
}

.information {
	font-size: 16px;
	text-align: left;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.box-inner-info p,
.box-inner-info .description {
	font-size: inherit;
	font-weight: inherit;
	/* line-height: inherit; */
	/* position: relative; */
	padding: inherit;
	margin: 1rem;
	word-break: break-word;
}

.box-inner-info ul li {
	list-style-type: none;
	padding: inherit;
}


@media only screen and (max-width: 780px) {
	.box .bday {
		display: block !important;
	}

	._container {
		display: flex;
		max-width: 1600px;
		margin-bottom: 0px !important;
	}

	.menu-avatar {
		/* bottom: 81px; */
		display: block;
		position: relative;

	}

	.profile-img {
		width: 86px !important;
		height: 86px !important;
		object-fit: cover;
		-webkit-box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
		box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
		background-color: darkmagenta;
		-webkit-backdrop-filter: var(--filter-blur-15);
		backdrop-filter: var(--filter-blur-15);
		margin-top: 25px;
	}

	.profile-avatar .name .profile-occupation {
		position: relative;
		display: block;
		font-size: 17px;
		margin: auto;
		font-weight: 400;
		text-shadow: none;
		color: var(--text-light);
		background: transparent;
		text-align: center;
	}

	.profile-avatar .name {
		margin-top: 10px;
		margin-bottom: 22px;
		font-size: 20px;
	}

	.profile-avatar .name .profile-name {
		font-size: 20px;
		color: var(--text-color-light);
		text-shadow: 1px 1px 7px #ffffff;
		margin: 0;
		text-wrap: wrap;
		position: relative;
		display: block;
		background: transparent;
		text-align: center;
	}

	.profile-avatar .name {
		margin: auto;
		margin-top: 10px;
	}


	.profile-cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 4px;
	}

	.profile-body:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		background-image: url("/pic/standard/bg/1.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		filter: blur(50px);
		opacity: 0.4;
	}

	.scroll-horizontal-container {
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.scroll-horizontal-container::-webkit-scrollbar {
		display: none;
	}

	.profile-menu {
		-webkit-overflow-scrolling: touch;
		position: relative;
		padding-left: 209px;
		background: #151728;
		border-radius: 0 0 14px 14px;
		width: calc(100% - 4px);
		bottom: -19px;
		text-align: right;
	}

	.profile-menu-link {
		padding: 20px 16px;
		color: #5c5e6e;
		transition: 0.3s;
		cursor: pointer;
		border-bottom: 3px solid transparent;

		display: inline-block;
		list-style: none;
		margin-right: 10px;
		/* max-width: 200px; */
	}

	.profile-menu-link.active,
	.profile-menu-link:hover {
		color: #fff;
		background-color: #1b1d2e;
		border-bottom: 3px solid #1488fa;
	}

	.profile-avatar .avatar {
		width: 120px;
		height: 120px;
		margin: auto;
		/* margin-left: 0; */
	}

	.profile-avatar {
		width: inherit;
		margin: auto;
		margin-top: -47px;
		padding: initial;
		/* transform: translate(0, -30%); */
		display: flex;
		position: relative;
		flex-direction: column;
	}

	.edit-icon .ito-edit::before {
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font: normal 19px/1 'ito-icon-to5-essential';
		color: #ffffff;
	}

	.edit-profile {
		margin-left: 91px;
		margin-top: -103px;
	}


	.main_mb {
		padding: 0 2px 0px 2px !important;
	}

	.profile-foot {
		z-index: 1;
		bottom: 0;
		position: relative;
		width: 100%;
		max-width: 100%;
		height: inherit;
		margin-bottom: 2rem;
	}

	.profile-body {
		position: relative;
		margin-left: 6px;
		margin-right: 6px;
		-webkit-box-shadow: var(--box-shadow-avatar);
		box-shadow: var(--box-shadow-avatar);
		-webkit-backdrop-filter: var(--filter-blur-15);
		backdrop-filter: var(--filter-blur-15);
		min-height: 320px;
		max-height: 320px;
	}


	.profile-menu {
		padding-left: 0 !important;
		position: relative;
		display: -webkit-inline-box;
		background: #2b2b2bd1;
		border-radius: 0 0 15px 15px;
		text-align: right;
		top: 91px;
		left: 0px;
		width: calc(100% - 2px);
		padding-left: 6px;
		padding-right: 6px;
		background: rgb(39 44 74 / 94%);
	}

	.profile-menu-link {
		padding: 20px 16px;
		color: #5c5e6e;
		transition: 0.3s;
		cursor: pointer;
		border-bottom: 3px solid transparent;

		display: inline-block;
		list-style: none;
		margin-right: 0px;
		min-width: 120px;
		max-width: 200px;
		text-align: center;
	}

	.profile-menu-link.active,
	.profile-menu-link:hover {
		color: #fff;
		background-color: #1b1d2e;
		border-bottom: 3px solid #1488fa;
	}
}

.location {
	color: var(--text-color);
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 13px;
	padding: 0px 2px 14px 6px;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
	/* margin-inline-start: 10px; */
	/* padding-block-end: 10px; */
	/* padding-inline-start: 20px; */
	/* text-indent: -20px; */
}

.location [class*="ito-"] {
	padding-right: 5px;
}


.location .ito {
	color: #c6c6c6;
	margin-right: 4px;
}

/* lato social */

.box-social {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-x: auto;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	list-style: none;
	display: flex;
	margin: auto;
	white-space: nowrap;
	align-items: center;
}

.box-social>li a:hover {
	color: white;
	background-color: rgb(54, 54, 54);
}

.box-social>li {
	display: inline-flex;
}

.box-social>li {
	margin: 3px;
}

#result .link .box-social>li>a {
	font-size: 16px;
	display: inline-flex;
}

#result .link .box-social>li>a i {
	padding-right: 6px;
}

main #result .area .line ul.box-social>li>a:hover {
	background: #1b6fb9;
}

.box-social>li>i,
.box-social>li>a {
	display: flex;
	padding: initial;
	font-size: 14px;
	text-decoration: none;
	color: #494747;
	-webkit-transition: 0.42s;
	-moz-transition: 0.42s;
	-o-transition: 0.42s;
	-ms-transition: 0.42s;
	transition: 0.42s;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	margin: auto 2px;
	min-width: 49px;
}

.box-social>li>i,
.box-social>li>a {
	display: flex;
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 26px;
	text-decoration: none;
	color: var(--text-color-light);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}

.box-social>li>i:hover,
.box-social>li>a:hover .box-social>li>i:hover,
.box-social>li>a:hover {
	background: var(--background-color-alf-a-hover);
	color: var(--text-color);
}

.box-social>li>i:hover.ito-facebook,
.box-social>li>a:hover.ito-facebook {
	background: #3b5998;
}

.box-social>li>i:hover.ito-dribbble,
.box-social>li>a:hover.ito-dribbble {
	background: #c32361;
}

.box-social>li>i:hover.ito-twitter,
.box-social>li>a:hover.ito-twitter {
	background: #55acee;
}

.box-social>li>i:hover.ito-pinterest,
.box-social>li>a:hover.ito-pinterest {
	background: #cd2129;
}

.box-social>li>i:hover.ito-linkedin,
.box-social>li>a:hover.ito-linkedin {
	background: #1683bc;
}

.box-social>li>i:hover.ito-github,
.box-social>li>a:hover.ito-github {
	background: #2b2b2b;
}

.box-social>li:last-child>a {
	border-right: none;
}

/* fine lato social */
.sub-head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: fit-content;
}

.article-title i {
	padding-left: 0px;
	padding-right: 1px;
	font-size: 18px;
}

.article-title {
	font-size: 18px;
	color: #666;
	font-family: "Roboto", sans-serif;
	float: left;
	padding: 0px 6px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 63%;
}

.box-natale {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: normal;
	margin: 6px auto auto 9px;
	color: var(--text-color-light);
	border: var(--border-input);
	padding: 6px 10px 6px 12px;
	border-radius: 12px;
}

.box-follow {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: initial;
	margin: 6px auto auto 9px;
}

.article-number {
	font-size: 12px;
	margin: 2px;
	border-radius: 6px;
	position: relative;
}

.article-number a i,
.article-number span i {
	font-size: 16px;
	margin: 3px 0.6rem;
	padding-right: 6px;
}

.item--content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.item--content-article {
	min-width: 134px;
	margin: 1px 1px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item--content-article .article-number>i {
	font-size: 16px;
	margin: 3px 0.6rem;
	padding-right: 6px
}

.item--content-article .article-number>a {
	/* font-size: 16px; */
	/* margin: 1px 0.1rem; */
	padding: 1px 1px 0px 9px;
	text-decoration: none;
	color: var(--text-color-richer);
}

.article-number {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	gap: 2px 0px;
	grid-auto-flow: column dense;
	justify-content: center;
	align-content: center;
	justify-items: center;
	grid-template-areas:
		"article";
	background: var(--bg-gradient);
	color: var(--background-shadow-alf-0);
	padding: 6px 10px 6px 2px;
	align-items: center;
	font-size: 16px;
}

.article {
	grid-area: article;
	padding: 4px;
}

.box-follow i {
	padding-right: 4px;
}

.following-text,
.followers-text {
	font-size: 13px;
}

.following-title,
.followers-title {
	font-size: 18px;
	color: var(--text-color-light);
	padding: 5px 10px 5px 12px;
	position: relative;
	display: inline-flex;
	width: auto;
	flex-wrap: wrap;
	border: var(--border-input);
	border-radius: 12px;
	margin-right: 6px;
	align-items: center;
}

.followers-number {
	font-size: 14px;
	color: #4e496a;
	padding: initial;
	padding-left: 3px;
	font-weight: 500;
}

.following-number {
	font-size: 15px;
	color: #4e496a;
	margin-bottom: 5px;
}

.following-number:before {
	content: "\ee41";
}

.followers-list {
	list-style: none;
	padding: 17px 3px;
	overflow: hidden;
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
}

.followers-list>li {
	display: block;
	float: left;
	margin: 0 5px;
}

.followers-list>li a {
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	height: 45px;
	width: 45px;
	text-decoration: none;
}

.followers-list>li a img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 45px;
}

/*
.followers-list > li a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
*/
.followers-list>li.follow-list-item a {
	background: #4d4d4d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
}

.followers-list>li.follow-list-item a:hover {
	background: #c30eb8;
}

.followers-list>li.follow-list-item .fa-plus {
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
}

#result .social-list {
	flex-direction: row;
	width: 100%;
	justify-content: left;
	list-style: none;
	padding: 5px 0px;
	display: flex;
	margin: 0 auto;
}

.box .social-list {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	list-style: none;
	display: flex;
	margin: 6px auto;
	white-space: nowrap;
	align-items: center;
}

#result .social-list>li a:hover {
	color: white;
	background-color: rgb(54, 54, 54);
}

#result .social-list>li {
	display: inline-flex;
}

.box .social-list>li {
	margin: 10px;
}

#result .link .social-list>li>a {
	font-size: 16px;
	display: inline-flex;
}

#result .link .social-list>li>a i {
	padding-right: 6px;
}

main #result .area .line ul.social-list>li>a:hover {
	background: #1b6fb9;
}

#result .social-list>li>i,
#result .social-list>li>a {
	display: flex;
	padding: 9px 9px 6px 10px;
	font-size: 14px;
	text-decoration: none;
	color: #494747;
	-webkit-transition: 0.42s;
	-moz-transition: 0.42s;
	-o-transition: 0.42s;
	-ms-transition: 0.42s;
	transition: 0.42s;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	margin: auto 2px;
	min-width: 49px;
}

.box .social-list>li>i,
.box .social-list>li>a {
	display: flex;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	text-decoration: none;
	color: #cac8c8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}

#result .social-list>li>i:hover,
#result .social-list>li>a:hover .box .social-list>li>i:hover,
.box .social-list>li>a:hover {
	background: #374f5d;
	color: #fff;
}

.social-list>li>i:hover.ito-facebook,
.social-list>li>a:hover.ito-facebook {
	background: #3b5998;
}

.social-list>li>i:hover.ito-dribbble,
.social-list>li>a:hover.ito-dribbble {
	background: #c32361;
}

.social-list>li>i:hover.ito-twitter,
.social-list>li>a:hover.ito-twitter {
	background: #55acee;
}

.social-list>li>i:hover.ito-pinterest,
.social-list>li>a:hover.ito-pinterest {
	background: #cd2129;
}

.social-list>li>i:hover.ito-linkedin,
.social-list>li>a:hover.ito-linkedin {
	background: #1683bc;
}

.social-list>li>i:hover.ito-github,
.social-list>li>a:hover.ito-github {
	background: #2b2b2b;
}

.social-list>li:last-child>a {
	border-right: none;
}

.avatar:hover+.hover {
	opacity: 1;
	cursor: pointer;
}

.edit-icon i:hover {
	cursor: pointer;
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 880px) {
	.wrapper-inner .content--inner.info {
		margin: 2.1rem 16px;
		border: none;
		max-width: 100%;
		min-width: -webkit-fill-available;
		min-height: auto;
	}

	.item--content-article {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.item--content-article .article-number>i {
		font-size: 16px;
		margin: 3px 0.6rem;
		padding-right: 6px
	}

	.item--content-article .article-number>a {
		font-size: 16px;
		margin: 1px 0.1rem;
		padding-right: 6px
	}


	.box-wrapper .article-title {
		display: grid;

	}

	.box-fotter {
		width: 100%;
	}

	.box .avatar {
		left: 50%;
		transform: translate(-50%, -50%);
		top: 28px;
		width: 85px;
		height: 85px;
	}

	.box-wrapper {
		position: relative;
		max-width: 94%;
		padding: inherit;
		z-index: 1;
		animation: fadeIn;
		margin: inherit;
		min-width: 340px;
		/* margin: 1%; */
		left: 50%;
		transform: translate(-50%, 2%);
	}

	.box-fotter,
	.box {
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 740px) {

	.following-title,
	.followers-title {
		text-align: left;
		font-size: 15px;
		width: auto;
	}

	.box .social-list {
		justify-content: start;
	}

	.box .followers-list {
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		flex-direction: row;
		width: 100%;
		justify-content: start;
		white-space: nowrap;
	}

	.box .avatar {
		width: 130px;
		height: 130px;
	}

	.box-inner {
		margin: 19px auto;
	}

	.box-inner-info {
		margin-top: auto;
		width: 100%;
	}

	.information {
		/* flex-direction: column; */
		width: 100%;
		align-items: stretch;
	}
}

/*

.profile-card {
  background: #FF5722;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  margin-top: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  animation: init 1.5s 0.2s cubic-bezier(0.55, 0.055, 0.275, 0.19) forwards, materia 0.5s .9s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.profile-card header {
  width: 230px;
  height: 280px;
  padding: 50px 0px 10px 0px;
  display: inline-block;
  float: left;
  border-right: 2px dashed #EEEEEE;
  background: #FFFFFF;
  margin-top: 50px;
  opacity: 0;
  text-align: center;
  animation: moveIn 1s 1.5s ease forwards;
}

.profile-card header h1 {
  color: #fdbbaf;
}

.profile-card header a {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: -15px 20px;
}

.profile-card header a > img {
  max-width: 100%;
}

.profile-card header a:after {
  position: absolute;
  content: "$500";
  bottom: 3px;
  right: 3px;
  padding: 10px 5px;
  border: 4px solid #FFFFFF;
  transform: scale(0);
  background: linear-gradient(#FF5722 0%, #FF5722 50%, #FF5722 50%, #FF5722 100%);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  animation: scaleIn 1.3s 1.5s ease forwards;
}

.profile-card .profile-bio {
  width: 45%;
  height: 45%;
  display: inline-block;
  float: right;
  padding: 50px 20px 30px 20px;
  background: #FFFFFF;
  margin-top: 50px;
  text-align: center;
  opacity: 0;
  animation: moveIn 1s 1s ease forwards;
}

.list-unstyled {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.social-icons .fa {
  font-size: 1.8em;
  line-height: 0px;
  text-align: center;
  color: #fdbbaf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons .fa:hover,
.social-icons .fa:active {
  font-size: 3em;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

@keyframes init {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 36px;
    height: 36px;
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes materia {
  0% {
    background: #E0E0E0;
  }
  50% {
    border-radius: 4px;
  }
  100% {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 4px;
  }
}

@keyframes moveIn {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -20px;
  }
}

@media screen and (min-aspect-ratio: 4/3) {
  body {
    background-size: cover;
  }
  body:before {
    width: 0px;
  }
  @ -webkit-keyframes puff {
    0% {
      top: 100%;
      width: 0px;
      padding-bottom: 0px;
    }
    100% {
      top: 50%;
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @keyframes puff {
    0% {
      top: 100%;
      width: 0px;
      padding-bottom: 0px;
    }
    100% {
      top: 50%;
      width: 100%;
      padding-bottom: 100%;
    }
  }
}

@media screen and (max-width: 460px) {
  .profile-card header {
    width: auto;
    height: auto;
    padding: 45px 0 30px 0;
    display: block;
    float: none;
    border-right: none;
  }

  .profile-card header a > img {
    width: 150px;
  }

  .profile-card .profile-bio {
    width: auto;
    height: auto;
    padding: 0px 20px 30px 20px;
    display: block;
    float: none;
  }

  @keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      border-radius: 4px;
    }
    100% {
      width: 90%;
      height: 90%;
      background: #FFFFFF;
      border-radius: 4px;
    }
  }
}

@media screen and (max-width: 360px) {

  .profile-card header a > img {
    width: 100px;
  }

  .profile-card .profile-bio {
    width: auto;
    height: auto;
    padding: 0px 10px 10px 10px;
    display: block;
    float: none;
  }

  @keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      border-radius: 4px;
    }
    100% {
      width: 95%;
      height: 95%;
      background: #FFFFFF;
      border-radius: 4px;
    }
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ecf0f1;
}

header {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 2em;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

.container {
  width: 320px;
  margin: 3em auto 1em auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 1.5em;
  background-color: #dde1e2;
  -webkit-box-shadow: #bdc3c7 0 5px 5px;
  -moz-box-shadow: #bdc3c7 0 5px 5px;
  box-shadow: #bdc3c7 0 5px 5px;
}

.bg {
  border-bottom: 8px solid #5cc0ff;
}

.bio:hover > .desc {
  cursor: pointer;
  opacity: 1;
}

.avatarcontainer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  display: block;
}
.avatarcontainer:hover > .hover {
  opacity: 1;
}

.avatar {
  width: 100%;
  border: 8px solid #5cc0ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.avatar img {
  width: 65px;
  height: 65px;
}
.avatar:hover + .hover {
  opacity: 1;
  cursor: pointer;
}

.hover {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  top: 0;
  font-size: 1.8em;
  text-align: center;
  color: white;
  padding-top: 18%;
  opacity: 0;
  font-family: "FontAwesome";
  font-weight: 300;
  border: 8px solid #5cc0ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}


.data {
  margin-top: 0.6em;
  color: #81878b;
}
.data li {
  width: 32%;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
  font-family: "Lato";
  border-right: solid 1px #bdc3c7;
}
.data li:last-child {
  border: none;
}
.data li span {
  display: block;
  text-transform: uppercase;
  font-family: "Quicksand";
  font-size: 0.5em;
  margin-top: 0.6em;
  font-weight: 700;
}

.desc {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 171px;
  padding: 1.2em 1em 0 1em;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.desc h3 {
  font-family: "Lato";
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.desc p {
  font-size: 0.9em;
  font-family: "Quicksand";
  line-height: 1.5em;
}

.follow {
  margin: 1.5em auto 0 auto;
  background-color: #2589cc;
  width: 150px;
  color: white;
  font-family: "Lato";
  text-align: center;
  padding: 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.follow:hover {
  background-color: #167abd;
  cursor: pointer;
}
 */

.box .bday {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.box .bday sup {
	vertical-align: super;
	font-size: smaller;
	padding: 1px;
}

.box .bday .data {
	width: auto;
	border-radius: 22px;
	padding-bottom: 17px;
	padding-top: 14px;
	padding-right: 8px;
	margin-left: -55px;
	text-indent: 67px;
}

.box .bday .icon-profile {
	display: flex;
	justify-content: center;
	align-items: center;
	/* top: unset; */
	/* left: 7px; */
	width: 50px;
	height: 48px;
	border-radius: 50%;
	position: sticky;
	;
}

.box .bday .icon-profile i {
	padding: 4px;

	border-radius: 50%;
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
	border: 1px dotted;
	font-size: 28px;
	top: initial;
	left: initial;
}

body {
	background-color: #f1f1f2;
}

.proftab {
	width: 80%;
	margin: 60px auto;
}

#proftab-1 .tab-pane {
	padding: 15px;
	height: 80px;
	background-color: #fc0;
}

#proftab-1 .nav-tabs {
	position: relative;
	border: none !important;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
		0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

#proftab-1 .nav-tabs li {
	margin: 0px !important;
}

#proftab-1 .nav-tabs li a {
	position: relative;
	margin-right: 0px !important;
	padding: 20px 40px !important;
	font-size: 16px;
	border: none !important;
	color: #333;
}

#proftab-1 .nav-tabs a:hover {
	background-color: #fff !important;
	border: none;
}

#proftab-1 .slider {
	display: inline-block;
	width: 30px;
	height: 4px;
	border-radius: 3px;
	background-color: #39bcd3;
	position: absolute;
	z-index: 1200;
	bottom: 0;
	transition: all 0.4s linear;
}

#proftab-1 .nav-tabs .active {
	background-color: transparent !important;
	border: none !important;
	color: #39bcd3 !important;
}

.inwrapper {
	height: auto;
}

._container {
	min-height: auto;
	margin-bottom: 1rem;
}

._container {
	display: flex;
	max-width: 1300px;
	margin: 0 auto 99px auto;
	justify-content: center;
	align-items: center;
	width: -webkit-fill-available;
}

.profile-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	-webkit-box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
	box-shadow: 0 0 0 3px #c30eb8, 0 0 0 10px rgba(255, 255, 255, 0.56);
	background-color: darkmagenta;
	-webkit-backdrop-filter: var(--filter-blur-6);
	backdrop-filter: var(--filter-blur-6);
}

.box {
	border-radius: 16px;
}

.success.box {
	display: flex;

}

.main_mb {
	flex-grow: 1;
	display: block;
	padding: 0 20px 0 20px;
	max-width: -webkit-fill-available;
}

@media only screen and (min-width: 780px) {
	.profiled .head img {
		position: absolute;
		display: flex;
		right: -7px;
		top: -7px;
		width: 68px;
		height: inherit;
		border-radius: 50%;
		box-shadow: var(--box-shadow-avatar);
		padding: 2px;
	}

	.profile-foot {
		z-index: 1;
		position: sticky;
		max-width: 1150px;
		height: 2px;
	}

	.menu-avatar {
		bottom: 81px;
		display: block;
		position: relative;
		left: 2px;
	}
}

@media only screen and (min-width: 1380px) {
	._container {
		max-width: 1300px;
	}

	.profile-body {
		min-height: 451px;
		max-height: 460px;
	}
}