

.table-dark {
    --bs-table-bg: #0d0d0d;
    --bs-table-striped-bg: #000;
    --bs-table-striped-color: #fff;
    --bs-table-hover-bg: #FF99FF;
    --bs-table-hover-color: #fff; 
    color: #fff;
}

.table-dark1 {
    --bs-table-bg: #0d0d0d;
    --bs-table-striped-bg: #000;
    --bs-table-striped-color: #fff;
    --bs-table-hover-bg: #FF99FF;
    --bs-table-hover-color: #fff;
    color: #fff;
}

.table-pinned {
    --bs-table-bg: #FF99FF;
    --bs-table-striped-bg: #FF99FF;
    --bs-table-striped-color: #fff;
    --bs-table-hover-bg: #FF99FF;
    --bs-table-hover-color: #fff;
    color: #fff;
}


.table-pinned1 {
    --bs-table-bg: #0d0d0d;
    --bs-table-striped-bg: #000;
    --bs-table-striped-color: #fff;
    --bs-table-hover-bg: #FF99FF;
    --bs-table-hover-color: #fff;
    color: #fff;
}
.table > :not(caption) > * > * {
    border-bottom-width: 0.01px;
    border-bottom-color: #282828;
}
@media screen and (max-width:500px){
    body {
        font-size: 9px;
    }
}
.page-item {
list-style: none;
}

.page-link {
display: block;
padding: 10px 15px;
background: #ffccdd; 
color: #990033;
font-weight: bold;
text-decoration: none;
border-radius: 8px;
border: 1px solid #ff99bb;
transition: all 0.3s ease-in-out;
}

.page-link:hover {
background: #ff99bb;
color: white;
border-color: #ff6699;
}

.page-item.active .page-link {
background: #ff6699; 
color: white;
border-color: #ff3366;
box-shadow: 0px 4px 10px rgba(255, 51, 102, 0.4);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
font-weight: bold;
background: #ffb3c6;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
background: #ff99bb;
}





.red-row {
background-color: red;
}




.navbar-nav .nav-link {
position: relative;
text-decoration: none !important; 
border-bottom: none !important; 
box-shadow: none !important; 
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
border-bottom: none !important;
box-shadow: none !important;
text-decoration: none !important;
}

.redeem-container {
background-color: #000;
border: 1px solid #333;
padding: 20px;
margin: 20px auto;
width: 100%;
max-width: 400px;
color: #fff;
text-align: center;
}

.redeem-container input[type="text"] {
width: calc(100% - 22px);
padding: 10px;
margin-bottom: 10px;
border: 1px solid #444;
background-color: #222;
color: #fff;
}

.redeem-container button {
padding: 10px 20px;
border: none;
background-color: #444;
color: #fff;
cursor: pointer;
}

.redeem-container button:hover {
background-color: #555;
}



.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.upgrade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    width: 100%;
}

.upgrade-card {
    border: 1px solid #222;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.upgrade-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #222;
}

.upgrade-name {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
}

.vip-title { color: #9B318E; }
.criminal-title { color: #780A48; }
.rich-title { color: #FFD700; }
.namecolor-title { color: #fff; }

.upgrade-price {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
}

.perks-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.perk-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.2px;
}

.perk-value {
    text-align: right;
}

.perk-value.yes {
    color: green;
}

.perk-value.no {
    color: red;
}

.perk-value i.material-icons {
    font-size: 15px;
    font-weight: bold;
}

.perk-value.vip { 
    color: #9B318E;
    font-weight: bold;
}
.perk-value.vip.paste-highlight {
    background-color: #2D0A21;
    background-image: none;
}
.perk-value.criminal { 
    color: #780A48;
    font-weight: bold;
}
.perk-value.criminal.paste-highlight {
    background-color: #2B021B;
    background-image: none;
}
.perk-value.rich { 
    color: #FFD700;
    background-image: url('/img/gold.gif');
    font-weight: bold;
}
.perk-value.rich.paste-highlight {
    background-color: #2b200d;
    background-image: none;
}
.perk-value.namecolor { 
    color: gold;
    background-image: url('/static/gold.gif');
}

.purchase-btn {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 15px;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.purchase-btn:hover {
    background: #111;
}

.color-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    margin-top: 10px;
}

.color-box {
    aspect-ratio: 1;
    border: 1px solid #222;
    cursor: pointer;
}

.preview-name {
    color: inherit;
}

@media screen and (max-width: 768px) {
    .main-container {
        padding: 20px 10px;
        min-height: auto;
        align-items: flex-start;
    }
    
    .upgrade-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;  
    }

    .upgrade-card {
        padding: 10px;
        margin-bottom: 5px;
    }

    .upgrade-title {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .upgrade-name {
        font-size: 1rem;
    }

    .upgrade-price {
        font-size: 1rem;
    }

    .perk-item {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }

    .purchase-btn {
        padding: 6px;
        margin-top: 10px;
        font-size: 0.8rem;
    }

    .upgrade-card:nth-child(3),
    .upgrade-card:nth-child(4) {
        margin-top: 10px;
    }

    .color-grid {
        gap: 2px;
    }

    .color-box {
        min-width: 0;  
    }
}

@media screen and (max-width: 480px) {
    .upgrade-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 8px;  
    }

    .main-container {
        padding: 15px 8px;
    }

    .upgrade-card {
        padding: 8px;
    }

    .perk-item {
        font-size: 0.7rem;
    }

    .color-grid {
        gap: 1px;
    }
}

.info-container {
        background-color:rgb(0, 0, 0);
        border: 1px solid #333;
        padding: 20px;
        margin-top: 20px;
        width: 100%;
    }

    .info-container a {
        color: #4caf50;
        text-decoration: none;
    }

    .info-container a:hover {
        text-decoration: underline;
    }

    .center {
        text-align: center;
        width: 100%;
    }
