ul.errorlist {display:none}

body {
    background: linear-gradient(135deg, #ffffff, #3498db, #9b59b6);
    background-size: cover;
    }
    
.body-container {
        max-width: 1400px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #ffffff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.navbar-custom {
    height: 50px;
    }


.navbar-header img {
    height: 30px;
    margin: 3px;
  }


.table-header {
    background-color: #461eb4; /* Replace with your desired background color */
    color: #000000; /* Replace with desired text color */
  }

.small-inputfield {
    width: 200px;
}

.medium-inputfield {
    width: 500px;
}

.container {
    background: #f8f9fa;
    color: #343a40;
    border-radius: 10px;
    padding: 20px;
  }
  .card {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .table-hover tbody tr:hover {
    background: #f1f3f5;
  }
  .table thead th {
    border: none;
    color: #343a40;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
  }
  .text-info {
    color: #17a2b8 !important;
  }
  .page-link {
    color: #17a2b8;
    background: #ffffff;
    border: 1px solid #dee2e6;
  }
  .page-item.active .page-link {
    background: #17a2b8;
    border: 1px solid #17a2b8;
    color: #ffffff;
  }
  .btn-primary {
    background: #17a2b8;
    border: none;
  }
  .btn-secondary {
    background: #6c757d;
    border: none;
  }
  .btn-primary:hover, .btn-secondary:hover {
    opacity: 0.8;
  }
  .form-control {
    background: #ffffff;
    color: #343a40;
    border: 1px solid #dee2e6;
  }

  .futuristic-modal {
    background: linear-gradient(135deg, #1a1a1a, #333333);
    color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .futuristic-modal .modal-header {
    border-bottom: none;
  }

  .futuristic-modal .modal-header .btn-close {
    background-color: #ffffff;
    border-radius: 50%;
  }

  .futuristic-modal .modal-title {
    font-family: 'Orbitron', sans-serif;
    color: #007bff;
  }

  .futuristic-modal .modal-body {
    padding: 20px 30px;
  }

  .futuristic-modal .form-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .futuristic-modal .form-group .form-control {
    background: #2c2c2c;
    color: #ffffff;
    border: 1px solid #1abc9c;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Orbitron', sans-serif;
  }

  .futuristic-modal .form-group label {
    color: #1abc9c;
  }

  .futuristic-modal .form-group .form-control:focus {
    background: #2c2c2c;
    color: #ffffff;
    border-color: #1abc9c;
  }

  .futuristic-modal .btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
  }

  .futuristic-modal .btn-primary:hover {
    background-color: #0056b3;
  }

  .futuristic-modal .btn-secondary {
    background-color: #6c757d;
    border: none;
    transition: background-color 0.3s ease;
  }

  .futuristic-modal .btn-secondary:hover {
    background-color: #5a6268;
  }

  /* Custom styles for the form */
.futuristic-card {
  border: 2px solid #007bff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.input-group-prepend .input-group-text {
  background-color: #e9ecef;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check-input {
  margin-right: 10px;
}
.form-check-label .text-success, .form-check-label .text-danger {
  display: inline-block;
  margin-left: 5px;
}

.banner {
  background-color: #f39c12;
  color: white;
  border-radius: 5px;
}
.banner-text {
  margin: 0;
  font-size: 1.5rem;
}

.futuristic-banner {
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff; /* White text */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  text-align: center;
  position: relative;
}

.futuristic-banner h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.futuristic-banner p {
  margin-bottom: 0;
}

/* CSS for tracking_details.html */

/* Base styles */
body {
  background: linear-gradient(135deg, #ffffff, #3498db, #9b59b6);
  background-size: cover;
  font-family: Arial, sans-serif; /* Example font family */
  color: #333; /* Default text color */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.barcode {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.barcode h3 {
  margin-top: 0;
  color: #333;
}

.barcode h4 {
  font-size: 1em;
  color: #666;
}

.barcode img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .container {
      padding: 10px;
  }
}