.Popup.PopupScreen{z-index:9999;-webkit-user-select:none;user-select:none;display:block;position:fixed;top:0;left:0}.Popup.PopupScreen.Active{bottom:0;right:0}.Popup.PopupScreen>.fadeout{animation:.25s animate_fade_out_popup_item}.Popup.PopupScreen .PopupItem{box-shadow:0 0 30px var(--app-black-alpha-30),0 0 30px var(--app-black),0 0 60px var(--app-black-alpha-50);background:var(--app-surface-1);border:none;border-radius:20px;gap:30px;padding:30px 24px;animation:.25s animate_fade_in_popup_item;position:absolute;top:50vh;left:50vw;transform:translate(-50%,-50%)}.Popup.PopupScreen .PopupItem .popup-content p,.Popup.PopupScreen .PopupItem .popup-content a,.Popup.PopupScreen .PopupItem .popup-content h2,.Popup.PopupScreen .PopupItem .popup-content input,.Popup.PopupScreen .PopupItem .popup-content button{font-weight:unset}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton img{width:16px;height:16px}@keyframes animate_fade_in_popup_item{0%{opacity:0}to{opacity:1}}@keyframes animate_fade_out_popup_item{0%{opacity:1}to{opacity:0}}
