/*<div className="tile hover-div" style={{outlineColor: '#d6d6d4', outlineStyle:'solid', outlineWidth: 'thin'}}>			*/	
/*				<img className="hover-image" src={allocation.primaryImageUrl ? allocation.primaryImageUrl : ""} style={{, }}/> 
*/
.tile img {
	height: 90%; 
	width: 90%;
	object-fit: cover;
	filter: brightness(85%);
	cursor: pointer !important; 
	margin: 5%;
}

.tile {
	height: 10rem;
	position: relative;
	display: inline-flex;
}

.tile .details {
	width:100%; 
	position: absolute; 
	bottom: 0;
	height: 3.5rem;
	background-color: #fff;
	border-radius: 0rem 0rem .5rem .5rem !important;
	text-align: center;
}

.tile:hover,
.tile:hover .details {
  background-color: #e3e3e3 !important;
  cursor: pointer !important;
}

.tile:active,
.tile:active .details {
  background-color: #cccccc !important;
  cursor: pointer !important;
}

.tile:hover img {
  filter: brightness(50%) !important;
  cursor: pointer !important; 
}

.leaderboard .title {
	font-size: 3rem;
	color: #434573;
}

.leaderboard-viewall{
	font-family: OpenSansCondensed_Bold;
    font-size: 2.5rem;
    color: #2C7C69;
    text-align: right;
    text-decoration: underline;
}

.leaderboard-viewall-link{
	width: fit-content;
    margin-left: auto;
}

.profile-pic{
	height: 100%;
}

.leaderboard-place-cont{
	width: 10rem;
	background-color: #434573;
	margin: auto;
    height: 80%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.leaderboard-place-text{
	font-size: 3rem;
	text-align: center;
	color: white;
}

.leaderboard-profile-cont{
	height: 10rem;
    width: 10rem;
}

.leaderboard-details-cont{
	display: inline-flex;
	background-color: #434573;
	width: 50rem;
	margin: auto;
	height: 80%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.leaderboard-details-text{
	font-size: 2.4rem;
	color: white;
	text-align: center;
	width: 100%;
	display: inline-flex;
}

.leadderboard-details-name{
	text-wrap: nowrap;
    padding-left: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align: left;
}

.leadderboard-details-separator{
	width: -webkit-fill-available;
}

.leadderboard-details-amount{
	text-wrap: nowrap;
    padding-right: 2rem;
	color: #5EBF91;
}




