/* egames */
.list-game-bygroup{
  display: inline-block;
  max-height: 845px;
  overflow-y: auto;
  overflow-y: auto;
  scrollbar-color: #555 #000;
  scrollbar-width: thin;     
  width: 100%; 
}
.list-game-bygroup::-webkit-scrollbar {
    width: 5px;
}
.list-game-bygroup::-webkit-scrollbar-track {
    background: #000; 
}
.list-game-bygroup::-webkit-scrollbar-thumb {
    background: #555; 
}
.list-game-bygroup::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.top-cont-egames{
  display: inline-block;
  width: 100%;
  padding: 15px 0 5px;
}
.top-cont-egames .nav-pills>li>a{
  border-radius: 0px;
}
.top-cont-egames .navbar-nav>li>a {
    z-index: 0 !important;
}
.top-cont-egames .navbar-form{
  margin: 0px;
}
.top-cont-egames .navbar-inverse{
  background-color: unset;
}
.top-cont-egames .cont-search-egames{
  padding: 3px;
}
.top-cont-egames .form-control{
  margin-top: unset;
}
.top-cont-egames .ipt-egames-search{
  border: 1px solid #0a700b;
}
.top-cont-egames .btn.btn-default{
  background-color: #0a700b;
  border-color: #0a700b;
  color: #fff;
}

.ul-provider{
  margin-right: 5px;
}
.ul-provider li{
  border-right: 1px solid transparent;
}
.ul-provider li a{
  color: #10ffb4;
  padding: 10px 25px;
  background: #333; 
  border-bottom: 2px solid #777;
  transition: 0.3s;
}
.ul-provider li.active a,.ul-provider li a:hover{
  background: linear-gradient(0deg, #0a700b, #07bb01);
  background: -webkit-linear-gradient(90deg, #0a700b, #07bb01);
  background: -moz-linear-gradient(0deg, #0a700b, #07bb01);
  background: -o-linear-gradient(0deg, #0a700b, #07bb01);
  border-bottom: 2px solid #07ba01;
  color: #fff;
  z-index: 999;
}
.ul-provider li a {
  background: -webkit-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(93 93 93) 100% ) !important;
  background: linear-gradient( 0deg, rgb(0 0 0) 0%, rgb(93 93 93) 100% ) !important;
  color: #fff !important;
  border-bottom: 2px solid transparent !important;
  z-index: 999;
}

.single-egames{
  float: left;
  width: calc(100% / 6);
  margin-bottom: 10px;
}
.box-egames{
  margin: 0 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
}
.game-egames{
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.single-egames:hover .egames-hover{
  opacity: 1;
}
.single-egames:hover .egames-img-wrap{
  background-color: rgba(0,0,0,0.5);
}
.egames-hover{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 100%;
  height: 183px;
}
.egames-play-button{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 40% auto;
  text-align: center;
}
.egames-play-button img{
  width: 100%;
  height: 100%;
}
.egames-img-wrap{
  position: relative;
  padding: 0px;
  height: 183px;
  background: #000;
}
.egames-img-wrap img.img-pp-game {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
}
.egames-img-wrap img:before { 
  content: "";
  color: #fff;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.tournament-icon, .badge-game{
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 5px;
  position: absolute;
}
.tournament-icon svg{
  fill: #fff;
  position: unset;
  transform: unset;
}
svg.playnow,svg.playdemo{
  fill: #fff;
  position: unset;
  transform: unset;
  width: 85px;
}
.new-icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  /*transform: rotateY(0deg) rotateZ(90deg);*/
}
.new-icon svg{
  fill: #fff;
  position: unset;
  transform: unset;
}
.egames-title{
  background: linear-gradient(0deg, #0a700b, #07bb01);
  background: -webkit-linear-gradient(90deg, #0a700b, #07bb01);
  background: -moz-linear-gradient(0deg, #0a700b, #07bb01);
  background: -o-linear-gradient(0deg, #0a700b, #07bb01);
  white-space: nowrap;
  height: 27px;
  padding: 3px 0 0 5px;
  color: #fff;
  text-align: center;
}

.egames-sidebar .icon-sidebar svg{
  fill: #fff;
}

.long-title {
  overflow: hidden;
  position: relative;
}
.long-title b{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);  
  transform:translateX(100%);
  -moz-animation: scroll-left 10s linear infinite;
  -webkit-animation: scroll-left 10s linear infinite;
  animation: scroll-left 10s linear infinite;
}
@-moz-keyframes scroll-left {
  0%   { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
  0%   { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
  0%   { 
    -moz-transform: translateX(100%); 
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);     
  }
  100% { 
    -moz-transform: translateX(-100%); 
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); 
  }
}

/*End egames*/