::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgb(32, 38, 32);
}

::-webkit-scrollbar-thumb {
    background: rgb(43, 52, 43);
}

::-moz-selection {
    color: rgb(173, 168, 162);
    background: rgb(20, 24, 20);
}

::selection {
    color: rgb(102, 76, 0);
    background: rgb(41, 49, 41);
}

body {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: rgb(173, 168, 162);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.background-gradient {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    background: radial-gradient(at center -10%, rgba(0,0,0,0) 5%, rgba(20,24,20,1) 95%) rgba(20, 24, 20, 0.1);
    top: 0;
    z-index: -1;
}

.icon {
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

main {
    position: relative;
}

svg {
    display: inline-block !important;
}

.btn {
    border-radius: 0;
    border: 0;
    padding: 8px 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width: 1368px) {
    .btn {
        font-size: 14px;
    }
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-success {
    background: rgb(76, 90, 6);
    color: rgb(192, 227, 16);
}

.btn.btn-success:hover {
    background: rgb(57, 68, 4);
}

.btn.btn-success:active {
    background: rgb(61, 75, 39);
}

.btn.btn-primary {
    background: rgb(178, 133, 0);
    color: rgb(255, 191, 0);
}

.btn.btn-primary:hover {
    background: rgb(76, 57, 0);
}

.btn.btn-primary:active {
    background: rgb(29, 66, 95);
}

.btn.btn-secondary {
    background: rgb(71, 68, 65);
    color: rgb(204, 195, 190);
}

.btn.btn-secondary:hover {
    background: rgb(42, 40, 39);
}

.btn.btn-secondary:active {
    background: rgb(89, 85, 82);
}

.btn.btn-danger {
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
}

.btn.btn-danger:hover {
    background: rgb(172, 56, 39);
}

.btn.btn-danger:active {
    background: rgb(150, 47, 32);
}

.btn.btn-discord {
    background: rgb(114, 137, 218);
    color: rgb(255, 255, 255);
    border-radius: 25px;
}

.btn.btn-discord:hover {
    background: rgb(132, 156, 238);
}

.btn.btn-discord:active {
    background: rgb(114, 137, 218);
}

.btn.btn-discord svg {
    height: 24px;
    margin-top: -1px;
}

.btn.btn-discord .btn-discord-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-discord .btn-discord-content .discord-players-text {
    display: block;
    margin-left: 5px;
}

.btn.btn-discord .btn-discord-content .discord-counter {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    text-transform: none;
    margin-left: 5px;
    background: rgb(87, 105, 172);
    border-radius: 100px;
}

.outer {
    max-width: 100%;
    background-color: rgba(15, 19, 15, 0.8) !important;
}

.navbar {
    padding: 0 !important;
}

.navbar-rust {
    background-color: rgba(15, 19, 15, 0) !important;
    border-radius: 0 !important;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-rust .navbar-nav .nav-link {
    color: rgb(105, 105, 105);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}

.navbar-rust .navbar-nav .nav-link:hover {
    color: rgb(153, 111, 0);
}

.navbar-rust .navbar-nav .nav-link.active {
    color: rgb(255, 191, 0);
}

.navbar-rust .nav-logo {
    height: 70px;
}

.navbar-rust .navbar-toggler {
    border-radius: 0;
}

.navbar-rust .navbar-toggler:focus {
    box-shadow: none;
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding-bottom: 5px;
    }

    .navbar-rust .navbar-brand {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .navbar-rust .nav-logo {
        height: 42px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: .3125rem;
    }

    .navbar-rust .navbar-nav .nav-link {
        margin-left: 0;
    }
}

.servers .server {
    border: 6px solid rgb(105, 105, 105);
    background: rgb(31, 32, 26);
    margin-top: 100px;
    position: relative;
    border-radius: 2px;
}

.servers .server .server-container {
    padding: 10px;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.servers .server .server-container .server-name {
    color: rgb(198, 192, 186);
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.servers .server .server-container .server-description {
    color: rgb(142, 143, 138);
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.servers .server .server-container .server-players {
    color: rgb(142, 143, 138);
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.servers .server .server-tags {
    margin-bottom: 5px;
}

.servers .server .server-tags .server-tag {
    background: #26435E;
    color: #C2C5CC;
    padding: 5px 8px;
    font-size: 15px;
}

.servers .server .server-image-container {
    position: relative;
}

.servers .server .server-image-container .server-image-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31,32,26,0) 35%, rgba(31,32,26,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.servers .server .progress {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.servers .server .progress .progress-bar.bg-rust {
    background-color: rgb(166, 205, 99);
}

.servers .server .server-image-container {
    position: relative;
}

.servers .server .server-offline {
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.servers .server .server-offline .icon {
    margin-top: -2px;
}


.modal.modal-rust .modal-content {
    border: 8px solid rgb(31, 32, 26);
    border-radius: 0;
    background: rgb(31, 32, 26);
    color: rgb(108, 110, 105);
}

.modal.modal-rust .modal-body {
    padding: 0;
}

.modal.modal-rust .modal-footer {
    border-top: 0;
    padding: 0;
    margin-top: 5px;
}

.modal.modal-rust .modal-footer .btn {
    margin: 4px 2px;
}

.modal.modal-rust .server-image-modal-container .server-image-modal-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31,32,26,0) 35%, rgba(31,32,26,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.modal.modal-rust .server-image-modal-container {
    position: relative;
}

.modal.modal-rust .server-modal-details {
    margin-top: -60px;
    z-index: 2;
    position: relative;
}

.modal.modal-rust .server-modal-details .server-name {
    color: rgb(198, 192, 186);
    font-weight: bold;
    font-size: 28px;
    display: block;
    text-align: center;
}

.modal.modal-rust .server-modal-details .server-description {
    color: rgb(173, 168, 162);
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: -8px;
}

.modal.modal-rust .server-modal-details .server-rules {
    margin-top: 10px;
    color: rgb(105, 107, 102);
    font-size: 18px;
    display: block;
    padding: 10px;
    line-height: 24px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.modal-rust .server-modal-details .server-rules a {
    color: rgb(164, 167, 160);
    text-decoration: none;
}

.modal.modal-rust .server-modal-details .server-rules a:hover {
    color: rgb(187, 191, 185);
}

.modal.modal-rust .server-modal-details .server-rules .connect-input {
    border: 3px solid #555;
    background : rgb(72, 72, 69);
    width: 100%;
    height: 40px;
    color: rgb(164, 167, 160);
}

footer {
    text-align: center;
    margin-top: auto;
    background: rgba(15, 19, 15, 0.8);
    padding: 40px 20px;
    font-weight: 300;
}

footer img {
    height: 75px;
    filter: grayscale(1);
    opacity: 0.5;
    margin-bottom: 15px;
}

footer .copyright {
    font-weight: 400;
}

[x-cloak] { display: none !important; }

.collapse {
    visibility: visible !important;
}

.nav-item {
    text-align: center;
}

.discord {
    display: flex;
    justify-content: center;
}

.outer-modal {
    background: radial-gradient(at center -10%, rgba(0,0,0,1) 5%, rgba(20,24,20,1) 95%) rgba(20, 24, 20, 1)
}

.inner-modal .title,
.connect-inner-modal .title {
    margin-top: -40px;
}

.inner-modal .title .server-name,
.connect-inner-modal .title .server-name {
    color: rgb(198, 192, 186);
    font-weight: bold;
    font-size: 28px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
}

.inner-modal .title .server-players,
.connect-inner-modal .title .server-players {
    text-align: center;
    font-size: 20px;
    display: block;
}

.inner-modal .content,
.connect-inner-modal .content {
    width: 100%;
    padding: 15px;
    line-height: 28px;
}

.inner-modal .content {
    height: 450px;
    overflow-y: scroll;
}

.inner-modal .content .connect-input,
.connect-inner-modal .content .connect-input {
    border: 3px solid #555;
    background: rgb(72, 72, 69);
    width: 100% !important;
    height: 40px;
    padding: 10px;
}

.popup {
    display: none;
    position: absolute;
    background-color: rgb(72, 72, 69);
    color: white;
    padding: 5px;
    right: 10px;
}

.connect {
    display: flex;
    position: relative;
}

.connect > button {
    position: absolute;
    right: 10px;
    top: 5px;
}

li {
    margin-left: 1em;
}

.packages {
    padding: 0px 95px 100px;
}

@media screen and (max-width: 600px) {
    .packages {
        padding: 150px 20px 100px;
    }
}



@media screen and (min-width: 1368px) {
    .packages .col-xl-4 {
        width: 24%;
        margin-left: 48px;
        margin-right: 48px;
    }
}

.packages .package {
    width: 300px;
    border: 6px solid rgb(105, 105, 105);
    background: rgb(31, 32, 26);
    position: relative;
    margin-bottom: 50px;
    border-radius: 2px;
}

.package img {
    padding: 10px;
}

.actions {
    display: flex;
    justify-content: flex-end;
}

.actions a {
    align-self: center;
}

/*.col-12 {*/
/*    width: auto !important;*/
/*}*/

@media screen and (max-width: 768px) {
    .col-12 {
        width: auto !important;
    }
}

.short-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.wipe-countdown {
    color: rgb(142, 143, 138);
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.vip-subscriptions {
    text-align: center;
    color: rgb(255, 191, 0);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
}

.package-title {
    padding-top: 75px;
}

.package-title h1 {
    text-align: center;
    color: rgb(105, 105, 105);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 50px;
}

.role,
.price,
.availability {
    font-weight: bold;
}

.role {
    font-size: 24px;
    color: rgb(255, 191, 0);
}

.price {
    font-size: 14px;
}

.availability {
    font-size: 14px;
    color: rgb(204, 195, 190);
}

.package-info-inner-modal .title,
.voting-title {
    text-align: center;
    color: rgb(255, 191, 0);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
}

.voting-title {
    margin-bottom: 50px;
}

.other {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 75px;
}

.other .accordion-body {
    font-size: 20px;
    font-weight: 300;
    padding: 28px;
}

.other .accordion-item {
    background: rgba(15, 19, 15, 0.8) !important;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.125)
}

.other .accordion-header .accordion-button {
    background: transparent !important;
    color: rgb(220, 211, 202);
    outline: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 26px;
}

.accordion-button::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 30px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.125) transparent;
    transform: rotate(-180deg);
    background-image: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.accordion-button:not(.collapsed)::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.125) transparent;
    transform: rotate(-360deg);
    background-image: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.milestone {
    font-weight: bold;
    color: #CD7F32;
}

.package-info-inner-modal .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
    width: 100%;
    text-align: center;
    height: 100%;
}

.package-kit-image {
    max-width: 400px;
}

.close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: rgb(255, 191, 0);
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .perks {
        margin-bottom: 40px;
    }

    .package-info-inner-modal {
        padding: 30px !important;
        height: 100% !important;
    }

    .package-kit-image {
        margin-bottom: 40px
    }

    .package-info-inner-modal .title {
        font-size: 40px;
    }

    .close-button {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        color: rgb(255, 191, 0);
        font-size: 28px;
        font-weight: bold;
    }
}

.package-kit {
    text-align: center;
    color: rgb(255, 191, 0);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
}

.package-kit-contents {
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.perks .perk {
    font-size: 20px;
}

.light-gray {
    color: rgb(204, 195, 190);
}

@media screen and (max-width: 960px) {
    .package-info-inner-modal .content {
        flex-direction: column !important;
    }
}

th > .align-items-center {
    justify-content: center;
}

th > .align-items-center > span > svg {
    display: none !important;
}

th, td {
    text-align: center !important;
}

thead > tr {
}

tr:nth-child(odd) {
    background-color: rgb(55 65 81 / 1) !important;
}

tr:nth-child(even) {
    background-color: rgb(31 41 55 / 1) !important;
}

tr, td {
    color: lightgray;
    border: none;
}

tr {
    color: rgb(255, 191, 0);
}

thead > tr > th {
    background-color: rgb(31 41 55 / 1) !important;
}

.table>:not(caption)>*>* {
    padding: 15px 10px !important;
}

.table>thead,
td {
    vertical-align: middle;
}

input[type="text"] {
    background-color: rgb(55 65 81 / 1);
    border: none;
    color: rgb(255, 191, 0);
    width: 150px !important;
}

input[type="text"]:focus {
    background-color: rgb(55 65 81 / 1);
    color: rgb(255, 191, 0);
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

input[type="text"]::placeholder {
    color: rgb(255, 191, 0);
}

input[type="text"]::selection {
    color: rgb(255, 191, 0);
}

.page-item > button,
.page-item > span,
select {
    background-color: rgb(31 41 55 / 1) !important;
    color: rgb(255, 191, 0) !important;
    border: none !important;
}

small {
    color: rgb(204, 195, 190) !important;
    font-size: 14px !important;
}

.badge.rounded-pill.bg-info {
    background-color: rgb(31 41 55 / 1) !important;
    color: rgb(255, 191, 0) !important;
}

.btn-outline-secondary {
    background-color: rgb(55 65 81 / 1);
}

.leaderboard {
    padding: 100px 115px 60px 115px;
}

@media screen and (max-width: 768px) {
    .leaderboard {
        padding: 40px 0;
    }
}

.no-transform{
    text-transform: none !important;
}
