body, html {
	height: 100%;
	margin: 0;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.logo-main-sistema {
  width: 300px;
  margin: 0 auto;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-main-visualizador {
  width: 300px;
  margin: 0 auto;
}

.container {
  padding-top: 5rem;
}

.container-fluid {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

/* Legacy spacing - titles class removed, buttons-forms class removed */

.botoes-acao-visualizador {
  width: 100px;
}

.botoes-acao-visualizador .fa-file-pdf {
  color: #be1f1f;
}

/* Legacy icon color overrides - now handled by btn-outline-* classes */

.custom-file {
  margin: 10px auto;
}

/* buttons-forms replaced by Bootstrap d-flex justify-content-end */

.margin-center {
  margin: 0 auto;
}

/* header-lista-dotacao replaced by Bootstrap d-flex card search bar */

.botoes-acao-cadastro {
  width: 200px;
}

::placeholder {
  color: #bbbbbb !important;
}

.text-center {
    text-align: center !important;
}

.qrcode {
    padding: 25px;
    background-color: #ced4da;
    width: 250px;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto;
}

.table-wrapper {
	overflow: hidden;
	border-radius: 0.5rem;
}

.table-bordered thead th {
	border: 1px solid #dee2e6;
}

.sorteio-bg-full {
  background-image: url('/assets/img/sorteio-blank.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1c365d;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.85);
  flex-direction: column;
}

.sorteio-nome {
  font-size: 100px;
  font-weight: 900;
}

.sorteio-dados {
  max-width: 90%;
}

.sorteio-campo {
  font-size: 55px;
  font-weight: 700;
  margin-top: 20px;
}

.sorteio-campo-label {
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  opacity: 0.85;
}

.sorteio-cpf {
  font-size: 75px;
  font-weight: 700;
}

.sorteio-intro img {
	width: 500px;
}

.sorteio-logo img {
	width: 80%;
}

@media (max-width: 768px) {
  .sorteio-nome {
    font-size: 50px;
    font-weight: 800;
  }

  .sorteio-campo {
    font-size: 28px;
    margin-top: 12px;
  }

  .sorteio-cpf {
    font-size: 35px;
    font-weight: 600;
  }
  
  .sorteio-intro img {
	width: 80%;
  }
}
