body {
    box-sizing: border-box;
}




.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

/*
 * Sidebar
 */

/*
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

 */

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.sidebar-heading {
    font-size: .75rem;
}

#Notifications .card-title {
    font-size: 10pt;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

#Notifications .card-text {
    font-size: 9pt;
    margin-top: 0;
    margin-bottom: 0;
}

/* Change the link colors for the different color modes */
:root[data-bs-theme="dark"] {
    --bs-body-bg: #0a1a33; /* dark blue background */
    --bs-body-bg-rgb: 10, 26, 51;

    --bs-body-color: #ffffff; /* text color */
    --bs-body-color-rgb: 255, 255, 255;

    /* Optional: dark blue for cards, dropdowns, navbars, etc. */
    --bs-bg-dark: #333333; /*#0d234a*/
    --bs-dark-rgb: 13, 35, 74; /*13, 35, 74*/
    --bs-emphasis-color: #ffffff; /* default link color */
    --bs-nav-link-hover-color: #dbdbdb; /* optional hover color */
}

/* Force the nav-link color inside sidebar */
[data-bs-theme="dark"] .sidebar .nav-link {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .sidebar .nav-link:hover {
    color: #dbdbdb !important;
}

:root[data-bs-theme="light"] {
    --bs-emphasis-color: #000000; /* default link color */
    --bs-nav-link-hover-color: #333333; /* optional hover color */
}

/* Force the nav-link color inside sidebar */
[data-bs-theme="light"] .sidebar .nav-link {
    color: #000000 !important;
}

[data-bs-theme="light"] .sidebar .nav-link:hover {
    color: #333333 !important;
}

/* Hack for grids on different screen sizes */
.gridLayoutHeader {
    margin-top: 5px;
    margin-left: 15px;
}

.gridLayoutBody {
    margin-top: -10px;
    margin-left: 15px;
}

.dt-search {
    float: left;
}

.dt-paging {
    float: left;
    margin-bottom: 20px;

}

.page-link {
    margin-top: 0;
    padding-top: 0;
    margin-right: 4px;
    padding-bottom: 0;
    margin-left: 4px;

}

.dataTable tbody tr td {
    padding-top: 4px; /* Set the desired height */
    padding-bottom: 4px;
    font-size: 10pt;
}

.dt-container {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .gridLayoutHeader {
        margin-top: 10px;
    }

    .gridLayoutBody {
        margin-top: -60px;
    }

    .dt-search {
        clear: both;
        float: right;
    }

    .dataTable tbody tr td {
        padding-top: 1px; /* Set the desired height */
        padding-bottom: 1px;
        font-size: 10pt;
    }
}

@media (min-width: 992px) {
    .gridLayoutHeader {
        margin-top: 10px;
    }

    .gridLayoutBody {
        margin-top: -50px;
    }

    .dt-search {
        clear: both;
        float: right;
    }

    .dataTable tbody tr td {
        padding-top: 1px; /* Set the desired height */
        padding-bottom: 1px;
        font-size: 9pt;
    }
}

.rightSidebar {
    font-size: 10pt;
}

.dt-scroll {
    border: 1px solid lightgray;
}