body {
  background-color: #f8f9fa;
}

.full-hv {
  min-height: 100vh;
}

.slick-slide {
  outline: none
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 20px;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color:#343a40a1 !important;
  font-size: 30px;

}

.small-text {
  font-size: 12px;
}

.bg-light-radius {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}

.bg-light-radius-ganhador {
  color: #ffffff;
  background-color: #007bff;
  border-radius: 10px;
  margin-top: 10px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 3px solid #007bff;
}

.separator::before {
  margin-right: .50em;
}

.separator::after {
  margin-left: .50em;
}

.numeros-li{
  background-color: #007bff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: bolder;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;

}

.numeros-ul{
display: grid;
grid-template-columns: repeat( auto-fit, minmax(36px, 1fr) );
grid-gap: .5em;
padding: 5px;

}

#sel-sorteio {
  border: 2px solid #6c757d;
  font-weight: bold;
}

select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}

.disable-clicks {
  pointer-events: none;
}

.footer-widget {
  height: 100%;
  width: 100%;
}

.text-color-default {
  color:#54595F;
}
