html {
  --border: red solid 2px;
  --lspurple: rgba(59, 7, 94, 1);
  --lstur:  #008080;
}
a {
  text-decoration: none;
  color: white;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

li {
  padding-bottom: 15px;
}

#videoDiv {
  position: relative;
  background-color: #000;
  /* overflow: hidden; */
  z-index: 1;
  min-height: 70vh;  /* Limit the height to 70% of the viewport height to ensure it doesn't cover the entire screen */
  background-image: url('/images/poo_phone_backgroung.png');
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

#video1 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  z-index: 0;
}








nav {
  z-index: 10;  /* Ensure the nav stays above other elements */
}

.alert {
  margin: 0;
}

.NIG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.NIG .btn {
  margin-top: 10px;
}

.small-text {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.emptyDiv {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

html,
body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  background-image: url("/../images/theBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 25%;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  color: #e4e4e4;
  min-width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  
}

body {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body {
  min-height: 100vh;

  min-height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
}

html {
  height: -webkit-fill-available;
}

.fixBadge {
  max-width: 100%;
  height: auto;
  width: auto;
}

.white-space-pre {
  white-space: pre;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.b-small-line {
  border: rgba(255, 255, 255, 0.2) solid 1px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
}

.d-vid {
  display: content;
}

.m-vid {
  display: none;
}

@media (max-width: 700px) {
  .d-vid {
    display: none;
  }
  .m-vid {
    display: content;
  }
}

.zoom-08 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.payment {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.twitter {
  height: 400px;
  overflow: hidden;
}

.container1 {
  background: rgba(1, 1, 1, 0.5);

  margin: 0;
  height: 100%;
  max-height: 100vh;
}

.navbar {
  min-height: 30px;
}

.moveUp {
  padding: 0px;
  margin-top: 2px;
  height: calc(7.5% + 63px);
}

.header {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5rem;
}

h1.header a {
  text-decoration: none;
}

.emoji {
  margin-right: 5px;
}

.link-texts {
  font-size: 22px;
}

@media (min-width: 760px) {
  .link-texts {
    font-size: 15px;
  }
  .name {
    display: none !important;
  }
  .facebook {
    display: none;
  }
}
@media ((min-width: 1003px) and (max-width: 1170px)) {
  .link-texts {
    font-size: 9px;
  }
}

@media ((min-width: 760px) and (max-width: 1003px)) {
  .link-texts {
    font-size: 0.8vw;
  }
}
@media (max-width: 770px) {
  .creators::after {
    content: "Copyright© Darrel Shannan & Andrew Lyons";
  }
  .name {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding-top: 10px;
  }
  .creators {
    border-bottom: 1px solid var(--lstur);
  }
  .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background:transparent; 
  color: #FFF;
}
}



.navbar-nav > li:last-child .dropdown-menu {
  margin-bottom: 30px;
}


.creators {
  font-size: 8px;
  position: absolute;
  bottom: 8%;
  text-align: center;
  width: 100%;
  margin-left: 0;
}

#navbarCollapse {
  font-size: 1.3rem;
}

.content {
  padding: 0 20px;
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid var(--lstur);
  height: auto;
}

.left {
  width: 20%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 95vh;
}

.right {
  width: 100%;
  height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.icons {
  max-width: 80px;
  max-height: 80px;
}

.icons:hover {
  -webkit-animation: shake 2s;
  animation: shake 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.active {
  -webkit-animation: shake 2s;
  animation: shake 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.news {
  width: auto;
}

.news h2 {
  border-bottom: solid 2px #3b075e;
  padding-bottom: 10px;
}

.news p {
  padding: 10px;
  border-bottom: solid 2px #1c191f;
}

.insideHead {
  background-color: var(--lstur);
  background: url("/images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.plLogo {
  max-width: 500px;
  height: auto;
  padding: 10px;
  opacity: 0.8;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.centerInput {
  margin: auto;
  display: block;
}

.stackDiv {
  position: absolute;
}

.prevContainer {
  display: inline-block;
  position: relative;
  text-align: center;
  color: white;

  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
  height: 100%;
  font-size: 75%;
}

.h-100 {
  height: 100%;
}

.prevContainer img {
  height: 30px;
}

.prevOverlay {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.6;
}

.downAbitPos {
  position: relative;
  height: 60px;
}

.downAbit {
  position: relative;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
  text-shadow: -1px 0 3px rgba(0, 0, 0), 0 1px 3px rgba(0, 0, 0),
    1px 0 3px rgba(0, 0, 0), 0 -1px 3px rgba(0, 0, 0);
}

.ptposition {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

.prevMarq {
  padding: 0;
  margin: 0;
}

.imgStack {
  --count: 1;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.imgStack {
  left: calc(-20px - calc(20px / var(--count)));
}

.prevTeams {
  width: 10%;
}

.imgStack img {
  height: 100%;
  width: auto;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}

.imgStack .circular:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.385));
  filter: drop-shadow(1px 1px 10px rgb(255, 255, 255, 0.385));
  -webkit-animation: shake2 1s;
  animation: shake2 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  overflow: visible;

  z-index: 99999;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.stackLeft {
  margin-left: 20px;
}

.imgStack img:hover + img {
  z-index: 999;
}

.notice {
  opacity: 0.7;
}

.steps-m {
  display: none;
  width: 100%;
}

.steps-d {
  display: block;
  width: 100%;
}

.rules {
  width: 100%;
}

.no-scroll {
  overflow: hidden !important;
}

.scroll {
  overflow: auto !important;
}

.enter_rules {
  overflow: auto;
}

.rules h2 {
  padding-bottom: 20px;
}

#rules li {
  margin-bottom: 10px;
}

.curent_rules h2 {
  padding-bottom: 20px;
}

#rules li {
  margin-bottom: 10px;
}

.stretch-index {
  font-size: calc(7.5px + 1.5vw);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff00;
}

::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.364);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0.392);
}

.content p {
  letter-spacing: 3px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-box-shadow: 9999px 0 0 -5px #9880ff;
  box-shadow: 9999px 0 0 -5px #9880ff;
  -webkit-animation: dotPulse 1.5s infinite linear;
  animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.circular {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;

  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  background-color: rgba(24, 3, 37, 0.6);
}

.circular-s {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.circular-m {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.img {
  -o-object-fit: cover;
  object-fit: cover;
}

.nobg {
  display: inline-block;
  background-color: transparent;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.newsInfo {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.br-5 {
  border-radius: 100px;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.divTable {
  display: table;
  width: auto;
  border-spacing: 5px;
}

.divRow {
  display: table-row;
  width: auto;
  min-height: 20px;
}

.divCell {
  display: table-cell;
  padding: 5px;
  margin: 5px auto;
  height: 100%;
}

.colspan-2 {
  display: table;
  width: 197%;
  margin: auto;
}

.colspan-3 {
  display: table;
  width: 294%;
  margin: auto;
}

.colspan-4 {
  display: table;
  width: 391%;
  margin: auto;
}

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.small-hr {
  width: 300px;
  margin: auto;
}

hr {
  width: 70%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

hr.dash {
  margin: 20px 0;
  border: 2px dashed rgba(255, 255, 255, 0.6);
}

hr.dash-2 {
  margin: 20px 0;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  width: 100%;
}

.hidden {
  display: none;
}

.border {
  border: 2px solid red;
}

.white-thin-border {
  border: thin solid rgba(255, 255, 255, 0.138);
}

.border-grey {
  border: 2px solid rgba(53, 53, 53, 0.685);
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
  height: 100%;
}

div[class*="box"] {
  height: 33.33%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-1 {
  background-color: #ff6766;
}

.box-3 {
  background-color: #66a182;
}

.v-middle {
  display: inline-block;
  vertical-align: middle;
}

.auto-h {
  height: auto;
}

.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.visible {
  position: relative;
  overflow: visible !important;
}

.currentDiv {
  width: auto;
  height: auto;
  margin: auto;
  overflow: auto;
  overflow-x: hidden;
}

.mobile {
  display: none;
}

.admin {
  display: none;
}

.m-team {
  overflow: hidden;
}

.fixtures {
  margin: auto;
}

#upload_link {
  text-decoration: none;
}

#upload {
  display: none;
}

.rl {
  border-right: rgba(255, 255, 255, 0.159) solid 1px;
}

a .clear {
  color: yellow;
  letter-spacing: 1.5px;
}

@media (max-width: 1300px) {
  .container1 {
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .stretch-index {
    font-size: 25.6px;
  }
}

.announcements {
  position: fixed;
  top: 0;
  left: 40%;
  width: 400px;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

.rounds-table1 {
  width: 60%;
  margin: auto;
}

.rounds-table2 {
  width: 75%;
  margin: auto;
}

@media (max-width: 850px) {
  .steps-m {
    display: block;
  }
  .steps-d {
    display: none;
    width: 100%;
  }
  .rounds-table1 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    width: 100%;
  }
  .rounds-table2 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    width: 100%;
  }
}

@media (max-width: 850px) {
  body {
    background-position: center;
font-size: 0.6em;
  }

  .container1 {
width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .announcements {
    left: 30%;
    width: 35%;
    height: 100px;
  }
  .m-center {
    text-align: center !important;
  }
  li {
    padding-bottom: 10px;
  }
  .wide-m {
    width: 100%;
    height: 50px;
  }
  .fixtures {
    margin: auto -25px;
  }
  .rules {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .current_rules {
    position: relative;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  .zoom-08 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .navMob li {
    margin: 5px;
  }
  img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .stay {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .inside {
    display: block;
    border-top: none;
    margin-top: 0;
  }
  .left {
    display: none;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .right {
    padding-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    height: calc(100vh + 100px);
    height: -webkit-calc(100vh + 100px);
  }
  h2 {
    font-size: 1.3em;
  }
    .nav {
      font-size: 65%;
      padding: 0 25px;
      margin: 0;
      height: 50px !important;
      width: 100%;
    }
    .nav #nav {
      border: var(--border);
      width: 100;
      margin: 0;
    }
    #nav li {
      font-size: 1rem;
    }
    .nav .logo {
      -webkit-text-size-adjust: none;
      font-size: 65%;
    }
    .mobile {
      display: inline-block;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      background-color: var(--lspurple);
      background-image: url("/../images/mobile-menu.png");
      padding: 15px 0;
  
      margin: 0;
      position: fixed;
      overflow: hidden;
      bottom: 0;
      width: 100%;
      height: 50px;
      text-align: center;
      vertical-align: middle;
      /* font-size: 3vw; */
    }
    .foot-div {
      position: relative;
      -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
    }
    .admin {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(59, 7, 94, 0.9);
      padding: 10px;
      position: fixed;
      bottom: 35px;
      width: 102vw;
      text-align: center;
    }
    .m-stay {
      margin-top: -50px;
      overflow: hidden;
    }
    ::-webkit-scrollbar {
      width: 1px;
    }
    .teamContainer img:hover {
      transform: scale(1.2);
    }
    .leaveGame {
      margin: 20px;
    }
  }
  
  @media (min-width: 850px) {
    .container2 {
      display: none;
    }
    .m-team {
      font-size: 20px;
      font-weight: bold;
    }
    .width-80 {
      width: 80%;
      text-align: center;
    }
  }
  
  @media (min-width: 850px) {
    .wm-25 {
      width: 25%;
      margin: auto;
    }
    .wm-50 {
      width: 50%;
      margin: 0 auto;
    }
    .wm-60 {
      width: 60%;
      margin: auto;
    }
    .wm-75 {
      width: 75%;
      margin: auto;
    }
  }
  
  @media (max-width: 450px) {
    .fixBadge {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @media (max-width: 400px) {
    .fixBadge {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
    }
  }
  @media (min-width: 1300px) {
    .container1 {
      width: 1300px;
    }
  }
  .fb-chat {
    position: absolute !important;
    bottom: 30px !important;
    left: 16px !important;
  }
  
  .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
  }
  .caption-top {
    caption-side: top;
  }
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
  }
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  }
  .table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
  }
  .table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
  }
  .table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
  }
  .table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
  }
  .table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
  }
  .table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
  }
  .table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
  }
  .table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
  }
  .table-eliminated {
    --bs-table-bg: #ff4b4b40;
    --bs-table-striped-bg: #ff4b4b40;
    --bs-table-active-bg: #ff4b4b40;
    --bs-table-hover-bg: #ff4b4b40;
    border-color: #ff4b4b40;
    border-color: #2c000477;
  }
  .table-winner {
    --bs-table-bg: #ffe44b40;
    --bs-table-striped-bg: #ffe44b40;
    --bs-table-active-bg: #ffe44b40;
    --bs-table-hover-bg: #ffe44b40;
    background-color: #ffe44b40;
    border-color: #221d001b;
  }
  .table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
  }
  .table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .font-size {
      font-size: 3vw;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .announcements {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .form-label {
    margin-bottom: 0.5rem;
  }
  .blink {
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
  }
  @-webkit-keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  table {
    border-spacing: 0;
    opacity: 0.9;
  }
  .NIG button {
    display: block;
    padding: 12px;
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
  .NIG button:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 20px 40px -7px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 20px 40px -7px;
  }
  .NIG button:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 40px 7px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 40px 7px;
  }

  .teamContainer div {
    margin-top: 20px;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .w100-w {
    height: 140px;
  }
  
  .centered {
    padding-bottom: -20px;
  }
  .teamContainer img:active {
    transform: scale(1.2);
  }
  .v {
    font-size: 20px;
    font-weight: bold;
  }
  .heads {
    color: #777;
    font-weight: bold;
  }
  hr {
    width: 80%;
  }
  li.no {
    list-style-type: none;
  }
  .gray {
    color: rgb(182, 182, 182);
  }
  .red {
    color: rgb(211, 0, 0);
  }
  .important {
    color: white;
    text-shadow: -1px 0 3px rgba(255, 0, 0, 0.453),
      0 1px 3px rgba(255, 0, 0, 0.453), 1px 0 3px rgba(255, 0, 0, 0.453),
      0 -1px 3px rgba(255, 0, 0, 0.453);
  }
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
    }
  
    50% {
      -webkit-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
    }
  
    100% {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
    }
  
    50% {
      -webkit-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
    }
  
    100% {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
    }
  }
  @-webkit-keyframes shake2 {
    0% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  
    50% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  
    100% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  }
  @keyframes shake2 {
    0% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  
    50% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  
    100% {
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
    }
  }
  @media (max-width: 850px) {
    h2 {
      margin-top: 20px;
    }
  }
  #alertBox {
    position: absolute;
    top: 100px;
    left: 100px;
    border: solid 1px black;
    background-color: #528ce0;
    padding: 50px;
    visibility: hidden;
  }
  @media (max-height: 800px) {
    .no-scroll {
      overflow: auto !important;
    }
  }
  .btn {
    background-color: var(--lstur); /* turquoise color */
    color: white; /* white text */
    border: none; /* remove default border */
  }
  
  img {
    text-decoration: none !important;
    border: 0px !important;
    outline: none;
    border-width: 0px;
    outline-width: 0px;
    border-bottom: none;
  }
  .btn:hover,
  .btn:focus,
  .btn:active {
    background-color: #3cb371; /* darken the background a bit for better UX */
    color: white; /* keep text white */
  }
  .boobies {
    background-color: rgba(
      16,
      58,
      59,
      0.15
    ); /* Increase the alpha value for a darker background */
    color: white; /* Add a light text color to contrast with the dark background */
    border-radius: 8px; /* Add rounded corners for a more modern look */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
    padding: 10px; /* Increase the padding for better spacing */
    margin-bottom: 20px;
  }
  
  .playerBox {
    background-color: rgba(0, 10, 0, 0.6);
    border-radius: 10px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 0 30px 30px;
    border: solid 1px rgba(255, 255, 255, 0.28);
  }
  .playerOutBox {
    background-color: rgba(10, 0, 0, 0.6);
    border-radius: 10px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 0 30px 30px;
    border: solid 1px rgba(255, 255, 255, 0.28);
  }
  
  @media (max-height: 720px) {
    #time {
      display: none;
    }
  }
  
  .overlay {
    display: none;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
  }
  .overlayc:hover + .centered {
    display: none;
  }
  .winOverlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.94);
  }
  .form-popup {
    box-sizing: border-box;
    animation: fadeIn 2s;
    border: #ffffff4a solid 3px;
    background-color: #000000;
    background-image: url("/../images/balls.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 150px #341142d2;
    z-index: 9;
  }
  @media (max-width: 576px) {
    .mobile-dropdown {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh; /* to make it cover full screen height */
        width: 100%; /* to make it cover full screen width */
        overflow: auto; /* to enable scrolling if content height exceeds screen height */
    }
  }
  
  .close-form img {
    max-width: 30px;
    cursor: pointer;
  }
  
  #username, #password {
    border-radius: 20px;
    border: 2px solid #fff;
  }
  
  .btn-primary {
    border-radius: 20px;
    background-color: #007bff;
    border: none;
  }
  
  a.text-decoration-none {
    color: #fff;
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @media (max-width: 850px) {
    .wm-25 {
      width: 45%;
      margin: auto;
    }
  }
  .winner {
    background-image: url("/../images/confetti.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-center-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
  }
  .top-index {
    z-index: 999999999999999;
  }
  .cookie-disclaimer {
    background: #000000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999988888;
    height: auto;
    position: fixed;
  }
  .cookie-disclaimer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cookie-disclaimer .cookie-close {
    float: right;
    padding: 10px;
    cursor: pointer;
  }
  
  .slide-down-alert {
    -webkit-animation: slideDown 1s forwards;
    animation: slideDown 1s forwards;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
  }
  
  @-webkit-keyframes slideDown {
    to {
      top: 0;
    }
  }
  
  @keyframes slideDown {
    to {
      top: 0;
    }
  }
  
  /* media query for screens over 900 */
  @media (min-width: 900px) {
    
 .nav-link {
   font-size: 1.1em;  
   text-align: center;

   } 

   .emoji {
    font-size: 1.2em;
    display: block; 
    margin: auto; 
   }

  }

  .btm-bg {
    background: #222222 !important;
    position: fixed;
    z-index: 99999;
    display: none;
}