/* Top nav bar style */

.Topbar-bg {
    /* background-color: #0b5aa4 !important; */
    background: linear-gradient(to right, #3a8ec9, #1d6fa5);
}

.TopNavication-bg {
    /*background-color: #edf7fd !important; */
    /* background-color: #daeffd !important; */
    /*
    background: linear-gradient(to right, #1d6fa5, #0056b3); 
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    border-bottom: 1px solid #004085;
        */
    background-color: #1d6fa5; /* Solid light blue */
    color: white;
    padding: 8px 16px;
    font-weight: bold;
}
    /* Style for the nested breadcrumb nav */
    .TopNavication-bg .breadcrumb {
        background: transparent; /* Make the breadcrumb background transparent */
        color: white; /* White text color for breadcrumb */
        margin-bottom: 0; /* Remove any margin */
        padding: 0; /* Remove padding */
        font-weight: bold; /* Make breadcrumb text bold */
    }
    /* Ensure the breadcrumb divider is the same color as the breadcrumb text */
    .TopNavication-bg .breadcrumb-item::before {
        color: white; /* Set the divider color to white */
        font-weight: bold; /* Optionally, make the divider bold for better visibility */
        margin-right: 5px; /* Add some space after the divider */
        margin-left: 5px; /* Add some space before the divider */
    }
    /* Style for breadcrumb items and links */
    .TopNavication-bg .breadcrumb-item,
    .TopNavication-bg .breadcrumb-item a {
        color: white !important; /* White text for breadcrumb items */
        text-decoration: none; /* Remove underline from links */
    }

        /* Hover effect for breadcrumb links */
        .TopNavication-bg .breadcrumb-item a:hover {
            color: #e3f2fd !important; /* Light blue on hover */
            text-decoration: underline; /* Optional underline on hover */
        }

    /* Style for the right-aligned navbar items (e.g., financial year, help menu) */
    .TopNavication-bg .navbar-nav .navbar-item {
        color: white; /* White text for right-aligned items */
        margin-left: 15px; /* Space between right-aligned items */
    }

    /* Ensure that all the text inside the navbar remains white */
    .TopNavication-bg .navbar-item strong {
        color: white; /* White color for bold text */
    }

    /* Adjust the font size and weight for better readability */
    .TopNavication-bg .navbar-item {
        font-size: 14px;
        font-weight: normal; /* Use normal weight for regular items */
    }
.Footer-bg {
    background-color: #dcebf7 !important;
    color: black;
}

.breadcrumb-item a {
    color: #06283d !important;
}
