.page-sys {
	margin-top: 2rem;
}

.page-user #dle-content .alert-line {
	display: none !important;
}

.userpage_head {
	position: relative;
	overflow: hidden;
	border-radius: 1.125rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 2rem;
	border-bottom: 1px solid var(--line);
}

.userpage-main-info {
	text-align: center;
}

.userpage-status {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	border: 1px solid var(--line);
	line-height: 1rem;
	border-radius: 1rem;
}

.userpage-status * {
	color: inherit !important;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.userpage-main-circle {
	margin: 0 auto;
	margin-top: 2rem;
	width: 8.75rem;
	height: 8.75rem;
	border: 2px solid var(--rgbacolorbackground);
	border-radius: 50%;
	padding: 1rem;
	position: relative;
	z-index: 1;
}

.userpage_head .avatar.fit-cover {
	width: 100%;
	height: 100%;
	box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

.userpage_head .avatar.fit-cover img {
	background-color: #eaeaea;
}

.userpage-main-circle > svg {
	width: 640px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin-left: -320px;
	margin-top: -320px;
	opacity: 0.24;
	pointer-events: none;
}

.user_status {
	position: absolute;
	top: 50%;
	left: 100%;
	height: 26px;
	line-height: 26px;
	margin-top: -13px;
	margin-left: 2rem;
	white-space: nowrap;
}

.user_status::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.5rem;
	background-color: var(--rgbacolorbackground);
}

.userpage_head.online .user_status::before {
	background-color: var(--color_likes);
	opacity: 1;
}

.btn.user_edit {
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	border-width: 0;
	margin-right: 2rem;
	padding: 0.5rem;
	min-width: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
}

.btn.user_edit svg {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
}

.userpage-main-names {
	position: relative;
	z-index: 1;
	margin-top: 2rem;
}

.userpage-main-names .title {
	font-size: 1.5rem;
	line-height: 1.3;
}

.uh_info_btn {
	position: relative;
	text-align: center;
}

.uh_info_btn > .btn {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.userpage-addon {
	margin: -0.25rem;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.userpage-addon > li {
	width: 100%;
	padding: 0.25rem;
}

@media (max-width: 499px) {
	.userpage-addon > li:nth-child(3), .userpage-addon > li:nth-child(4) {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 500px) {
	.userpage-addon > li {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 640px) {
	.userpage-addon {
		margin: -0.5rem;
	}

	.userpage-addon > li {
		padding: 0.5rem;
	}
}

.userpage-addon .item {
	border-radius: 0.75rem;
	padding: 0.75rem;
	background-color: var(--spoiler);
}

.userpage-addon-foot {
	margin-top: 2rem;
	text-align: center;
}

.userinfo_status {
	font-size: 0.75rem;
}

.page-user #dle-content .alert {
	margin-top: 2rem;
}

#fullsearch {
	width: 100%;
	padding: 0.25rem;
}

@media (min-width: 640px) {
	#fullsearch {
		padding: 0.5rem;
	}
}

@media (min-width: 1040px) {
	#fullsearch {
		padding: 1rem;
	}
}

.search-box {
	padding: 1.5rem;
	border-radius: 1.125rem;
}

.search-box-field {
	position: relative;
}

.search-box-field #searchinput {
	height: 3.5rem;
	font-size: 1.125rem;
	border: 0 none;
	box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.15);
	padding: 1rem;
	padding-right: 4rem;
}

.search-box-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 3.5rem;
	height: 3.5rem;
	padding: 1rem;
	border: 0 none;
	background: none;
}

.search-box-btn svg {
	display: block;
	color: var(--colorsvg);
}

@media (min-width: 992px) {
	.search-box-btn svg {
		transition: color 0.2s ease;
	}

	.search-box-btn svg:hover {
		color: var(--colorsvg_hover);
	}
}

.search_result_num {
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 0.75rem;
	margin-bottom: -0.75rem;
	color: var(--putih) !important;
	opacity: 0.5;
}