.DataValidateComponent_title__2NXFR {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.DataValidateComponent_section___iPPl {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 220px);
    min-height: 400px;
}

.DataValidateComponent_gridContainer__Gbi8S {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
}

.DataValidateComponent_gridHeader__qsN97 {
    padding: 0.45rem;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
}

.DataValidateComponent_gridHeaderTitle__CS38k {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.DataValidateComponent_gridBody__b_gzT {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-top-width: 1px;
    border-top-style: solid;
}

.DataValidateComponent_gridEmptyMessage__bqhXz {
    margin: 1rem;
    color: #605e5c;
}

.DataValidateComponent_gridContainer__Gbi8S .e-grid {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.DataValidateComponent_gridContainer__Gbi8S .e-gridheader {
    flex-shrink: 0;
}

.DataValidateComponent_gridContainer__Gbi8S .e-grid .e-gridcontent {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
}

.DataValidateComponent_gridContainer__Gbi8S .e-gridpager {
    display: none;
}

.DataValidateComponent_gridContainer__Gbi8S .external-grid-pager {
    flex-shrink: 0;
}

.DataValidateComponent_gridContainer__Gbi8S .e-gridheader .e-headercell {
    padding: 1rem 0.5rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
    background-color: #fafafa;
    color: #323130;
    font-family: 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
}

.DataValidateComponent_gridContainer__Gbi8S .e-gridheader .e-headercell .e-headertext {
    color: #323130;
    font-family: 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
}
.ContentModal_dialogOverlay__kANlU {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ContentModal_dialogContainer___sr70 {
  border-radius: 4px;
  padding: 0;
  width: 100%;
  max-width: 80vw;
  min-width: 600px;
  position: relative;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  pointer-events: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ContentModal_dialogCloseButton__yfyjo {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 10px;
  outline: none;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}

.ContentModal_dialogHeader__1L0_n {
  padding: 24px 24px 20px 24px;
}

.ContentModal_dialogTitle__NkFES {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.ContentModal_dialogFooter__Cv4hf {
  padding: 16px 24px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}


