.report-modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.report-modal-content {
  background-color: #fefefe;
  color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 320px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.report-label {
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 8px;
}

.btn-play {
  width: 184px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 40px;
}

.splash-content img {
  width: 310px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 8px;
}

.splash {
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  display: flex;
}

.splash-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img.small-thumb {
  position: absolute;
}
@media (min-width: 767px) {
  .col-4 {
    width: 55% !important;
  }
}
@media only screen and (max-width: 600px) {
  .game-iframe-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 0px;
  }
}
#footer-menu li {
  display: block;
  padding: 0 15px;
  position: static;
  line-height: 1;
  line-height: 1.5;
}
.list-categories li{
padding:8px 13px;
}
nav.greedy button {
padding: 6px 30px 6px 9px;
}
@media (max-width: 600px) {  
ul.links {  
    justify-content: center;
    align-items: center;  
}  
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
--bs-gutter-x: 1rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x)* .5);
padding-left: calc(var(--bs-gutter-x)* .5);
margin-right: auto;
margin-left: auto;
}
#footer-menu {
list-style: none;
text-align: center;
padding: 0px;
}
body{
font-size: 17px;
}