.cc85-roullete-container{
    font-size: 16px;
    box-sizing: content-box;
    width: 100%;
    height: auto;
    /* width: 100%; */
    /* border: 1px solid red; */
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-transform: uppercase;
    background: rgb(41,166,185);
    background: linear-gradient(140deg, rgba(41,166,185,1) 0%, rgba(26,29,80,1) 100%);
    background-attachment: fixed;
    color: white !important;
    letter-spacing: 0.2rem;
}

.cc85-roullete-container .over{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,1);
    display: none;
    z-index: 9998;
}

.cc85-roullete-container h1, .cc85-roullete-container h2, .cc85-roullete-container h3{
    text-transform: uppercase;
    text-align: center;
}

.cc85-roullete-container .view-window{
    border: 1px solid white;
    width: 300px;
    height: 50px;
    border-radius: 15px;
    overflow: hidden;

}

.cc85-roullete-container .view-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    /* border: 1px solid #454545; */
    /*



    overflow: hidden;
    border-radius: 15px; */
}

.cc85-roullete-container #view{
    position: relative;
    transition: top 0.5s ease-in-out;
    top: 50px;
    animation: appear 0.8s linear infinite;
}

.cc85-roullete-container #view div{
    /* border: 1px solid black; */
    width: 300px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    /* color: #bb56a3; */

}

.cc85-roullete-container .button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    margin: 10px;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 15px;
    font-size: 1.5rem;
    background-color: rgba(255,255,255,0.5);
    margin: 2rem 0;
    /* color: rgba(0, 0, 0, 0.5); */
}

.cc85-roullete-container .infiniteScroll{
    animation: infiniteScroll 0.2s linear infinite;
}

/*PANELS*/

.cc85-roullete-container #active, .cc85-roullete-container #inactivos{
    padding: 1rem;
    /* text-align: center; */
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center
    /* position: absolute;
    left: 0;
    top: 0;
; */
    /* border: 1px solid red; */
}



.cc85-roullete-container #active div, .cc85-roullete-container #inactivos div{
    position: relative;
    font-size: 1rem;
    width: 80%;
    height: 30px;
    /* opacity: 1; */
    animation: appear 1s linear;
    /* animation: toLeft 1s linear; */
    animation-fill-mode: forwards;
    background-color: rgba(255,255,255,0.1);
    margin: 0.2rem 0;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0.2rem solid #0fb1f0;
}

.cc85-roullete-container .max{
    transform: scale(3) rotate(720deg);
    background-color: white;
    color: rgba(26,29,80,1);
    border: rgba(26,29,80,1) solid 0.2rem;
    transition: transform 0.5s;
}

  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .cc85-roullete-container .max{
      transform: scale(1.5) rotate(720deg);
    }
  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .cc85-roullete-container .max{
      transform: scale(1.5) rotate(720deg);
    }
  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .cc85-roullete-container .max{
      transform: scale(2.5) rotate(720deg);
    }
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .cc85-roullete-container .max{
      transform: scale(2.5) rotate(720deg);
    }
  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .cc85-roullete-container .max{
      transform: scale(4) rotate(720deg);
    }
  }

.cc85-roullete-container img{
    width: 50%;
    height: auto;
    margin: 2rem 0;
}

@keyframes infiniteScroll{
    from{
        top: 0;
    }

    to{
        top: -500%;
    }
}


@keyframes appear{
    from{
        opacity: 0;

    }

    to{
        opacity: 1;

    }
}


@keyframes toLeft{
    from{

        left: -10%;
    }

    to{

        left: 0;
    }
}

