.games-double{

}

.roulette-wrapper{
  position:relative;
  display:flex;
  justify-content:center;
  width:100%;
  margin:0 auto;
  overflow:hidden;
}

.roulette-wrapper .selector{
  width:3px;
  background:grey;
  left:50%;
  height:100%;
  transform:translate(-50%,0%);
  position:absolute;
  z-index:2;
}

.roulette-wrapper .wheel{
  display:flex;
}

.roulette-wrapper .wheel .row-in{
  display:flex;
}

.roulette-wrapper .wheel .row-in .card{
  height:75px;
  width:75px;
  margin:3px;
  border-radius:8px;
  border-bottom:3px solid rgba(0,0,0,0.2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:1.5em;
}

.games-double .card.red{
  background:var(--cor-double-vermelho-background);
  color: var(--cor-double-vermelho-cortxt) !important;
}

.games-double .card.black{
  background:var(--cor-double-preto-background);
  color: var(--cor-double-preto-cortxt) !important;
}

.games-double .card.green{
  background:var(--cor-double-branco-background);
  color: var(--cor-double-branco-cortxt) !important;
}


.area-caixa-aposta{

}

.caixa-aposta{
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    padding: 12px;
    background: #282c44;
    border-radius: 8px;
}



.caixa-aposta-logado{

}

.caixa-aposta input{
    border: 1px solid #666;
    position: relative;
    display: block;
    width: 100%;
    padding: 8px;
    height: 44px;
    border-radius: 9px;
    margin-top: 12px;
}

.caixa-aposta .form-check{
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    padding-right: 12px;
    width: 32%;
}


.caixa-aposta .form-check label{
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    text-align: center;
    background: #f2f2f2;
    color: #666;
    border-radius: 7px;
    font-weight: normal;
    font-size: 16px;
    padding-top: 13px;
    cursor: pointer;
    border: 1px solid transparent;
}

.caixa-aposta .form-check input{
    display: none;
    opacity: 0;
}

@media(min-width:900px){

    .caixa-aposta .form-check-vermelho,
    .caixa-aposta .form-check-branco,
    .caixa-aposta .form-check-preto{
        margin-right: -5px !important;
    }

}



.caixa-aposta .form-check-vermelho label{
    background: var(--cor-double-vermelho-background);
    color: var(--cor-double-vermelho-cortxt);
}

.caixa-aposta .form-check-branco label{
    
}

.caixa-aposta .form-check-preto label{
    background: var(--cor-double-preto-background);
    color: var(--cor-double-preto-cortxt);
}

.caixa-aposta input[type="radio"]:checked+label{ 
    border:1px solid #fff;
    font-weight: bold;
} 

.caixa-aposta .form-check-branco input[type="radio"]:checked+label{ 
    border:1px solid #f95147;
    font-weight: bold;
} 

.colunas-ranking{
    position: relative;
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 35px;
    background: #282c44;
    border-radius: 8px;
}

.colunas-ranking .ranking-header{

}

.colunas-ranking .ranking-header h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
}

.colunas-ranking .ranking-header h3 span{
    position: relative;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #f2f2f2;
    margin-top: -17px;
}


.colunas-ranking .ranking-header h3 span.label-vermelho{
    background: var(--cor-double-vermelho-background);
    border: 1px solid var(--cor-double-vermelho-cortxt);;
}

.colunas-ranking .ranking-header h3 span.label-branco{
    background: var(--cor-double-branco-background);
    border: 1px solid var(--cor-double-branco-cortxt);
}

.colunas-ranking .ranking-header h3 span.label-preto{
    background: var(--cor-double-preto-background);
    border: 1px solid var(--cor-double-preto-cortxt);
}

.colunas-ranking .ranking-meta{

}

.colunas-ranking .ranking-meta h3{
    font-size: 16px;
}

.colunas-ranking .ranking-meta h3 span{
    font-size: 18px;
    float: right;
}

.colunas-ranking .ranking-meta h3 small{

}


.colunas-ranking .ranking-meta h4{
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 25px;
    background: #000;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    opacity: 0.8;
}

.colunas-ranking .ranking-meta h4 span{
    font-size: 12px;
    float: right;
    margin-top: 3px;
}

