@font-face {
  font-family: "BungeeShade";
  src: url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.eot");
  src: url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.woff2") format("woff2"), url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.woff") format("woff"), url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.ttf") format("truetype"), url("../../fonts/bungee-shade/hinted-subset-BungeeShade-Regular.svg#svgFontName") format("svg");
  font-style: normal;
  font-weight: 400;
}
.text-jackpot {
  position: relative;
  font-family: 'BungeeShade';
  font-size: 60px;
}
.fomo-float-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 992px) {
  .fomo-float-container {
    display: none !important;
  }
}
.fomo-float-container .badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.fomo-float-container .fomo-block {
  width: 610px;
  margin: auto;
  position: relative;
}
.fomo-float-container .fomo-block .btn-close {
  top: -10px;
  right: 0px;
  border-radius: 50%;
  background: white;
}
.fomo-float-container .fomo-block a {
  background: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  text-decoration: none !important;
  background-clip: padding-box;
  height: 55px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.fomo-float-container .fomo-block a:hover,
.fomo-float-container .fomo-block a:focus,
.fomo-float-container .fomo-block a:active {
  transform: scale(1.05);
}
.fomo-float-container .fomo-block a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 100px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
.fomo-float-container .fomo-block .title,
.fomo-float-container .fomo-block .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fomo-float-container .fomo-block.fomo-status-default a {
  background-image: -moz-radial-gradient(80%, circle, #747a91, #484e63 100%);
  background-image: -ms-radial-gradient(80%, circle, #747a91, #484e63 100%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#747a91), to(#484e63));
  background-image: -webkit-radial-gradient(80%, circle, #747a91, #484e63 100%);
  background-image: -o-radial-gradient(80%, circle, #747a91, #484e63 100%);
  background-image: radial-gradient(80%, circle, #747a91, #484e63 100%);
  color: white;
}
.fomo-float-container .fomo-block.fomo-status-default a:after {
  background-image: url('../../img/fomo/2.svg');
  left: -50px;
  width: 200px;
  height: 107px;
}
.fomo-float-container .fomo-block.fomo-status-default .text-jackpot {
  color: #ffffff;
  text-shadow: -1px 1px 0px #000000;
  font-size: 35px;
}
.fomo-float-container .fomo-block.fomo-status-default .title {
  left: 124px;
}
.fomo-float-container .fomo-block.fomo-status-default .info {
  right: 0;
  width: 300px;
}
.fomo-float-container .fomo-block.fomo-status-active a {
  background-image: -moz-radial-gradient(80%, circle, #357bc3, #357bc3 100%);
  background-image: -ms-radial-gradient(80%, circle, #357bc3, #357bc3 100%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#357bc3), to(#357bc3));
  background-image: -webkit-radial-gradient(80%, circle, #357bc3, #357bc3 100%);
  background-image: -o-radial-gradient(80%, circle, #357bc3, #357bc3 100%);
  background-image: radial-gradient(80%, circle, #357bc3, #357bc3 100%);
  color: white;
}
.fomo-float-container .fomo-block.fomo-status-active a:after {
  background-image: url('../../img/fomo/1.svg');
  left: -53px;
  width: 195px;
  height: 100px;
}
.fomo-float-container .fomo-block.fomo-status-active .text-jackpot {
  color: white;
  text-shadow: -1px 1px 0px black;
}
.fomo-float-container .fomo-block.fomo-status-active .title {
  left: 139px;
  font-size: 35px;
}
.fomo-float-container .fomo-block.fomo-status-active .info {
  right: 0;
  width: 285px;
}
.fomo-float-container .fomo-block.fomo-status-hot a {
  background-image: -moz-radial-gradient(80%, circle, #af0244, #e10245 100%);
  background-image: -ms-radial-gradient(80%, circle, #af0244, #e10245 100%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#af0244), to(#e10245));
  background-image: -webkit-radial-gradient(80%, circle, #af0244, #e10245 100%);
  background-image: -o-radial-gradient(80%, circle, #af0244, #e10245 100%);
  background-image: radial-gradient(80%, circle, #af0244, #e10245 100%);
  color: white;
}
.fomo-float-container .fomo-block.fomo-status-hot a:after {
  background-image: url('../../img/fomo/3.svg');
  left: -50px;
}
.fomo-float-container .fomo-block.fomo-status-hot .text-jackpot {
  color: white;
}
.fomo-float-container .fomo-block.fomo-status-hot .title {
  left: 130px;
}
.fomo-float-container .fomo-block.fomo-status-hot .info {
  right: 0;
  width: 300px;
}
.fomo-float-container .text-jackpot {
  font-size: 30px;
}
