body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

header {
    background-color: #8FBC8F;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.navbar-brand {
    display: flex;
    align-items: center; /* Adjusted alignment */
}

.navbar-brand img {
    margin-right: 10px;
}

.container {
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
    padding-left: 150px;
}

.content{
    width: 100%;
}

.login-email {
    background-color: #fff;
    padding: 45px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.login-email p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #555;
}
/* Reset default list styles */
.nav-links {
    list-style-type: none;
    padding: 10px; /* Added 'px' unit for padding */
    margin: 0px;
    display: flex;
    align-items: left;
    justify-content: flex-end; /* Aligns items to the right */
    background-color: #8FBC8F; /* Background color for the navigation bar */
    border-radius: 40px;
    flex-grow: 1;
}

.nav-links li {
    margin: 0 10px; /* Spacing between each list item */
}

.nav-links li a {
    display: block;
    padding: 10px 20px; /* Increased padding for better click area */
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
}

.nav-links li a:hover {
    background-color: #555; /* Darker background color on hover */
    border-radius: 5px; /* Rounded corners on hover */
}

form {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}


label {
    display: block;
    margin-bottom: 10px;
}

input[type="file"] {
    margin-bottom: 10px;
}

input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
}

th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #9c9c9c;
}

th {
    background-color: #f2f2f2;
    color: #333;
}

tr:nth-child(even) {
    background-color: #cacaca;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-right: 1px solid #020202;
    border-bottom: 1px solid #000000;
}

.notification {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

button[type="submit"] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

/* Hover effect */
button[type="submit"]:hover {
    background-color: #45a049; /* Darker green */
}

/* Style for the select dropdown */
select[name="ContainerNo"] {
    padding: 10px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
    border: 1px solid #ccc; /* Border style */
    border-radius: 4px; /* Rounded corners */
    width: 200px; /* Set width as needed */
}

/* Style for option elements */
option {
    padding: 5px; /* Adjust padding as needed */
}

.container ul {
    list-style-type: none;
    padding: 0;
}

.container li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.truck {
    width: 600px;
    margin: 0 auto;
    background-color: #d1d1d1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(245, 246, 247, 0.1);
}

.truck form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.truck ul {
    list-style-type: none;
    padding: 0;
}

.truck ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.truck p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.finished-unloading {
    background-color: lightgreen;
}

.container {
     display: flex;
    justify-content: space-between;
}
    
.container-left {
    flex: 1;
    margin-right: 50px; /* Adjust margin as needed */
}
    
.container-right {
flex: 1;
margin-left: 50px; /* Adjust margin as needed */
}

/* Add this CSS to your existing style.css file */

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

.dashboard {
    display: flex;
    align-items: center;
    justify-content: center; /* Horizontally center the content */
    height: 25vh; /* Ensure the dashboard fills the entire viewport height */
    background-image: url('logistic.jpg'); /* Set the background image */
    background-size: cover; /* Cover the entire background with the image */
    background-position: center; /* Center the background image */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #d3d1d1;
    border-radius: 20px;
    margin: 30px;
}

.container-item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.delivery-table {
    width: 200px;
    height: 300px;
    border-collapse: collapse;
    margin-bottom: 20px;
    align-content: center;
    margin-left: 30px;
}

.delivery-container{
    margin-left: -500px;
}

.delivery-table th, .delivery-table td {
    border: 1px solid #000000;
    padding: 35px;
    text-align: center;
}

.delivery-table th {
    background-color: #b8b8b8;
}

.delivery-table tr:nth-child(even) {
    background-color: #b8b8b8;
}

.delivery-table tr:hover {
    background-color: #b8b8b8;
}

.card {
    width: 100%; /* Adjust width for responsiveness */
    max-width: 300px; /* Limit card width on larger screens */
    padding: 20px;
    margin: 20px 0;
    background-color: #8FBC8F;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Style for the clock */
#clock {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.cardd {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}
h1 {
    color: #333;
    font-size: 2rem; ;
    margin-bottom: 10px;
}
p {
    color: #666;
    font-size: 1rem;
}