html, body {
    max-width: 100%;
    margin: 0 auto;
    font-size: 10px;
    background-color: #000;
    background-image: none;
}

.title {
    color: #93754c;
    font-weight: 500;
    font-size: 2rem;
}

.sub-title {
    display: flex;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    align-items: center;
    text-decoration: none !important;
    color: inherit !important;
}

.sub-title span{
    margin-left: 5px;
}

.reward-page {
    padding: 40px;
    min-height: 100vh;
}

.section-title {
    padding-bottom: 20px;
}

.section-title span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #93754c;
}

.mt-50 {
    margin-top: 50px;
}

.missions-rewards-card {
    background: linear-gradient(to bottom, #93754c, #695434);
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 10rem;
}

.missions-rewards-card h1 {
    font-size: 2rem;
    font-weight: 700;
}

.missions-rewards-card p {
    font-size: 1.7rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.rewards-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0 1.2rem;
}

/* MONTHLY */
.monthly-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: start;
    position: relative;
    gap: 0;
    margin-bottom: 30px;
}

.monthly-tier-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.coin-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 12px;
}

/* Dot with connecting line */
.monthly-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.monthly-dot.available {
    background-color: #FFC000;
    border-color: #FFC000;
}

.monthly-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20vw;
    height: 4px;
    background: #D9D9D9;
    z-index: 1;
    transform: translateX(0) translateY(-50%);
}

.monthly-dot.available::after {
    background: #FFC000;
}

.monthly-tier-item:last-child .monthly-dot::after {
    display: none;
}

/* Labels, amounts, buttons */
.tier-label {
    font-size: 1rem;
    color: #93754c;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
}

.tier-amount {
    font-size: 1.2rem;
    color: #FFCC00;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
}

.btn-redeem {
    padding: 6px 12px;
    border-radius: 20px;
    background-color: #93754c;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}

.btn-redeem.redeemed {
    padding: 6px 9px;
}

.btn-redeem.pending {
    padding: 3px 6px;
}

/* QUARTERLY */
.quarterly-section {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-items: stretch;
    align-items: stretch;
    position: relative;
    row-gap: 12px;
}

.quarterly-tier {
    display: flex;
    background: #3F371E;
    border: 0.5px solid #FFCC00;
    padding: 5px;
}

.cash-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-left: 15px;
}

.quarterly-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    margin-left: 20px;
}

.points {
    font-size: 1.1rem;
    font-weight: 500;
    color: #FFFF;
}

.quarterly-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFCC00;
}

.btn-claim {
    background: #93754b;
    border: 0.5px solid #FFCC00;
    padding: 7px 19px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-claim:disabled {
    cursor: not-allowed;
}

.quarterly-req-value {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #FFFF;
}

.inner-btn-redeem {
    padding: 1px 12px;
    border-radius: 20px;
    background-color: #FFC000;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin-top: 5px;
}

.text-grey-out {
    color: #D9D9D9;
}

.inner-btn-redeem.grey-out {
    background-color: #D9D9D9;
}

/* Modal */
.modal-content {
    background-color: #000;
    border: 2px solid #FFCC00;
    padding: 15px;
    margin: 15px;
}

.modal-image {
    width: 77px;
    height: 77px;
    margin-bottom: 10px;
}

.modal-reward-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFCC00;
    margin-bottom: 10px;
}

.modal-description {
    font-size: 14px;
    font-weight: 500;
    color: #FFFF;
}

.modal-btn-redeem {
    background-color: #93754c;
    color: white;
    border-radius: 50px;
    text-align: center;
    margin-top: 30px;
    padding: 1rem 5rem;
    font-size: 14px;
    font-weight: 500;
}

/* Select2 dark theme */
.select2-container--default .select2-selection--single {
    background-color: #111;
    border: 1px solid #FFCC00;
    color: #fff;
    height: 36px;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-dropdown {
    background-color: #111;
    border: 1px solid #FFCC00;
    color: #fff;
}

.select2-container--default .select2-results__option {
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #93754c;
}

.select2-search--dropdown .select2-search__field {
    background-color: #222;
    color: #fff;
    border-color: #FFCC00;
}

/* TNC */
.tnc-title {
    color: #93754c;
    font-weight: 500;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tnc-section p {
    font-weight: 500;
    font-size: 1rem;
}
