body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--mediaWhite:#e0e1dd;--background:#0d1b2a;--navBackground:rgba(0,0,0,.63);--darkerBlue:#020511;--grey:#757575;--darkgrey:#4a4949}.wholeApp{background-color:#0d1b2a;background-color:var(--background);background-size:cover;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-bottom:0}.primaryLogo{border-radius:20px;display:flex;margin:30px auto auto;max-width:300px}h1{font-size:3em}h2{margin:0;padding-bottom:10px;padding-top:10px}a{color:#e0e1dd;color:var(--mediaWhite);text-decoration:none}.wholeNav{background-color:rgba(0,0,0,.63);background-color:var(--navBackground);color:#fff;padding-left:3%;padding-right:3%}.innerNav{align-items:center;display:flex;justify-content:space-between;margin:auto}.icon :first-child{padding:4px}.form{color:#e0e1dd;color:var(--mediaWhite);display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:400px;padding:60px}.form h2{margin:0}.infoForm{padding-bottom:7px;padding-top:7px}.wholeFooter{color:#e0e1dd;color:var(--mediaWhite);display:flex;justify-content:start;padding:7px}.wholeFooter p{font-size:smaller}.wholeDash{display:flex;justify-content:space-around;margin:auto;min-height:600px}.leftDash{min-width:400px;width:100%}.wholeTitle{color:#e0e1dd;color:var(--mediaWhite);min-width:300px;text-transform:uppercase}.newsFeed,.userCardOuter,.wholeTitle{margin:auto;text-align:center;width:90%}.newsFeed,.userCardOuter{background-color:#e0e1dd;background-color:var(--mediaWhite);border-radius:10px;height:300px;min-width:400px;padding:10px}.username{color:#000}.avatarImageContainer{aspect-ratio:1/1;background-color:#0d1b2a;border-radius:75%;max-width:150px;width:40%}.avatarImageContainer,.avatarImageOuterContainer{display:flex;justify-content:center}.newsFeed{height:auto;margin-top:20px;min-height:400px}.outerWholeFriendsList{margin-right:6%;margin-top:20px}.wholeFriendsList{background-color:#e0e1dd;background-color:var(--mediaWhite);border-radius:10px;height:500px;overflow-y:auto;text-align:center;width:250px}.addFriendButton{background-color:#1b263b;border:1px solid #fff;border-radius:6px;color:#fff;display:inline-block;margin-top:7px;padding:6px 24px;width:100%}.addFriendButton:hover{background-color:#e0e1dd;background-color:var(--mediaWhite);color:#0d1b2a;color:var(--background)}.addFriendButton:active{position:relative;top:1px}.addFriendTextbox{width:97%}.friendCard{background-color:#242b41;border-radius:10px;color:#e0e1dd;color:var(--mediaWhite);display:flex;justify-content:space-between;margin:10px;padding-left:20px;padding-right:20px}.friendCard img{width:50px}.friendReqCard{background-color:red;display:flex}.friendAvatarImage{width:20%}.friendReqOpt{margin:auto}.loading-div{display:flex;justify-content:center}.loading-btn{background-color:initial;border-style:none}.loading-logo{-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite;color:#fff;display:flex;margin:auto}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.notification-section{position:fixed;right:10px;top:50px;width:300px}.notification-card{-webkit-animation:SlideLeft .5s;animation:SlideLeft .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.4);margin-bottom:10px;overflow:hidden;width:300px}.notification-card.exit{-webkit-animation:SlideLeftExit .5s;animation:SlideLeftExit .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes SlideLeft{0%{margin-left:120%}to{margin-left:0}}@keyframes SlideLeft{0%{margin-left:120%}to{margin-left:0}}@-webkit-keyframes SlideLeftExit{0%{margin-left:0}to{margin-left:120%}}@keyframes SlideLeftExit{0%{margin-left:0}to{margin-left:120%}}.notification-card p{margin:0;padding:5px}.notification-card{background-color:gray}.notification-card .time-bar{background-color:#a9a9a9;height:10px}.notification-card.success{background-color:lime}.notification-card.error{background-color:red}.notification-card.success .time-bar{background-color:green;height:10px}.notification-card.error .time-bar{background-color:maroon;height:10px}.wholeSettings{display:flex;min-height:84vh}.leftSettings{justify-content:center;width:30%}.leftSettings,.rightSettings{align-items:center;display:flex;height:100%}.rightSettings{justify-content:space-between;width:100%}.settingsOptions{border-radius:15px;display:flex;flex-direction:column;justify-content:space-evenly;min-height:290px;overflow:hidden;width:90%}.settingsOptionbtn,.settingsOptions{background-color:#e0e1dd;background-color:var(--mediaWhite)}.settingsOptionbtn{border:solid;border-radius:20px;display:inline-block;font-size:25px;margin:auto;padding:6px 24px;width:200px}.settingsOptionbtn:hover{border-radius:20px;cursor:pointer}.active,.settingsOptionbtn:hover{background-color:#000;color:#e0e1dd;color:var(--mediaWhite)}.rightSettingsContainer{background-color:#e0e1dd;background-color:var(--mediaWhite);border-radius:15px;display:flex;justify-content:center;min-height:290px;width:90%}.accountOptionsContainer{justify-content:center}.rightSettings h2{font-size:40px}.backdrop{background:#000000e1;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.backdrop,.modal{align-items:center;display:flex}.modal{background-color:#e0e1dd;background-color:var(--mediaWhite);border-radius:12px;flex-direction:column;height:min(50%,300px);margin:auto;padding:0 2rem;width:clamp(50%,700px,90%)}.walleticon{aspect-ratio:1;padding:7px;width:5em}.walletbtncontainer{display:flex}.assetimage{aspect-ratio:1;object-fit:contain;width:7em}.assetcontainer{display:flex;flex-wrap:wrap;justify-content:space-evenly;overflow:auto}.assetcard{align-items:center;background-color:rgba(0,1,0,.25);border-radius:7px;display:flex;flex-direction:column;justify-content:center;margin:7px;padding-top:10px;width:200px}.walletmanagementbtn{background-color:#e0e1dd;background-color:var(--mediaWhite);border:1px solid #fff;border-radius:7px}.contactsBoxHeader{background-color:#020511;background-color:var(--darkerBlue);border-radius:15px 15px 0 0;display:flex;height:2em;justify-content:right;max-width:inherit;width:15em}.contactsBoxFriendCard{align-items:center;background-color:#e0e1dd;background-color:var(--mediaWhite);border-bottom:0;border-top:0;border-color:#020511;border-color:var(--darkerBlue);border-style:solid;display:flex;flex-direction:row;justify-content:space-between;width:100%}.contactsBoxFriendCard img{background:rgba(0,0,0,.945);padding:7px}.contactsBoxFriendCard p{color:#000;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:17px;margin:12px;pointer-events:none;text-align:center;text-transform:uppercase}.contactsBoxFriendCard:hover{background-color:gray}.contactsBoxFriendImg{aspect-ratio:1;width:3em}.chatboxes-container{max-width:15em;pointer-events:all}.chatBoxMessageContainer{background-color:#fff;border-bottom:0;border-top:0;border-color:#020511;border-color:var(--darkerBlue);border-style:solid;display:flex;flex-direction:column;max-height:24em;max-width:inherit;overflow:auto;padding:3px}.chatMessage{word-wrap:break-word;background-color:#fff;border-radius:25px;line-height:relative;margin-bottom:12px;max-width:255px;padding:0 20px}.chatMessage:after,.chatMessage:before{bottom:0;content:"";height:25px;position:absolute}.fromMe{align-self:flex-end;color:#fff}.fromMe,.fromMe:before{background-color:#0b93f6}.fromMe:before{border-bottom-left-radius:16px 14px;right:-7px;width:20px}.fromMe:after{background-color:#fff;border-bottom-left-radius:10px;right:-26px;width:20px}.fromThem{align-self:flex-start;background-color:#e5e5ea;color:#000}.fromThem :before{background-color:#e5e5ea;border-bottom-left-radius:16px;left:-7px;width:20px}.fromThem :after{background-color:#e5e5ea;border-bottom-right-radius:10px;left:-26px;width:26px}.contacts{height:100%;pointer-events:all;position:relative}.chatOverlay,.contacts{bottom:0;color:#e0e1dd;color:var(--mediaWhite)}.chatOverlay{align-items:flex-end;display:flex;flex-direction:row;max-height:60%;pointer-events:none;position:fixed;right:0}.chatBoxInput{background-color:#d3d3d3;display:flex}.createPostContainer,.createPostInputContainer{display:flex;justify-content:center}.createPostInputContainer{background-color:#e0e1dd;background-color:var(--mediaWhite);border-radius:15px;justify-content:space-around;min-height:290px;width:70%}.createPostForm{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:30em}.postContentButton,.postContentInput{width:100%}.postContentInputText{reqired:true;height:5em;min-height:15em;resize:none;width:100%}.dropImageArea{align-items:center;background-color:#757575;background-color:var(--grey);border-radius:15px;display:flex;justify-content:center;max-width:15em;width:100%}.dropImageArea:hover{background-color:#4a4949;background-color:var(--darkgrey)}.dropImageAreaIcon{color:#d3d3d3}.additionalPostData{display:flex;flex-direction:column;justify-content:center}.postsDisplayContainer,.postsParentContainer{display:flex;height:100%;justify-content:center}.postsDisplayContainer{justify-content:space-evenly;min-height:290px;min-width:25em}.postCard,.postsDisplayContainer{border-radius:15px;flex-direction:column}.postCard{background-color:#fff;display:flex;margin:10px}.postCardContents{align-items:center;display:flex;flex-direction:column;width:100%}.postUsername{display:flex;margin-bottom:0;margin-left:2em;width:100%}.postContent,.postCreated{justify-content:flex-end}.postCreated{color:gray;display:flex;font-size:.75em;margin-right:2em;width:100%}.postButtons{display:flex;justify-content:space-evenly}.postGameTitle{color:gray;display:flex;font-size:.75em;margin-left:3em;margin-top:0;width:100%}.postCategory,.postTags{color:gray;font-size:.75em;margin:0}.likeButtonIcon{transition:all .2s ease-out}.likeButtonIcon:hover{background-color:#ff000080;border-radius:30px;color:red;padding:.4em}.repostButtonIcon{transition:all .2s ease-out}.repostButtonIcon:hover{background-color:#0000ff80;border-radius:30px;color:blue;padding:.4em}.commentButtonIcon{transition:all .2s ease-out}.commentButtonIcon:hover{background-color:#00ff0080;border-radius:30px;color:green;padding:.4em}.interactionCount{font-size:.75em;margin:0}.test{background-color:rgba(0,1,0,.25)}.test-light{background-color:rgba(1,1,1,.25)}@media screen and (max-width:900px){.outerWholeFriendsList{display:none}.newsFeed,.userCardOuter{height:200px;min-width:300px}.avatarImageContainer{width:80px}.leftSettings{height:100%;width:50%}.rightSettings{height:100%;width:100%}}
/*# sourceMappingURL=main.69d53633.css.map*/