.modal{position:fixed;left:0;top:0;z-index:50;box-sizing:border-box;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding-right:.75rem;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-title{width:100%;text-align:center;font-size:1rem;line-height:1.5rem;font-weight:600;color:#000}.modal-container{position:absolute;z-index:50;display:flex;width:91.666667%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem;overflow-y:auto;border-radius:.5rem;padding:1rem;background-color:#fff;max-width:450px}.modal-container-fullscreen{height:100%;width:100%;border-radius:0;max-width:100%}@media (min-width:790px){.modal-container-fullscreen{height:auto;width:91.666667%;border-radius:.5rem;max-width:450px}}.modal-container-fit-content{height:100%;width:100%;border-radius:0;max-width:100%}@media (min-width:790px){.modal-container-fit-content{display:flex;height:-moz-fit-content;height:fit-content;max-height:90vh;min-height:350px;border-radius:.5rem;max-width:450px}}