
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: 30%;
}


*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
  }
  
  body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #202020;
    overflow: hidden;
  }
  
  .container-roleta{
    transform: rotate(180deg);
    z-index: 9;
    position: absolute;
  }
  .bg-white{
    width: 600px;
    height: 600px;
    background: #fff;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg at 50% 50%, #ff6b00, #ffa565, #ff6b00, #ffc49a, #b6520a, #ff6b00, #ff791a, #ffa260, #ff6b00, #d96e22, #fea566, #ff6b00, #ffab6f, #ff6b00, #ff731c, #ffb37d, #f46c0a 360deg);
    box-shadow: 0px 2px 20px 0px #00000033;
    border: solid 9px #f09453;
    filter: drop-shadow(2px 0px 176px #ffc49a);
  }
  
  .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: 68px;
    font-size: 19px;
    font-family: "Poppins", serif;
    color: #ff6b00;
    font-weight: bold;
    border: 3px solid #e7e7e7;
  }
  .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: -60px;
    rotate: 180deg;
    filter: drop-shadow(0px 10px 7px #00000033);
    border-radius: 85px;
  }
  
  .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: #ab4903;
    background: conic-gradient(from 0deg at 50% 50%, #ff6b00, #ffffff, #ff6b00, #642d06, #b6520a, #ff6b00, #ff791a, #ffffff, #ff6b00, #592704, #ff6b00, #ff6b00, #682f07, #ff6b00, #ff731c, #ff6b00, #37302b 360deg);
    border: 4px solid #ff6b00;
    border-color: #ff6b00 #c15100 #e86a0f #ff8834;
    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, #dc5800 50%, #b74c00 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-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */
.modal-backdrop{
  z-index: 900 !important;
}
.modal-dialog{
  margin-top: 5% !important;
}
.btn-block{
  width: 100%;
}
.modal-body{
  padding: 10px 2rem 2rem !important;
}
.modal-backdrop.show{
  opacity: .8 !important;
}
.modal-header{
  border-bottom: 1px solid #dee2e61a;
  justify-content: center;
  padding-bottom: 0;
}
.modal-header h5{
  font-size: 29px;
}
.modal-backdrop{
  background-color: #ff6700;
}
.modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: none;
  border-radius: 35px;
  color: #494949;
  outline: 0;
  box-shadow: #ffffff42 0px 3px 80px 20px;
  background: linear-gradient(42deg, rgb(255 255 255 / 68%) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 92%) 100%);
}
.btn-modal{
  background: #f86502;
  color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 60px;
  padding: 17px;
  margin-top: 15px;
}
.btn-modal:hover{
  background: #dc5800;
}
.btn-modal:active{
  background: #f86502;
}
.btn-modal:focus{
  background: #f86502;
  box-shadow: 0 0 0 .25rem rgb(248 101 2);
  border-color: #f86502;
}
.form-control{
  border: 1px solid #b3b3b342 !important;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: light-dark(rgb(254, 232, 232), rgba(70, 90, 126, 0.4)) !important;
  color: fieldtext !important;
}
#prize-name{
  font-size: 35px;
  font-weight: bold;
}
#prizeModal .modal-body{
  text-align: center !important;
  padding-bottom: 0 !important;
}
#prizeModal .modal-content{
  border-radius: 300px !important;
  padding: 50px !important;
  border: solid #ffffff 50px;
}

#prizeModal .modal-dialog {
  margin-top: 10% !important;
}