:root {
    --primary-bg-color: #313131;
    --primary-bg-opacity: rgba(0,0,0,0.5);
    --secondary-bg-color: #484848;
    --chat-bg-color: #4C5169;
    --referral-link-input-border-color: #241F21;
    --primary-color: #241F21;
    --primary-border-color: #241F21;
    --primary-btn-color: #FFF50D;
    --primary-text-color: white;
}

#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: #000;
    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);
}
