.header_container .header_col:last-child{
  text-align: right;
}


.rewards_container {
  background: var(--theme-bg-gt1);
}
.rewards_content{
  padding-bottom: 17px;
}
.tab_container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.tab_content{
  justify-content: center;
  gap: 40px;
}
.tab_container{
  margin-bottom: 25px;
}
.tab_container .tab_content a {
  font-size: 16px;
  color: #A4AAB6;
  position: relative;
  padding-bottom: 0;
}
.tab_container .tab_content a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--theme-hili-color);
  opacity: 0;
}
.tab_container .tab_content a.active{
  font-size: 20px;
  color: #fff;
}
.tab_container .tab_content a.active:before{
  display: block;
}
.rewards_list {
  
}
.rewards_list .empty_content{
  grid-column-start: 2;
}
.rewards_list>.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.rewards_list .item_img {
  max-width: 100%;
  border-radius: 12px;
}
.rewards_icon,
.rewards_title {
  margin-bottom: 12px;
}

.rewards_icon img {
  width: 50px;
}

.rewards_title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}

.rewards_cta {
  margin-top: auto;
}

.reward_tag_bg {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;

  padding: 13px 19px;
  margin-bottom: 20px;
  background: #26334D;
  border-radius: 20px;
}

.reward_tag_bg img{
  filter: var(--filter-to-68707B);
  width: 7px;
}

.reward_cta_history {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background: #24292D;
  color: #A4AAB6;
  font-size: 12px;
  padding: 8px 15px;
  margin: 0;
  gap: 7px;
}

.reward_cta_history>div:first-child {
  margin-right: auto;
}

.reward_cta_history svg path,
.reward_collapse_tag svg path {
  fill: var(--supporting-color);
}

.reward_claim_text {
  font-size: 12px;
  line-height: 18px;
  color: #A4AAB6;
  white-space: nowrap;
  margin-bottom: 4px;
}

.reward_claim_value {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  white-space: nowrap;
}

.reward_claim_container {
  background: var(--component-bg-color);
  padding: 19px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid var(--component-border-color);
}

.reward_claim_container>.left {
  margin-right: 18px;
}

.reward_claim_container .button {
  padding: 3px 10px;
  background: #303847;
  border-radius: 6px;
  font-size: 12px;
  color:#fff;
}

.reward_claim_row{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}

.reward_claim_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reward_claim_special_width {
  width: 56px;
  margin-right: 10px;
  color: #FFFFFF;
  display: none;
}

.reward_claim_content_special {
  display: block;
}

.reward_payout_time {
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #A4AAB6;
  margin-right: 12px;
}

.reward_checkin_container {
  padding: 20px;
  background: #1C1F26;
  border: 1px solid #303847;
  border-radius: 8px;
  position: relative;
}

.reward_checkin_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.reward_checkin_block_title{
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: calc(13.8 / 12);
}

.reward_checkin_image {
  display: block;
  width: 146px;
  position: absolute;
  bottom: 0;
  left: 0; 
}

.reward_checkin_image img {
  width: 100%;
}

.reward_checkin_title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--supporting-color);
}

#checkin_current_day{
  color: var(--theme-hili-color);
}

.reward_checkin_btn{
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
  background: #303847;
  border-radius: 6px;
}

.reward_collapse_tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 17px;
  background: #1C1F26;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 8px;
}

.reward_collapse_tag.active{
  border-radius: 8px 8px 0 0;
}

.reward_collapse_tag.active:after{
  content:'';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #ffffff14;
}

.reward_collapse_tag:last-child{
  margin-bottom: 17px;
}


.reward_collapse{
  background: rgb(28, 31, 38);
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.reward_collapse_tag>.icon {
  transition: all .3s ease;
}

.reward_collapse_tag>.icon.active{
  transform: rotate(180deg) translateY(3px);
}

.reward_collapse_tag .icon.inactive {
  transform: rotate(0deg) translateY(3px);
}

.reward_status_tag {
  background: #303847;
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
}

.reward_status_claim {
  padding: 6px 10px;
  font-size: 10px;
  cursor: pointer;
}

.reward_collapse>.item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reward_collapse>.item>.rewards_icon {
  margin-right: 17px;
}

.reward_progress,
.reward_progress>.text {
  width: 180px;
}

.reward_progress>.text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;

  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.reward_status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.reward_status>.value {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 6px;
  text-align: right;
}

.checkin_day_complete_list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  justify-content: flex-start;
  overflow-y: hidden;
  overflow-x: auto;
}

.checkin_day_complete_list>.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-wrap: wrap;
}

.checkin_day_complete_list>.item:last-child {
  margin-right: 0;
}

.checkin_day_complete_list>.item .icon {
  margin-bottom: 8px;
}

.checkin_day_complete_list>.item .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--supporting-color);
}

.checkin_day_complete_list>.item.checked .text{
  color: var(--theme-hili-color);
}

#div_rebate {
  margin-bottom: 12px;
}

#btn_claim_rebate {
  background: var(--theme-hili-color);
  height: 40px;
  border-radius: 999px;
  padding: 0 26px;
}