/* register,login's mask */
.ll-page-cards-item:hover .ll-mask {
  transform: translateY(0) !important;
}

/* buttons */
.ll-banner-buttons button:hover,
.ll-mask-btn .hover-btn:hover {
  background-color: var(--bg-hover-color) !important;
  color: var(--hover-color) !important;
}

/* section */
.ll-page-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
.ll-page-title {
  font-weight: 700;
}
.ll-page-subtitle {
  font-weight: 450;
}

/* card */
.ll-reward-page-section {
  width: 100%;
  background: #f6f6f6;
}
.ll-reward-page-content {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  gap: 24px;
}
.ll-page-cards {
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-height: 710px;
  overflow: hidden;
}
.ll-page-cards-item {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  height: 128px;
  flex: 0 1 calc(33% - 8px);
  max-width: 390px;
  overflow: hidden;
  background: #ffffff;
}
.ll-limited-time-offer {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  font-weight: 650;
  color: #000000;
  text-align: center;
  padding: 0 8px;
  border-radius: 8px;
  background: #cdfee1;
}
.ll-mask {
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.ll-mask-btn {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.ll-mask-btn button {
  text-align: center;
  min-width: 108px;
  height: 36px;
  line-height: normal;
  font-weight: 650;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#ll-cards-action-btn {
  line-height: initial;
  text-align: center;
  max-width: 100px;
  max-height: 36px;
  font-weight: 650;
  font-size: 14px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

/* upgrade-mask */
.loloyal-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ll-upgrade-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999;
}
.ll-upgrade-content {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  border-radius: 20px;
  gap: 16px;
  padding: 16px;
}
.ll-upgrade-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 377px;
}
.ll-upgrade-title {
  font-size: 13px;
  font-weight: 550;
  color: #202223;
}
.ll-upgrade-desc {
  font-size: 13px;
  font-weight: 450;
  color: #6d7175;
}

[dir='rtl'] #loloyal-hello,
[dir='rtl'] #loloyal-ways-to-earn,
[dir='rtl'] #loloyal-ways-to-redeem,
[dir='rtl'] #loloyal-referrals {
  left: -50%;
  transform: translate(50%);
}
