html, body {
  scroll-behavior: smooth; }

body {
  background-color: #2B2525; }

select, input {
  background-color: #DDDDDD; }

a {
  color: #FFD800; }
  a:hover {
    color: #fff09a; }

#game-title-container {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: thick; }

.carousel-indicators [data-bs-target] {
  height: 10px !important; }

.carousel-control-prev-icon {
  background-image: url("/img/icons/left.png") !important; }

.carousel-control-next-icon {
  background-image: url("/img/icons/right.png") !important; }

.form-check-input[type=checkbox] {
  border-radius: 0; }

.form-check-input:checked {
  background-color: #1C1C1C;
  border-color: #1C1C1C; }

.bg-dark-gray {
  background-color: #1C1C1C !important; }

.bg-white-gray {
  background-color: #DDDDDD !important; }

.text-dark-gray {
  color: #1C1C1C !important; }

.text-white-gray {
  color: #DDDDDD !important; }

.upcoming-badge {
  text-transform: uppercase;
  background-color: #DDDDDD;
  color: #1C1C1C;
  border-color: #1C1C1C;
  border-style: solid; }

.carousel-badge {
  position: absolute;
  top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase; }

.btn-default {
  color: #1C1C1C;
  background-color: #DDDDDD;
  transition: all 0.2s; }
  .btn-default:hover {
    background-color: #B7B7B7; }

.btn-outline-default {
  color: #DDDDDD;
  border-color: #DDDDDD;
  border-style: solid;
  transition: all 0.2s; }
  .btn-outline-default:link {
    color: #1C1C1C;
    background-color: #DDDDDD; }
  .btn-outline-default:hover {
    color: #1C1C1C;
    background-color: #DDDDDD; }
  .btn-outline-default:active {
    color: #1C1C1C;
    background-color: #DDDDDD; }
  .btn-outline-default:visited {
    color: #1C1C1C;
    background-color: #DDDDDD; }

.btn-play-now {
  color: #DDDDDD;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #1C1C1C;
  transition: all 0.5s ease-out; }
  .btn-play-now:hover {
    color: #1C1C1C;
    border-color: #1C1C1C;
    background-color: #FFD800;
    background-position: right center;
    border-style: solid; }

.btn-buy-now {
  color: #DDDDDD;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #1C1C1C;
  transition: all 0.5s ease-out; }
  .btn-buy-now:hover {
    color: #1C1C1C;
    border-color: #1C1C1C;
    background-color: #FFD800;
    background-position: right center;
    border-style: solid; }

.thumbnail {
  transition: all 0.5s ease-out; }
  .thumbnail:hover {
    border-color: #FFD800; }

.platform-icon {
  width: 15px;
  height: 15px; }

.icon {
  width: 40px;
  height: 40px; }

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: auto;
  border-top: 20px solid #007bff; }

.hidden {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
