/* this sucks a little so uh ill try to fix it */
/* EAUEAEAUEEUAEUEGH */

body {
    background: url(https://i.imgur.com/2abC2Gk.png);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 45px;
    font-size: 15px;
    background-position: center;
}

#container {
    background-size: 100% 100%;
    background-position: 0px 0px,0px 0px,0px 0px;
    background-image: radial-gradient(42% 60% at 91% 43%, #6D262C7D 2%, #073AFF00 100%),linear-gradient(90deg, #73ADB824 6%, #73ADB800 39%),radial-gradient(75% 75% at 50% 50%, #222a30 0%, #222a30 100%);
    display: flex;
    flex-direction: column;
}

#header {
    background: #171A21;
    padding-bottom: 60px;
}

#hSub {
    padding-top: 25px;
    background: transparent;
}

a.logo::before {
    content: "VALVEEE";
    color: transparent;
    background: url(https://i.imgur.com/Vy6VQSD.pngg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 50px;
    position: relative;
    bottom: 10px;
}

a.logo {
    font-size: 0px;
}

.blurbs>.blogs>div:first-child {
    font-size: 19px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
}

.blurbs>.blogs>div:first-child::before {
    content: "Recent Activity";
    font-size: 20px;
    color: #acacac;
}
.blurbs>.blogs>div:first-child::after {
    content: "0.0 Hours past 2 weeks";
    font-size: 20px;
    color: #acacac;
}

.blurbs>.blogs>div:first-child {
    font-size: 10px;
    color: transparent;
    background: #00000024;
    padding: 6px;
}

a[href$='?msg=receive&type=list'] {
    color: white;
    text-decoration: none;
    background: #5c7e10;
    padding: 4px;
}

a[href$='?msg=receive&type=list']::after {
    content: url(https://i.imgur.com/I8MCn7P.png);
    position: relative;
    top: 5px;
}

a[href$='?settings'] {
    color: white;
    text-decoration: none;
    padding: 4px;
    background: #616A72;
    padding-left: 12px;
}

a[href$='?settings']::before {
    content: url(https://i.imgur.com/YY71HSr.png);
    position: relative;
    top: 2px;
    right: 6px
}

.tableLeft {
    max-width: 12px;
    background: transparent;
}

.rightHead {
    font-size: 15px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
}

.fwiends .rightHead {
  background: transparent;
}

.tableLeft img {
    max-height: 32px;
    border: 2px solid #4E97B4;
}

.tableRight {
    background: #fc90;
    color: #ACB2B8;
}

.tableLeft > a > div {
    overflow: hidden;
    max-width: 115px;
    text-align: center;
    color: white;
}

#userWall {
    width: 90%;
}

.topLeft {
    padding: 10px;
    display: flex;
    padding-top: 10vh;
    width: 100%;
}

#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 40px;
    color: #c2c2c2;
    background: #0B0B0B;
}

textarea, textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #616161;
}

b.date {
    color: #4d636c;
    text-decoration: none;
    font-weight: 500;
}

.blinkGreen {
    animation: blinkingTextGreen 10s infinite;
    padding: 4px;
    background: #3D92AF;
}

h4 {
    color: #898989;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 7px;
    padding-left: 15px;
}

.short {
    width: 50%;
}

td.shortRight {
    display: flex;
    flex-wrap: wrap;
}

td.shortRight > div {
    padding: 20px;
}

td.shortRight > div {
    padding: 20px;
    color: #d5d5d5;
}

div#country::before {
    content: url(https://i.imgur.com/8bSNdPr.gif);
}

.boxHead {
    font-size: 15px;
    color: #acacac;
    background: #00000024;
    padding: 6px;
    padding-left: 6px;
    border: 0px;
}

#hSub a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 3px white;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.url {
    border: solid 0px;
    padding: 2px;
    background: transparent;
    max-width: 0px;
    font-size: 0px;
}

.boxInfo {
    border: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.boxButton {
    display: inline-block;
    width: calc( 49% - 60px );
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #B7B5B3;
    padding-top: 7px;
    padding-right: 50px;
    background: #171A21;
    margin-bottom: 1px;
    margin-top: 5px;
    display: flex;
}

#sMsg {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/JDwmHOZ.png);
}

#report {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/JDwmHOZ.png);
}

#add {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/G4NHLc3.png);
}

#block {
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/i7iQmYp.png);
}

.extended a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.extended {
    border: 0px;
    background: transparent;
    padding: 10px;
    font-size: 12px;
    height: 10%;
    position: fixed;
    left: 10px;
    bottom: 0px;
}

.box.fwiends {
    max-width: 100%;
    padding-left: 40px;
    flex: 2;
    background: #00000036;
    height: 100%;
}

#top {
    display: inline-flex;
    flex-direction: column;
}

.blurbs {
    flex: 4;
}

.blurbs img {
    width: 75%;
    height: 75%;
    background: #00000024;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.fwiendCounter {
    font-size: 0px;
}

.fwiendCount::before {
    content: "Friends ";
    font-size: 15px;
    color: white;
}

.fwiendCount {
    font-size: 20px;
    color: #acacac;
    font-weight: 100;
}

.fwiendFace {
    display: flex;
    flex-direction: row;
    padding: 2px;
    text-align: center;
    color: cyan;
    width: 100vh;
    overflow: visible;
    white-space: nowrap;
    line-break: normal;
    align-items: start;
    align-content: start;
    padding-top: 20px;
}

.fwiendFace img {
    padding: 2px;
    background: linear-gradient( to bottom, rgba(83,164,196,1) 5%, rgba(69,128,151,1) 95%);
    object-fit: cover;
    position: absolute;
    height: 34px;
    width: 34px;
}

.fwiendFace b {
    padding: 2px;
    padding-left: 45px;
    font-size: 12px;
    color: #57cbde;
}

.box.comments {
    align-self: end;
    position: relative;
    width: 100%;
    margin-right: 360px;
}

.topRight {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: 98%;
}

/*

unused grid code

.topRight {  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1r;
  grid-auto-rows: 1fr;
  gap: 5px 5px;
  grid-auto-flow: row;
  grid-template-areas:
    "blurbs blurbs extended"
    "blurbs blurbs fwiends"
    "comments comments fwiends";
}

.extended { grid-area: extended; }

.blurbs { grid-area: blurbs; }

.comments { grid-area: comments; }

.fwiends { grid-area: fwiends; }

*/