html, body {
    background-color: #e2e2e2;
    font-family: '', sans-serif;
    color: #000000}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #2A4622 !important;
}
.scheme-text-color: {
    color: #000000}
.scheme-primary-bg {
    background-color: #2A4622;
}
.scheme-secondary-bg {
    background-color: #B18B33;
}
.scheme-primary-color {
    color: #2A4622 !important;
}
.scheme-secondary-color {
    color: #B18B33;
}

.btn-primary {
    background-color: #2A4622;
    border-color: #2A4622;
}
button.scheme-primary-bg, a.scheme-primary-bg {
    border-color: #2A4622}
a.scheme-primary-bg:hover, button.scheme-primary-bg:hover, button.scheme-primary-bg:focus, button.scheme-primary-bg:active {
    background-color:  !important;
    border-color:  !important;
}
.points-log-container th {
    background-color: #2A4622 !important;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:focus,  .nav-tabs > li.active > a:hover {
    color: #fff;
    background: #B18B33;
    cursor: default;
    border: none;
}
.navbar-item > .btn-default {
    color: #2A4622;
    background-color: transparent;
    border-color: #2A4622;
    border-radius: 17px
}
.navbar-item > .col-xs-6 > .btn-default {
    color: #2A4622;
    background-color: transparent;
    border-color: #2A4622;
    border-radius: 17px
}
.slider{
    border-color: #2A4622 !important;
}
input:checked + .slider {
    background-color: #2A4622;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2A4622;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #B18B33;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #B18B33;
}

.leaderboard-container .nav-tabs > li.active::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 44%;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #B18B33 transparent;
    display: block;
    width: 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(177, 139, 51, 0.5);
    word-break: break-word;
}

.refer-friend-container .btn-default {
    background-color: transparent;
    border-color: #2A4622;
    margin-bottom: 15px;
}
.refer-friend-container .btn {
    color:#2A4622;
    border-color:#2A4622;

}
.refer-friend-container .btn-primary {
    color: #fff;
    background-color: #2A4622;
    border-color:#2A4622;
}

::-webkit-scrollbar {
    width: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

::-webkit-scrollbar-thumb {
    background: #2A4622;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

::-webkit-scrollbar-thumb:hover {
    background: #2A4622;
}
.points-log-container .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2A4622;
}

.btn-close {
color: #39a949;
border-color: #39a949;
border-radius: 15px;
}

.btn-close {
    color: #2A4622!important;
    border-color: #2A4622!important;
    border-radius: 15px !important;
}

.btn-close:active, .btn-close:hover, .btn-close:focus, .btn-close:active:hover {
    color: #2A4622 !important;
    background-color: transparent !important;
    border-color: #2A4622 !important;
    outline: 0 !important;
}

#activity-block .glyphicon-remove {
    color: #39a949 !important;
}
.go-back-mobile {
    color: #2A4622 !important;
}
.mobile-homepage-container .screens-list .contact-us-item {
    border:none;
    background-color: white;
}
.mobile-homepage-container .screens-list .contact-us-item span {
    color: #2A4622 !important;
}
.latest-news-block .custom-link {
    color: #B18B33 !important;
}
.my-account-text-color {
    color: #FFFFFF !important;
}
.social-title {
    color: #FFFFFF !important;
}