/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/


/*---------------------------------
	OUTROS ESTILOS
-----------------------------------*/
  section.fortune-tiger .container{
  	position: relative;
  	display: block;
    background: url('../images/background-3.jpg') #f2f2f2 no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .container-fortune-tiger {
    border-bottom: 0;
    background-color: #deb490;
    border-top: 0;
    position: relative;
    display: block;
    height: auto;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 23px;
    padding-left: 27px;
    padding-right: 27px;
  }

  #detalheBordaEsquerda{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 10;

  }

  #detalheBordaDireita{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: 10;
  }

  section.fortune-tiger .backdrop-background{
  position: absolute;
  display: block;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4); /* Cor de fundo branca com 70% de opacidade */
  backdrop-filter: blur(5px);
}

 .slotMachine1 .slotMachineContainer {
   transition-duration: 5s !important;
   animation-duration: 5s !important;
 }

 .slotMachine2 .slotMachineContainer {
   transition-duration: 6s !important;
   animation-duration: 6s !important;
 }

 .slotMachine3 .slotMachineContainer {
   transition-duration: 7s !important;
   animation-duration: 7s !important;
 }
#randomize .row,
#randomize2 .row,
#randomize3 .row{
  margin-bottom: 18px;
}

#randomize .randomize__item,
#randomize2 .randomize__item,
#randomize3 .randomize__item{
    padding: 0;
    width: 100%;
    height: auto;
    background: #deb490;
    border-radius: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    text-align: center;
}
/*
#randomize .row > div.col-4 > div {
  padding-top: 40px;
  padding-left: 40px;
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
*/


@media(max-width:540px){
  #randomize .col-4,
  #randomize2 .col-4,
  #randomize3 .col-4{
    padding: 4px;
  }
}

.randomizeMachine {
  width: 100%;
  height: 100px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}


#randomize .btn-group,
#randomize2 .btn-group,
#randomize3 .btn-group {
  margin-top: 30px;
  width: auto;
  margin-bottom: 15px;
}

.machineResult {
  color: #fff;
  text-align: center;
  font-weight: 900;
  height: 50px !important;
  background: transparent !important;
  font-size: 18px;
  padding: 10px !important;
}


.area-game-frame{
  position: relative;
  display: block;
  height: 800px;
  background: url('../images/background-1.jpg') #000 no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 5;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  padding-top: 165px;
}

@media(max-width:540px){
   .area-game-frame{
    width: 100%;
   }
}

.mascote-animacao{
  position: absolute;
  display: block;
  z-index: 180;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  animation: pulseMascote 1s infinite;
}



.mascote-animacao img{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: moveUpDownMascote 7s infinite;
  
}

#mutesound{
   position: absolute;
    top: 6px;
    right: 10px;
    z-index: 181;
}

#mutesound img{
    filter: invert(1);
    width: 18px;
}


@keyframes pulseMascote {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes moveUpDownMascote {
  0%, 100% {
    transform: translateY(0);
  }
  40%, 75% {
    transform: translateY(50%);
  }
}


@keyframes pulseAndMove {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  12.5%, 62.5% {
    transform: scale(1) translateY(48%);
  }
  25%, 75% {
    transform: scale(1.1) translateY(48%);
  }
  37.5%, 87.5% {
    transform: scale(1) translateY(48%);
  }
}


@keyframes pulsePrize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.0500);
  }
  100% {
    transform: scale(1);
  }
}


@keyframes pulsePrizeModelo2 {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.0500);
  }
  100% {
    transform: scale(1);
  }
}


.capa-slot{
  position: absolute;
  display: block;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 614px;
  background: url('../images/capa.jpg') #000 no-repeat;
  background-size: cover;
  background-position: top center;
}

.capa-slot a,
.capa-slot a:hover{
  text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    background-color: rgb(195, 32, 182);
    text-shadow: rgb(195, 32, 182) 0px 1px 2px;
    border: 2px solid rgba(0,0,0,.15);
    border-radius: 8px;
    height: 39px;
    top: auto;
    width: 180px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
    background-origin: border-box;
    /* border: 0.87px solid hsla(0,0%,100%,.4); */
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900;
    padding-top: 7px;
    font-family: Arial;
}



#randomizeButton{
  background: url('../images/circulo-bet.png') #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  border: 1px solid #000 !important;
  outline: none !important;
  animation: spinSlot 3s linear infinite;
  overflow: hidden; 
}



