.donate_page
{
	width: 40vh;
	height: fit-content;
	background: #27273f;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	border-radius: 4px;
	padding: 10px;
}

.donate_page .title
{
	font-size: 18px;
	padding-left: 10px;
	padding-right: 40px;
	padding-bottom: 2px;
	border-bottom: 1px solid #404064;
	color: #a2a2d1;
}

.donate_page input
{
	color: #fff;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid;
	border-bottom: 1px solid #404064;
	background: rgba(0,0,0,0);
}

.donate_page .subcontent
{
	display: flex;
	left: 146px;
	top: 10px;
}

.donate_page .subcontent i
{
	margin-left: 5.5px;
	margin-top: 4.5px;
}

.donate_page .subcontent .inblock
{
	background: #3a3a5f;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}

.donate_page .subcontent .button
{
	background: #5c5c94;
	border-radius: 4px;
	padding: 6px;
	width: 100%;
	cursor: pointer;
	transition: .2s;
}

.donate_page .subcontent .button:hover
{
	background: #7878b9;
}

#jsvalue
{
	display: none;
}