
body {
    background-color: #FFF8E8;
    background-size: cover;
    background-position: center;
    color: black;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}


.navbar-nav .nav-link {
    color: white;
    font-size: 20px;
}
.navbar-nav .nav-link:hover {
    color: #ffd700;
}



/* Table styles */
table {
    background-color: #FFEEA9;
    border-collapse: collapse;
    width: auto;
}

/* Table headers and cells styling */
th, td {
    
    font-weight: bold;
    font-size: 13px;
    width: 0.1%;
    white-space: nowrap;
}

/* Links inside the table */
table a {
    color: white; /* Bright Yellow */
    text-decoration: none;
}
table a:hover {
    color: #674636; /* Light Cyan */
    text-decoration: underline;
}

/* Input group styling */
.input-group {
    margin-bottom: 1rem;
}
.input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
}
#searchBar {
    border-radius: 0;
}


.sufficient {
    color: green;
}
.insufficient {
    color: red;
}


.navbar-brand img {
    height: 40px;
    width: auto;
}


.dc-710 {
    background-color: #E3B505 !important; /* Added !important to ensure override */
}

.dc-730 {
    background-color: #1F9EFF;
    color: white;
}

.dc-750 {
    background-color: #9A8BBB;
    color: white;
}

.dc-760 {
    background-color: green;
    color: white;
}

/* Adjust navbar link color when hovered */
.navbar-nav .nav-link:hover {
    color: #ffd700;
}

/* Link styles for the homepage navigation */
.homenav {
    color: black;
    text-decoration: none;
}
.homenav:hover {
    color: #674636;
    text-decoration: underline;
}
.supply-request-form {
    width: 100%;
    max-width: 500px;
    background-color: #fff; /* Neutral form background */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Labels */
.supply-request-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

/* Input Fields */
.supply-request-form input,
.supply-request-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Focus Styles */
.supply-request-form input:focus,
.supply-request-form textarea:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Submit Button */
.supply-request-form button {
    width: 100%;
    background-color: #007BFF;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

/* Hover Effect for Button */
.supply-request-form button:hover {
    background-color: #0056b3;
}

.order_number a {
    color:black !important;
}

#container-background-product-create{
    background-color:#fff;
    border-radius: 20px;
    border-style: groove;
    box-shadow: 10px, 10px, 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 20px;
    margin-top: 50px;
}

#container-background-checkout-create{
    background-color:#fff;
    border-radius: 20px;
    border-style: groove;
    box-shadow: 10px, 10px, 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 20px;
    margin-top: 50px;
}

#container-background-part-order{
    background-color:#fff;
    border-radius: 20px;
    border-style: groove;
    box-shadow: 10px, 10px, 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 20px;
    
}
#container-background-transfer{
    background-color:#fff;
    border-radius: 20px;
    border-style: groove;
    box-shadow: 10px, 10px, 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 20px;
    margin-top: 50px;
}

#order_table tr,
#order_table td,
#order_table th {
    color: black;
}