.colunas-ranking .ranking-meta h4 small{

}

.colunas-ranking .corpo-meta{
    font-size: 0.8em;
}

.colunas-ranking .corpo-meta p{

}

.colunas-ranking .corpo-meta p span{
    position: relative;
    display: inline-block;
    width: 49%;
}

.colunas-ranking .corpo-meta p span:nth-child(1){

}

.colunas-ranking .corpo-meta p span:nth-child(2){
    text-align: right;
}



.contador-proximo-giro{
    text-align: center;
    margin-bottom: 30px;
    min-height: 96px;
}

@media(max-width:540px){
    .contador-proximo-giro{
        margin-top: 30px;
    }
}

.contador-proximo-giro p{
    margin-bottom: 0;
}

.contador-proximo-giro .countDown {
    font-weight: bold;    
}

.contador-proximo-giro .days,
.contador-proximo-giro .hours,
.contador-proximo-giro .minutes,
.contador-proximo-giro .seconds {
    float: none;
    margin: 0 15px;
    color: #fff;
    display: inline-block;
}
.contador-proximo-giro .number, .contador-proximo-giro .desc {
    text-align: center;
}
.contador-proximo-giro .number {
    font-size: 35px;
}
.contador-proximo-giro .desc {
    font-size: 12px;
}


.feedback-aposta-double,
.feedback-aposta-double-2{
    text-align: center;
    padding: 20px;
}

#formApostaDouble,
#formApostaDouble2{
    position: relative;
}

.mascara-formulario-double{ 
    position: absolute;
    display: none;
    background: rgba(000,000,000,0.80);
    color: #fff;
    z-index: 99;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 108%;
    min-height: 300px;
    padding-top: 80px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
}

.mascara-formulario-double img{
    display: block;
    width: 21px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
} 




.lista-ultimos-resultados{
    padding-top: 24px;
}

.lista-ultimos-resultados h2{
    font-weight: normal;
    font-size: 16px;
}

.lista-ultimos-resultados div p{
    font-size: 13px;
}

.lista-ultimos-resultados div span{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #f2f2f2;
    border-radius: 5px;
    margin-right: 4px;
    margin-bottom: 8px;

    font-size: 14px !important;
    line-height: 0;
    padding-top: 13px;
    text-align: center;


    -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
}

.lista-ultimos-resultados div span.ultimo-resultado-span-branco{
    background: var(--cor-double-branco-background);
    color: var(--cor-double-branco-cortxt) !important;
    border:1px solid #f2f2f2;
}

.lista-ultimos-resultados div span.ultimo-resultado-span-preto{
    background: var(--cor-double-preto-background);
    color: var(--cor-double-preto-cortxt) !important;
    border:1px solid #f2f2f2;
}

.lista-ultimos-resultados div span.ultimo-resultado-span-vermelho{
    background: var(--cor-double-vermelho-background);
    color: var(--cor-double-vermelho-cortxt) !important;
    border:1px solid #f2f2f2;
}



.double-design-redondo{

}

.double-design-redondo .roulette-wrapper .wheel .row-in .card{
    border-radius: 100% !important;
}

.double-design-redondo .colunas-ranking .ranking-header h3 span{
    border-radius: 100% !important;
}

.double-design-redondo .lista-ultimos-resultados div span{
    border-radius: 100% !important;
}




.double-design-redondo_borda  .roulette-wrapper .wheel .row-in .card{
    border-radius: 100% !important;
    box-shadow: inset 0 0 0 3px white !important;
}

.double-design-redondo_borda .colunas-ranking .ranking-header h3 span{
    border-radius: 100% !important;
    box-shadow: inset 0 0 0 3px white !important;
}

.double-design-redondo_borda .lista-ultimos-resultados div span{
    border-radius: 100% !important;
}









.games-double .aposta__content__button{
    border-radius: 8px !important;
}
.feedback-aposta-double-2{
    margin-top:-48px;
}

.double-design-estrutural-compacto{
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 768px) {
    .double-mobile-first {
        order: 1 !important;
    }

    .double-mobile-second {
        order: 2 !important;
    }
}
