:root {
  --primary-bg-color: #00123f;
  --primary-bg-opacity: rgba(24, 16, 41, 0.8);
  --secondary-bg-color: #054da1;
  --chat-bg-color: #3b5a88;
  --referral-link-input-border-color: #013179;
  --primary-color: #013179;
  --primary-border-color: #4c5169;
  --primary-btn-color: #d85251;
}

a:hover,
a:focus,
a:active {
  color: var(--chat-bg-color) !important;
  text-decoration: none;
}

#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;
}
