/* ========= General ======== */
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #1a1a1a;
}

::-webkit-scrollbar
{
  width: 5px;
  background-color: #1a1a1a;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: rgba(242, 226, 93, 1);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(218, 192, 65, 1);
  transition: all 0.3s ease;
}


/* ========= Slots Page ======== */


#slots .game-one-half-slot {
  float: left;
  width: 25%;
}

#slots .game-box-slots {
  background: #0092b1;
  position: relative;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#slots .game-box-slots:hover {
  background: #15b586;
}

#slots .game-box-slots:hover .game-title-slots {
  color: #fff;
}

#slots .game-box-slots img {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#slots .game-box-slots:hover img {
  -webkit-transform: scale(1.15) rotate(0deg);
  -moz-transform: scale(1.15) rotate(0deg);
  -ms-transform: scale(1.15) rotate(0deg);
  -o-transform: scale(1.15) rotate(0deg);
  transform: scale(1.15) rotate(0deg);
}

#slots .slots-img-wrap {
  width: 100%;
  overflow: hidden;
}

#slots .game-title-slots {
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.slots-games a {
  color: white;
  overflow: hidden;
}

.slots-games .slot-hover-buttons {
  position: absolute;
  max-width: 100%;
  min-width: 246px;
  height: 192px;
  opacity: 0;
  background-color: rgba(0,0,0,0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 21px 16px;
}

.slots-games:hover .slot-hover-buttons {
  opacity: 1;
}

.slots-games > .game-maintenance {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  margin: 5px;
  width: 196px;
  height: 159px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /*display: none;*/
  z-index: 995;
}

.slots-games > .game-maintenance > img {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  width: 20px;
  height: 20px;
}

.slots-games > .game-maintenance > div {
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
}

.slot-play-button {
  padding: 10px 15px;
  background: #15b586;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin: 20% auto;
  /*width: 60%;*/
  text-align: center;
}

.playtechimg {
  height: 161px;
}

.badge-game {
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.badge-game i {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 25px;
}

.badge-game.cq9 {
    background: #a8c52c;
}
.badge-game.cq9 i {
    background-image: url(../img/provider/cq9.png);
}
.badge-game.gameplay i {
    background-image: url(../img/provider/gameplay.jpg);
    height: 30px;
    width: 33px;
    background-size: 34px;
}
.badge-game.isoftbet i {
  background-image: url(../img/provider/isoftbet.png);
}
.badge-game.microgaming i {
  background-image: url(../img/provider/microgaming.png);
}
.badge-game.spadegaming {
  height: 40px;
  width: 42px;

}
.badge-game.spadegaming i {
  background-image: url(../img/provider/spadegaming.png);
  height: 32px;
width: 45px;
background-size: 36px;
}
.badge-game.playstar {
  background:#2a6ac4;
}
.badge-game.playstar i {
    background-image: url(../img/provider/playsar.png);
}
.badge-game.playtech {
  background:#353c7a;
}
.badge-game.playtech i {
    background-image: url(../img/provider/playtech.png);
    filter: brightness(0) invert(1);
}
.badge-game.habanero i {
  width: 25px;
  background-image: url(../img/provider/habanero.png);
}
.badge-game.pragmatic i {
  background-image: url(../img/provider/prag.png);
  height: 37px;
  width: 29px;
  background-size: 54px;
}

.game-title-slots.play-btn {
  background: #15b586;
  color: #fff;
}

.game-title-slots.play-btn:hover, .game-title-slots.play-btn.hovered {
  background: #005b40;
}

#slots .game-box-slots{
  background: rgba(222,199,71,1);
  background: -moz-linear-gradient(top, rgba(222,199,71,1) 0%, rgba(255,243,114,1) 18%, rgba(240,225,88,1) 30%, rgba(169,141,29,1) 54%, rgba(222,199,71,1) 95%, rgba(222,199,71,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,199,71,1)), color-stop(18%, rgba(255,243,114,1)), color-stop(30%, rgba(240,225,88,1)), color-stop(54%, rgba(169,141,29,1)), color-stop(95%, rgba(222,199,71,1)), color-stop(100%, rgba(222,199,71,1)));
  background: -webkit-linear-gradient(top, rgba(222,199,71,1) 0%, rgba(255,243,114,1) 18%, rgba(240,225,88,1) 30%, rgba(169,141,29,1) 54%, rgba(222,199,71,1) 95%, rgba(222,199,71,1) 100%);
  background: -o-linear-gradient(top, rgba(222,199,71,1) 0%, rgba(255,243,114,1) 18%, rgba(240,225,88,1) 30%, rgba(169,141,29,1) 54%, rgba(222,199,71,1) 95%, rgba(222,199,71,1) 100%);
  background: -ms-linear-gradient(top, rgba(222,199,71,1) 0%, rgba(255,243,114,1) 18%, rgba(240,225,88,1) 30%, rgba(169,141,29,1) 54%, rgba(222,199,71,1) 95%, rgba(222,199,71,1) 100%);
  background: linear-gradient(to bottom, rgba(222,199,71,1) 0%, rgba(255,243,114,1) 18%, rgba(240,225,88,1) 30%, rgba(169,141,29,1) 54%, rgba(222,199,71,1) 95%, rgba(222,199,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dec747', endColorstr='#dec747', GradientType=0 );
}
#slots .game-box-slots:hover{
  background: #e0b451;
}
.slot-play-button{
  background: #e0b451;
}

@media (max-width: 700px) {

  /* provider */

  /* habanro */
  .badge-game.habanero i {
    width: 17px;
    height: 17px;
  }

  .badge-game.habanero  {
    width: 16px;
  }

  /* playstar */
  .badge-game.playstar  {
    height: 15px;
    width: 15px;
  }
  .badge-game.playstar i {
    height: 15px;
    width: 15px;
  }
    /* playstar */
    .badge-game.cq9  {
      height: 15px;
      width: 15px;
    }
    .badge-game.cq9 i {
      height: 15px;
      width: 15px;
    }
    .badge-game.playtech {
      height: 15px;
      width: 15px;
    }
    .badge-game.playtech i {
      height: 15px;
      width: 15px;
    }

    .playtechimg {
      height: 56px;
    }

  .badge-game i {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
    .dafser {
    width: 150px;
    margin-left: -130px;
    padding-top: 10px;
    padding-left: 0;
  }
  /* end-provicer */

  #slots .game-one-half-slot {
  float: left;
  width: 33%;
}

#slots .slots-img-wrap {
    width: 100%;
    /* height: 130px;  */
    overflow: hidden;
}
.slots-games .slot-hover-buttons {
  display: none;
}
.med {
    width: 0px;
    margin-right: 5px;
}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
}

.modal-header {
	padding: 10px 0 0;
	border-bottom: 3px solid #fff;
}

.modal-title {
	font-weight: 600;
	font-size: 24px;
}

.modal-content {
	border-radius: 0;
	padding: 0 20px;
	font-family: 'calibri';
	background-color: white;
	border-radius: 5px;
}

.modal-body {
	position: relative;
	padding: 15px 0;
}
