@font-face {
	font-family: Roboto;
	font-display: swap;
	src: url("/img/src/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/img/src/fonts/Roboto/Roboto-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: Roboto;
	font-display: swap;
	src: url("/img/src/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/img/src/fonts/Roboto/Roboto-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: Roboto;
	font-display: swap;
	src: url("/img/src/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/img/src/fonts/Roboto/Roboto-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: Roboto;
	font-display: swap;
	src: url("/img/src/fonts/Roboto/Roboto-light.woff2") format("woff2"), url("/img/src/fonts/Roboto/Roboto-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
  }

  @font-face {
	font-family: icons;
	font-display: swap;
	src: url("/img/src/fonts/icons/icons.woff") format("woff2"), url("/img/src/fonts/icons/icons.woff") format("woff");
	font-weight: 400;
	font-style: normal;
  }

* {
	font-family: "Roboto", sans-serif;
}

.person-molecule {
	position: relative;
	overflow: hidden;
	overflow: visible;
	padding: 1rem .5rem 0 .5rem;
	margin: 0;
	cursor: pointer;
}

.person-molecule .author {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: -1rem;
	padding: 1.25rem 0.25rem 0.25rem;
	background-color: #f6dd34;
	font-size: .75rem;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 15%);
	transition: .3s box-shadow ease;
	z-index: 0;
}

.author-inner {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.15rem;
	align-items: center;
	justify-content: center;
	min-height: 30px;
}

.links-inner {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.options-wrapper {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.links-inner,
.options-wrapper {
  flex: 0 1 auto;
  min-width: 65px;
  width: 20%;
}



.company {
	font-weight: bold;
}

span.author-info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex: 1 1 auto;
	align-items: center;
	gap: 0.25rem;
}

.person-molecule .info {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.person-molecule .info>* {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-radius: 3rem/.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .3rem;
	font-size: .75rem;
	line-height: 1.1;
	-webkit-box-shadow: 0 2px 0 0 #fff;
	box-shadow: 0 2px 0 0 #fff;
	height: 2.5rem;
	z-index: 1;
	position: relative;
	vertical-align: middle;
}

.person-molecule .info .useful,
.person-molecule .info>div:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	text-align: left;
	padding-right: .3rem;
	background-color: #fff;
}

.person-molecule .info .useful {
	background-color: #ededed !important;
	padding-right: 2rem !important;
}

.person-molecule .info .searching,
.person-molecule .info>div:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	text-align: right;
	padding-left: .3rem;
	background-color: #fff;
}

.person-molecule .info .searching {
	background-color: #dedede !important;
	padding-left: 2rem !important;
}

.person-molecule small.r {
	left: auto;
	text-align: right;
	right: 11px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.person-molecule small.l {
	left: 11px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.person-molecule small.l,
.person-molecule small.r {
	width: 40%;
	height: 2.8rem;
	position: absolute;
	top: 0;
	border: none;
	font-size: .5rem;
	color: var(--color-5);
	font-weight: 400;
	line-height: 1.2;
	display: -webkit-flex;
	-webkit-align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.person-molecule:hover .author {
	box-shadow: none;
}

figure.item.person-molecule[data-uid=me] .guest-ban,
  figure.item.person-molecule[data-uid=me] .guest-kick {
	display: none;
}

figure.item.person-molecule img.options {
	right: 0.5rem;
	top: calc(50% - 1.35rem);
}

figure.item.person-molecule ul {
	position: absolute;
	bottom: 0;
	right: 0.5rem;
	display: none;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background-color: #fff;
	font-size: 1rem;
	border-radius: 10px;
	z-index: 1;
	box-shadow: 0px 0px 8px 0px rgb(34 60 80);
}

figure.item.person-molecule ul.active {
	display: flex;
}

figure.item.person-molecule ul li:not(:last-child) {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #000;
}

.person-molecule .author .empty {
	text-decoration: underline;
	font-weight: 700;
}

.person-molecule .avatar {
	margin: 0 auto;
	margin-bottom: -2rem;
	position: relative;
	display: block;
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
	background-position: center center;
	background-size: cover;
	z-index: 3;
	-webkit-box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, .15);
	background-position: top center;
}

.person-molecule.big-avatar .avatar {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
}

.person-molecule .upload-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.person-molecule .avatar .icon-camera {
	position: absolute;
	left: 0;
	width: 3rem;
	margin: .5rem;
	height: 3rem;
	opacity: .7;
}

.person-molecule .info .empty {
	opacity: .3;
}

.person-molecule span.hilight {
	position: absolute;
	right: 0.5rem;
	font-size: 10px;
}

.guest-chat {
	position: absolute;
	right: .75rem;
	bottom: .25rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 5px;
	padding: .1rem;
	border: none;
	background-color: transparent;
}
  
.guest-link {
	left: .8rem;
}

.guest-link {
	display: flex;
	flex: 1 1 5rem;
	align-items: center;
	gap: 0.25rem;
	overflow: hidden;
}

.guest-link span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.guest-link img {
	max-height: 1.5rem;
}

span.phrase {
	position: absolute;
	left: .5rem;
	font-size: .6rem;
	z-index: 1;
	color: #000;
	bottom: -12px;
}

span.hilight {
}

.avatar.unverify:after,
  .avatar.verify:after {
	content: " ";
	width: 1.5rem;
	height: 1.5rem;
	z-index: 9999;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 5px;
	left: 5px;
}

.avatar.verify:after {
	background-image: url(/img/verify.png);
}

.avatar.unverify:after {
	background-image: url(/img/unverify.png);
}

.avatar.unverify:after,
  .avatar.verify:after {
	top: -5px;
	left: -5px;
}

.avatar.unverify:after {
	visibility: hidden;
}

.pulse-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: 0 0;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.pulse-icon:after,
  .pulse:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 3px #ffc100;
	box-shadow: inset 0 0 0 3px #ffc100;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	-o-transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.pulse:before {
	-webkit-animation: pulse 2.7s infinite;
	animation: pulse 2.7s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.useful .pulse-icon {
	top: 0;
	left: 4em;
}

.searching .pulse-icon {
	top: 0;
	right: 4em;
}

.author .pulse-icon {
	top: 1em;
	left: calc(50% - 1.35em);
}