body {
    background-image: url("https://plusev.club/wp-content/uploads/2022/10/Website-background_complete.svg");
    color: #333333;
    font-family:'Overpass', sans-serif;
}

  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }

  .white-text {
    color: white;
  }

  .bg-green {
    background-color: #00000029;
  }

  .site-header .navbar-nav .nav-link {
    color: #ffffff;
  }

  .site-header .navbar-nav .nav-link:hover {
    color: #cbd5db;
  }

  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }

  .fixed-top{
   position: sticky;
  }

  .btn-secondary {
    margin-bottom: 20px;
    background: #A48235;
    border: #A48235;
  }

  .btn-secondary:hover {
    color: #fff;
    background: #A48235;
    border: #A48235;
  }

  .btn-outline-secondary {
      margin-bottom: 20px;
      border-color: #A48235;
      color: #A48235;
  }

  .btn-outline-secondary:hover {
    opacity: 70%;
    background: #A48235;
    border: #A48235;
  }

  .btn-outline-danger {
  margin-bottom: 20px;
  }

  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .account-heading {
    font-size: 2.5rem;
  }

  .episode-link {
  color: #478675 !important;
  }

  .episode-non-link {
  color: white !important;
  text-decoration: none;
  }

  .vertical-center {
  vertical-align: middle !important;
  }

  thead {
    background: #000;
  }

  .fas {
    color: #fff !important;
  }

  .sticky-row {
    position: sticky;
    right: 0;
    background: #1F8B4D !important;
    opacity: 1;
  }

  .table-striped > tbody > tr {
    color: #fff;
    border-color: #00000029;
    background: #00000065 !important;
  }
  .table-striped > tbody > tr:hover {
    opacity: 50%;
    color: #fff;
    border-color: #00000029;
    background: #00000065 !important;
  }


  .table-striped > tbody > tr:nth-of-type(2n+1) {
    color: #fff;
    border-color: #00000029;
    background: #00000015 !important;
  }

  .table-striped > tbody > tr:nth-of-type(2n+1):hover {
    opacity: 50%;
  }

  .first-row-table {
    color: #fff;
    border-color: #00000029;
  }

  .first-trophy-color {
    color: #A48235 !important;
  }

  .second-trophy-color {
    color: silver !important;
  }

  .third-trophy-color {
    color: #655122 !important;
  }

  .fa-edit {
    color: #A48235!important;
  }

  .player-img {
    height: 40px;
    width: 40px;
  }

  .break-long-word {
    word-break: break-all;
  }

  .table-style {
    background-color: #00000088 !important;
  }

  .text-warning {
    color: #A48235 !important;
  }

  .text-success {
    color: #1F8B4D !important;
  }

  /* Footer */
  hr.solid {
    border-top: 2px solid #A48235;
    padding-top: 15px;
    padding-bottom: 15px;
  }