.modal{&.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background-color:rgba(0,0,0,.5)}}@media screen and (max-width:992px){.modal{.modal-content{background-color:#fff;position:fixed;top:0;left:0;width:100vw;height:100vh;border-radius:0;display:block;width:100%;margin:0;max-width:100vw;max-height:100vh;overflow-y:auto;padding-top:0}.modal-header{border-bottom:1px solid var(--color-grey-700);margin:-2rem 0 -2rem -2rem;padding:1rem;text-align:center;button{position:absolute;left:2rem}}.modal-children{margin-top:4rem}}}[data-radix-popper-content-wrapper]{z-index:9999}