body {
    background-color: #202020;
  }

  .generate_main_card img {
    width: auto !important;
    max-height: 110px !important;
    margin: 0 5px 10px !important;
  }

  .swal2-html-container img {
    width: auto;
    max-height: 110px;
    margin: 0 15px 15px;
  }

  .games-item-pix,
  .games-item-text,
  .games-item-type,
  .games-list-heading,
  .logo-text {
    text-align: center
  }

  * {
    border: 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0
  }

  :focus {
    outline: 0
  }

  .clear {
    clear: both
  }

  .hidden {
    display: none
  }

  .bold {
    font-weight: 700
  }

  .wrap-container {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }

  .header-body {
    background-image: none !important;
    background-position: top center;
    position: relative;
    height: 180px;
  }

  .logo-text {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -35%);
    text-shadow: 4px 4px 4px #000
  }

  @media (min-width:600px) {
    .logo-text {
      font-size: 42px
    }

    .header {
      padding-bottom: 0px;
    }
  }

  @media (min-width:800px) {
    .logo-text {
      font-size: 52px
    }

    .header {
      padding-bottom: 50px;
    }
  }

  .games-list-heading {
    color: #fff;
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter: drop-shadow(5px 5px 5px black);
  }

  .games-list {
    list-style: none
  }

  .games-list-item {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 0 6%;
    width: 41%
  }

  @media (min-width:600px) {
    .games-list-item {
      margin: 0 0 0 4%;
      width: 28%
    }
  }

  @media (min-width:800px) {
    .games-list-item {
      margin: 0 0 0 4%;
      width: 20%
    }
  }

  .games-item-pix>img {
    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter: drop-shadow(5px 5px 5px black);
    border-radius: 7px;
    width: 100%
  }

  .games-list-item:hover .games-item-pix>img {
    opacity: 0.3;
  }

  .games-item-text {
    line-height: 1.3;
    padding: 8px 0 0;
    height: 2em;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }

  .type-text {
    border: 0.5px solid #1265e2;
    vertical-align: middle;
    border-radius: 6px;
    display: inline;
  }

  .games-item-type {
    margin-top: -5px;
    padding: 16px 32px;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 0 0;
    height: 3em;
    color: #fff;
    font-size: 10px;
  }

  .games-item-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none
  }

  .footer-text-copyright {
    color: #bbb;
    font-size: 12px;
    padding: 32px 0;
    text-align: center;
  }

  .logo {
    width: 60%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter: drop-shadow(5px 5px 5px black);
  }

  .upper-logo-text {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter: drop-shadow(5px 5px 5px black);
  }

  .status {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-top: -12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #69bb1e;
  }

  .lds-ripple {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
  }

  .lds-ripple div {
    position: absolute;
    border: 4px solid #69bb1e;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }

  .swal2-html-container {
    display: flex !important;
    flex-wrap: wrap;
  }

  @keyframes lds-ripple {
    0% {
      top: 2px;
      left: 2px;
      width: 0;
      height: 0;
      opacity: 1;
    }

    100% {
      top: -1px;
      left: -1px;
      width: 8px;
      height: 8px;
      opacity: 0;
    }
  }

  @font-face {
    font-family: 'BurbankBigCondensed-Black';
    src: url('webfonts/BurbankBigCondensed-Blackd41dd41d.eot?#iefix') format('embedded-opentype'), url('webfonts/BurbankBigCondensed-Black.otf') format('opentype'),
      url('webfonts/BurbankBigCondensed-Black.woff') format('woff'), url('webfonts/BurbankBigCondensed-Black.ttf') format('truetype'), url('webfonts/BurbankBigCondensed-Black.svg#BurbankBigCondensed-Black') format('svg');
  }

  .swal2-title,
  .swal2-styled {
    font-family: 'BurbankBigCondensed-Black' !important;
  }