
.custom-table td {
  padding: 12px 16px !important;
  vertical-align: middle;
  text-align: center;
}

.custom-table th {
  background-color: #063992;
  color: white;
  font-weight: 600;
}

.custom-table td {
  font-size: 12px;
}

.badge-priority {
  background-color: #ffc107;
  color: #000;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
}

.upload-btn {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  
}

.table-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

/* styles.css (Add this to your CSS file) */


/* Styling for the table to be responsive */
.table-responsive {
  overflow-x: auto;
  width: 100%;
  max-width: 1155px;
}

  

  
  /* Adjust the table layout for small screens */
  @media (max-width: 767px) {
    /* Hide some table headers on small screens to fit the content */
    .table-responsive table th:nth-child(3),
    .table-responsive table th:nth-child(4),
    .table-responsive table th:nth-child(5),
    .table-responsive table th:nth-child(6),
    .table-responsive table th:nth-child(7),
    .table-responsive table th:nth-child(9) {
      display: none;
    }
  
    /* Show the status column as the first column on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      display: table-cell;
    }
  
    /* Center the status column content on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      text-align: center;
    }
  }

  /* Your existing CSS styles */

/* Define styles for the loader */
.loader {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  
thead.tablebac {

  background-color: #063992 !important;
  color:#fff;
  text-transform: uppercase;
  font-size: 13px;

}

/* styles.css (Add this to your CSS file) */

/* Styling for the table to be responsive */
.table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
  
  /* Adjust the table layout for small screens */
  @media (max-width: 767px) {
    /* Hide some table headers on small screens to fit the content */
    .table-responsive table th:nth-child(3),
    .table-responsive table th:nth-child(4),
    .table-responsive table th:nth-child(5),
    .table-responsive table th:nth-child(6),
    .table-responsive table th:nth-child(7),
    .table-responsive table th:nth-child(9) {
      display: none;
    }
  
    /* Show the status column as the first column on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      display: table-cell;
    }
  
    /* Center the status column content on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      text-align: center;
    }
  }
  

  /* styles.css (Add this to your CSS file) */

/* Styling for the table to be responsive */
.table-responsive {
    overflow-x: auto;
    max-width: 1090px;
  }
  
  /* Adjust the table layout for small screens */
  @media (max-width: 767px) {
    /* Hide some table headers on small screens to fit the content */
    .table-responsive table th:nth-child(3),
    .table-responsive table th:nth-child(4),
    .table-responsive table th:nth-child(5),
    .table-responsive table th:nth-child(6),
    .table-responsive table th:nth-child(7),
    .table-responsive table th:nth-child(9) {
      display: none;
    }
  
    /* Show the status column as the first column on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      display: table-cell;
    }
  
    /* Center the status column content on small screens */
    .table-responsive table td:nth-child(8),
    .table-responsive table th:nth-child(8) {
      text-align: center;
    }
  }


  .css-2uq2du-MuiTableCell-root {

    padding: 0px!important;
  }
  
  .table thead th {
  vertical-align: middle;
  white-space: nowrap;
}

.table td {
  vertical-align: middle;
}
.table .form-select-sm {
  min-width: 90px;
}

/* meetingStyles.css */

/* Table Header Styling */
.thead-color th {
  background-color: #103A77 !important; /* Dark Blue */
  color: white !important;
}

/* Action Button Styling */
.edit-button {
  border: 1px solid #2A72DE !important;
  color: #2A72DE !important;
}

/* Open Modal Button */
.open-modal-btn {
  background-color: #2A72DE !important;
  color: white !important;
}

/* Chip Styles */
.chip-approved {
  background-color: #4CAF50 !important; /* Green */
  color: white !important;
}

.chip-pending {
  background-color: #2196F3 !important; /* Blue */
  color: white !important;
}

.chip-high {
  background-color: #DE1C1C !important; /* Red */
  color: white !important;
}

/* Modal Labels */
.modal-label {
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1c48c3;
}


.MuiTableRow-root:hover {
  background-color: #f0f8ff;
}

.action-buttons > * {
  margin-right: 8px;
}
.action-buttons > *:last-child {
  margin-right: 0;
}
th {
    font-size: 11px;
}


/* Table header */
.tablebac {
  background-color: #0056b3;
  color: white;
}

/* Custom table rows */
.custom-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Table row hover */
.custom-table tbody tr:hover {
  background-color: #f1f1f1;
}

/* Aligning action buttons */
.action-buttons > * {
  margin-right: 4px;
}

/* Buttons */
.btn-success {
  background-color: #198754;
  border-color: #198754;
}

.btn-outline-primary {
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: white;
}

select.form-select-sm {
  min-width: 100px;
}

/* MoM Upload styling */
.text-success.fw-bold {
  font-weight: 600;
  color: #28a745 !important;
}

.btn-upload {
  background-color: #0d6efd;
  color: white;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 5px;
}

/* Pagination Buttons */
.btn-outline-secondary {
  border-radius: 20px;
  padding: 4px 12px;
}

/* Status Badges */
.badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  border-radius: 0.4rem;
}

h4 {
  font-weight: 700;
  color: #1c48c3;
}

button.MuiButton-containedPrimary {
  background-color: #1c48c3;
  color: white;
  font-weight: 500;
}

button.MuiButton-containedPrimary:hover {
  background-color: #163a9f;
}

label.MuiInputLabel-root {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.MuiPaper-root {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

thead.thead-color {
  background-color: #0d6efd;
}

thead .thead-padding th {
  color: white;
  font-weight: 600;
  padding: 12px 16px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.MuiTableBody-root td {
  padding: 12px 16px;
  vertical-align: middle;
}

iframe {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-top: 5px;
}

button.MuiButton-outlinedPrimary {
  color: #1c48c3;
  border-color: #1c48c3;
  font-weight: 500;
}

button.MuiButton-outlinedPrimary:hover {
  background-color: #1c48c3;
  color: white;
}

.MuiChip-root {
  font-weight: 500;
  color: #1c48c3;
}

.MuiTablePagination-root {
  font-size: 13px;
}

.MuiSelect-select {
  min-height: 40px;
  padding: 10px;
}

.MuiTabs-flexContainer.css-heg063-MuiTabs-flexContainer {
    justify-content: center;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
