html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table {
    font-size: 12px; /* Adjust the font size as needed */
    width:100% !important;
}

.table th,
.table td {
    padding: 4px 8px; /* Adjust the padding to make cells smaller */
}

/* Ensure the table headers are aligned properly */
.table thead th {
    vertical-align: middle;
    text-align: center;
}
.table .btn-group .fas {
    font-size: 12px; /* Adjust the icon size */
}
a{
    text-decoration:none !important;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #e9ecef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e9ecef;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9ecef;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dee2e6;
}


