#CustomPopup{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50%;z-index:1000000000}#CustomPopupObscurer{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:black;z-index:1000000}#TopCustomPopup{display:flex}#TitlePopup{width:80%;float:left;text-align:left;margin:8px}#CloseButton{width:20%;float:left;text-align:right}#CloseButton span.fas{font-size:18px;margin:8px;cursor:pointer}#PopupContent{width:100%;padding:10px}@media only screen and (max-width:1024px){#CustomPopup{width:75%}}