@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');

/* General Styles v9 */
.main-footer {
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.main-footer p {
    margin: 0;
}

.main-footer a {
    color: #ffeb3b;
    text-decoration: underline;
}

.main-footer a:hover {
    color: #fff;
    text-decoration: none;
}




body {
    font-family: Arial, sans-serif;
    background-color: #818589;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Floating Action Button (FAB) Styling */
        .fab {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #039590;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 1000;
            transition: background-color 0.3s ease;
        }

        .fab:hover {
            background-color: #02776e;
        }

        /* Floating Action Menu */
        .fab-menu {
            position: fixed;
            bottom: 100px;
            right: 30px;
            display: none;
            flex-direction: column;
            gap: 15px;
            z-index: 999;
        }

        .fab-menu.show {
            display: flex;
        }

        /* Each option in the FAB Menu */
        .fab-option {
            background-color: #039590;
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            font-size: 16px;
            text-align: left;
            white-space: nowrap;
            transition: background-color 0.3s ease;
        }

        .fab-option:hover {
            background-color: #02776e;
        }

        /* Optional icon for the FAB options */
        .fab-option i {
            margin-right: 10px;
        }

/* Container for the reports section */
  .reports-container {
      margin-top: 20px;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: left;
  }
  .reports-container h4 {
      margin-bottom: 15px;
      font-size: 18px;
      color: #333;
  }
  /* Container for the buttons */
  .report-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
  }
  /* Modern button style */
  .report-button {
      background-color: #039590;
      color: #fff;
      border: none;
      border-radius: 4px;
      padding: 12px 20px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .report-button:hover {
      background-color: #005fa3;
      transform: translateY(-2px);
  }
  
.grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #039590; /* Keep or adjust the header color */
    padding: 10px;
}

.grid-title {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between title and beta badge */
}

.search-container {
    flex-grow: 1; /* Allows it to take up remaining space */
    display: flex;
    justify-content: center; /* Centers the search bar */
}

#globalSearch {
    padding: 5px;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-button, .logout-button {
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #d9534f; /* Adjust for consistency */
    color: white;
    border: none;
    cursor: pointer;
}

.logout-button:hover, .header-button:hover {
    background-color: #c9302c;
}



.reports-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 20px;
}

.reports-container button {
    background-color: #039590;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.reports-container button:hover {
    background-color: #02776e;
}

.community-graphs, .did-search-container, .room-search-container, .disconnected-units-container, .connected-units-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.community-graphs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.chart-box {
    flex: 1;
    text-align: center;
}

.did-search-container input {
    width: 100%;
    padding: 8px;
}

/* Pagination Buttons */
#paginationControls button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.res-view-detail-button {
  background-color: #039590;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
}

.emp-view-detail-button {
  background-color: #039590;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
}
.lss-button {
  background-color: #039590;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
}

.asu-button {
  background-color: #039590;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
}

.community-button.active {
    background: linear-gradient(to bottom, #039590, #02776e);
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
}

.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding-bottom: 20px; /* Added padding at the bottom of the page */
}

/* Header Styles */
.grid-header {
  background: #039590;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border-bottom: 3px solid #000;
}


.grid-title {
    display: flex; /* Flexbox to align items horizontally */
    align-items: center; /* Center vertically */
    gap: 10px; /* Space between title and badge */
}

.main-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin: 0; /* Ensure no extra margin affects layout */
}

.badge-beta {
    font-size: 0.8rem;
    background-color: white;
    color: #039590;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block; /* Ensure proper spacing */
    margin-left: 10px; /* Added spacing to separate from the title */
}

/* Header Buttons Styling */
.header-buttons {
    display: flex; /* Align buttons in a row */
    align-items: center; /* Center align vertically */
    gap: 10px; /* Space between the buttons */
    margin-left: auto; /* Push buttons to the far right */
}

/* Return to Index Button Styling */
.header-button {
    background-color: #dc3545; /* White background for the button */
    color: white; /* Blue color for the text */
    text-decoration: none; /* Remove underline */
    padding: 8px 16px;
    border: 2px solid #039590; /* Blue border to match text color */
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
    display: inline-block; /* Ensure it aligns like a button */
}

.header-button:hover {
    background-color: #c82333; /* Blue background on hover */
    color: white; /* White text on hover */
}

/* Logout Button Styling */
.logout-form {
    margin: 0; /* Remove margin to align with other button */
    display: inline-block; /* Ensure the form aligns like a button */
}

.logout-button {
    background-color: #dc3545; /* Red color for logout */
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    display: inline-block; /* Ensure it behaves like an inline element */
}

.logout-button:hover {
    background-color: #c82333; /* Darker red on hover */
}

/* Top Bar Right Content */
.top-bar-right-content {
    display: flex;  /* Align items horizontally */
    align-items: center;  /* Center align vertically */
    position: relative;  /* Relative positioning for search input */
}

