@font-face {
	font-family: gamefont;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
}

.scrollItemNew {
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    background-color: #00ffff;
    -webkit-box-shadow: 0 7px 0 0 #0f9cff;
    -moz-box-shadow: 0 7px 0 0 #0f9cff;
    box-shadow: 0 7px 0 0 #0f9cff;
    display: inline-block;
    border-radius: 32px;
    overflow-y: auto;
    width: 900px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    max-height: unset;
    position: relative;
}

.scrollItem {
    vertical-align: top;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 680px;
    text-align: left;
    background-color: #00ffff;
    -webkit-box-shadow: 0 7px 0 0 #0f9cff;
    -moz-box-shadow: 0 7px 0 0 #0f9cff;
    box-shadow: #0f9cff;
    display: inline-block;
    border-radius: 52px;
    max-height: calc(100% - 40px);
    overflow-y: auto;
}

html, body {
    background-image: url(https://w.wallhaven.cc/full/y8/wallhaven-y8j89x.png);
    background-size: cover;
}

#navBar {
    color: #fff;
    background-color: rgb(0 0 0 / 0%);
    width: 100%;
    height: 85px;

}

.socPost {
    margin-left: -15px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 680px;
    text-align: left;
    background-color: #00ffff;
    -webkit-box-shadow: 0 7px 0 0 #0f9cff;
    -moz-box-shadow: 0 7px 0 0 #0f9cff;
    box-shadow: 0 7px 0 0 #0f9cff;
    border-radius: 52px;
}
.profileTab {
    text-align: center;
    display: table-cell;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    cursor: pointer;
    background-color: #00ffff;
}

element.style {
    background-color: #00ffff;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 6px;
    box-shadow:  0 7px 0 0 #0f9cff;
    width: 450px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

#chatScroller {
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999;
    position: absolute;
    top: 85px;
    bottom: 0;
    background-color: #00ffff;
    width: 90px;
    text-align: center;
}

#profileLogin {
    margin-top: 10px;
    width: 150px;
    vertical-align: text-bottom;
    background-color: #00ffff;
    box-shadow: 0 7px 0 0 #0f9cff;
}

#loginPop {
    pointer-events: auto;
    border-radius: 32px;
    background-color: #00ffff;
    padding: 15px;
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-60%);
    color: #fff;
    width: 372px;
    box-shadow: 0 7px 0 0 #0f9cff;
}

html, body {
    background-image: url(https://w.wallhaven.cc/full/y8/wallhaven-y8j89x.png);
    background-size: cover;
}

#backgroundImage {
    display: none!important;
}

.marketCard {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 210px;
    height: 215px;
    vertical-align: top;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 32px;
    display: inline-block;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
}