table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table,
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
}

table th {
  background-color: #f2f2f2;
  text-align: left;
  vertical-align: top; 
  line-height: 2;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:hover {
  background-color: #ddd;
}

.description {
  display: none;
}

.description.description--open {
  display: table-row;
}

.view-link {
  font-size: 16px;
  font-family: Arial, sans-serif;
}

/* Table Sorting */
.sortable {
  cursor: pointer;
}

.sortable .fa-sort {
  opacity: 0.5;
}

th.sortable {
  position: relative;
  padding-right: 30px;
}

th.sortable .fa {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaaaaa;
  transition: color 0.3s ease;
}

th.sortable .fa.fa-sort-up,
th.sortable .fa.fa-sort-down {
  color: #333;
}

th.sortable:hover .fa {
  color: #333;
}

.checked {
  color: #008BCB;
  font-size: large;
}

.odd {
  background-color: #f9f9f9 !important;
  /* Light gray */
}

.even {
  background-color: #ffffff !important;
  /* White */
}

/* Style for the expanded row with description */
.description {
  display: none;
  /* Hidden by default */
  background-color: #f0f0f0;
  /* Slightly different background for expanded content */
}

/* Ensure the expanded row does not affect the striped pattern */
.description-content {
  padding: 10px;
}

/* Style sticky Page Headings*/
.page-heading.sticky-top {
  background: white;
  opacity: 100%;
}

/*Style sticky tab list*/
.sticky-top.tab-list {
  top: 62px;
  background: white;
  padding-top: 6px;
  opacity: 100%;
}

/*style sticky table headers*/
thead.sticky-top {
  top: 234px;
  opacity: 100%;
}

.delete-button,
.cancel-pow,
.cancel-startgroup
 {
  color:#DC0814;
  cursor: pointer;
  background: none;
  border: none;
}

.delete-button[disabled],
.cancel-pow[disabled],
.cancel-startgroup[disabled]  {
  color: #f2757c;
  pointer-events: none;  
  background: none;
}

.copy-pow,
.view-details {
  color:#0073a6;
  cursor: pointer;
  background: none;
  border: none;
}

.copy-pow[disabled] {
  pointer-events: none;  
  background: none;
}

.scrollable-description {
  max-height: 80px;
  overflow-y: auto;
  white-space: normal;
  word-wrap: break-word;
}

/* Optional: avoid scrollbars until hover */
.scrollable-description::-webkit-scrollbar {
  width: 4px;
}
.scrollable-description::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
