.fft-tracking-form {
    max-width: 100%;
    margin: 0px 20px 50px  20px;
  }
  .fft-tracking-form input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
  }
  .fft-tracking-form button {
    margin-top: 10px;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
  }
  .fft-tracking-form button:hover {
    background: #005f8d;
  }



.fft-tracking-result h4 code{background: #e32632;color:#fff;padding:5px 10px; font-weight:bolder!important;}


.fft-timeline {
  position: relative;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 3px solid #004d99;
}

.fft-timeline-item {
  margin-bottom: 20px;
  position: relative;
}

.fft-timeline-item::before {
  content: "●";
  color: #004d99;
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 14px;
}

.fft-timeline-date {
  font-weight: bold;
  font-size: 14px;
  color: #004d99;
  margin-bottom: 5px;
}

.fft-timeline-content {
  background: #f5faff;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #cce0f5;
}


/*Clientes panel*/

.fft-dashboard {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.fft-dashboard h2,
.fft-dashboard h3 {
  color: #004d99;
  margin-bottom: 15px;
}

.fft-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.fft-dashboard-table th,
.fft-dashboard-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.fft-dashboard-table th {
  background: #004d99;
  color: white;
}

.fft-dashboard-table td {
  background: white;
}

.fft-new-shipment-form input[type="text"],
.fft-new-shipment-form input[type="date"],
.fft-new-shipment-form textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0 15px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.fft-new-shipment-form button {
 
  background: #ed2a37;
  
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.fft-new-shipment-form button:hover {
  background: #004d99;
}

.fft-btn-view {
  background-color: #ffffff;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  margin:10px;
  
}

.fft-btn-print {
  background-color: #ffffff;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  margin:10px;
  
}



/*Shipment Details*/
.fft-shipment-detail {
  background: #f9f9f9;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 1024px;
  margin: 30px auto;
}

.fft-shipment-detail h2 {
  color: #004d99;
  margin-bottom: 20px;
  font-size: 24px;
}

.fft-shipment-detail p {
  font-size: 16px;
  margin: 10px 0;
}

.fft-shipment-log {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.fft-shipment-log li {
  background: #fff;
  border-left: 4px solid #004d99;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.fft-shipment-log li em {
  font-style: normal;
  color: #004d99;
  font-weight: bold;
}

.fft-shipment-log li span {
  display: block;
  background: #fef9e7;
  padding: 8px;
  border-left: 3px solid #f4d03f;
  margin-top: 8px;
  color: #5a5a5a;
  font-size: 14px;
}

.fft-shipment-detail a {
  display: inline-block;
  margin-top: 20px;
  color: #004d99;
  font-weight: bold;
  text-decoration: none;
}

.fft-shipment-detail a:hover {
  text-decoration: underline;
}
/**/

/* Estilo general para el formulario */
/* Estilo general para el formulario */
.fft-advanced-reservation-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    
   
}

/* Estructura de las filas */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

/* Estilo de cada columna dentro de una fila */
.form-column {
    flex: 1;
    min-width: 200px;
}

/* Asegurar que los campos de texto y las cajas de selección ocupen todo el espacio disponible */
input[type="text"], input[type="number"], input[type="date"], select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Estilo para los botones */
button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #005f8d;
}

/* Estilo para los labels */
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Estilo para el campo de comentarios */
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    height: 100px;
    resize: vertical;
}




.fft-clear-search:hover {
    text-decoration: underline;
}

