body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.main {
    max-width: 320px;
    width: 100%;
}

.image {
    background-position: center;
    background-size: cover;
}

h1 {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.header h1 {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

.back-btn {
    width: 40px;
    height: 40px;
    margin: 10px;
    background-image: url(../../images/back.382b99b.webp);
    background-size: cover;
}

.ad-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin: 16px auto !important;
}

#ad-countdown {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgb(255, 255, 255);
    color: #000000;
    font-size: 14px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 9999;
}

@media screen and (orientation: portrait) {
    .main {
        max-width: 400px;
    }
}
.card {
    width: 100%;
}

.card>div {
    margin: 16px 16px 0 16px;
}

.hero {
    text-align: center;
    color: white;
}

.hero h2 {
    font-size: 20px;
}

.diamond-earn {
    border-radius: 25px;
    border: 1px solid var(--border-color);
    border: 1px solid #e5e7eb9c;
    box-shadow: var(--div-boxShadow);
}

.big-diamond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 12px;
    margin: 12px;
}

.big-diamond span {
    font-weight: 600;
}

.diamond-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 40px;
    height: 40px;
    background-image: url(../../images/coin-earn.2b54f58.png);
}

.diamond-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(../../images/coin.44cd1fa.png);
}

.earn-badge {
    cursor: pointer;
    background: #26584b;
    color: #fff;
    border: none;
    height: 42px;
    width: 85%;
    border-radius: 21px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: auto;
    margin-bottom: 20px;
}

.earn-badge::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 5%;
    height: 200%;
    background: -webkit-linear-gradient(330deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-animation: glassSwipe 2s infinite;
            animation: glassSwipe 2s infinite;
    pointer-events: none;
}

@-webkit-keyframes glassSwipe {
    0% {
        left: -60%;
    }

    100% {
        left: 130%;
    }
}

@keyframes glassSwipe {
    0% {
        left: -60%;
    }

    100% {
        left: 130%;
    }
}

.ad-tag {
    position: absolute;
    top: 0;
    right: 10px;
    color: #8a8e91;
    font-size: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #ffffff;
}

.daily-track {
    display: block;
    background-image: url(../../images/daily-track.a13a2db.webp);
    width: -webkit-calc(100%-16px);
    width: calc(100%-16px);
    aspect-ratio: 3.05;
    background-size: cover;
}

.daily-track p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #b7cbff;
}

.daily-track p i {
    color: #ffd966;
    margin-right: 10px;
}

.view-btn {
    background: #3d4e7a;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border-bottom: 4px solid #1f2942;
    cursor: default;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 6px;
}

.view-btn i {
    font-size: 0.9rem;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}

.grid-item {
    display: block;
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-spin {
    background-image: url(../../images/spin_wheels.b65095f.webp);
}

.fa-ticket-alt {
    background-image: url(../../images/lucky_scratch.be18694.webp);
}

.fa-bolt {
    background-image: url(../../images/daily_new_rbx.dca0850.webp);
}

.fa-puzzle-piece {
    background-image: url(../../images/mind_puzzle.b9a007c.webp);
}

.fa-trophy {
    background-image: url(../../images/how_to_win.a742c7f.webp);
}

.fa-laugh {
    background-image: url(../../images/funny_meme.f8aab82.webp);
}

.item-new {
    background: #253056;
    border-bottom-color: #d4a62c;
}

.tools-list {}

.tool-row {
    display: block;
    width: 100%;
    height: 65px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.dollar_to_rbx {
    background-image: url(../../images/dollar_to_rbx.27f178c.webp);
}

.bc_to_rbx {
    background-image: url(../../images/bc_to_rbx.0935994.webp);
}

.tbc_to_rbx {
    background-image: url(../../images/tbc_to_rbx.0ce2042.webp);
}

.tips_and_tricks {
    background-image: url(../../images/tips_and_tricks.14bc6ab.webp);
}

.tool-row:last-child {
    border-bottom: none;
}

@media (max-width: 500px) {

    .daily-track {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 10px;
    }
}

.diamond-suffix {
    font-size: 2.5rem;
    margin-left: 0.5rem;
}

.text-diamond {
    color: #ffe87c;
}
