body{
    background-color: #F1F1F1;
    overflow-x: hidden;
}
body.no-scroll{
    overflow:hidden;
}
.sidebar{
    background-color: #EBEBEB;
}
.analytic-Graph{
    height: 300px;
}
.pageTitle{
    color: #000;
    font-size: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* CSS class for the table */
.dashboard-table {
    width: 100%;
    border-collapse: collapse; /* Ensures table borders collapse */
    margin: 1rem 0;
}

/* CSS class for the table header row */
.dashboard-table-header {
    font-size: 16px;
    background-color: #dee2e6;
    text-align: left; /* Default left alignment */
}

/* CSS class for individual header cells */
.dashboard-table-header-cell {
    padding-left: 1rem;
    text-align: center;
}

/* Add this if you want borders for the table */
.dashboard-table th, .dashboard-table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}


/* CSS class for the table row */
.dashboard-table-row {
    font-size: 14px;
}

/* CSS class for the first table cell */
.dashboard-table-cell-first {
    padding-left: 1rem;
    text-align: left; /* Ensures text aligns to the left */
}

/* CSS class for the second table cell */
.dashboard-table-cell-second {
    text-align: center; /* Ensures text aligns to the center */
}

/* CSS class for the "No data available" container */
.dashboard-no-data-container {
    text-align: center;
    padding-top: 20px;
    font-size: 14px; /* Optional: Adjust the font size if needed */
    color: #6c757d; /* Optional: Add a muted color for better readability */
}

/* CSS class for the table header row */
.dashboard-unique-table-header {
    font-size: 16px;
}

/* CSS class for the first header cell */
.dashboard-unique-header-label {
    padding-left: 1rem;
    background-color: #dee2e6;
    text-align: left; /* Optional: Align text to the left */
}

/* CSS class for the second header cell */
.dashboard-unique-header-count {
    text-align: center;
    background-color: #dee2e6;
}

/* CSS class for table rows */
.dashboard-unique-table-row {
    font-size: 14px;
}

/* CSS class for the first data cell */
.dashboard-unique-data-label {
    padding-left: 1rem;
    text-align: left; /* Optional: Align text to the left */
}

/* CSS class for the second data cell */
.dashboard-unique-data-count {
    text-align: center;
}



.modal-content {
  background-color: #fefefe;
  margin: 4% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  height: 90%;
  position: relative;
}
.searchbar{
    background-color: #303030;
}

[data-bs-theme="dark"] {
.bd-placeholder-img{
    background-color: #2E2E2E;
}
.nav-link{
    color: white;
}
.nav-link.active {
  background-color: #484848 !important;
  color: white;
}
}
.dotted-underline {
  text-decoration: none;
  border-bottom: 2px dotted #b7aa998c;
}

.dotted-underline:hover {
  border-bottom: none;
}
[data-bs-theme="light"] {
.bd-placeholder-img{
    color: #F3F3F3;
}
.nav-link{
    color: black;
}
.nav-link.active {
  background-color: white !important;
}
}
/*<!--[data-bs-theme="dark"] {-->
<!--body{-->
<!--background-color: #201f1f;-->
<!--}-->
<!--.card, .navbar{-->
<!--    background-color: #2E2E2E;-->
<!--}-->
<!--}-->

<!--[data-bs-theme="light"] {-->
<!--body{-->
<!--background-color: #fefefe;-->
<!--}-->
<!--.card, .navbar{-->
<!--     background-color: #F3F3F3;-->
<!--}-->
<!--}-->*/

.card-header{
cursor: move;
}

.nav-link {
    display: flex;
    align-items: center;
}

.nav-link i {
    min-width: 20px;
    text-align: center;
}

.nav-link span {
    margin-left: 20px;
}

.col-xl-1-2 {
    flex: 0 0 auto;
    width: calc(8.333333% * 1.5);
}
.side_nav_bar{
    background-color: rgb(235, 235, 235);
}

