
/* Shared Mobile Styles */
#page-content-wrapper {
    background-color: var(--primary-bg-color);
}

.header-top {
    background-color: var(--primary-bg-color);
}

#sidebar-wrapper {
    background: var(--primary-bg-color);
}

.header-bottom {
    background-color: var(--primary-color);
}

.modal-content {
    background-color: var(--primary-color);
}

.quick-footer {
    background: var(--primary-color);
}

.footer-extra {
    background-color: var(--primary-bg-color);
}

.footer {
    background-color: var(--primary-bg-color);
}

.btn-loadmore {
    background-color: var(--secondary-bg-color);
    color: #FFF;
}

.btn-pink {
    background: var(--primary-btn-color);
    color: #fff;
    border-radius: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

hr.solid {
    border: 2px solid rgb(116, 116, 116);
}

.card-chat-staff {
    background-color: var(--chat-bg-color) !important;
}

.referral-link-input {
    padding: 12px 16px;
    background-color: white;
    color: black;
    border-radius: 8px;
    border: 1px solid var(--referral-link-input-border-color) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    width: 100%;
}

.game-provider-wrapper {
    background-color: var(--primary-color);
}

.nav-item {
    border: 2px solid var(--primary-border-color) !important;
}

.btn-more {
    background: var(--primary-color);
}

.refferal-wrapper {
    background: var(--primary-color);
}

.bank-status {
    background: var(--primary-color);
}

.deposit-card, .memo-card {
    background: var(--primary-color);
}

.deposit-card-description {
    background: var(--primary-color);
}

.contactus-grid {
    background: var(--primary-color);
}

.link-item {
    background: var(--primary-color);
}

.bank-schedule-grid {
    background: var(--primary-color);
}

.transaction-info-wrapper {
    background: var(--primary-color);
}

.deposit-table {
    background: var(--primary-color);
}

.profile-card-children {
    background: var(--primary-color);
}

.header-bottom-wrapper-login {
    background-color: var(--primary-color);
}

.aggrement-wrapper {
    background: var(--primary-color);
}

.sidebar-m-content-child-content {
    background-color: var(--primary-color);
}

.member-card {
    position: relative;
    width: 100%;
    height: 300px;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    gap: 15px;
}

.slide-wrapper {
    background-color: var(--primary-color);
}

.sidebar-logout-btn {
    background-color: red;
    color: white;
}

.memo-body {
    background: var(--primary-bg-color);
    border: 1px solid var(--primary-border-color);
}

.cp-table-child {
    border-bottom: 1px solid var(--primary-border-color) !important;
}

.card {
    background: var(--primary-color);
    color: white;
}

.primary-text-color {
    color: var(--primary-text-color);
}

.depo-ranking-card {
    background: var(--primary-color);
    color: var(--primary-text-color);
}

/* Download APK Banner */
.apk-download-banner {
    display: block;
    position: relative;
    background: linear-gradient(90deg, #D4AF37 0%, #EDC967 50%, #D4AF37 100%);
    border-radius: 10px;
    padding: 12px 15px;
    margin-top: 15px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.apk-download-banner:hover {
    text-decoration: none;
    color: #fff;
}

.me-badge {
    position: absolute;
    top: -25px;
    left: 10px;
    background-color: #FF8C00;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    animation: bounce 2s infinite;
}

.me-badge .arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF8C00;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.apk-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apk-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}

.apk-icon img {
    width: 32px;
    height: 32px;
}

.apk-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apk-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.new-badge {
    background: linear-gradient(white, #fff0f0);
    color: #FF0000;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 800;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    vertical-align: middle;
}

.apk-subtitle {
    font-size: 11px;
    line-height: 1.2;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-3px);}
}