/* Search input in the top bar */
.search-input-topbar {
    width: 250px;  /* Fixed width for the search input */
    padding: 8px;  /* Padding inside the input */
    border: 1px solid #ddd;  /* Light border */
    border-radius: 4px;  /* Rounded corners */
    font-size: 14px;  /* Font size */
    margin-left: 20px;  /* Margin to the left of other elements */
    transition: all 0.3s ease;  /* Smooth transition for hover/focus */
}

/* Search input focus effect */
.search-input-topbar:focus {
    border-color: #039590;  /* Change border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);  /* Highlight effect */
    outline: none;  /* Remove default outline */
}

/* Search results styling */
.search-results {
    position: absolute;  /* Position relative to top bar */
    right: 20px;  /* Align to the right side */
    top: calc(100% + 10px);  /* Position below the search box */
    width: 250px;  /* Width matching the search input */
    background-color: #fff;  /* White background */
    border: 1px solid #ddd;  /* Light border */
    border-radius: 4px;  /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  /* Box shadow for depth */
    z-index: 1000;  /* Higher z-index to display above other content */
    max-height: 300px;  /* Max height with scroll */
    overflow-y: auto;  /* Enable scrolling for long results */
    display: none;  /* Hidden by default */
}

.search-result-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    display: flex;  /* Flexbox for layout */
    justify-content: space-between;  /* Space between content */
    align-items: center;  /* Center align items vertically */
}

.search-result-item a {
    margin-left: 10px;
    text-decoration: none;
    color: #039590;
    transition: color 0.3s ease;  /* Smooth transition for hover effect */
}

.search-result-item a:hover {
    color: #02776e;  /* Darker color on hover */
}

/* "View More Results" link styling */
.view-more-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #039590;
    font-weight: bold;
    transition: color 0.3s ease;
}

.view-more-link:hover {
    color: #02776e;
}

/* Modal styling */
.modal {
    display: none;  /* Hidden by default */
    position: fixed;  /* Stay in place */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Black background with opacity */
    z-index: 1000;  /* Sit on top */
    overflow: auto;  /* Enable scroll if needed */
}

/* Modal content styling */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;  /* Width of the modal */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button styling */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Dashboard and DID Container Styles */
.did-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 1200px;
    margin: 20px auto; /* Adjust margin for space between header and content */
}

.community-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.community-links a {
    background: #039590;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.community-links a:hover {
    background: #02776e;
}

.did-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.did-table th, .did-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.did-table th {
    background-color: #039590;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.did-table tr:hover {
    background-color: #f1f1f1;
}

/* Tabbed Interface Styles */
.tabs {
    display: flex;
    justify-content: flex-start; /* Align tabs to the left */
    margin-bottom: 20px;
    gap: 10px; /* Space between tabs */
}

.tab-button {
    background-color: #039590;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab-button:hover, .tab-button.active {
    background-color: #02776e;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tab-content h3 {
    margin-top: 0;
}

/* Pagination Styling */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0; /* Space above and below */
}

.pagination-link {
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1em;
    border: 1px solid #ddd;
}

.pagination-link:hover, .pagination-link.active {
    background-color: #039590;
    color: #fff;
    font-weight: bold;
}

/* Room Details Page Styles */
.room-details-container {
    background: #fff;
    padding: 20px;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.room-details-container h3 {
    color: #039590;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.room-details-container label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.room-details-container input[type="text"],
.room-details-container select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.room-details-container button[type="submit"] {
    background: #28a745;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.room-details-container button[type="submit"]:hover {
    background: #218838;
}

/* Form Styles */
#tab5 form, .add-asu-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    max-width: 400px; /* Adjust width for different forms */
    margin-left: auto;
    margin-right: auto;
}

#tab5 form label, .add-asu-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

#tab5 form input[type="text"],
#tab5 form select,
.add-asu-form input[type="text"],
.add-asu-form input[type="url"],
.add-asu-form textarea {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.add-asu-form button {
    background: #28a745;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.add-asu-form button:hover {
    background: #218838;
}

/* Widget Container Styles */
.widget-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Individual Widget Styles */
.widget {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 250px;
}

/* Statistics Widget Specific Styles */
.stats-widget .stats {
    display: flex;
    justify-content: space-between;
}

.stats-widget .stat {
    text-align: center;
}

.stats-widget .stat-number {
    font-size: 2em;
    color: #039590;
    font-weight: bold;
}

.stats-widget .stat-label {
    color: #039590;
}

/* Recent Activity Widget Specific Styles */
.recent-activity-widget .recent-activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-activity-widget .recent-activity-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.recent-activity-widget .recent-activity-list li:last-child {
    border-bottom: none;
}

/* Quick Actions Widget Specific Styles */
.quick-actions-widget .quick-action-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.quick-actions-widget .quick-action-btn:hover {
    background-color: #218838;
}

/* Updated Card Layout Styles */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px; /* Adjust the width to your desired size */
    margin-left: auto;
    margin-right: auto;
}
.card {
    background-color: #e7f3ff; /* Light blue background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px; /* Smaller card width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s, transform 0.3s ease; /* Smooth transition for hover */
}

.card h4 {
    margin-top: 0;
}

.card button, .card a {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background-color: #039590;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Hover effect */
}

.card button:hover, .card a:hover {
    background-color: #02776e; 
    transform: translateY(-5px); /* Lift effect on hover */
}

.card:hover {
    background-color: #d9e9ff; /* Slightly darker blue background on hover */
    transform: translateY(-5px); /* Lift effect for the card */
}

/* Modal styling */
.modal {
    display: none;  /* Hidden by default */
    position: fixed;  /* Stay in place */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Black background with opacity */
    z-index: 1000;  /* Sit on top */
    overflow: auto;  /* Enable scroll if needed */
    align-items: center; /* Center modal vertically */
    justify-content: center; /* Center modal horizontally */
}

/* Modal content styling */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;  /* Width of the modal */
    max-width: 600px; /* Max width for smaller screens */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative; /* Position relative to the modal */
}

