.popup{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;height:100dvh;width:100vw;overscroll-behavior:none;z-index:10000;background:#000000b2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup__body{color:#fff;background:linear-gradient(157.17deg,#030a10 -11.02%,#081932 54.34%,#030a10 98.64%);border-radius:20px}.popup__body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;min-height:210px;width:80%;max-width:400px;text-align:center}.popup.backdrop .popup__body{display:flex;justify-content:center;align-items:center;min-height:210px;width:80%;max-width:400px}
