#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--bs-border-color);
}

.body {
  background: url("../../gallery/site/background-24.png"), var(--bs-body-bg);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

.watermark-card-top-right {
  background-position: top 0px right;
}

.watermark-card {
  background-image: url=("watermark.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.watermark-player {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: url("../../assets/img/watermark.png") top / 90% no-repeat, #27358d;
}

.player-number {
  position: absolute;
  color: white;
  font-size: x-large;
  padding-left: 5px;
}

.header-background {
  background-image: url("../../assets/img/header2025.jpeg");
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-position: top 50px center;
  background-size: cover;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.header-text {
  color: white;
  font-family: Abel, sans-serif;
  text-shadow: 0px 0px 10px #000000;
}

.win-button {
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding: 2px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #28a745;
  margin-left: 2px;
  margin-right: 2px;
}

.draw-button {
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding: 2px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #767676;
  margin-left: 2px;
  margin-right: 2px;
}

.loss-button {
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding: 2px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #dc3545;
  margin-left: 2px;
  margin-right: 2px;
}

.win-button:hover {
  background: #28a745;
  cursor: default;
}

.draw-button:hover {
  background: #767676;
  cursor: default;
}

.loss-button:hover {
  background: #dc3545;
  cursor: default;
}

@media only screen and (max-width: 500.99px) {
  .header-background {
    background-color: #27358d !important;
    background-image: url(../../assets/img/watermark.png);
    background-repeat: no-repeat;
    background-position: top 60px center;
    background-size: 90%;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
}

iframe {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media only screen and (max-width: 500.99px) {
  .tableWon {
    display: none;
  }
}

@media only screen and (max-width: 500.99px) {
  .tableDraw {
    display: none;
  }
}

@media only screen and (max-width: 500.99px) {
  .tableLoss {
    display: none;
  }
}

@media only screen and (max-width: 500.99px) {
  .tablePlus {
    display: none;
  }
}

@media only screen and (max-width: 500.99px) {
  .tableMinus {
    display: none;
  }
}

@media only screen and (max-width: 700.99px) {
  .tableForm {
    display: none;
  }
}

@media only screen and (max-width: 820.99px) {
  .table-twitter {
    display: none;
  }
}

