body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.mr-l15 {
    margin-left: 15px;
}

.pd-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-pa-text {
    color: #000 !important;
    background-color: #fff !important;
}

.text-left {
    text-align: left !important;
}

.captcha {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}

.toasticon {
    padding-right: 10px;
    font-size: 1.2rem;
}

.toasticon.fa-circle-info {
    color: lightskyblue;
}

.toasticon.fa-circle-exclamation,
.toasticon.fa-hexagon-exclamation {
    color: lightsalmon;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: .0rem;
    padding-bottom: .0rem;
    font-size: 1rem;
}

.nav-money {
    padding-right: 0px;
}

@media (max-width: 768px) {
    .navbar-brand {
        background-color: none;
        box-shadow: none;
    }

    .signout-nav {
        display: none;
    }

    .nav-stats {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .nav-money {
        padding-left: 0px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        background-color: rgba(0, 0, 0, .35);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .35);
    }

    .nav-stats {
        padding: 0px;
    }

    .signout-menu {
        display: none;
    }
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #1c1f23 !important;
    border-color: #1a1e21 !important;
}

.page-link {
    color: #1a1e21;
}

.page-link:hover {
    color: #1a1e21;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 1000;
    overflow: visible;
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    vertical-align: text-bottom;
    border: 0.45em ridge #0d6efd;
    border-right: 0.45em solid transparent;
    border-left: 0.45em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.pd0 {
    padding: 0px !important;
}

.balance-link {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.addbalance {
    font-size: 1.5rem;
    position: static;
}

.pd-0 {
    padding: 0 !important;
}

.h270 {
    max-height: 270px;
}

.carousel-news {
    max-height: 270px;
    width: 100%;
    overflow: hidden;
}

.h40-px {
    height: 40px;
}

.hrate {
    font-size: 1rem;
}

.txt-Gold {
    color: #FFD700;
}

.txt-Platinum {
    color: #C0C0C0;
}

.txt-Infinite {
    color: #228B22;
}

.btn-mrg {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.mr-10 {
    margin-right: 10px;
}

code.hacker {
    padding: 0.25rem 0.75rem;
    color: #4fff4f;
    background-color: #111111;
    display: block;
    width: fit-content;
}

code.sh::before {
    content: "$ ";
}

.copydiv {
    cursor: pointer;
}

.sidebar .nav-item .nav-link {
    color: #000000;
    white-space: nowrap;
}

.sidebar .nav-link.active {
    color: #5715ff;
}

.sidebar .nav-link {
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.55rem 0.75rem;
    border-radius: 0.5rem;
}

.sidebar .nav-link {
    font-weight: 500;
}

.nav-link {
    display: block;
    transition: color .08s ease-in-out, background-color .08s ease-in-out, border-color .08s ease-in-out;
}

.sidebar .nav-item {
    margin-bottom: 0.2rem;
}

ul.nav li.nav-item {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

main.nicebg {
    background: rgb(251, 252, 254);
    background: linear-gradient(180deg, rgba(251, 252, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.sidebar .nav-item .nav-link:hover {
    color: #eaedf2 !important;
    background: rgb(46, 54, 80);
    background: linear-gradient(142deg, rgba(46, 54, 80, 0.8) 0%, rgba(46, 54, 80, 1) 100%);
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto;
    transition: max-width 0.3s;
}

nav.bg-light {
    background-color: #eaedf2 !important;
}

header {
    background-position-y: center;
}

#sidebarMenu {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    background-position: bottom;
}

.align-items-center {
    align-items: center !important;
}

.bg-gray-800 {
    background-color: #1f2937 !important;
}

a.carousel-caption {
    text-decoration: none;
    color: #ffffff;
}

a.carousel-caption:hover {
    text-decoration: none;
    color: #afb8df;
}

.c-pointer {
    cursor: pointer;
}

.border-none,
.border-none>th {
    border: none !important;
}

.vertical-align-middle,
.vertical-align-middle>th {
    vertical-align: middle !important;
}

.ccrow {
    cursor: pointer;
}

.selected-db {
    --bs-table-bg: #d1e7dd !important;
    --bs-table-striped-bg: #c7dbd2 !important;
    --bs-table-striped-color: #000 !important;
    --bs-table-active-bg: #bcd0c7 !important;
    --bs-table-active-color: #000 !important;
    --bs-table-hover-bg: #c1d6cc !important;
    --bs-table-hover-color: #000 !important;
    color: #000 !important;
    border-color: #bcd0c7 !important;
}

.margin10lr {
    margin-right: 10px;
    margin-left: 10px;
}

.margin5lr {
    margin-right: 5px;
    margin-left: 5px;
}

.border-2pxtbl {
    border-bottom: 2px solid black;
}

.text-code {
    color: #d63384;
}

pre.infoline {
    display: block;
    background: #0000000a;
    color: #780078;
    width: fit-content;
    padding: 4px 10px 1px 10px;
    font-family: monospace;
}

.monitorlink a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.8rem;
}

.monitorlink a:hover {
    text-decoration: none;
    color: #780078;
}

.monitorlink a.tor {
    margin-left: 4px;
    background: #222528;
    padding: 0 5px;
    border-radius: 50px;
}

.monitorlink a.tor:hover {
    background: #2d3236;
}

.rscore {
    margin-right: 10px;
    font-size: 1.3rem;
    display: inline;
}

.order {
    cursor: pointer;
}

.ccheader {
    display: none;
}

@media (max-width: 768px) {
    .position-sticky {
        margin-top: 37px !important;
    }
    .navbar-text.w-100.mr-l15.row.nav-stats {
        margin-left: 0px !important;
    }

}

@media (max-width: 1000px) {
    .table-mobile-adaptive tr {
        display: grid;
        border-bottom: 1px solid black;
    }
    .table-mobile-adaptive tr th,
    .table-mobile-adaptive tr td{
        border: none;
        text-align: right !important;
        font-weight: 500;
        width: 100%;
    }
    .table-mobile-adaptive.table-mobile-adaptive-last tr th:last-child,
    .table-mobile-adaptive.table-mobile-adaptive-last tr td:last-child {
        line-height: 50px;
        text-align: center !important;
    }

    .table-mobile-adaptive .inline-flex-mobile-long {
        overflow: scroll;
        display: inline-flex;
    }

    .table-mobile-adaptive thead {
        display: none;
    }
    .table-mobile-adaptive .ccheader {
        display: inline;
        font-weight: 800;
        float: left;
        padding-right: 10px;
    }
    .table-mobile-adaptive .pricespan {
        float: right;
    }
}