.bybit-common-fixed-header {
  background: #17181e;
  color: #ffffff;
  position: fixed;
  width: 100vw;
  top: 0px;
  z-index: 1002;
}
.bybit-common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
body.branch-banner-is-active .bybit-common-fixed-header {
  margin-top: 77px;
}
body.branch-banner-is-active #modal-root .by-uniframe.by-modal {
  top: 25px!important;
}
#branch-banner-iframe {
  position: fixed !important;
}

.non-crypto-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  height: 48px;
  background: #17181e;
  color: #ffffff;
}
.non-crypto-header-wrapper .non-crypto-header-left .logo {
  width: auto;
  height: 22px;
  margin-left: 16px;
}
.non-crypto-header-wrapper .non-crypto-header-right {
  display: flex;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-sign-up {
  padding: 0 20px;
  font-weight: 600;
  color: #17181e;
  background-color: #ffb11a;
  cursor: pointer;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-locale-selector {
  width: 48px;
  color: #fff;
  cursor: pointer;
}
.lang-selector-modal.ant-modal {
  width: 60vw !important;
  max-width: 800px;
  min-height: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.38);
}
.lang-selector-modal.ant-modal .ant-modal-content {
  box-shadow: none;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.lang-selector-modal.ant-modal .ant-modal-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  height: 80px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.lang-selector-modal.ant-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 20px;
}
.lang-selector-modal.ant-modal .ant-modal-body {
  height: calc(100% - 80px);
  margin: 0 40px 40px;
  padding: 0;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
  width: 33%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item:hover {
  color: #ffb11a;
  background: rgba(255, 177, 26, 0.06);
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item.active {
  color: #ffb11a;
}
/* ipad */
@media (max-width: 1024px) {
  .lang-selector-modal.ant-modal {
    max-width: 600px;
    min-height: 500px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 49%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .lang-selector-modal.ant-modal {
    width: 100vw !important;
    height: 90vh !important;
    max-height: 800px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 0;
  }
  .lang-selector-modal.ant-modal .ant-modal-header {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .lang-selector-modal.ant-modal .ant-modal-body {
    margin: 0 20px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
    width: 100%;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 16px;
  }
}

.bybit-common-fixed-footer {
  width: 100%;
  height: 48px;
  background: #17181e;
  position: relative;
}

.bybit-noncrypto-footer-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 64px 120px;
  background: #15192a;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-logo {
  width: 200px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://s1.bycsi.com/asset/image/logo-white.svg');
  margin-bottom: 20px;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-copyright {
  margin-bottom: 20px;
  font-size: 14px;
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper {
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper > a {
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper > a:hover {
  color: #FFF;
}
@media screen and (max-width: 1439px) {
  .bybit-noncrypto-footer-wrapper {
    padding: 0 20px;
  }
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    padding: 36px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 684px;
  }
}
@media screen and (max-width: 767px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 343px;
  }
}
@media screen and (max-width: 343px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 100%;
  }
}

.float-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 1000;
  width: auto;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
}
.modal_background .iframe-loading-spin {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1102;
}
.modal_background .login-frame {
  width: 748px;
  height: 620px;
  /* new: 618px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
  background: #fff;
}
.modal_background .login-frame.reg {
  height: 728px;
  /* new: 728px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 748px;
    height: 620px;
  }
  .modal_background .login-frame.reg {
    height: 728px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-height: 619px) {
  .modal_background .login-frame {
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-height: 727px) {
  .modal_background .login-frame.reg {
    height: 568px;
  }
}

.task-center-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  background: white;
}

.loading-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 16px 0 rgb(0 0 0%);
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: white;
}
.card-wrapper .award-status {
  flex: 1;
  text-align: end;
  font-size: 12px;
}
.card-wrapper .award-status-failed {
  color: #ed5556;
}
.card-wrapper .card-top {
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-wrapper .card-top .coin-type {
  margin: 0 10px;
  height: 24px;
}
.card-wrapper .card-top .amount {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.card-wrapper .card-top .award-type {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.card-wrapper .receive-time {
  color: #999;
  font-size: 12px;
  padding: 12px 0;
}
.card-wrapper .discount-footer {
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f9f9f9;
  color: #666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
}
.card-wrapper.bonus-coupon {
  padding: 0 16px;
}
.card-top.bonus-coupon {
  border-bottom: 1px dashed #bababa;
}
.card-top.discount {
  height: 88px;
  padding: 0 16px;
}
.card-top.discount .discount-text {
  min-width: 63px;
  color: #ffb11a;
  text-align: center;
  font-size: 8px;
}
.card-top.discount .discount-text span {
  font-size: 30px;
}
.card-top.discount .award-type {
  border-left: 1px dashed #bababa;
  font-size: 12px;
  padding-left: 16px;
}
.card-top.discount .award-type .fee-discount {
  height: 22px;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.card-top.discount .award-type .contract-type {
  font-size: 12px;
  height: 14px;
  font-weight: 400;
  color: #666;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.redeem-history-wrapper {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #ffb11a;
}
.redeem-history-wrapper:hover {
  cursor: pointer;
}
.redeem-history-modal .ant-modal-body {
  padding: 24px 0 0 0;
}
.redeem-history-modal .ant-modal-content {
  border-radius: 12px;
}
.redeem-history-modal .redeem-history-title {
  font-size: 22px;
  height: 60px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 10px;
}
.redeem-history-modal .redeem-history-content {
  padding: 8px 24px;
  background-color: #efefef;
  height: 399px;
  overflow-y: auto;
}
.redeem-history-modal .redeem-history-content .content-list.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.redeem-history-modal .redeem-history-footer {
  height: 48px;
  box-shadow: 0 -4px 8px 0 rgb(0 0 0%);
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .redeem-history-wrapper {
    margin-top: 5px;
  }
}

.modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .bg-image-wrapper {
  width: 200%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
  height: 142px;
  overflow: hidden;
}
.modal-wrapper .bg-image-wrapper .bg-image {
  width: 50%;
  height: 142px;
  border-radius: 12px 12px 0 0;
  margin-left: 25%;
}
.modal-wrapper .close-button-wrapper {
  height: 24px;
  width: 100%;
  text-align: end;
  padding-right: 6px;
}
.modal-wrapper .close-button-wrapper .button {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}
.modal-wrapper .status-icon {
  margin: 4px;
}
.modal-wrapper .status-text {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 30px 0 20px;
}
.modal-wrapper .banner-msg {
  white-space: pre-line;
  max-height: calc(100vh - 620px);
  overflow-y: auto;
  line-height: normal;
  word-break: break-word;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.modal-wrapper .footer-button {
  width: 78%;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0 14px;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}

.search-wrapper .ant-input-wrapper {
  height: 48px;
  width: 370px;
  border-radius: 8px;
  margin-right: 10px;
}
.search-wrapper input {
  padding-left: 24px;
  height: 48px;
  font-size: 14px;
  color: #101014;
  font-weight: 700;
  border-radius: 8px 0 0 8px !important;
  border: none;
}
.search-wrapper .ant-input-group-addon {
  border-radius: 0 8px 8px 0;
  height: 100%;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  border-radius: 8px !important;
  height: 100%;
  color: #101014;
  margin-right: -1px;
  padding: 0 16px;
  box-sizing: content-box;
  border: none;
}
.ant-input-group-wrapper {
  width: auto;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .search-wrapper .ant-input-wrapper {
    width: calc(100% - 20px);
  }
  .search-wrapper .ant-input-wrapper input {
    font-size: 12px;
  }
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  padding: 56px 0;
  margin-top: -2px;
  width: 100%;
  background: url('/task-center/images/common/banner-bg@1.10.0.png') no-repeat;
  box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.06);
}
.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.banner-left {
  display: flex;
  flex-direction: column;
}
.banner-left .page-header {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
.banner-left .banner-redpacket {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.banner-right {
  display: flex;
  align-self: flex-end;
}
.banner-right .banner-button {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 4px;
  background: #ffb11a;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.banner-right .banner-button .banner-button-img {
  width: 18px;
  margin-right: 14px;
}
.review-history-button {
  white-space: nowrap;
  cursor: pointer;
}
/* ipad */
@media (min-width: 768px) and (max-width: 1280px) {
  .banner-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .banner-wrapper {
    padding: 32px 0 40px;
  }
  .banner-wrapper .banner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: self-start;
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-wrapper .banner-content .banner-left {
    align-items: flex-start;
  }
  .banner-wrapper .banner-content .banner-left .page-header {
    font-size: 32px;
  }
  .banner-wrapper .banner-content .banner-left .banner-redpacket {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }
  .banner-wrapper .banner-right {
    margin-bottom: 45px;
  }
  .banner-wrapper .banner-right .banner-button {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
  .banner-wrapper .banner-right .banner-button .banner-button-img {
    margin-right: 4px;
  }
}

.prelogin-banner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 20px);
  height: 320px;
  position: relative;
  margin-top: 10px;
  background-image: url('/task-center/images/prelogin/bg@1.1.1.png');
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.prelogin-banner-wrapper .description-content {
  position: absolute;
  left: 50%;
}
.prelogin-banner-wrapper .description-content .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #ff8c00;
  margin-bottom: 24px;
}
.prelogin-banner-wrapper .description-content .details {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  padding-right: 140px;
  color: #000000;
  margin-bottom: 24px;
}
.prelogin-banner-wrapper .description-content .pre-login-button {
  font-size: 14px;
  line-height: 18px;
  height: 16px;
  text-align: center;
  padding: 12px 35px;
  box-sizing: content-box;
  border-radius: 4px;
  background: #ffb11a;
  color: #000000;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .prelogin-banner-wrapper {
    width: 100%;
    background-image: url('/task-center/images/prelogin/bg-mobile@1.1.0.png');
    background-size: cover;
    border-radius: 0;
    margin: 0;
  }
  .prelogin-banner-wrapper .description-content {
    left: 0;
    top: 0;
    padding: 24px 24px;
  }
  .prelogin-banner-wrapper .description-content .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .prelogin-banner-wrapper .description-content .details {
    font-size: 14px;
    line-height: 18px;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .prelogin-banner-wrapper .description-content .pre-login-button {
    padding: 12px 35px;
    font-size: 14px;
    line-height: 18px;
  }
}

.prelogin-guidance-wrapper {
  margin: 40px 0 10px;
  width: calc(100% - 20px);
}
.prelogin-guidance-wrapper .guidance-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 40px;
  color: #272a31;
}
.prelogin-guidance-wrapper .guidance-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.prelogin-guidance-wrapper .guidance-details .guidance-step {
  display: relative;
}
.prelogin-guidance-wrapper .guidance-details .guidance-step .step-title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px;
  color: #272a31;
}
.prelogin-guidance-wrapper .guidance-details .guidance-step .step-title span {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-right: 10px;
  color: #ffb11a;
}
.prelogin-guidance-wrapper .guidance-details .guidance-step .image-wrapper {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prelogin-guidance-wrapper .guidance-details .guidance-step .step-image {
  border-radius: 12px;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .prelogin-guidance-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }
  .prelogin-guidance-wrapper .guidance-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .prelogin-guidance-wrapper .guidance-details {
    display: flex;
    flex-direction: column;
  }
  .prelogin-guidance-wrapper .guidance-details .guidance-step {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prelogin-guidance-wrapper .guidance-details .guidance-step .step-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 22px;
  }
  .prelogin-guidance-wrapper .guidance-details .guidance-step .step-title .number {
    font-size: 20px;
    line-height: 26px;
  }
  .prelogin-guidance-wrapper .guidance-details .guidance-step .image-wrapper {
    justify-content: center;
    height: auto;
  }
}

.main-content-pre-login {
  margin: 27px auto 76px;
  max-width: 1200px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .main-content-pre-login {
    width: 100%;
    margin: 0 0 76px 0;
  }
}

.title-section {
  display: inline-block;
}
.task-header-wrapper {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  color: #000;
}
.task-header-wrapper .title {
  font-size: 32px;
  font-weight: 700;
  z-index: 11;
}
.circle-wrapper {
  position: absolute;
  margin-top: -10px;
}
.circle-inner {
  width: 44px;
  height: 24px;
  position: relative;
  border-radius: 80px 80px 0 0;
  background: #fff;
}
.circle-outer {
  position: absolute;
  top: -18px;
  bottom: 0;
  left: -18px;
  right: -18px;
  background: linear-gradient(180deg, #ffb11a, rgba(255, 236, 198, 0));
  border-radius: 100px 100px 0 0;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .task-header-wrapper .title {
    font-size: 22px;
  }
}

.empty-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px;
}
.empty-wrapper .empty-img {
  height: 127px;
}
.empty-wrapper .empty-text {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  line-height: 22px;
  margin-bottom: 24px;
}

.ant-btn.ant-btn-primary.by-button-primary,
.ant-btn.ant-btn-default.by-button-secondary,
.ant-btn.ant-btn-text.by-button-tertiary,
.ant-btn.ant-btn-primary.by-button-black-primary,
.ant-btn.ant-btn-default.by-button-black-secondary {
  height: 42px;
  border-radius: 4px;
  padding: 0 16px;
  text-shadow: none;
  font-weight: 500;
}
.ant-btn.ant-btn-primary.by-button-primary {
  color: #000000;
  background: #f7a600;
  border: none;
  box-shadow: 0px 1px 20px rgba(21, 25, 42, 0.08);
}
.ant-btn.ant-btn-primary.by-button-primary:hover {
  background: #f9b833;
}
.ant-btn.ant-btn-primary.by-button-primary:active {
  background: #c68500;
}
.ant-btn.ant-btn-primary.by-button-primary[disabled] {
  color: #999999;
  background: #f5f5f5;
}
.ant-btn.ant-btn-primary.by-button-black-primary {
  background: #161923;
  color: #ffffff;
  border: 1px solid #40424a;
}
.ant-btn.ant-btn-primary.by-button-black-primary[disabled] {
  background: #e9eced;
  color: rgba(21, 25, 42, 0.32);
  border: none;
}
.ant-btn.ant-btn-default.by-button-black-secondary {
  background: transparent;
  border: 1px solid #c7cdd0;
  color: #15192a;
}
.ant-btn.ant-btn-default.by-button-secondary {
  color: #000000;
}
.ant-btn.ant-btn-default.by-button-secondary:hover {
  color: #f9b833;
}
.ant-btn.ant-btn-default.by-button-secondary:active {
  color: #c68500;
}
.ant-btn.ant-btn-default.by-button-secondary[disabled] {
  color: #999999;
}
.ant-btn.ant-btn-text.by-button-tertiary {
  color: #000000;
  border: none;
}
.ant-btn.ant-btn-text.by-button-tertiary:hover {
  color: #f9b833;
}
.ant-btn.ant-btn-text.by-button-tertiary:active {
  color: #c68500;
}
.ant-btn.ant-btn-text.by-button-tertiary[disabled] {
  color: #999999;
}

.award-details-modal-wrapper .modal-title {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000000;
}
.award-details-modal-wrapper .amount-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0;
  padding: 24px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 18px;
  color: #15192a;
  text-shadow: 0px 1px 20px rgba(21, 25, 42, 0.08);
  background-repeat: no-repeat;
  background-size: 80px, contain;
  background-position: calc(100% - 24px) bottom, right bottom;
}
.award-details-modal-wrapper .amount-wrapper .type-desc {
  text-align: center;
}
.award-details-modal-wrapper .amount-wrapper .amount {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.award-details-modal-wrapper .amount-wrapper .divider {
  position: relative;
  width: 100%;
}
.award-details-modal-wrapper .amount-wrapper .divider::before,
.award-details-modal-wrapper .amount-wrapper .divider::after {
  background-color: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -10px;
}
.award-details-modal-wrapper .amount-wrapper .divider::before {
  left: -32px;
}
.award-details-modal-wrapper .amount-wrapper .divider::after {
  right: -32px;
}
.award-details-modal-wrapper .card-status-text {
  display: block;
  width: fit-content;
  height: 23px;
  border-radius: 23px;
  padding: 4px 8px;
  margin-bottom: 8px;
  background: #e9eced;
  font-size: 12px;
  color: rgba(21, 25, 42, 0.32);
  line-height: 14px;
}
.award-details-modal-wrapper .card-status-text.status-active {
  color: #24ae64;
  background: rgba(36, 174, 100, 0.16);
}
.award-details-modal-wrapper .description {
  font-size: 14px;
  line-height: 22px;
  color: #6e747b;
  font-weight: 500;
}
.award-details-modal-wrapper .more-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 5px;
  padding: 24px 0 32px;
}
.award-details-modal-wrapper .more-info-wrapper .more-info-item {
  flex: 1 0 45%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: #6e747b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.award-details-modal-wrapper .more-info-wrapper .more-info-item .content {
  font-size: 14px;
  line-height: 16px;
  color: #15192a;
  font-weight: bold;
}
.award-details-modal-wrapper .details-button-group {
  display: flex;
  justify-content: flex-end;
  column-gap: 16px;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .award-details-modal-outer {
    height: calc(100vh - 48px);
    top: 48px;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .award-details-modal-outer .ant-modal-close {
    top: 22px;
  }
  .award-details-modal-outer.is-app {
    height: 100vh;
    top: 0;
  }
  .award-details-modal-outer .ant-modal-content {
    min-height: 100%;
  }
  .award-details-modal-outer .ant-modal-content .ant-modal-body {
    padding: 40px 16px 16px;
  }
  .award-details-modal-wrapper .more-info-wrapper {
    padding-bottom: 40px;
  }
  .award-details-modal-wrapper .details-button-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .award-details-modal-wrapper .details-button-group .cancel-button {
    margin-top: 16px;
  }
}

.unclaimed-award-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 282px;
  padding: 16px 0 8px;
  border-radius: 8px;
}
.unclaimed-award-wrapper.clickable {
  cursor: pointer;
}
.unclaimed-award-wrapper .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  font-size: 12px;
  line-height: 14px;
}
.unclaimed-award-wrapper .card-header .card-product-line {
  color: #15192a;
  font-weight: bold;
}
.unclaimed-award-wrapper .card-header .card-type {
  background: rgba(21, 25, 42, 0.4);
  border-radius: 23px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 8px;
}
.unclaimed-award-wrapper .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 24px;
}
.unclaimed-award-wrapper .card-body .card-info {
  color: #15192a;
}
.unclaimed-award-wrapper .card-body .card-info .card-amount {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.unclaimed-award-wrapper .card-body .card-info .card-desc {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-shadow: 0px 1px 20px rgba(21, 25, 42, 0.08);
  column-gap: 8px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.unclaimed-award-wrapper .card-body .card-icon {
  flex-shrink: 0;
}
.unclaimed-award-wrapper .card-divider {
  border-top: 2px dashed rgba(0, 0, 0, 0.16078431);
  margin: 8px 20px;
  position: relative;
}
.unclaimed-award-wrapper .card-divider::before,
.unclaimed-award-wrapper .card-divider::after {
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -10px;
}
.unclaimed-award-wrapper .card-divider::before {
  left: -30px;
}
.unclaimed-award-wrapper .card-divider::after {
  right: -30px;
}
.unclaimed-award-wrapper .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-height: 32px;
}
.unclaimed-award-wrapper .card-footer .card-expire-date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #15192a;
  opacity: 0.64;
}
.unclaimed-award-wrapper .card-footer button {
  height: 32px !important;
  font-weight: 500;
}

