body {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(20, 20, 20, 0.8) 100%
    ),
    url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 69px !important;
}

body#page-top {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(20, 20, 20, 0.8) 100%
    ),
    url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
}

.bg-light .text-muted
{
    color: #363537 !important;
}

.bg-light a {
    color: #56C42B;
    text-decoration: none;
}

.bg-light a:hover {
    color: #327319;
    transition: .3s;
}

h2, h3 {
    color: #327319;
}

hr.divider {
    background-color: #56C42B;
}

a {
  color: #327319;
}
a:hover {
    text-decoration: underline;
  color: darkgreen;
}

.contact-some-link h3 {
  color: #70FF39;
  text-decoration: none;
}
header.masthead,
#competitions {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(20, 20, 20, 0.8) 100%
    ),
    url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
}

.page-section {
    min-height: 60vh;
}

.lead {
  color: white;
}

@media (min-width: 768px) {
  .navbar-brand.abs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
}

.nav-link {
    font-size: 110%;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.btn-primary {
    color: #363537;
    background-color: #70FF39;
    border-color: #56C42B;
}

.btn-primary:hover {
    color: #363537;
    background-color: #56C42B;
    border-color: #327319;
}

.btn-primary:focus {
    color: #363537;
    background-color: #56C42B;
    border-color: #327319;
    box-shadow: 0 0 0 0.2rem rgba(87, 255, 57, 0.5);
}

.bg-primary {
    background-color: #56C42B !important;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #56C42B !important;
}

.text-primary {
    color: #70FF39 !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #BEB0A7
}

.navbar-dark .navbar-nav .nav-link {
    color: #BEB0A7;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #70FF39 !important;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #70FF39;
}

.navbar-dark {
  background-color: #363537;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 40px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: #363537;
  color: white;
}

.content-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  margin: 5px;
  padding: 10px 20px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.content-box:last-of-type {
  margin-bottom: 50px;
}

.ul-menu {
  text-align: right;
}

.ul-menu > .header {
  text-transform: uppercase;
  color: #56C42B;
}

.ul-menu > li > a {
  text-decoration: none;
}

.admin-box,
.pool-box,
.super-box, 
.data-box {
  min-height: 150px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}

a > .pool-box,
a:visited > .pool-box {
  color: #70FF39;
  text-decoration: none;
}

.ultra-label {
  font-size: 350%;
  margin: 25px;
  margin-bottom: 0px;
  color: #70FF39;
}


.feed-box > a > h3.headline {
  margin-top: 20px !important;
}

.pool-box-outer > .pool-box-new > .pool-box-new-info h3.headline,
.pool-box-outer > .pool-box-new > .pool-box-new-info h4.headline {
  margin-top: 0px;
  margin-bottom: 0px;
}

.admin-box > .headline,
.pool-box > .headline,
.pool-box-new .headline,
.super-box > .headline {
  font-weight: bold;
  color: #70FF39;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 120%;
  display: block;
}

.admin-box:hover > .headline,
.pool-box:hover > .headline,
.pool-box-new:hover .headline {
  color: #56C42B;
  transition: 0.3s;
}

.admin-box table a {
  text-decoration: none;
}

a.box-link .headline {
  text-decoration: none !important;
}

.box-link * {
  cursor: pointer;
  text-decoration: none;
}

.pool-box-new {
  height: auto;
  min-height: 130px;
  max-height: 180px;
  width: 100%;
  display: flex;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 5px 0;
}

.pool-box-new-overlay {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  height: inherit;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.pool-box-new:hover > .pool-box-new-overlay {
  background-color: rgba(0,0,0,0);
  transition: .3s;
}

.pool-box-new-info {
  background-color: rgba(0,0,0,.3);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Add this line */
}

.pool-box-new-logo {
  float: left !important;
  height: 50px;
  margin-top: 10px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
}

.pool-box-new .headline {
  text-align: right;
}

.pool-box-new h3.headline {
  margin-bottom: 0;
  font-size: 130%;
}

.pool-box-new h4.headline {
  font-size: 90%;
}

.content-box .headline {
  color: #363537;
  margin-bottom: 0;
}

.content-box a {
  text-decoration: none !important;
}

.content-box a .headline {
  color: #70FF39;
  transition: .2s;
}

.content-box .super-box .headline {
  color: #327319;
  margin-top: 30px;
}

.subheader {
  color: #70FF39;
  font-size: 90%;
  text-align: end;
}

.content-box a:hover .headline {
  color: #327319;
  transition: .2s;
}

.content-box .divider {
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-muted {
  color: #BEB0A7 !important;
}

.nav-link {
  margin-right: 5px;
}

.nav-link a {
  color: white;
}

.nav-link.btn-primary {
  color: white;
}

.overflow-hori-nav {
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}

.overflow-hori-nav > .nav {
  white-space: nowrap;
  display: inline-block;
}

.overflow-hori-nav > ul > .nav-item {
  display: inline-block;
  margin-bottom: 5px;
}

textarea.form-control {
  resize: none;
  min-height: 150px;
}

.owner-menu > li > .dropdown-item {
  color: #56C42B;
}

.owner-menu > li > .disabled {
  color: grey;
}

.owner-menu > li > .dropdown-item:hover {
  color: black;
  transition: 0.3s;
}

.scoreboard {
  padding-left: 0;
  list-style: none;
}

.scoreboard .scoreboard-row {
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(19, 30, 65, 0.2);
}

.scoreboard .placement {
  width: 20px;
  float: left;
}

.scoreboard .username {
  text-align: left;
  width: 100%;
}

.scoreboard .userscore {
  float: right;
}

.full-scoreboard {
  padding-left: 0;
  list-style: none;
}

.full-scoreboard > .scoreboard-row {
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(19, 30, 65, 0.2);
}

.full-scoreboard > .scoreboard-row > span {
  padding-left: 10px;
  padding-right: 10px;
}

.player-list {
  padding-left: 0;
  list-style: none;
}

.player-list > .player-row {
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(19, 30, 65, 0.2);
}

.match-list {
  border-bottom: 1px solid rgba(0,0,0,1);
  border-top: 1px solid rgba(0,0,0,1);
  padding-left: 0;
  list-style: none;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
}


.match-list > .match-row:last-of-type {
  border-bottom: none;
}

.match-list > .round-row {
  background: rgba(19, 30, 65, 0.5);
  color: #70FF39;
  font-size: large;
  margin-top: -4px;
}

.match-list > .match-row > div > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-point {
  cursor: pointer;
}

.team-box {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.team-box img {
  max-height: 50px;
}

.nation-header > img {
  max-height: 50px;
  margin-right: 10px;
}

.table-responsive-xl{
  overflow-y: scroll;
  width: 100%;
}

.logo-keep {
  width: 44px;
  padding-left: 2px;
  padding-right: 2px;
}

.bet-team-logo {
  text-align: center;
  max-width: 40px;
  max-height: 35px;
}

.home-team {
  text-align: right !important;
}

.away-team {
  text-align: left !important;
}

.pool-label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.pool-users-counter {
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: white;
}

/* Labels - old bootstrap */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.fa-secondary {
    color: #327319;
    transition: .3s;
}

.fa-secondary:hover {
    color: #70FF39;
}

.label-default {
  background-color: #777;
}

.label-primary {
  background-color: #70FF39;
}

.label-secondary {
  background-color: #6c757d;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.pool-header {
  min-height: 220px;
  height: auto;
  max-height: 50%;
  display: block;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 15px;
}

.pool-header > .pool-info {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.pool-header > .pool-info > .lead {
  text-transform: uppercase;
}

.pool-info > .pool-label {
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 5px;
}

.pool-info  .pool-box-new-logo {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  height: 65px;
}

.pool-info .pool-data-mobile {
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
  height: auto;
  min-height: 65px;
}

.chat-area {
  min-height: 350px;
}

.sender-info {
  font-weight: bold;
}

.round-toggler {
  text-decoration: none;
  font-weight: bold;
  margin-left: 5px;
  position: absolute;
  top: 2px;
  right: 20px;
}

.round-toggle-outer {
  position: relative;
}

.smart-match-row {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border: 1px solid #000;
  position: relative;
  display: block;
  overflow: hidden;
}
.smart-match-row > .row {
  overflow: hidden;
}

.smart-match-link {
  border-left: 1px solid #000;
  position: relative;
  display: inline-block;
  background-color: #bbb;
}

.smart-match-link-start {
  border-left: none;
  border-right: 1px solid #000;
  float: left;
  z-index: 2;
}

.smart-match-link a {
  text-decoration: none;
  color: white;
  padding: 3px 5px;
  margin: 0;
}

.smart-match-row-logo {
  position: relative;
  display: block;
}

.smart-match-row-logo > img {
  display: inline-block;
  opacity: 0.30;
  position: absolute;
  max-height: 185px;
  overflow: hidden;
  bottom: 0px;
  top: -40px;
}

.smart-row-home-team> .smart-match-row-logo > img {
  left: -60px;
}

.smart-row-away-team> .smart-match-row-logo > img {
  right: -60px;
  top: -120px;
}

.smart-row-home-team {
  position: relative;
}

.smart-row-away-team {
  position: relative;
}

.home-team-name {
  width: 100%;
  text-align: right;
  font-size: 40px;
  display: block;
  padding-right: 45px;
  /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}

.away-team-name {
  width: 100%;
  text-align: left;
  font-size: 40px;
  display: block;
  padding-left: 45px;
}

.smart-score-input {
  width: 45px;
  display: inline;
  height: 45px;
}

.smart-score-input {
  padding: 0.25rem-0.45rem;
  font-size: 25px;
}

/* Chrome, Safari, Edge, Opera */
.smart-score-input::-webkit-outer-spin-button,
.smart-score-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
.smart-score-input[type=number] {
-moz-appearance: textfield;
}

.smart-score-input-home {
  right: 5px;
  top: 30px;
  bottom: 0px;
}

.smart-score-input-away {
  left: 5px;
  top: 30px;
  bottom: 0px;
}

.team-area {
  padding-top: 25px;
}

.finished-match-row {
  margin-top: 5px;
  padding:5px;
}

.match-datetime {
  background-color: rgba(19, 30, 65);
  padding: 5px 15px;
  display: inline;
  color: white;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: -10px;
}

.sm-team-area {
  position: relative;
  height: 100px;
}

.sm-team-name {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin-top: 8px;
  text-shadow: 1px 1px #fff;
}

.sm-home-team-name {
  text-align: right;
}

.sm-away-team-name {
  text-align: left;
}

.small-match-row-logo > img {
  position: absolute;
  height: 140px;
  opacity: 0.3;
}

.sm-home-team-area > .small-match-row-logo > img {
  bottom: -60px;
  left: -40px;
}

.sm-away-team-area > .small-match-row-logo > img {
  bottom: -60px;
  right: -40px;
}

.sm-score-input {
  padding: 0.25rem-0.15rem;
  font-size: 15px;
  width: 45px;
  position: absolute;
  opacity: 1 !important;
}

.sm-score-input.smart-score-input-home {
  right: 5px;
  top: 30px;
  bottom: 15px;
}

.sm-score-input.smart-score-input-away {
  left: 5px;
  top: 30px;
  bottom: 15px;
}

/* Chrome, Safari, Edge, Opera */
.sm-score-input::-webkit-outer-spin-button,
.sm-score-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.sm-score-input[type=number] {
  -moz-appearance: textfield;
}

.sm-finished-row {
  margin-top: -10px;
}

.sm-match-link {
  padding: 5px;
  font-weight: 500;
  border: 1px solid rgba(0,0,0,1); 
  color: black;
  text-decoration: none;
  width: 100%;
  background-color: #bbb;
  position: relative;
}

.sm-match-link:a {
  text-decoration: none;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #777;
  border-left-width: 5px;
  color: white;
  border-radius: 3px;
  background-color: #878787;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.super-label {
  font-size: 250%;
  color: #70FF39;
}

.admin-link > .admin-box,
.admin-link > .admin-box > .super-label {
  cursor: pointer;
}

.admin-link {
  text-decoration: none;
}

.super-box {
  background-color: rgba(19, 30, 65, 0.75);
}

.feed-view-logo {
    height: 20px;
    margin: 5px;
    margin-left: 10px;
    padding-bottom: 2px;
    max-width: 20px;
}

.feed-view {
    text-align: left;
}

.feed-view .team-row {
    margin: 0 auto;
    line-height: 18px;
    margin: -4px 0;
}

.feed-view .team-name {
    font-size: 15px;
}

.match-time-col {
    height:max-content;
    text-align: center;
    padding: 5px;
    padding-left: 12px;
    padding-top: 12px;
    font-size: 85%;
}

.match-time {
    padding: 0px 3px;
    color: #327319;
    font-weight: 700;
    text-align: center;
    font-size: 85%;
}

.match-data-col {
  border-left: 1px solid #327319;
  margin-top: 3px;
}

.match-input-row,
.match-data-col {
    padding-top: 3px;
    padding-bottom: 3px;
}

.match-date {
    font-size: 65%;
    font-weight: 500;
    margin-bottom: -3px;
}

.match-round {
    font-size: 85%;
    font-weight: 500;
}

.round-head {
    border-bottom: 1px solid #327319;
    padding: 4px;
}

.match-links-col {
    padding: 5px;
}

#stbox230 {
    position: sticky;
    top: 80px;
}

.bottom-link {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #327319;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.no-score {
    margin-left: 13px;
}

.feed-view-logo {
    width: 18px;
    margin-right: 5px;
}

.match-header {
    min-height: 380px;
    max-height: 550px;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
}

.match-header > .match-info {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    padding-top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
}

.match-info .img-fluid {
    height: 115px;
    margin: 5px;
}

.match-info > .lead {
    margin-bottom: 2px;
}

.match-info > h3.headline,
.match-info > h4.headline,
.match-info > h5.headline {
    color: #ababab;
}

.team-form > i {
    margin: 2px;
}

.team-form .fa-check-circle {
    color: darkgreen;
}

.team-form .fa-minus-circle {
    color: darkgrey;
}

.team-form .fa-times-circle {
    color: darkred;
}

.event-box {
    border: 1px solid #111;
    padding: 4px;
    background: rgba(19, 30, 65, 0.75);
}

.event-box .headline {
    font-size: 90%;
    color: white;
}

.event-label {
    margin: 0;
    font-size: 150%;
    font-weight: bold;
    color: #70FF39;
}

.super-label {
    color: #70FF39;
}

.super-box > .headline {
    color: #70FF39;
}

.player_pict {
    border-radius: 10%;
}

.stat-row {
    padding: 5px;
    border-bottom: 1px solid #999;
}´

.stat-row:first-of-type {
    border-top: 1px solid #999;
}

.stat-row-odd {
    background-color: rgba(0, 0, 0, 0.1);
}

#homeTeamSearchResultArea {
    background: white;
    padding: 5px;
}

#homeTeamSearchResultArea > span {
    display: block;
}

.searchResultOption {
    cursor: pointer;
    text-align: left;
    padding: 5px;
}

.searchResultOption:hover {
    background-color: lightgrey;
}

#search-div {
    position: fixed;
    top: 50;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-result-img {
    max-height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}

.search-result-name {
    color:#363537;
    display: inline-block;
    margin-left: 5px;
}

#search-div a .fa {
    color: #363537;
    max-width: 32px;
}

.match-info h3 > a {
    color: inherit;
}

.result-holder {
    padding-top: 5px;
}

.result-bonk {
    padding: 5px;
    color: white;
    border-radius: 5px;
}

.result-W {
    background-color: darkgreen;
}

.result-D {
    background-color: grey;
}

.result-L {
    background-color: darkred;
}

.m-match-datalink-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 5px;
}

