body {
    background-color: #f5f6fa;
    font-family: "Poppins", sans-serif;
}
.navbar {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
    font-weight: 700;
    font-size: 24px;
}
.card {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.profile-header {
    border-left: 3px solid #3498db;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}
.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.profile-username {
    color: #777;
    font-size: 14px;
}
.profile-actions .btn {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}
.stats-icon {
    background: #ebf7ff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #3498db;
}
.stats-number {
    font-size: 24px;
    font-weight: 700;
}
.table-actions .btn {
    font-size: 12px;
    padding: 2px 8px;
}
.btn-withdraw {
    color: #ff9900;
    background: #fff9e6;
    border: none;
}
.btn-merchant {
    color: #e74c3c;
    background: #fdeded;
    border: none;
}
.btn-done {
    color: #2ecc71;
    background: #eafaf1;
    border: none;
}
.btn-redeem {
    background: #e3fff4;
    color: #2ecc71;
    border: none;
    font-size: 12px;
    padding: 4px 10px;
}
.btn-buy {
    background: #e3fff4;
    color: #2ecc71;
    border: none;
}
.btn-action-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f6fa;
    margin-right: 10px;
}
.gotta-services {
    background: #f0e7ff;
    color: #9b59b6;
}
.pagination .page-item .page-link {
    color: #333;
}
.pagination .page-item.active .page-link {
    background: #3498db;
    border-color: #3498db;
}

/* Sliding modal styles */
.modal-dialog-end {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    max-width: 600px;
}

.modal-content {
    height: 100vh;
    border-radius: 0;
    overflow-y: auto;
}

.modal-body {
    padding: 1.5rem;
}

.modal-body p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.modal-body .bg-light {
    padding: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.modal-body h5 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.modal-body ol {
    margin-bottom: 0.5rem;
}

.modal-body li {
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .modal-dialog-end {
        margin: 0.5rem auto;
        height: auto;
        max-width: 500px;
    }

    .modal-content {
        height: auto;
        border-radius: 0.3rem;
    }
}

/* Feature cards */
.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-gotta {
    color: var(--gotta-teal, #00666b);
    border-color: var(--gotta-teal, #00666b);
    background-color: transparent;
    border-radius: var(--radius, 6px);
}

.btn-outline-gotta:hover {
    color: white !important;
    background-color: var(--gotta-teal, #00666b);
}
