﻿.btnClass {
    background: #719f37;
    color: white;
    padding: 10px;
    border: none;
    width: 80%;
    border-radius: 8px;
    font-size: 19px;
    margin-top: 10px;
    cursor: pointer;
    margin-top: 25px;
    font-weight : 500;
    margin: 0 auto;
    display: block;
}
.btnClass:hover
{
 background: #5f8a29;
 color:#fff !important;
}
#nextButton {
    width: 250px;
    text-align: center;
    text-decoration: none;
}

#btnNext {
    text-align: center;
    color: #ccc;
    margin: 0 auto;
    margin-top: 0;
    display: block;
    margin-top: 20px;
}
.points-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #76b900;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    float:right;
}
.totalPoints01 {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}