body.junior.bg {background-color: #e0a000;}
body.senior.bg {background-color: #e94d00;}
body.super.bg {background-color: #c4000a;}

.junior #top-nav {background-color: #e0a000;}
.senior #top-nav {background-color: #e94d00;}
.super #top-nav {background-color: #c4000a;}


.junior #home-buttons .action-button {background-color: #e0a000;}
.senior #home-buttons .action-button {background-color: #e94d00;}
.super #home-buttons .action-button {background-color: #c4000a;}

.junior #sidebar {background-color: #e0a000;}
.senior #sidebar {background-color: #e94d00;}
.super #sidebar {background-color: #c4000a;}

.junior .login_popup .inner:before {background-color: #e0a000;}
.senior .login_popup .inner:before {background-color: #e94d00;}
.super .login_popup .inner:before {background-color: #c4000a;}

.junior #table-ranking .nav li.active:first-child .nav-link {background-color: #e0a000;}
.senior #table-ranking .nav li.active:first-child .nav-link {background-color: #e94d00;}
.super #table-ranking .nav li.active:first-child .nav-link {background-color: #c4000a;}

.junior #table-ranking .nav li.active:nth-child(2) .nav-link {background-color: #e0a000;}
.senior #table-ranking .nav li.active:nth-child(2) .nav-link {background-color: #e94d00;}
.super #table-ranking .nav li.active:nth-child(2) .nav-link {background-color: #c4000a;}

.junior #table-ranking .nav li.active:last-child .nav-link {background-color: #e0a000;}
.senior #table-ranking .nav li.active:last-child .nav-link {background-color: #e94d00;}
.super #table-ranking .nav li.active:last-child .nav-link {background-color: #c4000a;}


.junior #table-ranking .table tr.active {color: #e0a000!important;}
.senior #table-ranking .table tr.active {color: #e94d00!important;}
.super #table-ranking .table tr.active {color: #c4000a!important;}

.junior #spinning-wheel .col-lg-12:nth-child(3) button {
    background-color: #c4000a;
    color: #fff;
}