
header {
    display: flex;
    justify-content: left;
    align-items: left;
    background-color: #f0f0f0;
    padding: 20px 0;
}
.logo {
  max-width: 300px;
  height: auto;
  position: absolute;
  z-index: 9999;
  left: 100px;
  top: 44%;
}
.logo-promo{
    max-width: 370px;
    height: auto;
    position: absolute;
    z-index: 9999;
    right: 32px;
    top: 25%;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Lexend", serif;
  }
  
  body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
  }
  
  .container-roleta{
    transform: rotate(180deg);
    z-index: 9;
  }
  .bg-white{
    width: 600px;
    height: 600px;
    background: #fff;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg at 50% 50%, #2196f3, #ffffff, #157ccd, #002c58, #002c58, #1f6dbb, #3376ab, #ffffff, #002c58, #02203f, #ffffff, #165ba0, #002c58, #0e57a1, #2196f3, #ffffff, #2196f3 360deg);
    box-shadow: 0px 2px 20px 20px #00000033;
  }
  
  .container-roleta::before{
    content: "Girar!";
    width: 80px;
    height: 80px;
    background-color: white;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    pointer-events: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
    font-family: sans-serif;
    color: #0e57a1;
    font-weight: bold;
  }
  .pino{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    bottom: -40px;
    rotate: 180deg;
    filter: drop-shadow(0px 10px 27px #000000);
  }
  
  .roleta{
    /*background-color: #303030;*/
    border-radius: 360px;
    position: relative;
    overflow: hidden;
    
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
    -webkit-animation-duration: 5.8s;
            animation-duration: 5.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  
  .roleta::before{
    content: "";
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #002c58;
    background: conic-gradient(from 0deg at 50% 50%, #2196f3, #39a7ff, #157ccd, #002c58, #002c58, #1f6dbb, #2196f3, #165ba0, #002c58, #02203f, #165ba0, #165ba0, #002c58, #0e57a1, #2196f3, #2196f3, #2196f3 360deg);
    border: 4px solid #165ba0;
    border-color: #2196f3 #2196f3 #165ba0 #165ba0;
    cursor: pointer;
    font-size: 19px;
    display: flex;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
    box-shadow: 0px 7px 11px 4px #0000006b;
  }
  
  .opcao{
    border: 0 solid transparent;
    position: absolute;
    transform-origin: top center;
    top: 50%;
  }
  
  .opcao::before{
    z-index: 99999;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    width: 100%;
    line-height: 28px;
    /* left: 10px; */
    margin-top: 105px;
    transform: rotate(89deg);
    text-align: center;
  }
  
  .bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #165ba0 50%, #002c58 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }

  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }

  footer {
    position: absolute;
    bottom: 20px;
    color: #fff
  }
  table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px #f6f8fbcc;
}
.table.dataTable thead .sorting{
  background-image: none !important;
}


.led{
  height: .8vw;
  width: .8vw;
  border-radius: 50%;
  background-color: rgba(0, 255, 0, 0.4);
  margin: .5vw;
  box-shadow: 0px 1px 10px rgba(0, 255, 0);
  position: absolute;
}

.led-right{
  right: 30%;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.led-left{
  left: 30% !important;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}

.led-top{
  right: auto;
  left: auto;
  top: 30% !important;
  margin-left: 0;
  margin-right: 0;
}

.led-bottom{
  right: auto;
  left: auto;
  bottom: 30% !important;
  margin-left: 0;
  margin-right: 0;
}

.red-led{
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 5px rgb(255 255 255);
  animation: blinking 1s linear infinite;
  z-index: 9999;    
}


@keyframes blinking{
	from {opacity: 1;}
	to {opacity: .5}
	
}

.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background: radial-gradient(circle, rgba(33, 150, 243, 1) 0%, rgba(14, 87, 161, 1) 100%);
    margin: 15% auto;
    padding: 20px;
    border: 11px solid rgba(14, 87, 161, 1);
    width: 40%;
    text-align: center;
    border-radius: 205px;
    padding: 65px;
    box-shadow: -1px 20px 20px 11px #00000059;
}
#modal-message{
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0px 10px 6px #1b3e5a;
    letter-spacing: -3px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 17px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilo para o botão */
.botao-imprimir {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff; /* fundo branco como no texto */
  color: #005aa7; /* azul escuro usado no fundo da imagem */
  font-family: 'Arial Rounded MT Bold', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.botao-imprimir:hover {
  background-color: #e6e6e6;
}

/* Centralizar o conteúdo */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
