.status-message {
  padding: 10px;
  margin-bottom:10px;
  display: none;
}

.status-success {
  background-color: #d4edda;
  color: #155724;
}

.status-error {
  background-color: #f8d7da;
  color: #721c24;
}

.ag-row:last-child {
  border-bottom: 1px solid #ddd;
}

.ag-center-cols-container, .ag-center-cols-viewport {
  min-height: 50px !important;
}

:where(.ag-header-group-cell) .ag-header-cell-comp-wrapper {
    justify-content: center;
}

.ag-grid-custom-height-for-switching {
    height: auto !important;
}