body {
    background-color: #212529 !important;
}

h1 {
    font-family: "Bangers";
    font-size: 65px !important;
    color: #f5ba30 !important;
    text-shadow: 5px 5px 1px #000;
}

h2 {
    font-family: "Bangers";
    font-size: 61px !important;
    color: #f5ba30 !important;
    text-shadow: 5px 5px 1px #000;
}

.head-area .head-content {
    height: auto !important;
}

.head-content {
    background: none !important;
}

.main-menu.static-top.navbar-dark.navbar.navbar-expand-lg.mb-1.fixed-top {
    background-color: #000;
}

section p,
.about .content-area h1,
.about .content-area h2,
.about .content-area h3,
.about .content-area h4,
.about .content-area h5,
.content-area h6,
.profile .name,
.profile .social-profile a,
.lang-text .language,
.lang-text .icon,
.faq .nav.nav-underline a.nav-item.nav-link {
    color: #fff !important;
}

.content-area p,
.timestamp span,
.profile .role {
    color: #c7c7c7 !important;
}

.roadmap .timestamp span {
    color: #fff !important;
}

.roadmap .status span {
    color: #fff !important;
}

.status span,
.grey-accent2 {
    color: #adabab !important;
}

.bg-color {
    background-color: #1f2326 !important;
}

.web3modal-modal-lightbox {
    z-index: 111 !important;
}

body .staking-earned {
    font-size: 24px !important;
    margin-bottom: 0px;
}

.staking-staked-usd, .staking-earned-usd {
    color: #0dff0d !important;
}

#pq-disconnect {
    max-width: 200px; 
    margin: 40px auto 0;
}

div#staking-modal {
    z-index: 1111;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    background-color: rgb(31 35 38);
    border: 4px solid #f4b831;
    border-radius: 10px;
    padding: 25px;
    top: 100px;
    transform: translateY(-50%);
}

.modal-close {
    position: absolute;
    top: -5;
    right: 10;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

div#staking-modal h5 {
    color: #f5b930;
    font-size: 14px;
}

div#staking-modal p {
    color: #fff;
}

div#staking-modal hr {
    border-color: #4a4a4a;
}

.locked-warning {
    font-size: 14px;
}

.ant-input {
    border-radius: 4px;
    width: 100%;
}

.dashboard-widget {
    border: 3px solid #f4b831;
    border-radius: 6px;
    background-color: rgb(0 0 0 / 65%);
    padding: 20px;
    margin-top: 15px;
}

.pq-dash-menu li {
  display: table-cell;
  width: 14.28%;
  cursor: pointer;
}

.pq-dash-menu li.selected {
  background-color: #ffcb35;
  border-radius: 100px;
}

.pq-dash-menu {
  display: table;
  width: 100%;
  margin-top: 40px !important;
  background: #e39826;
  border-radius: 100px;
  text-align: center;
  box-shadow: 0 0 12px 0 #feba3f;
}

.pq-dash-menu li a {
  color: #fff !important;
  cursor: pointer;
}

.meme-item {
    background-color: rgb(0 0 0 / 75%);
    border: 3px solid #ffcb35;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
}

.meme-item ul {
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 15px;
}

.meme-item ul li {
    display: table-cell;
}

.meme-item ul li:nth-child(1) {
    width: 50px;
    text-align: left;
}

.meme-item ul li:nth-child(2) {
    width: 30px;
    text-align: center;
}

.meme-item ul li:nth-child(2) img {
    width: 25px;
}

.meme-item ul li:nth-child(3) {
    width: 200px;
}

.meme-item ul li:nth-child(3) span {
    display: block;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    margin-left: 10px;
    top: 7px;
    position: relative;
}

.meme-item ul li:nth-child(4) {
    width: 100px;
    text-align: left;
}

.meme-item ul li:nth-child(5) {
    width: 150px;
    text-align: center;
}

.meme-item ul li:nth-child(6) {
    width: 50px;
    text-align: right;
}

.meme-item ul li:nth-child(7) {
    width: 175px;
    text-align: right;
}

.meme-item ul li:nth-child(8) {
    width: 175px;
    text-align: right;
}

.meme-item ul li:nth-child(9) {
    width: 150px;
    text-align: right;
}

ul.pq-trending {
    list-style-type: none;
    margin-top: 66px;
    width: 2500px;
    overflow: hidden;
    padding: 0;
}

ul.pq-trending li {
    float: left;
    width: 250px;
    padding: 5px 10px;
}

ul.pq-trending li:nth-child(odd) {
    background-color: #efab43;
}

ul.pq-trending li:nth-child(even) {
    background-color: #e39825;
}

.js-marquee {
    margin-right: 0px !important;   
}

.pq-sniffer {
    display: none;
}

.pq-network ul {
    list-style-type: none;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.pq-network ul li {
    display: table-cell;
    width: 25%;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #1c1c1c;
    cursor: pointer;
}

.pq-network ul li.active {
    background-color: #363636;
}

.pq-network ul li.active img {
    box-shadow: 1px 1px 15px 1px #f8bc30;
    margin-right: 10px;
    padding: 5px;
    border-radius: 100px;
}

.pq-network ul li:last-child {
    border-right: 0px;
}

.pq-network ul li img {
    width: 24px;
}

.pq-network {
    background-color: #282828;
    margin-top: 20px;
    box-shadow: 1px 1px 18px 1px #000;
}

@media screen and (min-width: 992px) {
    img.crypto-logo-img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    img.crypto-logo-img {
        max-width: 30% !important;
    }
}

@media screen and (max-width:992px) {
    .pq-dash-menu li {
        width: 100% !important;
        display: block !important;
    }

    .pq-dash-menu {
        display: block;
        border-radius: 18px;
    }
}