/* Close button styling */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*TEST*/
/* Search icon styling */
.search-icon {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.search-icon-container {
    display: flex;
    align-items: center;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Container for Highlight Buttons */
.highlight-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align buttons to the right */
    margin-left: auto; /* Push container to the right */
}

/* Title above Highlight Buttons */
.highlight-buttons-container h4 {
    margin: 0 0 10px 0; /* Margin below the title */
    font-size: 1.2em; /* Font size for the title */
}

/* Highlight Buttons */
.highlight-buttons {
    display: flex; /* Display buttons inline */
    gap: 5px; /* Space between buttons */
}

.highlight-button {
    background-color: #039590; /* Blue background */
    color: white; /* White text */
    border: none; /* Remove border */
    padding: 8px 15px; /* Padding */
    margin-right: 5px; /* Space between buttons */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth transition */
}

.highlight-button:hover {
    background-color: #02776e; /* Darker blue on hover */
}
/* CSS for dynamically highlighting rows */
.highlight-red {
    background-color: #ffcccc; /* Light red background */
}

.highlight-green {
    background-color: #ccffcc; /* Light green background */
}

/* Main Footer Styling */
.main-footer {
    background-color: #039590;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.main-footer p {
    margin: 0;
}

.main-footer a {
    color: #ffeb3b;
    text-decoration: underline;
}

.main-footer a:hover {
    color: #fff;
    text-decoration: none;
}
#tab7 {
    max-width: 1000px; /* Adjust the width to your desired size */
    margin-left: auto;
    margin-right: auto;
    padding: 20px; /* Maintain padding for content */
}
/* Sort Styling */
.sort-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    transition: color 0.3s ease;
}

.sort-link:hover {
    color: #02776e;
}

.sort-indicator {
    font-size: 14px;
    margin-left: 5px;
}

.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
}
/* Specific styling for the Add Service Unit modal */
#addServiceUnitModal .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;  /* Larger width for this specific modal */
    max-width: 1000px;  /* Adjust as needed */
    height: calc(110%); /* Increase height by 20% */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
/* Style for the sort links */
.sort-link {
    text-decoration: none;
    color: white; /* Default color is white */
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    transition: color 0.3s ease;
}

/* Hover effect: change the text color to red */
.sort-link:hover {
    color: red; /* Change hover color to red */
}

/* Keep the active (clicked) link white */
.sort-indicator {
    color: white; /* Keep the indicator arrow white */
    font-size: 14px;
    margin-left: 5px;
}
/* Ensure the visited link remains white */
.sort-link:visited {
    color: white; /* Visited link color remains white */
}
 .did-table th a {
    color: white; /* Default link color */
    text-decoration: none;
}

/* Force visited link to remain white */
.did-table th a:visited {
    color: white !important;
}

/* Hover color */
.did-table th a:hover {
    color: red;
}

/* Active or clicked color */
.did-table th a:active {
    color: white !important;
}

/* Pagination Controls */
.pagination-controls {
    text-align: center;
    margin-top: 10px;
}
/* Activity Log Container */
.activity-container {
    margin: 20px auto 90px auto;
    max-width: 1200px; /* Set maximum width */
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Activity Table */
.activity-table {
    width: 100%; /* Ensure table takes the full width of the container */
    border-collapse: collapse;
    margin-top: 10px;
    
}

.activity-table th, .activity-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    
}

.activity-table th {
    background-color: #039590;
    color: white;
    
}

.activity-table tr:hover {
    background-color: #f1f1f1;
}

/* Pagination Controls */
.pagination-controls {
    text-align: center;
    margin-top: 20px;
}

.pagination-link {
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1em;
    border: 1px solid #ddd;
}
.pagination-link:hover {
    background-color: #02776e;
}

.pagination-link.active {
    background-color: #

#asu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
}

/* ASU Card Styles */
.asu-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    width: calc(33.333% - 20px); /* Adjust the percentage for the number of cards per row */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .asu-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .asu-card {
        width: 100%;
    }
}

/* Rest of your ASU styles */
.progress-bar {
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.progress {
    background-color: #039590;
    height: 15px;
}

.port-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.port {
    width: 25px;
    height: 25px;
    background-color: #d4edda; /* Green for available */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.port.in-use {
    background-color: #f8d7da; /* Red for in-use */
}

.port:hover {
    opacity: 0.8;
}
