{"version":3,"file":"Overlay.module.cjs","names":[],"sources":["../../../src/components/Overlay/Overlay.module.css"],"sourcesContent":[".root {\n  inset: 0;\n  position: absolute;\n  background: var(--overlay-bg, rgba(0, 0, 0, 0.6));\n  -webkit-backdrop-filter: var(--overlay-filter);\n  backdrop-filter: var(--overlay-filter);\n  border-radius: var(--overlay-radius, 0);\n  z-index: var(--overlay-z-index);\n\n  &:where([data-fixed]) {\n    position: fixed;\n  }\n\n  &:where([data-center]) {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n}\n"],"mappings":""}