/* RELAY STRATA — DOCUMENT FILTER OVERLAY FIX */

body .relay-documents-catalogue .relay-document-controls {
  position: relative !important;
  z-index: 1000 !important;
}

body .relay-documents-catalogue #relayDocumentFilterPanel {
  position: absolute !important;
  z-index: 1001 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  isolation: isolate !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body .relay-documents-catalogue #relayDocumentTableHead,
body .relay-documents-catalogue #riskEvidenceDocumentList {
  position: relative !important;
  z-index: 0 !important;
}

body .relay-documents-catalogue .relay-document-row,
body .relay-documents-catalogue .relay-document-row > * {
  z-index: auto !important;
}
