html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Estilos para a timeline de rastreio */
.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline-item {
  position: relative;
  padding: 15px 0 15px 40px;
  border-left: 2px solid #0d6efd;
  margin-left: 20px;
}

.timeline-item:last-child {
  border-left: 2px solid transparent;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -11px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0d6efd;
  border: 3px solid white;
}

.timeline-date {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 5px;
}

.timeline-content h5 {
  margin-bottom: 5px;
  color: #212529;
}

.timeline-content p {
  margin-bottom: 0;
  color: #6c757d;
}