/* Add your own CSS styles there */

:root {
  --tx-accent: #D3AD37 !important;
}

/* .layout-container {
  z-index: 0;
} */

.apply-bold {
  font-family: 'NeueHaasDisplay-Bold', 'NeueHaasDisplay-Roman' !important;
}

.title-bar-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 24px;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--ui-separator, #3E4676);
  background: var(--ui-secondary, #0E1854);
}

.loyalty-quest .secondary-pill-button {
  text-transform: uppercase;
}

.text-button {
  text-transform: uppercase;
}

.primary-pill-button {
  text-transform: uppercase;
}

.secondary-pill-button {
  text-transform: uppercase;
}

.title-bar-text {
  font-family: 'NeueHaasDisplay-Bold', 'NeueHaasDisplay-Roman' !important;
  font-weight: 700;
}

#loyaly-leaderboard__header {
  justify-content: center !important;
}

.title-bar-logo {
  height: 24px !important;
}

@media (max-width: 767px) {
  .title-bar-logo {
    height: 18px !important;
  }
}

/* @media (min-width: 1024px) {
  .leaderboard-detailed {
    padding-left: 420px !important;
    padding-right: 420px !important;
  }
} */

@media (max-width: 767px) {
  .titlebar-right-buttons.pill-button {
    max-width: 100px;
  }
}

#loyaly-leaderboard__header .input-field__container input {
  font-family: 'NeueHaasDisplay-Roman' !important;
}

#loyaly-leaderboard__header .input-field__container input::placeholder {
  font-family: 'NeueHaasDisplay-Roman' !important;
}

.header-description-parent > span {
  font-size: 16px !important;
  line-height: 20px !important;
}

#loyalty-history-table > h1 {
  text-transform: uppercase;
}

#loyalty-leaderboard > h1 {
  text-transform: uppercase;
}

.header-loyalty-points {
  flex-direction: row-reverse !important;
}

#loyaly-leaderboard__header h1 > div > span > span:nth-child(1) {
  text-transform: uppercase;
}

#loyaly-leaderboard__header h1 > div > span {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #loyaly-leaderboard__header h1 > div > span {
    font-size: 20px;
  }

  #loyaly-leaderboard__header.sticky-header h1 > div > span {
    font-size: 18px;
  }
}

#loyaly-leaderboard__header.sticky-header h1 > div > span {
  font-size: 24px;
}

.header-loyalty-points > div {
  font-size: 36px !important;
}

.header-loyalty-points-balance h1::after {
  text-transform: uppercase;
  white-space: nowrap;
}

.header-loyalty-points-parent {
  align-items: start !important;
}

.header-loyalty-points-balance {
  color: var(--tx-secondary) !important;
}

.header-loyalty-points-balance h1 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .header-loyalty-points-balance h1 {
    font-size: 14px;
  }
}

.nav-link-text p {
  font-weight: 700;
  font-family: 'NeueHaasDisplay-Bold', 'NeueHaasDisplay-Roman' !important;
}

#loyaly-leaderboard__header i.fi-rr-angle-small-left {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
}

#loyaly-leaderboard__header {
  gap: 24px !important;
}

.leaderboard-detailed thead {
  font-weight: 700 !important;
  font-family: 'NeueHaasDisplay-Bold' !important;
}

#loyalty-quest-root-connected_email
  .loyalty-quest
  > div
  > div
  > div
  > div
  > div:first-child {
  display: none;
}

#loyalty-quest-root-shopify_spend
  .loyalty-quest
  > div:nth-child(2)
  img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

/* =========================
   THEAD PADDING
   ========================= */

.leaderboard-detailed table thead tr th:first-child {
  padding-left: 12px;
}

/* All header columns except first */

.leaderboard-detailed table thead tr th:not(:first-child) {
  padding-left: 60px;
}

.leaderboard-detailed table thead tr th:last-child {
  padding-right: 12px;
}

/* =========================
   TBODY COLUMN PADDING
   ========================= */

/* Apply left padding to all td except first */

.leaderboard-detailed table tbody tr td:not(:first-child) {
  padding-left: 60px;
}

/* Remove left padding from first column explicitly */

.leaderboard-detailed table tbody tr td:first-child {
  padding-left: 4px !important;
}

/* Add right padding to last column */

.leaderboard-detailed table tbody tr td:last-child {
  padding-right: 12px;
}