.email-status-table-scroll {
  overflow-x: auto !important;
  overflow-y: auto !important;
  max-height: unset !important; 
  border-radius: 0 !important;
  background: white;
  position: relative;
  display: block;
  font-family: inherit;
  height: 800px
}

.email-notification-status-layout {
  padding: 0 0.5rem;
}

/* Email notification table base */
#emailNotificationTable,
.email-data-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  background: white;
  font-size: 14.4px !important;
  overflow: visible;
}

/* Email notification table header */
#emailNotificationTable thead,
.email-data-table thead {
  background-color: #861557;
  position: sticky;
  top: 0;
  z-index: 10;
}

#emailNotificationTable thead th,
.email-data-table thead th {
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 600;
  color: #FFFFFF;  
  border-right: none;
  white-space: nowrap;
  min-width: unset !important;
  width: auto !important;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  background-color: #861557;
}

#emailNotificationTable thead th:last-child,
.email-data-table thead th:last-child {
  border-right: none;
}

#emailNotificationTable thead th:first-child,
.email-data-table thead th:first-child {
  width: 35px !important;
  text-align: center;
  padding: 0.625rem 0.5rem;
}

/* Email notification table body */
#emailNotificationTable tbody tr,
.email-data-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  background-color: #FFFFFF;
}

#emailNotificationTable tbody tr:nth-child(even),
.email-data-table tbody tr:nth-child(even) {
  background-color: #E6E6E6;
}

#emailNotificationTable tbody tr.selected,
.email-data-table tbody tr.selected {
  background-color: #EDDCE6 !important;
}

#emailNotificationTable tbody td,
.email-data-table tbody td {
  padding: 0.625rem 0.75rem;
  color: #333;
  vertical-align: middle;
  border-right: none;
  white-space: nowrap;
  width: auto !important;
  min-width: unset !important;
  font-family: inherit;
  font-size: 16px !important;
}

#emailNotificationTable tbody td:last-child,
.email-data-table tbody td:last-child {
  border-right: none;
}

#emailNotificationTable tbody td:first-child,
.email-data-table tbody td:first-child {
  text-align: center;
  padding: 0.625rem 0.5rem;
}

/* Email notification table checkbox */
#emailNotificationTable input[type="checkbox"],
.email-data-table input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0;
}