.appcontent .leaderboard .toplist table tr td .profile-pic-leaderboard{
	height:32px;
	width:32px;
}
.alert-wrapper{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.5);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.custom-alert{
	background: white;
	color:black;
	font-size: large;
	text-align: center;
	display: block;
	height: auto;
	padding:20px;
	width: auto;
	cursor: pointer;
}

.privacy-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 10000;
}

.privacy-loader {
  display: none;
}
.privacy-loader .content {
  width: 900px;
  background: #fff;
  margin: auto;
  height: 500px;
  text-align: left;
}
.privacy-loader .content h2 {
  text-align: left;
}
.privacy-loader.message {
  display: none;
}
.privacy-loader.message .alertmessage {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0.5s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
  -o-animation-duration: 2s;
  -o-animation-delay: 0.5s;
  animation-duration: 2s;
  animation-delay: 0.5s;
  position: relative;
  top: 40%;
  width: 600px;
  background: #fff;
  margin: auto;
  text-align: left;
}
.privacy-loader.message .alertmessage p {
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
.privacy-loader .popcontent {
  position: relative;
  top: 25%;
}
.privacy-loader .popcontent img {
  display: inline-block;
  z-index: 100000;
}

@media (max-width: 980px) {

  .privacy-loader .content {
    width: 95%;
    background: #fff;
    margin: auto;
    height: 500px;
    text-align: left;
  }

}
.benefits-task-padding{
padding:50px;
}
