.green-logo-text {
  color: #00b181;
}

body {
  font-size: 17px;
  overflow-x: hidden;
}

.form-control {
  font-size: 1rem;
}

.bg-primary {
  background-color: #00b181 !important;
}

.btn-primary {
  background-color: #00b181;
  border-color: #00b181;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.page-item.active .page-link {
  background-color: #00b181;
  border-color: #00b181;
}

.text-primary {
  color: #00b181 !important;
}

a {
  color: #00b181;
}

a:hover {
  color: #4dbd74;
}

.fa-basketball-ball {
  color: white;
}

/*NEW color-profile */

:root {
  --gray: #254465;
}

#sidebar,
.header {
  background-color: #254465;
}

.Bl_NT_SF,
.RM_In_Markets,
.bets > strong {
  background-color: #254465 !important;
}

.table-box-header,
.market-overarround,
.market-name-badge {
  background-color: #254465 !important;
}

.Bl_NT_DB {
  background-color: #3d6b8b !important;
}

.bg-gray,
.Bl_NT_DB_LITE,
.table-box-body,
tabcontent {
  background-color: #e6f2fc !important;
}

.games_slider_container {
  background-color: #e6f2fc !important;
  overflow: hidden;
}

/* Prevent FOUC: hide stacked images until Slick initializes */
.games_slider:not(.slick-initialized) {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.img-thumbnail {
  border: hidden;
}

/* ── Sections full width inside flex row ── */
.Bl_NT_DB_LITE.bpx-sec,
.Bl_NT_DB_LITE.bpx-app-card,
.col-lg-12.Bl_NT_DB_LITE {
  width: 100%;
  flex: 0 0 100%;
}

/* ── Section headings ── */
.bpx-sec__heading {
  display: block;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #254465;
  margin: 0;
  padding: 24px 16px;
  text-align: center !important;
}

/* ── Sidebar logo ── */
.sidebar-logo {
  max-width: 100%;
  height: 104px;
  width: auto;
  display: block;
  padding: 6px 8px;
}

/* ── Sidebar ── */
.sidebar-menu {
  height: 100%;
}

.sidebar-menu .nav > li {
  width: 100%;
}

.sidebar-star-icon {
  font-size: 17px;
}

#invertcolor {
  background: invert(100%);
}

/* ── Modals ── */
#alertmodaltitle {
  color: red;
  background-color: black;
}

.modal-success-icon {
  font-size: 48px;
  color: forestgreen;
}

.modal-header--compact {
  padding: 0 15px;
}

.modal-footer--compact {
  padding: 5px 15px;
}

.link-green {
  color: mediumspringgreen;
}

/* ── Footer ── */
.footer-accent-bar {
  background-color: #4dbd74;
  height: 6px;
  margin-top: -4px;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 6px 0 4px;
}

/* ── Header nav bar ── */
.header {
  display: flex !important;
  align-items: center !important;
  min-height: 52px;
  border-bottom: 3px solid #00b181;

  gap: 8px;
}

#sticky-footer.header-nav {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 2px;
  padding: 0 8px;
  height: 100%;
  overflow-x: auto;
}

#sticky-footer.header-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 12px;
  white-space: nowrap;
  border-radius: 4px;
  transition:
    background 0.18s,
    color 0.18s;
  letter-spacing: 0.2px;
}

#sticky-footer.header-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.header-nav__contact {
  color: #00e6a2 !important;
  background: rgba(0, 230, 162, 0.1) !important;
}

.header-nav__contact:hover {
  background: rgba(0, 230, 162, 0.2) !important;
}

.header .dropdown-wrap {
  flex-shrink: 0;
}

.header .btn-primary {
  font-size: 17px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
