.rep_placeholder
{
	color:#bbb;
	position:absolute;
	left:30px;
	top:calc(50% - 15px);
	display:flex;
	justify-content:center;
	align-items:center;
	height:30px;
}
.rep_srh_pgs
{
	/* width:auto; */
}
/**********************************************************/
/*
/* #rep_mgmt
/*
/**********************************************************/
#rep_mgmt
{

}
/**********************************************************/
/*
/* #rep_account
/*
/**********************************************************/
#rep_account
{

}
#rep_tbl th:last-child
{
	padding: 4px 15px;
}
#rep_account_balance
{
	border: 1px solid #19732d;
	background-color: #f4f4f5;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: var(--color-darkgreen);
	padding: 3px 0px;
}