.webprofile .main
{
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: fit-content;
	margin-top: 30px;
}

.webprofile .main .button
{
	width: fit-content;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom: 4px solid #27273f;
	font-size: 16px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	cursor: pointer;
}

.webprofile .main .button.active
{
	border-bottom: 3px solid #9090e7;
}

.webprofile .subcontent
{
	display: flex;
	left: 146px;
	top: 10px;
}

.webprofile .subcontent i
{
	margin-left: 5.5px;
	margin-top: 4.5px;
}

.webprofile .subcontent .inblock
{
	background: #3a3a5f;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}

.webprofile .subcontent .inblock.plus
{
	position: absolute;
	right: 6px;
	cursor: pointer;
	transition: .3s;
}

.webprofile .subcontent .inblock.plus:hover
{
	background: #474770;
}

.webprofile .donate .inblock
{
	margin-left: auto;
	margin-right: auto;
	background: #3a3a5f;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}

.webprofile .donate .inblock i
{
	margin-top: 6px;
}