.Popup.PopupScreen{-webkit-user-select:none;user-select:none;z-index:9999;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{background:#0c0610;border:1px solid #8600f7;border-radius:10px;animation:.25s animate_fade_in_popup_item;position:absolute;box-shadow:0 0 5px #8600f7,0 0 15px #8600f7}@keyframes animate_fade_in_popup_item{0%{opacity:0}to{opacity:1}}@keyframes animate_fade_out_popup_item{0%{opacity:1}to{opacity:0}}
