@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap");

html,
body {
  padding: 0;
  border: 0;
  margin: 0;
  height: 100%;
  background-color: #000000;
}

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

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

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#helpContent {
  padding-top: 0px;
  margin: auto;
  width: 95%;
  box-sizing: border-box;
  font-size: 20px;
}
.symbolPayout {
  padding-right: 10px;
}
.payTableImgLogo {
  width: 23em;
  margin: -65px;
}

.heading-hp {
  text-align: center;
  font-size: 1.4em;
  padding: 0.5em;
}

.gameSymbol {
  padding: 0 10px;
  /* width: 120px; */
  max-width: 100%;
  box-sizing: border-box;
}

.gameSymbolDec {
  padding: 0 10px;
  /* width: 100%; */
  max-width: 25%;
  box-sizing: border-box;
}

#symbolBetweenText {
  vertical-align: center;
}

.freeSpinRetriggerImg {
  margin-top: 2rem;
}

.img-align {
  margin-left: -2.4rem;
  width: 9rem;
}

.content ul li {
  line-height: 175%;
  color: #ffffff;
}

#selection-screen {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* #bonusSymbol {
  width: 9rem;
} */

.flex-both-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-col {
  flex-flow: column;
}

.flex-dxn-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}
#helpBtn,
#betSettingBtn {
  top: 15px;
  scale: 0.9;
}
.symbol {
  /* width: 30%;
  height: 150px; */
  border: 1px solid #808080;
  padding: 1rem;
  margin: 1rem;
}

.symbolContainer {
  width: 100%;
  border: 1px solid #808080;
  margin-bottom: 4rem;
  padding: 0 1.5rem;
}

.symbolDescription {
  text-align: center;
}

.symbol.bigSymbol {
  border: 1px solid #808080;
}

.symbol.scatterSymbol {
  border: 1px solid #808080;
}
.Wild_Block {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.Sym_Pay_Cas {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.margin-content {
  margin: 0px 15px;
}

.divfor3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.points {
  margin: auto;
  color: #fff;
  padding-bottom: 12px;
}

.unordered-points {
  display: inline-block;
  margin: 0 5%;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
}

.game-control-points {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.flex-both-center-big-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
}

.game-control-img {
  height: auto;
  margin: auto;
}
.fishing-image {
max-width: 95%;
}

.headingDescription {
  line-height: 160%;
}

p.important {
  color: #fff;

  padding: 0 10px;
}

/* .featuresList {
  line-height: 160%;
} */

.bonusInfoList {
  width: 100%;
  margin-top: 0;
}

#bonus-game-table {
  border-collapse: collapse;
  width: fit-content;
}

.bt-table-block {
  display: grid;
  justify-content: center;
  margin: 5px 0px;
}
.bt-table-block-img {
  display: flex;
}

table,
td,
th {
  border: 1px solid;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
}

#bonus-game-table td,
#bonus-game-table th {
  border: 1px solid white;
  text-align: center;
  padding: 4px;
}

/* .contentSpace {
  margin-left: 2rem;
} */

.paytableLine {
  width: 100%;
}

.smallFS {
  width: 3rem;
}

@media (orientation: portrait) {
  .gameSymbol {
  width: 120px;
  }
  .symbol {
    max-width: 100%;
    box-sizing: border-box;
  }
}

#building-items {
  vertical-align: middle;
  
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1366px) and (orientation: landscape) {
  .symbolContainer {
    width: 40%;
    margin-right: 2rem;
    height: 23rem;
  }

  #fs-screen {
    vertical-align: middle;
  }
}

.game-controls {
  padding-top: 10px;
}
.Wild_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Optional: space between images */
}
@media only screen and (max-width: 330px) and (orientation: portrait) {
  .img-align {
    width: 6rem;
  }
}
.fishPayTable{
  text-align: center;
}
 
 
