#username_logged_in .dropdown-contents {
	display: flex;
	flex-direction: column;
}

#linked_accounts {
    padding: 5px 10px;
    border-top: none;
    font-weight: bold;
    background: var(--w) !important;
    border-radius: 10px;
}

#linked_accounts + .separator {
	display: none;
}

#linked_accounts + .separator + li {
	border-top: 1px dotted #DCDCDC;
}

#linked_accounts li {
	padding: 5px 0;
}

#linked_accounts a {
	padding: 0;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}

#linked_accounts li:first-child {
	margin-top: 0;
}

#linked_accounts img,
#linked_accounts .avatar {
height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

/*
 * Profile linked account list
 */
#profile_linked_accounts_list .avatar {
	max-height: 25px;
	width: auto;
}

#profile_linked_accounts_list th {
	text-align: left;
}

#profile_linked_accounts_list .avatar_col {
	width: 8%;
}