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

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

.common-fixed-header {
  background: var(--re-bg-drak);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
.common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#__region_frame_header__ {
  background: var(--re-rui-bg-web-1);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
#__region_signup {
  position: relative;
  z-index: 1003;
}
#__region_signup .signup-modal span.close {
  color: var(--re-new-grey-minor);
}
body.branch-banner-is-active .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;
  }
}

.common-upload .ant-upload.ant-upload-select-picture-card {
  width: 155px;
  height: 155px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
}
.common-upload .ant-upload.ant-upload-select-picture-card .common-upload__button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--re-new-grey-detail);
}
.common-upload .ant-upload.ant-upload-select-picture-card img {
  width: 155px;
  height: 155px;
  border-radius: 8px;
}
.common-upload .ant-upload.ant-upload-select-picture-card.ant-upload-disabled .common-upload__button {
  cursor: not-allowed;
}

.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 .login-frame {
  width: 446px;
  height: 488px;
  /* new: 488px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
}
.modal_background .login-frame.reg {
  height: 600px;
  /* new: 600px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 545px;
  }
}

.modal-wrap .modal-content {
  width: 360px;
  margin: auto;
  line-height: 24px;
  color: var(--re-new-grey-major);
  font-size: 14px;
  font-weight: 400;
}
.modal-wrap .modal-button-view {
  width: 100%;
  left: 50%;
  bottom: 40px;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 90px;
}
.modal-wrap .modal-button-view .modal-text-button {
  width: 200px;
  height: 72px;
  color: #0bd9bd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
}
html[lang='en'] .modal-wrap.modal-wrap__banned .title,
html[lang='en-US'] .modal-wrap.modal-wrap__banned .title,
html[lang='de-DE'] .modal-wrap.modal-wrap__banned .title,
html[lang='es-MX'] .modal-wrap.modal-wrap__banned .title,
html[lang='fr-FR'] .modal-wrap.modal-wrap__banned .title,
html[lang='ru-RU'] .modal-wrap.modal-wrap__banned .title,
html[lang='ja-JP'] .modal-wrap.modal-wrap__banned .title,
html[lang='vi-VN'] .modal-wrap.modal-wrap__banned .title {
  padding: 0 12px;
}
html[lang='en'] .modal-button-view,
html[lang='en-US'] .modal-button-view,
html[lang='de-DE'] .modal-button-view,
html[lang='es-MX'] .modal-button-view,
html[lang='fr-FR'] .modal-button-view,
html[lang='ru-RU'] .modal-button-view,
html[lang='ja-JP'] .modal-button-view,
html[lang='vi-VN'] .modal-button-view {
  margin-top: 40px;
}
.ant-modal-wrap {
  z-index: 9999 !important;
}
@media (max-width: 767px) {
  .ant-modal {
    width: 324px !important;
  }
  .ant-modal-wrap {
    overflow: hidden;
  }
  .ant-modal-wrap .modal-wrap {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
  }
  .ant-modal-wrap .modal-wrap .modal-colse {
    width: 11px;
    height: 11px;
    top: 15.5px;
    right: 20.5px;
  }
  .ant-modal-wrap .modal-wrap .modal-content {
    width: auto;
    font-size: 12px;
    line-height: 24px;
  }
  .ant-modal-wrap .modal-wrap .modal-content .title {
    font-size: 16px;
    line-height: 19px;
    min-height: 46px;
  }
  .ant-modal-wrap .modal-wrap .modal-content .text {
    margin-top: 11px;
    width: 90%;
    font-size: 11px;
    line-height: 18px;
  }
  .ant-modal-wrap .modal-wrap .modal-button-view {
    margin-top: 40px;
  }
}

.z-header-view {
  width: 1200px;
  margin: 0 auto;
}
.z-header-view .z-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z-header-view .z-header-title .title_left {
  min-width: 40px;
  min-height: 40px;
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/title/title_left.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.z-header-view .z-header-title .title_right {
  min-width: 40px;
  min-height: 40px;
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/title/title_right.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 16px;
}
.z-header-view .z-header-title .z-header-text {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Bai Jamjuree";
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.z-header-view .z-header-title .z-header-text span {
  color: var(--re-new-brand-regular);
}
.z-header-view .z-header-subtitle {
  position: relative;
  margin-top: 12px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  color: var(--re-new-grey-white);
  z-index: 1;
}
.z-header-view .z-header-subtitle span {
  color: var(--re-new-brand-regular);
}
@media (max-width: 767px) {
  .z-header-view {
    width: 100%;
  }
  .z-header-view .z-header-title {
    width: 322px;
    margin: auto;
  }
  .z-header-view .z-header-title .z-header-text {
    line-height: 30px;
    text-align: center;
    z-index: 1;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    max-width: 219px;
    word-break: normal;
  }
  .z-header-view .z-header-title .z-header-text span {
    color: var(--re-new-brand-regular);
  }
  .z-header-view .z-header-subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    width: 323px;
    margin: 8px auto 0;
    letter-spacing: 2.1px;
  }
}

.series-registration-timer-widget .series-games-clock-bg {
  padding: 14px 0 42px 0;
  width: 400px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex {
  display: flex;
  justify-content: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 9px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 19px;
}
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-item .series-games-clock-num,
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  color: rgba(255, 255, 255, 0.4) !important;
}
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  background: rgba(255, 255, 255, 0.4) !important;
}
.series-games-next-with-clock-widget .series-games-clock-bg {
  padding: 14px 0 18px 0;
  width: 400px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex {
  display: flex;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
.series-games-next-with-clock-widget .series-games-clock-bg {
  padding: 14px 0 18px 0;
  width: 400px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex {
  display: flex;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex {
  background-image: url('/futures-activity/worldtradingchampionship2025/theme/red/count-down/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0;
  margin-right: 14px;
  width: 72px;
  height: 72px;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  width: 28px;
  height: 24px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
  margin-bottom: 2px;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #D7DCE0;
  text-shadow: 0px 5.86047px 11.7209px rgba(0, 0, 0, 0.4);
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .series-registration-timer-widget .series-games-clock-bg {
    padding: 14px 0 42px 0;
    width: 380px;
  }
}
@media (max-width: 767px) {
  .series-registration-timer-widget {
    max-width: 375px;
  }
  .series-registration-timer-widget .series-games-clock-bg {
    padding: 8px 0 42px 0;
    width: auto;
  }
}

.my-ranking-content-left-timer {
  margin-left: 8px;
  font-size: 14px;
}
.my-ranking-content-left-timer .timer-split {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 0px!important;
}

.wsot-registration-timer-widget .wsot-clock-bg {
  padding: 22px 0 26px 0;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: column !important;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0px 45px;
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item.png');
  background-size: 100%;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  font-style: italic;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  padding-top: 0 !important;
  color: #0bccbf;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  width: 60px !important;
  height: 76px !important;
  background-image: none;
  background-size: cover !important;
  margin-right: 8px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-0 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_0.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-1 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_1.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-2 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_2.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-3 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_3.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-4 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_4.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-5 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_5.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-6 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_6.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-7 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_7.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-8 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_8.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-9 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/navigation/countdown_item_9.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  color: #FFF !important;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off !important;
  font-family: "Bai Jamjuree" !important;
  font-size: 20px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt,
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt p {
  margin-bottom: 0;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  background: #0bccbf;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0;
  top: 28px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0;
  top: 36px;
}
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-num,
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  padding-top: 0 !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  background: rgba(255, 255, 255, 0.4) !important;
}
.wsot-next-with-clock-widget .wsot-clock-bg {
  padding: 14px 0 18px 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  margin: 0 16px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
  margin-left: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  padding-top: 0 !important;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
.wsot-next-with-clock-widget .wsot-clock-bg {
  padding: 14px 0 18px 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  margin: 0 16px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
  margin-left: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsots-clock-num {
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
@media (max-width: 767px) {
  .wsot-registration-timer-widget .wsot-clock-bg {
    padding: 10px 0 16px 0;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    width: 52.5px;
    height: 52.5px;
    margin: 0px 16px;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 9px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 21px;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    width: 40px;
    margin-bottom: 0;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 5.86047px 11.7209px rgba(0, 0, 0, 0.4);
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    background: #ffffff;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0;
    top: 20px;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0;
    top: 30px;
  }
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-num,
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    padding-top: 0 !important;
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg {
    padding: 14px 0 18px 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    margin: 0 16px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
    margin-left: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
    margin-right: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    padding-top: 0 !important;
    letter-spacing: 8px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    text-align: center;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0px;
    top: 5px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0px;
    top: 13px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg {
    padding: 14px 0 18px 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    margin: 0 16px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
    margin-left: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
    margin-right: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsots-clock-num {
    letter-spacing: 8px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    text-align: center;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0px;
    top: 5px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0px;
    top: 13px;
  }
}

.zwtc-common-count-down {
  margin: 0 auto;
  padding: 60px 0;
  color: var(--re-new-grey-white);
  background-color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: center;
}
.zwtc-common-count-down .countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwtc-common-count-down .countdown-title {
  color: var(--re-new-grey-white, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.zwtc-common-count-down .countdown-widget {
  display: flex;
  justify-content: center;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg {
  padding: 0;
  margin-top: 44px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  display: none;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0 50px 0 0;
  background-image: none;
  gap: 0;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-style: normal;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  margin-right: 8px;
  display: inline-block;
  width: 60px;
  height: 76px;
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/countdown-box.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-0 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-0.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-1 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-1.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-2 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-2.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-3 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-3.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-4 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-4.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-5 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-5.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-6 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-6.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-7 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-7.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-8 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-8.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-9 {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-9.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-- {
  background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single--.svg');
  background-size: 60px 76px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  margin-top: 8px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .zwtc-common-count-down {
    padding: 40px 0;
    background-color: transparent;
  }
  .zwtc-common-count-down .countdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zwtc-common-count-down .countdown-title {
    line-height: 27px;
    font-size: 22px;
    letter-spacing: 2.7px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg {
    margin-top: 40px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex {
    justify-content: space-between;
    width: 327px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    flex-direction: column;
    margin: 0;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 0;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
    width: 30px !important;
    height: 38px !important;
    line-height: 38px;
    font-size: 18px;
    background-size: contain;
    margin-right: 8px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
    margin-left: 0 !important;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-0 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-0.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-1 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-1.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-2 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-2.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-3 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-3.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-4 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-4.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-5 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-5.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-6 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-6.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-7 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-7.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-8 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-8.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-9 {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single-9.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-- {
    background-image: url('/futures-activity/worldtradingchampionship2025/assets/countdown/single--.svg');
    background-size: 30px 38px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    margin-left: 0;
    line-height: 13px;
    font-size: 10px;
  }
}

.zwtc-layout.not-app {
  padding-top: 64px;
}
.zwtc-layout.in-app #zoomex-activity-common-header {
  display: none !important;
}