/*piro*/



  .pyro > .before,
  .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  }

  .pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
  }

  @-webkit-keyframes bang {
    to {
      box-shadow: -100px -85.6666666667px #ff8400, -178px -194.6666666667px #00ff48, -229px 83.3333333333px #00ffb7, 101px -389.6666666667px #ff0099, -164px -12.6666666667px red, 232px 69.3333333333px #ffd000, -123px -378.6666666667px #ff9100, 16px -37.6666666667px #ff0062, 204px -267.6666666667px #8800ff, -126px -98.6666666667px #00d5ff, 5px 59.3333333333px #00a2ff, -117px -343.6666666667px #00e1ff, -67px -321.6666666667px #1e00ff, 77px -55.6666666667px #00ff9d, 173px -7.6666666667px #aa00ff, 137px -376.6666666667px #001eff, 117px -63.6666666667px #00e6ff, 143px -35.6666666667px #fffb00, -202px -156.6666666667px #6fff00, -201px -321.6666666667px #55ff00, 155px 44.3333333333px #b7ff00, -13px -260.6666666667px #00ff84, -153px -119.6666666667px #ff3300, -224px -329.6666666667px #ff8000, 89px -382.6666666667px #ff0011, -60px -129.6666666667px #ff0099, 85px -2.6666666667px #ff4800, 249px 60.3333333333px #3c00ff, 161px -101.6666666667px red, -22px -4.6666666667px #00fbff, -49px -37.6666666667px #aa00ff, 101px -115.6666666667px #ffbb00, 185px -91.6666666667px #00c4ff, -226px -154.6666666667px #ffcc00, 227px -224.6666666667px #ff0022, 226px 5.3333333333px #00ff09, 66px -49.6666666667px #ff1500, -196px -305.6666666667px #00ff44, -20px -23.6666666667px #ae00ff, -215px -133.6666666667px #0015ff, 103px -403.6666666667px #6600ff, 6px -376.6666666667px darkorange, 26px -255.6666666667px #fff700, 152px -402.6666666667px #b3ff00, 10px 23.3333333333px #009dff, -202px -320.6666666667px #e100ff, 192px -31.6666666667px #00f2ff, 105px -389.6666666667px #00ff5e, -41px 69.3333333333px #ff9100, 167px -382.6666666667px #009dff, -24px -251.6666666667px #00ffd0;
    }
  }
  @-moz-keyframes bang {
    to {
      box-shadow: -100px -85.6666666667px #ff8400, -178px -194.6666666667px #00ff48, -229px 83.3333333333px #00ffb7, 101px -389.6666666667px #ff0099, -164px -12.6666666667px red, 232px 69.3333333333px #ffd000, -123px -378.6666666667px #ff9100, 16px -37.6666666667px #ff0062, 204px -267.6666666667px #8800ff, -126px -98.6666666667px #00d5ff, 5px 59.3333333333px #00a2ff, -117px -343.6666666667px #00e1ff, -67px -321.6666666667px #1e00ff, 77px -55.6666666667px #00ff9d, 173px -7.6666666667px #aa00ff, 137px -376.6666666667px #001eff, 117px -63.6666666667px #00e6ff, 143px -35.6666666667px #fffb00, -202px -156.6666666667px #6fff00, -201px -321.6666666667px #55ff00, 155px 44.3333333333px #b7ff00, -13px -260.6666666667px #00ff84, -153px -119.6666666667px #ff3300, -224px -329.6666666667px #ff8000, 89px -382.6666666667px #ff0011, -60px -129.6666666667px #ff0099, 85px -2.6666666667px #ff4800, 249px 60.3333333333px #3c00ff, 161px -101.6666666667px red, -22px -4.6666666667px #00fbff, -49px -37.6666666667px #aa00ff, 101px -115.6666666667px #ffbb00, 185px -91.6666666667px #00c4ff, -226px -154.6666666667px #ffcc00, 227px -224.6666666667px #ff0022, 226px 5.3333333333px #00ff09, 66px -49.6666666667px #ff1500, -196px -305.6666666667px #00ff44, -20px -23.6666666667px #ae00ff, -215px -133.6666666667px #0015ff, 103px -403.6666666667px #6600ff, 6px -376.6666666667px darkorange, 26px -255.6666666667px #fff700, 152px -402.6666666667px #b3ff00, 10px 23.3333333333px #009dff, -202px -320.6666666667px #e100ff, 192px -31.6666666667px #00f2ff, 105px -389.6666666667px #00ff5e, -41px 69.3333333333px #ff9100, 167px -382.6666666667px #009dff, -24px -251.6666666667px #00ffd0;
    }
  }
  @-o-keyframes bang {
    to {
      box-shadow: -100px -85.6666666667px #ff8400, -178px -194.6666666667px #00ff48, -229px 83.3333333333px #00ffb7, 101px -389.6666666667px #ff0099, -164px -12.6666666667px red, 232px 69.3333333333px #ffd000, -123px -378.6666666667px #ff9100, 16px -37.6666666667px #ff0062, 204px -267.6666666667px #8800ff, -126px -98.6666666667px #00d5ff, 5px 59.3333333333px #00a2ff, -117px -343.6666666667px #00e1ff, -67px -321.6666666667px #1e00ff, 77px -55.6666666667px #00ff9d, 173px -7.6666666667px #aa00ff, 137px -376.6666666667px #001eff, 117px -63.6666666667px #00e6ff, 143px -35.6666666667px #fffb00, -202px -156.6666666667px #6fff00, -201px -321.6666666667px #55ff00, 155px 44.3333333333px #b7ff00, -13px -260.6666666667px #00ff84, -153px -119.6666666667px #ff3300, -224px -329.6666666667px #ff8000, 89px -382.6666666667px #ff0011, -60px -129.6666666667px #ff0099, 85px -2.6666666667px #ff4800, 249px 60.3333333333px #3c00ff, 161px -101.6666666667px red, -22px -4.6666666667px #00fbff, -49px -37.6666666667px #aa00ff, 101px -115.6666666667px #ffbb00, 185px -91.6666666667px #00c4ff, -226px -154.6666666667px #ffcc00, 227px -224.6666666667px #ff0022, 226px 5.3333333333px #00ff09, 66px -49.6666666667px #ff1500, -196px -305.6666666667px #00ff44, -20px -23.6666666667px #ae00ff, -215px -133.6666666667px #0015ff, 103px -403.6666666667px #6600ff, 6px -376.6666666667px darkorange, 26px -255.6666666667px #fff700, 152px -402.6666666667px #b3ff00, 10px 23.3333333333px #009dff, -202px -320.6666666667px #e100ff, 192px -31.6666666667px #00f2ff, 105px -389.6666666667px #00ff5e, -41px 69.3333333333px #ff9100, 167px -382.6666666667px #009dff, -24px -251.6666666667px #00ffd0;
    }
  }
  @-ms-keyframes bang {
    to {
      box-shadow: -100px -85.6666666667px #ff8400, -178px -194.6666666667px #00ff48, -229px 83.3333333333px #00ffb7, 101px -389.6666666667px #ff0099, -164px -12.6666666667px red, 232px 69.3333333333px #ffd000, -123px -378.6666666667px #ff9100, 16px -37.6666666667px #ff0062, 204px -267.6666666667px #8800ff, -126px -98.6666666667px #00d5ff, 5px 59.3333333333px #00a2ff, -117px -343.6666666667px #00e1ff, -67px -321.6666666667px #1e00ff, 77px -55.6666666667px #00ff9d, 173px -7.6666666667px #aa00ff, 137px -376.6666666667px #001eff, 117px -63.6666666667px #00e6ff, 143px -35.6666666667px #fffb00, -202px -156.6666666667px #6fff00, -201px -321.6666666667px #55ff00, 155px 44.3333333333px #b7ff00, -13px -260.6666666667px #00ff84, -153px -119.6666666667px #ff3300, -224px -329.6666666667px #ff8000, 89px -382.6666666667px #ff0011, -60px -129.6666666667px #ff0099, 85px -2.6666666667px #ff4800, 249px 60.3333333333px #3c00ff, 161px -101.6666666667px red, -22px -4.6666666667px #00fbff, -49px -37.6666666667px #aa00ff, 101px -115.6666666667px #ffbb00, 185px -91.6666666667px #00c4ff, -226px -154.6666666667px #ffcc00, 227px -224.6666666667px #ff0022, 226px 5.3333333333px #00ff09, 66px -49.6666666667px #ff1500, -196px -305.6666666667px #00ff44, -20px -23.6666666667px #ae00ff, -215px -133.6666666667px #0015ff, 103px -403.6666666667px #6600ff, 6px -376.6666666667px darkorange, 26px -255.6666666667px #fff700, 152px -402.6666666667px #b3ff00, 10px 23.3333333333px #009dff, -202px -320.6666666667px #e100ff, 192px -31.6666666667px #00f2ff, 105px -389.6666666667px #00ff5e, -41px 69.3333333333px #ff9100, 167px -382.6666666667px #009dff, -24px -251.6666666667px #00ffd0;
    }
  }
  @keyframes bang {
    to {
      box-shadow: -100px -85.6666666667px #ff8400, -178px -194.6666666667px #00ff48, -229px 83.3333333333px #00ffb7, 101px -389.6666666667px #ff0099, -164px -12.6666666667px red, 232px 69.3333333333px #ffd000, -123px -378.6666666667px #ff9100, 16px -37.6666666667px #ff0062, 204px -267.6666666667px #8800ff, -126px -98.6666666667px #00d5ff, 5px 59.3333333333px #00a2ff, -117px -343.6666666667px #00e1ff, -67px -321.6666666667px #1e00ff, 77px -55.6666666667px #00ff9d, 173px -7.6666666667px #aa00ff, 137px -376.6666666667px #001eff, 117px -63.6666666667px #00e6ff, 143px -35.6666666667px #fffb00, -202px -156.6666666667px #6fff00, -201px -321.6666666667px #55ff00, 155px 44.3333333333px #b7ff00, -13px -260.6666666667px #00ff84, -153px -119.6666666667px #ff3300, -224px -329.6666666667px #ff8000, 89px -382.6666666667px #ff0011, -60px -129.6666666667px #ff0099, 85px -2.6666666667px #ff4800, 249px 60.3333333333px #3c00ff, 161px -101.6666666667px red, -22px -4.6666666667px #00fbff, -49px -37.6666666667px #aa00ff, 101px -115.6666666667px #ffbb00, 185px -91.6666666667px #00c4ff, -226px -154.6666666667px #ffcc00, 227px -224.6666666667px #ff0022, 226px 5.3333333333px #00ff09, 66px -49.6666666667px #ff1500, -196px -305.6666666667px #00ff44, -20px -23.6666666667px #ae00ff, -215px -133.6666666667px #0015ff, 103px -403.6666666667px #6600ff, 6px -376.6666666667px darkorange, 26px -255.6666666667px #fff700, 152px -402.6666666667px #b3ff00, 10px 23.3333333333px #009dff, -202px -320.6666666667px #e100ff, 192px -31.6666666667px #00f2ff, 105px -389.6666666667px #00ff5e, -41px 69.3333333333px #ff9100, 167px -382.6666666667px #009dff, -24px -251.6666666667px #00ffd0;
    }
  }
  @-webkit-keyframes gravity {
    to {
      transform: translateY(200px);
      -moz-transform: translateY(200px);
      -webkit-transform: translateY(200px);
      -o-transform: translateY(200px);
      -ms-transform: translateY(200px);
      opacity: 0;
    }
  }
  @-moz-keyframes gravity {
    to {
      transform: translateY(200px);
      -moz-transform: translateY(200px);
      -webkit-transform: translateY(200px);
      -o-transform: translateY(200px);
      -ms-transform: translateY(200px);
      opacity: 0;
    }
  }
  @-o-keyframes gravity {
    to {
      transform: translateY(200px);
      -moz-transform: translateY(200px);
      -webkit-transform: translateY(200px);
      -o-transform: translateY(200px);
      -ms-transform: translateY(200px);
      opacity: 0;
    }
  }
  @-ms-keyframes gravity {
    to {
      transform: translateY(200px);
      -moz-transform: translateY(200px);
      -webkit-transform: translateY(200px);
      -o-transform: translateY(200px);
      -ms-transform: translateY(200px);
      opacity: 0;
    }
  }
  @keyframes gravity {
    to {
      transform: translateY(200px);
      -moz-transform: translateY(200px);
      -webkit-transform: translateY(200px);
      -o-transform: translateY(200px);
      -ms-transform: translateY(200px);
      opacity: 0;
    }
  }
  @-webkit-keyframes position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }
  @-moz-keyframes position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }
  @-o-keyframes position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }
  @-ms-keyframes position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }
  @keyframes position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }

  .cc85-roullete-container .hide{
    display: none !important;
  }


/*form*/

.formroulette_container{
  width: 100%;
  display: flex !important;
  justify-content: center;
  flex-flow: column nowrap;
  /* border: 1px solid blue; */
  align-items: center;
}

.formroulette_container table {
  width: auto;
  border-collapse:separate;
  border-spacing: 0 1em;
  /* border: 1px solid yellow; */
}

.formroulette_container #ui{
  padding: 2rem;
  text-align: center;
}

/* .formroulette_container table tr td {padding-top: 10px; padding-bottom:10px} */


.table-roulette{
  width: 100%;

}

.table-roulette td{
  border: 1px solid black;
}

.table-roulette thead {
  font-weight: bold;
  text-align: center;
}