.shadow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 215, 0, 0.5); /* Cor dourada com 50% de opacidade */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#randomizeButton.clicked .shadow-effect {
  width: 300%; /* Aumenta o tamanho da sombra */
  height: 300%; /* Aumenta o tamanho da sombra */
  opacity: 0; /* Desaparece a sombra */
  transition: all 0.5s;
}



#randomizeButton.fastSpin {
  animation: spinFast 3s linear;
}



@keyframes spinSlot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinFast {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36000deg);
  }
  /*100% {
    transform: rotate(0deg);
  }*/
}


section.fortune-tiger .valor-aposta {

}
section.fortune-tiger .valor-aposta form {

}
section.fortune-tiger .valor-aposta form .form-group {
  position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: -7px;
}
section.fortune-tiger .valor-aposta form .form-group label {
color: #fff;
    font-size: 13px;
    margin-top: 14px;
    text-align: left !important;
    position: relative;
    display: block;
}
section.fortune-tiger .valor-aposta form .form-group input.form-control {
  background: #8b1e25;
    color: #fff;
    border-radius: 9px;
    height: 54px;
    padding-top: 5px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 13px;
}
section.fortune-tiger .valor-aposta form .form-group input.form-control::-webkit-input-placeholder { /* Para navegadores WebKit (Safari, Chrome) */
  color: #f2f2f2;
}

section.fortune-tiger .valor-aposta form .form-group input.form-control::-moz-placeholder { /* Para navegadores Firefox 19+ */
  color: #f2f2f2;
  opacity: 1; /* Necessário para corrigir o problema de opacidade no Firefox */
}

section.fortune-tiger .valor-aposta form .form-group input.form-control:-ms-input-placeholder { /* Para navegadores Internet Explorer 10+ */
  color: #f2f2f2;
}

section.fortune-tiger .valor-aposta form .form-group input.form-control:-moz-placeholder { /* Para navegadores Firefox antigos */
  color: #f2f2f2;
  opacity: 1; /* Necessário para corrigir o problema de opacidade no Firefox */
}




section.fortune-tiger .action-apoio {

}
section.fortune-tiger .action-apoio a,
section.fortune-tiger .action-apoio a:hover{

}
section.fortune-tiger .action-apoio a i{

}



section.fortune-tiger .form-group-sugestoes {
  padding-top: 16px;
}

section.fortune-tiger .form-group-sugestoes .row{
  margin-left: -5px;
  margin-right: -5px;
}



section.fortune-tiger .form-group-sugestoes .col {
  padding: 0;
  padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
section.fortune-tiger .form-group-sugestoes .col span {
  position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: #8b1e25;
    color: #ede600;
    border-radius: 5px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
    padding-bottom: 5px;
}





section.fortune-tiger .janela-de-alerta {
   position: absolute;
   display: none;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 302;
}

section.fortune-tiger .janela-de-alerta .mascara-tiger{
    position: absolute;
    display: block;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,0.40);
    z-index: 1;
}

section.fortune-tiger .janela-em-si{
    position: relative;
    display: block;
    z-index: 2;
    color: #fff;
    background: #000;
    width: 80%;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 150px;
}

@media(max-width:540px){
  section.fortune-tiger .janela-em-si{
    width: 90%;
  }
}

section.fortune-tiger .janela-de-alerta h2 {
  font-weight: bold;
    font-size: 24px;
}
section.fortune-tiger .janela-de-alerta p {
    font-size: 14px;
}
section.fortune-tiger .janela-de-alerta a,
section.fortune-tiger .janela-de-alerta a:hover {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #e78017;
    padding: 7px;
    padding-bottom: 10px;
    border-radius: 8px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-decoration: none !important;
}



#switchModoTeste{
    position: absolute;
    top: 9px;
    left: 11px;
    z-index: 181;
}

#switchModoTeste label{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
}

#switchModoTeste input{

}


#switchModoTeste .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00ed68 !important;
    background-color: #00ed68 !important;
}


.form-group-valor-aposta{
    position: relative;
}

.form-group-valor-aposta .layer-bloqueio-campo-aposta{
    position: absolute;
    display: none;
    top: -3px;
    left: -2.5%;
    width: 105%;
    height: 135px;
    background: rgba(000,000,000,0.55);
    z-index: 999;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 45px;
}