.custom-container {
    width: 99%; /* or any width you prefer */
    margin: 0 auto; /* Center the container */
}

.container-fluid-bg {
    background-image: url("home-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.navbarNew {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0rem;
    --bs-navbar-color: #FFFFCC;
    background-color: #417690;
}

.welcome-message {
    text-align: center;
    padding: 10px;
}

.welcome-message p {
    color: #417690;
}

.navbar-nav a.nav-link.active {
    color: #fff;
    background-color: #417690;
}

.messages {
    max-height: 300px; /* Adjust the value as needed */
    overflow-y: auto; /* Add a scroll bar if content exceeds max height */
}

.alert {
    margin-bottom: 5px; /* Adjust the margin between alerts */
    padding: 3px; /* Adjust the padding inside the alerts */
    font-size: 14px; /* Adjust the font size of the alerts */
}

.mt-2-1 {
    position: relative;
    z-index: -1;
}

.alert-success {
    background-color: #dff0d8; /* Customize the background color for success alerts */
    border-color: #d6e9c6; /* Customize the border color for success alerts */
    color: #3c763d; /* Customize the text color for success alerts */
    height: 30px; /* Adjust the height of success alerts */
}
.alert-success {
    background-color: #dff0d8; /* Customize the background color for success alerts */
    border-color: #d6e9c6; /* Customize the border color for success alerts */
    color: #3c763d; /* Customize the text color for success alerts */
    height: 30px; /* Adjust the height of success alerts */
}.alert-success {
    background-color: #dff0d8; /* Customize the background color for success alerts */
    border-color: #d6e9c6; /* Customize the border color for success alerts */
    color: #3c763d; /* Customize the text color for success alerts */
    height: 30px; /* Adjust the height of success alerts */
}.alert-success {
    background-color: #dff0d8; /* Customize the background color for success alerts */
    border-color: #d6e9c6; /* Customize the border color for success alerts */
    color: #3c763d; /* Customize the text color for success alerts */
    height: 30px; /* Adjust the height of success alerts 
.alert-error {
    background-color: #f2dede; /* Customize the background color for error alerts */
    border-color: #ebccd1; /* Customize the border color for error alerts */
    color: #a94442; /* Customize the text color for error alerts */
    height: 45px; /* Adjust the height of success alerts */
}

/* styles.css */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.step-links {
    display: inline-block;
    margin-right: 10px;
}

.step-links a {
    padding: 8px 12px;
    text-decoration: none;
    color: #fff;
    background-color: #5F61AF;
    border: 1px solid #5F61AF;
    border-radius: 4px;
}

.step-links a:hover {
    background-color: #5F61AF;
}

.current {
    padding: 8px 12px;
    background-color: #417690;
    color: #fff;
    border: 1px solid #417690;
    border-radius: 4px;
}

.tableNew {
    margin-top: 1rem;
}

.width500px {
    width: 550px;
}

.width900px {
    width: 900px;
}


/* Change the font color of the table to white */
.table-custom {
    color: #ffffff;
}

.table-custom tr td {
    color: #ffffff;
}
/* Apply a clean and professional style to the financial data table */

.financial-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2px 0;
}

.financial-table th,
.financial-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.financial-table th {
    background-color: #f5f5f5;
}

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

.financial-table tr:hover {
    background-color: #e0e0e0;
}

/* Small text size for better data density */
.financial-table th,
.financial-table td {
    font-size: 12px;
}

.table-caption-top {
    caption-side: top;
    text-align: left;
    font-weight: bold;
    font-size: 14px;

}

.company {
    caption-side: top;
    text-align: left;
    font-weight: bold;
    font-size: 16px;

}

.link-pdf {

    display: block;
    text-align: left;
    font-size: 13px;

}

.edit-form-input {
    /* Add your custom styles here */
    width: 200px;
    padding: 2px;
    height: 20px;
    align-self: center;
    align-content: center;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 1px;
    /* Add more styles as needed */
}

.custom-label {
    text-align: left;
}

/* Define different styles for Hydracare and From Lab columns */
.hydracare-column {
    background-color: rgb(216, 239, 247); /* Change to your desired color */
    /* Add other specific styles for this column */
}

.from-lab-column {
    background-color: rgb(233, 186, 180); /* Change to your desired color */
    /* Add other specific styles for this column */
}

.popup {
    position: absolute;
    width: 250px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1;
}
