.modal__bg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(28,28,28,.19);backdrop-filter:blur(6px);opacity:1;z-index:1000}.modal__align{display:flex;justify-content:center;align-items:center;height:100vh}.modal__content{width:750px;height:550px;box-shadow:0 100px 80px rgba(184,184,184,.07),0 25.8162px 19px 4px rgba(178,178,178,.0456112),0 7.779px 7.30492px rgba(0,0,0,.035),0 1.48838px 2.0843px rgba(0,0,0,.0243888);border-radius:20px;background:transparent;color:#000;margin:0 4rem}.modal__close{background-color:white;border-radius:50%;cursor:pointer;position:relative;bottom:15px;left:97.5%;width:28px;height:28px;padding:0;z-index:10}.modal__content-align{display:flex;position:relative;bottom:37px}@media screen and (max-width:800px){.modal__content{margin:0 1rem;width:100%}}@media screen and (max-width:499px){.modal__content{background:transparent;height:auto}.modal__content-align{bottom:0}.modal__close{background-color:white;border-radius:50%;cursor:pointer;position:relative;top:15px;left:95%;width:20px;height:20px;padding:0;z-index:10}}