.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{background:#262628;border-radius:12px;animation:.25s animate_fade_in_popup_item;position:absolute;box-shadow:0 0 30px #0005,0 0 30px #000,0 0 60px #00000080;border:0!important}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton{cursor:pointer;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton img{opacity:.6;width:12px;height:12px;filter:none!important}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton:hover{background:#ffffff1a}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton:hover img{opacity:1;filter:none!important}@keyframes animate_fade_in_popup_item{0%{opacity:0}to{opacity:1}}@keyframes animate_fade_out_popup_item{0%{opacity:1}to{opacity:0}}
