.help {
    padding: 10px;
    background: #aaa1;
    border: 2px solid #555;
}
.help::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: -17px;
    margin-left: -17px;
    background-color: #555;
}

.penalty {
    background-color: #dc3545;
}

.bonus {
    background-color: #6c757d;
}

.deposit {
    background-color: #ffc107;
}

.withdrawal {
    background-color: #28a745;
}

.referral {
    background-color: #17a2b8;
}

.earning {
    background-color: #007bff;
}

.pending {
    background-color: #ffc107;
}

.approved, .deposit-earning {
    background-color: #28a745;
}

.declined {
    background-color: #007bff;
}
.released, .deposit-release {
    background-color: #007bff;
}


/* Footer */
a.useful-link {
    padding: 5px 10px;
    border: 1px solid #888;
    border-radius: 50px;
    margin: 4px 2px;
    display: inline-block;
}

a.useful-link:hover {
    background-color: #aaa;
    color: #222;
}

hr.divider {
    border-color: #555;
    margin: 5px 0px;
}

/* Header */
.pulse {
    position: absolute;
    top: 50px;
    left: 50%;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    animation: da-pulse 1.5s ease-in-out 0s infinite;
}

@keyframes da-pulse {

    0%,
    100% {
        transform: scale(1.15);
    }

    48%,
    52% {
        transform: scale(1);
    }
}





.stat-bg {
    background: #2E8B57;
    border-radius: 6px;
    border: 8px solid #07295e69;
    text-align: center;
}

.stat-top {
    background: #d18c0d;
    background: -moz-linear-gradient(top, #1b468e 0%, #243974 100%);
    background: -webkit-linear-gradient(top, #1b468e 0%,#243974 100%);
    background: linear-gradient(to bottom, #1b468e 0%,#243974 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b468e', endColorstr='#243974',GradientType=0 );
    border-bottom: 1px solid #2F5694;
    padding: 15px 0px;
}


.stat-bg p {
	font-size:12px;
	text-transform:uppercase;
	padding-top:20px;
	font-weight:600;
}

.stat-bg p  span {
	display:block;
	color:#2E8B57;
}


.stats_info {

}


.stats_info figure {
    margin-right: 6px;
    margin-bottom: 10px;
}

.stats_info .change {
	background:#2E8B57;
	border-radius:4px;
	font-size:12px;
	color:white;
	padding:5px;
	text-align:center;
	font-weight:500;
	margin-top: 10px;
}

.stats_info .purpledown {
	background:#E74513;
}

.stats_info p {
	color:#7c786e;
	text-transform:uppercase;
	font-size:11px;
	padding-top:4px;
	    margin-bottom: 5px;
}

.stats_info p span {
	font-weight:600;
	font-size:18px;
	display:block;
}

.bannerright p {
    color: white;
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0px 30px;
}

.amount h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding-top: 20px;
}

.amount h2 span {
	display:block;
	font-size:24px;
	text-transform:none;
	font-weight:400;
}

.amount label, .profit p {
	color:#7785E8;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	    margin-bottom: 0px;
}


.statsbox {
	border: 1px solid #7a73af;
    padding: 20px;
    border-radius: 4px;
    text-align:left;
}

.statsbox h2 {
	color:#2E8B57;
	font-weight:600;
	font-size:18px;
}

.statwrap {
    border-top: 4px solid #2E8B57;
    border-radius: 6px;
    padding: 20px 20px;
    background: #151b59c7;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;

}

.statwrap p {
    color: #2E8B57;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
}

.statwrap p span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: none;
    color: white;

}

.statwrap figure {
	padding: 0px;
	margin-bottom:0px;
}
.statwrap h4 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 15px;
}

.statistics {
    background: #d18c0d;
    padding-top:10px;
}

.statistics h1 {
	color:#db760e;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
}

.statistics h1 span {
	color:#31ae8d;
	font-weight:700;
}


.last_container {
	background:#343c79;
	padding:30px 20px;
	border-radius:16px;
	margin-top:-110px;
	box-shadow: 0 0 15px #00000047;

}

.stat_cont {
    background: #d18c0d;
    border: 0px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.stat_cont .user {padding-left:15px; padding-bottom:5px;}

.stat_cont .user h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 12px;

}

.stat_cont .user h3 span {
    color: #434b8c;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.stat_cont .pay {
    padding: 10px 14px 5px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-align:center;
}

.stat_cont .pay img {
    max-width: 24px;
    border: 2px solid #f1b83c;
    margin-bottom: 5px;
    border-radius: 100%;
}



.stat_cont .pay figure, .stat_cont .pay p {margin:0px;}
 .stat_cont .pay p {
	font-size:12px;
	font-weight:700;
 }


.last_container h2 {
	color: white;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    padding-left: 10px;
    line-height:36px;
}

.last_container h2 span {
	font-weight:700; 
}