.m-match-datalink-row > .col {
    border-left: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.m-match-datalink-row > .col:first-child {
    border-left: none;
}

.navbar-logo {
    display: inline-block;
}

.form-control:focus {
    color: #363537;
    background-color: #fff;
    border-color: #70FF39;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(87, 255, 57, 0.25);
}

.ggl-login-btn {
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 10rem;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    padding: 5px 10px;
    margin-bottom: 1em;
    padding-right: 25px;
}
.ggl-login-btn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #444;
}
.ggl-login-btn > span.label {
    font-family: serif;
    font-weight: normal;
}
.ggl-login-btn > span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
.ggl-login-btn > span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}

.separator {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 1.25em;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #fff;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.sublink {
    font-size: 0.8em;
    border-top: 1px solid #fff;
    padding: 5px;
}

.sublink a {
    color: #fff;
}

.admin-box-addition {
    font-size: 0.5em;
    color: #fff;
    float: right;
    margin-right: -35px;
}

.admin-box,
.data-box {
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.data-box {
  color: #333;
  background-color: #f8f9fa;
}

.data-box .ultra-label {
  color: #333;
}

.admin-box {
  background-color: #333;
  color:#fff
}

.ultra-label {
    font-size: 4em;
    margin: 0px;
    margin-bottom: -10px;
    color:#fff;
}

.admin-box h3 {
    margin-top: 0;
    color: #56C42B !important;
}

.admin-box-plus {
    color: #70FF39;
}

#adminNav a {
  color: #000;
  padding: 0 8px;
}


#adminNav a:hover {
  color: #327319;
}


.divider-header {
  border-bottom: 1px solid #56C42B;
  margin-bottom: 10px;
  text-align: center;
  margin-top: -30px;
  width: 100%;
}

/* CALL to ACTION BTN FOR PREMIUM. NEEDS TO STAND OUT */
.btn-xl {
  font-size: 1.25rem;
  padding: 1rem 2rem;
  background-color: #56C42B;
  color: #fff;
}

.premium-pool-highlight {
  border: 3px solid #70FF39;
  /* shadow */
  box-shadow: 0 0 50px #000;
  /* dark shadow */
}

.highlight-star {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #70FF39
}