.unclaimed-section-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.unclaimed-section-wrapper .unclaimed-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #6e747b;
  margin: 8px 0 22px;
  font-weight: 500;
}
.unclaimed-section-wrapper .unclaimed-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  gap: 24px;
  padding: 10px 0;
}
.unclaimed-section-wrapper .view-more {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #f7a600;
  width: fit-content;
  padding: 12px 16px;
  margin: 14px auto 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.unclaimed-section-wrapper .view-more:hover {
  cursor: pointer;
}
.unclaimed-empty-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #15192a;
}
.unclaimed-empty-wrapper .unclaimed-empty-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.unclaimed-empty-wrapper .unclaimed-empty-desc {
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0 24px;
}
.claim-result-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.claim-result-wrapper .claim-result-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-top: 16px;
}
.claim-result-wrapper .claim-result-description {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}
/* ipad */
@media (max-width: 1280px) {
  .unclaimed-section-wrapper .unclaimed-subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .unclaimed-section-wrapper .unclaimed-wrapper {
    row-gap: 16px;
  }
  .unclaimed-empty-wrapper {
    margin-top: 24px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .unclaimed-section-wrapper .view-more {
    margin-top: 6px;
  }
  .claim-result-wrapper .claim-result-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.claimed-award-wrapper {
  background: #ffffff;
  box-shadow: 0px 1px 20px rgba(21, 25, 42, 0.08);
  border-radius: 4px;
  padding: 16px;
  cursor: pointer;
}
.claimed-award-wrapper .gray-text {
  color: #6e747b;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin-top: 4px;
}
.claimed-award-wrapper .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c7cdd0;
  padding-bottom: 16px;
  height: 54px;
}
.claimed-award-wrapper .card-header .card-content {
  font-size: 16px;
  line-height: 19px;
  color: #15192a;
  font-weight: bold;
}
.claimed-award-wrapper .card-header .card-content .red-text {
  color: #d95140;
}
.claimed-award-wrapper .info-grid-wrapper {
  display: grid;
  grid-column-gap: 16px;
  row-gap: 8px;
  grid-template-columns: max-content 2fr;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #15192a;
}
.claimed-award-wrapper .info-grid-wrapper .title {
  color: #6e747b;
}

.claimed-section-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
.claimed-section-wrapper .section-title {
  margin-bottom: 16px;
}
.claimed-section-wrapper .ant-tabs-nav-wrap,
.claimed-section-wrapper .ant-select-selection-item {
  font-weight: 500;
}
.claimed-section-wrapper .filter-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding: 8px 0 24px;
}
.claimed-section-wrapper .filter-section .filter-wrapper {
  width: 384px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.claimed-section-wrapper .filter-section .filter-wrapper .filter-title {
  font-size: 12px;
  line-height: 14px;
  color: #15192a;
  font-weight: 500;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select {
  width: 100%;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selector {
  box-shadow: none;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select:hover .ant-select-selector {
  border-color: #f7a600;
  box-shadow: none;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-arrow {
  right: 17px;
  height: 16px;
  width: 16px;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selector {
  border-radius: 4px;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selection-item {
  color: #15192a;
}
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selector,
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selector .ant-select-selection-search-input,
.claimed-section-wrapper .filter-section .filter-wrapper .ant-select .ant-select-selection-item {
  height: 48px;
  line-height: 46px;
}
.claimed-section-wrapper .ant-table-thead .ant-table-cell {
  font-size: 12px;
  line-height: 14px;
  color: #6e747b;
  font-weight: 500;
  background-color: #dadee066;
}
.claimed-section-wrapper .ant-table-tbody .ant-table-row {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #15192a;
  cursor: pointer;
}
.claimed-section-wrapper .ant-table-tbody .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
.claimed-section-wrapper .ant-table-tbody .ant-table-row .red-text {
  color: #d95140;
}
.claimed-section-wrapper .ant-table-tbody .ant-table-row .gray-text {
  color: #6e747b;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
}
.claimed-section-wrapper .pagination {
  margin-top: 60px;
  justify-content: center;
  display: flex;
}
.claimed-section-wrapper .pagination .ant-pagination {
  display: flex;
  align-items: center;
}
.claimed-section-wrapper .pagination > .ant-pagination .ant-pagination-options-quick-jumper {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #15192a;
}
.claimed-section-wrapper .pagination > .ant-pagination .ant-pagination-options-quick-jumper input {
  height: 24px;
  border-radius: 4px;
}
.claimed-section-wrapper .pagination .ant-pagination-total-text {
  font-size: 12px;
  font-weight: 500;
  color: #15192a;
}
.claimed-section-wrapper .pagination .ant-pagination-item,
.claimed-section-wrapper .pagination .ant-pagination-prev,
.claimed-section-wrapper .pagination .ant-pagination-next {
  font-size: 12px;
  font-weight: 500;
  color: #15192a;
  border-radius: 4px;
  border: 1px solid #c7cdd0;
  line-height: 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  position: relative;
}
.claimed-section-wrapper .pagination .ant-pagination-item-active {
  background: #f7a600;
  border-color: #f7a600;
}
.claimed-section-wrapper .pagination .ant-pagination-item-active a {
  color: #15192a;
}
.claimed-section-wrapper .card-status-text {
  background-color: #e9eced;
  padding: 4px 8px;
  border-radius: 23px;
  color: rgba(21, 25, 42, 0.32);
  font-size: 12px;
  line-height: 14px;
  font-weight: medium;
}
.claimed-section-wrapper .card-status-text.status-active {
  color: #24ae64;
  background: rgba(36, 174, 100, 0.16);
}
.claimed-section-wrapper .cards-list-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  gap: 24px;
  padding: 10px 5px;
}
.claimed-empty-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.claimed-empty-wrapper .claimed-empty-title {
  font-size: 18px;
  line-height: 21px;
  color: #15192a;
  font-weight: bold;
  margin-top: 24px;
}
.claimed-award-filter-dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0 0 8px 8px;
}
.claimed-award-filter-dropdown .claimed-award-filter-option {
  height: 50px;
  padding: 16px;
  line-height: initial;
}
.claimed-award-filter-dropdown .claimed-award-filter-option:hover {
  background-color: rgba(218, 222, 224, 0.4);
}
.claimed-award-filter-dropdown .claimed-award-filter-option.ant-select-item-option-selected {
  background-color: rgba(249, 184, 51, 0.16);
  color: #c68500;
}
.claimed-award-filter-dropdown .claimed-award-filter-option .ant-select-item-option-content {
  font-weight: 500;
}
/* ipad */
@media (min-width: 768px) and (max-width: 1280px) {
  .claimed-section-wrapper .filter-section .filter-wrapper {
    width: auto;
    flex: 1 0 45%;
  }
  .claimed-empty-wrapper {
    margin-top: 24px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .claimed-section-wrapper .filter-section {
    row-gap: 16px;
  }
  .claimed-section-wrapper .filter-section .filter-wrapper {
    width: 100%;
  }
  .claimed-section-wrapper .filter-section .filter-wrapper .ant-select {
    width: 100%;
  }
  .claimed-section-wrapper .pagination {
    margin-top: 24px;
  }
  .claimed-empty-wrapper {
    margin-top: 8px;
  }
}

.before-login-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.before-login-wrapper .desc {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #15192a;
  padding: 32px 0 24px;
}

.myrewards-banner-wrapper {
  width: 100%;
  height: 425px;
  top: -2px;
  background-image: url('/task-center/images/banner/banner-kv-pc.svg'), url('/task-center/images/banner/banner-background.png');
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: right, center;
  display: flex;
  align-items: center;
}
.myrewards-banner-wrapper .banner-content-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #15192a;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-tile {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 16px;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-subtitle {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-btn-group {
  display: flex;
  gap: 8px 16px;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-btn-group button {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  padding: 12px 24px;
  height: auto;
}
.myrewards-banner-wrapper .banner-content-wrapper .banner-btn-group button.rewards-hub {
  border: 1px solid #40424a;
}
/* ipad */
@media (max-width: 1280px) {
  .myrewards-banner-wrapper {
    height: 344px;
    background-image: url('/task-center/images/banner/banner-kv-tablet.svg'), url('/task-center/images/banner/banner-background.png');
  }
  .myrewards-banner-wrapper .banner-content-wrapper {
    padding-left: 42px;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-content {
    width: 60%;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-tile {
    font-size: 32px;
    line-height: 37px;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-subtitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-btn-group {
    flex-direction: column;
    max-width: 330px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .myrewards-banner-wrapper {
    background-image: url('/task-center/images/banner/banner-background.png');
    background-size: cover;
    background-position: center;
  }
  .myrewards-banner-wrapper .banner-content-wrapper {
    padding: 0 16px;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-content {
    width: 100%;
  }
  .myrewards-banner-wrapper .banner-content-wrapper .banner-btn-group {
    flex-direction: column;
    max-width: 100%;
  }
}

.main-content-my-rewards {
  margin: 54px auto 80px;
  max-width: 1200px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #15192a;
}
.section-title .red-text {
  color: #d95140;
}
/* ipad */
@media (min-width: 768px) and (max-width: 1280px) {
  .main-content-my-rewards {
    width: calc(100% - 82px);
    margin: 32px auto 80px;
  }
  .main-content-my-rewards .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .main-content-my-rewards {
    width: calc(100% - 32px);
    margin: 24px auto 40px;
  }
  .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.task-modal-header .modal-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  margin-top: 30px;
  color: #000000;
  padding-top: 150px;
}
.modal-footer {
  display: flex;
  justify-content: center;
  margin-top: 62px;
  margin-bottom: 22px;
}
.modal-footer .modal-footer-btn {
  height: 42px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background: #ffb11a;
  border-radius: 4px;
}
.task-modal-header {
  margin-bottom: 24px;
  background-image: url('/task-center/images/tasks/claim-task-modal.gif');
}
.task-modal-body {
  width: 384px;
  margin: 0 auto;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .task-modal-header .modal-title {
    padding-top: 100px;
  }
  .task-modal-body {
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
  }
  .modal-footer .modal-footer-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.social-media-modal-footer {
  margin: 20px 0;
}
.social-media-modal-footer .social-media-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 40px;
}
.social-media-modal-footer a {
  display: inline-block;
  justify-self: center;
  margin-bottom: 20px;
  width: 50px;
}
.social-media-modal-footer img {
  width: 50px;
}
.social-media-modal-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  margin-top: 30px;
  color: #000000;
}

.task-header {
  display: flex;
}
.task-header .task-award {
  border-radius: 4px;
  width: 90px;
  min-height: 96px;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.task-header .task-award .amount {
  height: 67px;
  line-height: 67px;
  text-align: center;
  font-size: 12px;
  color: white;
}
.task-header .task-award .sign {
  font-size: 24px;
}
.task-header .task-award .number {
  font-size: 44px;
  color: white;
}
.task-header .task-award .award-type {
  min-height: 29px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  white-space: pre-wrap;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}
.task-header .task-award.red-bg {
  background: linear-gradient(139.49deg, #d6366a -33.33%, #ff8e3a 110.15%);
}
.task-header .task-award.red-bg .award-type {
  background: linear-gradient(139.49deg, #d6366a -33.33%, #ff8e3a 110.15%);
}
.task-header .task-award.yellow-bg {
  background: linear-gradient(277.26deg, #fdd62d -4.63%, #faad14 114.46%);
}
.task-header .task-award.yellow-bg .award-type {
  background: linear-gradient(277.26deg, #fdd62d -4.63%, #faad14 114.46%);
}
.task-header .task-header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.task-header .task-header-content .task-header-name {
  font-size: 28px;
  line-height: 36px;
  color: #ed5556;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.task-header .task-header-content .task-header-extra {
  display: flex;
  margin-top: 8px;
}
.task-header .task-header-content .task-header-extra .task-duration {
  background: rgba(205, 205, 205, 0.2);
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  padding: 0 10px;
  margin-right: 8px;
}
.task-header .task-header-content .task-header-extra .tooltip-wrapper {
  background: rgba(255, 177, 26, 0.2);
  border-radius: 11px;
  height: 22px;
  width: 31px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f17402;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .task-header .task-award {
    height: 76px;
    width: 76px;
  }
  .task-header .task-award .amount {
    height: 52px;
    line-height: 52px;
    font-size: 11px;
  }
  .task-header .task-award .sign {
    font-size: 14px;
  }
  .task-header .task-award .number {
    font-size: 32px;
  }
  .task-header .task-award .award-type {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
  .task-header .task-header-content .task-header-name {
    font-size: 18px;
    line-height: 18px;
  }
}

.task-body {
  flex: 1;
  overflow: auto;
  margin: 20px 0 10px 0;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
}
.task-body .task-description {
  white-space: pre-line;
}
.task-body .social-media-wrapper {
  margin-top: 13px;
}
.task-body .social-media-wrapper img {
  margin-right: 10px;
  border-radius: 50%;
}
.progress-wrapper {
  margin-bottom: 16px;
}
.progress-wrapper .progress-current {
  color: #15192a;
  font-size: 20px;
}
.progress-wrapper .progress-end {
  font-size: 16px;
  color: #999999;
}
.progress-wrapper .ant-progress {
  display: block;
}
.progress-wrapper .ant-progress-outer .ant-progress-inner {
  vertical-align: top;
}
.progress-wrapper .ant-progress-line {
  font-size: 6px;
}
.progress-wrapper .ant-progress-bg {
  height: 6px !important;
}
.task-expired {
  font-size: 14px;
  color: #999;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .task-body {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0 15px 0;
  }
  .task-expired {
    font-size: 12px;
  }
}

.task-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding: 30px;
  margin: 8px;
  top: 0;
  transition: top 0.5s ease;
  position: relative;
  border: 1px solid #fff;
  height: 405px;
}
.task-card-wrapper .task-divider {
  margin: 10px 0 20px 0;
}
.task-card-wrapper .task-footer .task-footer-btn {
  background: linear-gradient(90deg, #fdd62d 0%, #faad14 100%);
  border-radius: 34px;
  padding: 0 45px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #333333;
}
.task-card-wrapper .task-footer .task-footer-btn:hover {
  background: linear-gradient(90deg, #faad14, #fdd62d);
  color: #272a31;
}
.task-card-wrapper:hover {
  top: -10px;
  border: 1px solid #ffb11a;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .task-card-wrapper .task-footer .task-footer-btn {
    padding: 0 60px;
    font-size: 16px;
    height: 46px;
  }
}

.task-wrapper {
  width: 100%;
}
.card-list-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
  margin-bottom: 40px;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .card-list-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  }
}

.info-card-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.157807) 0%, rgba(255, 255, 255, 0.0001) 100%), #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 13px;
  padding: 30px;
  margin: 30px 0 10px;
  width: 100%;
}
.card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #5e5e5e;
}
.list-wrapper {
  padding: 20px 20px 0 20px;
  line-height: 20px;
  list-style: none;
  counter-reset: li;
}
.list-wrapper li {
  margin: 5px 0;
  font-size: 14px;
  color: #272a31;
}
.list-wrapper .red-font-color {
  color: #ed5556;
  margin-right: 2px;
}
li {
  counter-increment: li;
}
li div {
  margin: 5px 0 14px -1em;
  line-height: 20px;
}
.list-wrapper li::before {
  content: counter(li);
  width: 1em;
  margin-left: -1em;
  margin-right: 6px;
  direction: rtl;
  text-align: right;
  font-size: 20px;
  color: #ffb11a;
}

.more-info-link a,
.more-info-link a:focus,
.more-info-link a:hover,
.more-info-link a:visited {
  line-height: 18px;
  color: #272a31 !important;
  text-decoration: underline;
  text-underline-position: from-font;
}

.horizontal-task-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.horizontal-task-card-wrapper .left-icon {
  margin-right: 20px;
}
.horizontal-task-card-wrapper .middle-info {
  margin-right: 26px;
}
.horizontal-task-card-wrapper .subtitle {
  color: #ed5556;
  font-size: 28px;
  margin-bottom: 10px;
}
.horizontal-task-card-wrapper .type {
  padding: 0 10px;
  min-width: 55px;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  background: rgba(255, 177, 26, 0.2);
  color: #f17402;
  font-size: 12px;
  text-align: center;
}
.horizontal-task-card-wrapper .description {
  flex: 2;
  color: #666666;
  font-size: 16px;
  line-height: 21px;
  padding-right: 10px;
}
.horizontal-task-card-wrapper .invite-button {
  border-radius: 34px;
  height: 48px;
  line-height: 48px;
  padding: 0 56px;
  background: linear-gradient(90deg, #fdd62d 0%, #faad14 100%);
  color: #272a31;
  font-size: 20px;
}
.horizontal-task-card-wrapper .invite-button:hover {
  background: linear-gradient(90deg, #faad14, #fdd62d);
  color: #272a31;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .horizontal-task-card-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .horizontal-task-card-wrapper .invite-button {
    margin-top: 10px;
  }
}

.referral-wrapper {
  width: 100%;
}

.main-content-rewards-hub {
  margin: 27px auto 76px;
  max-width: 1200px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .main-content-rewards-hub {
    margin: 14px auto 76px;
  }
}

