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;
}

.timeline-item {
    padding-left: 40px;
}

.timeline-line {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-point {
    position: absolute;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.entregado-suave {
    background-color: #e9fff0; /* Verde muy suave */
    border-left: 4px solid #28a745; /* Línea verde elegante */
}

/* Marrón suave para BULTO RETENIDO */
.retenido-suave {
    background-color: #f0e2d6; /* Marrón pastel suave */
    border-left: 4px solid #a9744f; /* Marrón elegante */
}

.truncate {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-sm td, .table-sm th {
    padding: 0.35rem !important;
    font-size: 0.78rem !important;
    white-space: nowrap;
}

.col-naturaleza {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-hover tbody tr:hover {
    background-color: #f3f6ff !important;
}

.table thead th {
    font-size: 0.80rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-rounded {
    border-radius: 8px;
    overflow: hidden;
}

.table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}