*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;overflow:hidden;background-color:lightslategray;font-family:'proxima-nova',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:300px){html,body{font-size:calc(18px  +  2  * ((100vw -  300px ) / 900 ))}}@media screen and (min-width:1200px){html,body{font-size:20px}}.res-back{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;z-index:999999999;pointer-events:none}.tooltip{transition:opacity 150ms}i.pg-post-gazette{color:white;font-size:1.5em;transition:500ms;margin-right:12px;cursor:pointer}i.pg-post-gazette:hover{color:#1FB25A;text-shadow:0 0 3px 3px #0F572C}.dropdown-menu{margin:0;display:none;visibility:hidden;opacity:0;transition:250ms;top:0}.dropdown:hover>.dropdown-menu{visibility:visible;opacity:1;top:100%}#sidebar{background-color:lightslategray;height:100vh;position:absolute;overflow:hidden}#sidebar #resizer{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;height:100%;width:5px;transform:translateX(0);background-color:black;transition:width 300ms,transform 300ms;cursor:col-resize}#sidebar #resizer:hover{width:10px}#sidebar #resizer i{color:white}#sidebar #sidebarBody{height:calc(100vh - 50px);overflow-y:auto}#sidebar #sidebarBody h1 i{margin-right:10px;margin-left:-3px}#sidebar nav ul{display:flex;justify-content:center;align-items:center;padding:0;margin:0;list-style:none;line-height:50px;cursor:pointer}#sidebar nav ul label{cursor:pointer}#sidebar nav ul li{display:flex}#sidebar nav ul li i{display:flex;align-items:center;justify-content:center;width:50px}#sidebar nav ul li i.user{margin:0 10px;width:30px;height:30px;border-radius:50%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}#sidebar button.toggle{display:block;position:relative;top:0;left:0;height:50px;width:50px;background-color:lightslategray;cursor:pointer;padding:12px;border:none;outline:none}#sidebar button.toggle span,#sidebar button.toggle span:before,#sidebar button.toggle span:after{height:3px;width:26px;background-color:black;position:absolute;display:block;content:'';transition:500ms}#sidebar button.toggle span{top:24px;left:12px;right:50px}#sidebar button.toggle span:before{top:-7px;left:0}#sidebar button.toggle span:after{bottom:-7px;left:0}#sidebar button.toggle.open span:before{top:-4px;left:-1px;transform:rotate(-45deg);width:13px}#sidebar button.toggle.open span:after{bottom:-4px;left:-1px;transform:rotate(45deg);width:13px}#body{background-color:darkslategray;height:100vh;width:calc(100vw - 50px);float:right;position:relative;transition:width 500ms}#body #bodyBack{background-image:url('/media/pg-logos/pg-logo-black.png');background-repeat:no-repeat;background-size:30vw;background-position:center center;height:100%}footer{display:flex;justify-content:space-between;position:absolute;bottom:5px;width:100%;color:black}footer div{padding:0 20px}#saved{margin-top:50px;transition:300ms;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.item{margin:30px}table{width:calc(100% - 100px)}table thead tr:hover{background-color:transparent}table tr{transition:background-color 300ms}table tr:nth-child(even){background-color:rgba(0,0,0,0.1)}table tr:hover{background-color:rgba(0,0,0,0.25)}table td{text-align:center;cursor:pointer}table td:nth-child(1){text-align:left}table a{cursor:pointer;color:#222}table a:hover{text-decoration:none}table i{cursor:pointer;color:#222}#hiddenText{position:fixed;left:-100vh;top:-100vh;opacity:0}#preview{border:0;width:100%;height:100vh}.buttons{width:100%;margin-top:50px;text-align:center}#embed{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100vw;height:100vh;opacity:0;pointer-events:none;background-color:rgba(0,0,0,0.8);transition:opacity 300ms}#embed h3{text-align:center}#embed .form{width:100%;max-width:500px;padding:10px;border-radius:15px;background-color:lightslategray;font-size:1.1em}#embed label{white-space:nowrap}#embed .bp{opacity:0;transition:opacity 300ms}#embed .bp.show{opacity:1}#embed.show{opacity:1;pointer-events:auto}#embed table{margin:auto}#embed td:nth-child(1){text-align:right}#embed td:nth-child(2){text-align:left}#embed td input{font-size:1em;border-radius:5px;text-align:right}#embed #platforms{display:flex;justify-content:center;align-items:center}#embed #platforms .radio{position:relative;margin:0 5px;cursor:pointer}#embed #platforms .radio input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:10}#embed #platforms .radio input:checked+p{color:green;border-color:green}#embed #platforms .radio:hover p,#embed #platforms .radio:active p,#embed #platforms .radio:focus p{color:green;border-color:green;filter:brightness(.8)}#embed #platforms .radio p{display:inline;padding:0 5px;border:solid 2px black;border-radius:5px;transition:color 300ms,filter 300ms,border 300ms;cursor:pointer}#embed button{font-size:1em;border-radius:5px;cursor:pointer}#upload{position:fixed;left:-100%;top:-100%;opacity:0}