@media (min-width: 768px) {
    .nav-bar{
         margin-left: 5rem !important;
    }
    .container,.container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .nav-bar{
         margin-left: 12rem !important;
    }
    .container,.container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
 .nav-bar{
         margin-left: 13rem !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebarNav {
        display: block !important;
    }
}


@media only screen and (min-width: 820px) and (max-width: 821px){
    .nav-bar{
        margin-left:50px !important;
    }
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #373b3e;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #373b3e;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #373b3e;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #373b3e;
    --bs-pagination-active-border-color: #373b3e;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}


.search-container {
            display: flex;
            border: 1px solid #666;
            justify-content: center;
            align-items: center;
            padding: 5px 15px;
            border-radius: 15px;
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
            max-width: 600px;
            width: 78%;
            height: 2.25rem;
            margin: 10px auto !important;
        }

        .search-container input {
            background-color: #333;
            border: 1px solid #333;
            border-radius: 30px;
            padding: 5px 10px;
            color: #ccc;
            flex-grow: 1;
            outline: none;
            height: 30px;
        }

        .search-container input::placeholder {
            color: #888;
        }


        .search-container i {
            margin-right: 10px;
            color: #888;
        }

        .search-shortcut {
            display: flex;
            align-items: center;
            background-color: #333;
            padding: 5px 10px;
            border-radius: 5px;
            color: #ccc;
            margin-left: 5px;
        }

        .search-shortcut span {
            margin-left: 5px;
            color: #ccc;
        }

        .search-popover {
            position: absolute;
            top: 60px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 800px;
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            padding: 15px;
        }

        .search-popover .tags {
            margin-bottom: 15px;
        }

        .search-popover .tags .badge {
            background-color: #f0f0f0;
            color: #555;
            margin-right: 5px;
            padding: 5px 10px;
            border-radius: 20px;
        }

        .search-popover .recent-searches {
            margin-top: 15px;
        }

        .search-popover .recent-searches h6 {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .search-popover .recent-searches .item {
            display: flex;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            color: #555;
        }

        .search-popover .recent-searches .item i {
            margin-right: 10px;
            color: #888;
        }

        .search-popover .clear-history {
            text-align: right;
            margin-top: 10px;
        }

        .search-popover .clear-history a {
            color: #007bff;
            text-decoration: none;
        }

        .search-popover .clear-history a:hover {
            text-decoration: underline;
        }

        .popover-menu {
            min-width: 300px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .popover-header {
            display: flex;
            align-items: center;
            padding: 1rem;
            border-bottom: 1px solid #e9ecef;
            background-color: #f8f9fa;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .popover-header img {
            border-radius: 50%;
            margin-right: 0.5rem;
            width: 40px;
            height:40px;
        }

        .popover-body {
            padding: 0.5rem 1rem;
        }

        .popover-item {
            padding: 0.75rem 1rem;
            display: block;
            color: #212529;
            text-decoration: none;
        }

        .popover-item:hover {
            background-color: #f8f9fa;
            border-radius: 5px;
        }

        .popover-footer {
            padding: 0.75rem 1rem;
            border-top: 1px solid #e9ecef;
            background-color: #f8f9fa;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .navbar-nav {
            margin-left: auto;
        }

        .dropdown-toggle::after {
            display: none;
        }
        .alert-dropdown {
            min-width: 350px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .alert-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            border-bottom: 1px solid #e9ecef;
            background-color: #f8f9fa;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            font-weight: bold;
        }

        .alert-body {
            padding: 1rem;
            background-color: #f8f9fa;
            text-align: center;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .alert-body p {
            margin: 0;
            color: #6c757d;
            background-color: #f1f3f5;
            padding: 10px;
            border-radius: 5px;
        }

        .dropdown-toggle::after {
            display: none;
        }

        .alert-icon {
            color: #fff;
            background-color: #343a40;

            border-radius: 50%;
        }

       .side_nav_bar {
        z-index: 1000;
        height: 100vh;
        overflow-y: auto;
        background-color: rgb(235, 235, 235);
        border-right: 1px solid #e0e0e0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
     .side_nav_bar .nav-pills{
        margin-bottom: 5rem !important;
     }
    .side_nav_bar::-webkit-scrollbar {
        display: none;
    }

    .side_nav_bar .nav-link {
        font-weight: 500;
        font-size: 14px;
        color: #333;
        border-radius: 0.375rem;
        padding: 8px 12px;
        transition: background-color 0.2s ease;
        margin-bottom: 0;
    }

    .side_nav_bar .nav-link:hover {
        background-color: #e0e0e0;
    }

   .menu-item.active {
    background-color: white;
    color: white;
}
    .side_nav_bar .nav-link i {
        font-size: 16px;
        color: #000;
        margin-right: 8px;
    }


    .side_nav_bar .nav-pills > .nav-item > .nav-link {
        width: 100%;
        margin-bottom: 0;
    }

    .nav > .nav-item > .nav-link {
        padding: 8px 12px;
    }

    .text-uppercase {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .mt-auto {
        margin-top: auto !important;
    }

    hr.w-100 {
        margin: 0;
    }




    .custom-alert {
            background-color: #000; /* Black background */
            color: #fff; /* White text */
            padding: 10px 15px; /* Smaller padding for a compact alert */
            font-size: 14px; /* Smaller text */
            border-radius: 5px; /* Optional: rounded corners */
        }



     .sidebar-settings {
            background-color: #f5f5f5;
            min-height: 100vh;
            padding-top: 1rem;
        }

        .sidebar-settings .nav-link {
            font-size: 14px;
            color: #333;
            padding: 10px 20px;
            border-radius: 0.375rem;
        }

        .sidebar-settings .nav-link.active {
            background-color: #e0e0e0 !important;
            font-weight: 600;
        }

        .sidebar-settings .nav-link:hover {
            background-color: #e6e6e6;
            color: #000;
        }

        .sidebar-settings .nav-link i {
            margin-right: 10px;
            color: #333;
        }

        .sidebar-settings .user-info {
            padding: 15px;
            background-color: #f9fafb;
            border-top: 1px solid #e0e0e0;
            margin-top: auto;
        }

        .main-content {
            padding: 20px;
        }

        .card {
            border-radius: 10px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        }

        .section-title {
            font-weight: 600;
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

        .settings-header {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .settings-body {
            padding: 20px;
        }

        .list-group-item {
            border: none;
            padding: 10px 0;
        }

        .card-header {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        background-color: #f8f9fa;
        padding: 15px 20px;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
    }

    .card-body {
        padding: 20px;
    }

    .btn-outline-secondary {
        font-size: 14px;
    }

    h3 {
        margin: 0;
        font-weight: 600;
        color: #333;
    }

    .list-unstyled {
        margin-bottom: 1rem;
    }

    .list-unstyled li {
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #6c757d;
    }

    .list-unstyled li i {
        margin-right: 8px;
        color: #6c757d;
    }

    .text-primary {
        color: #007bff !important;
        font-size: 14px;
    }

    .text-muted {
        color: #6c757d !important;
    }

    .btn-danger {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 4px;
    }
        .badge {
        font-size: 12px;
    }

    .table th, .table td {
        padding: 12px;
        vertical-align: middle;
    }

    .table th {
        font-weight: 600;
    }

    .table td {
        color: #333;
    }

    .alert-light {
        background-color: #f8f9fa;
        color: #333;
        font-size: 14px;
    }

    .btn-outline-secondary {
        font-size: 14px;
    }

        .avatar {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
    }

    .bg-primary {
        background-color: #007bff !important;
    }

    .bg-purple {
        background-color: #6f42c1 !important;
    }

    .bg-pink {
        background-color: #e83e8c !important;
    }

    .text-primary {
        color: #1a73e8 !important;
    }

    .card-header,
    .card-footer {
        background-color: #f8f9fa;
    }

    .card-footer {
        padding: 10px 20px;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .card-body {
        padding: 20px;
    }

    .list-group-item {
        border: none;
        padding: 15px 20px;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .nav-pills .nav-link.active {
        background-color: #e0e0e0;
    }

    .table thead th {
        color: #888;
        font-weight: 600;
    }

    .table tbody td {
        color: #333;
    }

    .badge {
        padding: 0.4em 0.75em;
        font-size: 0.875em;
    }

    .btn-outline-secondary {
        font-size: 0.875em;
    }
        .input-group-text {
        background-color: #f5f5f5;
        border-radius: 10px 0 0 10px;
    }

    .table thead th {
        color: #888;
        font-weight: 600;
    }

    .table tbody td {
        color: #333;
    }

    .btn-outline-secondary {
        font-size: 0.875em;
    }

    .btn-dark {
        font-size: 0.875em;
    }

    .btn-dark:hover {
        background-color: #000;
        border-color: #000;
    }

    .fa-2x {
        font-size: 1.5rem;
    }

    .text-decoration-none {
        color: #007bff;
    }

    .text-decoration-none:hover {
        color: #0056b3;
        text-decoration: underline;
    }
        .card-subtitle {
        font-size: 0.875rem;
        margin-bottom: 15px;
    }

    .input-group .form-control {
        border-radius: 5px;
    }

    .alert-success {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }

    .alert i {
        font-size: 1.2rem;
    }

    .text-muted {
        color: #6c757d !important;
    }

    .text-muted a {
        color: #007bff;
    }

    .text-muted a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-close {
        border: none;
    }

    .font-size {
    font-size: 0.8rem;
    }

    .btn-black{
        border-radius:5px;
        background-color: #000;
        color: #fff;
        border: none;
        font-weight: bold;
        padding: 5px 10px;
        font-size: 16px;
    }

    #reportrange{
    cursor: pointer;
    }

    .side_nav_bar.hidden {
    transform: translateX(-100%);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.overlay.active {
    display: block;
}

.dash-back-btn{
    color: black;
    text-decoration: none;
}

#cancel-button{
    display:none;
}
#save-button{
    display:none;
}

.chart-full-screen-container{
    width: 100%;
    height: 500px;
}
.star{
    color: gold !important;
}




.cursor-none{
    cursor: default;
}

/*@media only screen and (max-width: 991px) {
    body{
        font-size: 1.5rem;
    }

    .h5, h5 {
    font-size: 1.7rem;
    }

    .btn-dark {
    font-size: 2rem !important;
    }

    .bi-globe{
        font-size:2rem !important;
    }

   .card-header {
    font-weight: 600;
    font-size: 1.5rem !important;
    }

    .form-control {
        font-size: 1.5rem;
        font-weight: 450;
    }

    .fa-solid {
        font-size: 2rem !important;
    }

    .card-header .tab-title {
    font-size: 1.3rem !important;
    }

    .card-header .tab-title .tab-value {
    font-size: 1.3rem !important;
    }

    .h6, h6 {
    font-size: 1.5rem !important;
    }

    .card-body {
    font-size: 1.4rem !important;
    }

    .custom-button {
        font-size: 1.3rem !important;
    }

    .container-header{
        height: 6rem !important;
    }

    .side_nav_bar .nav-link {
    font-size: 1.6rem !important;
    }

    .search-container {
        height: 3.25rem !important;
        margin: 20px !important;
    }


    ul{
    font-size: 20px;
    }
   }
*/

.small-div {
    background-color: #212529;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
}

.small-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #212529;
    color: white;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 4px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%23ffffff%22 d%3D%22M0 0L2 2L4 0z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 8px 8px;
    width: max-content;
    font-weight: 450;
}

.small-select option {
    background-color: white;
    color: black;
}
