.figma-header-font {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #03234b;
}

.figma-header-mobile-table {
  margin-top:20px;
  width:100%;
  border:0;
  cellspacing:0;
  cellpadding:0;
  padding: 0 10px;
}

.figma-SearchBar-MT {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #f7f8fa;
  display:flex;
  gap:15px;
}

.st-footer__copy {color: #525A63;}
.st-footer__copy a {color: #525A63;}

table thead tr th,table thead tr td,table tr td,table.dataTable thead tr th,table.dataTable thead tr td,table.dataTable tr td
{padding:0 10px;}


.desktop-tablet-wrapper {
  background-color: #f7f8fa;
}

.st-checkbox input[type='checkbox']+label:before{
  background: transparent;
  border: 2px solid #767C84;
  border-radius: 1px;
  content: '';
  height: 18px;
  left: 2px;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  transition: all .3s ease;
  width: 18px;
  font-weight: 400;
}

.st-checkbox input[type='checkbox']:checked+label:before{
  border: 2px solid #767C84;
  border-radius: 1px;
  content: '';
  height: 18px;
  left: 2px;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  transition: all .3s ease;
  width: 18px;
  font-weight: 400;
}

.st-checkbox input[type='checkbox']:checked+label:after {
  top: 5px;
  left: 9px;
}

.st-checkbox input[type='checkbox']:checked+label{
  font-weight: 400;
}

@media (min-width: 641px) {
  .desktop-tablet-wrapper {
      display: flex !important;
      min-height: calc(100vh - 275px);
      align-items: center;
      justify-content: center;
  }

  .desktop-tablet-wrapper-div {
    background-color: white;
    border-radius: 6px;
    width: 528px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 434px;
  }
}

@media (min-width: 1025px) {
  .desktop-tablet-wrapper {
      display: flex !important;
      min-height: calc(100vh - 188px);
      align-items: center;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .desktop-tablet-wrapper-div {
    background-color: white;
    border-radius: 6px;
    width: 528px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 450px;
  }
}


@media screen and (max-width: 1024px) and (orientation: landscape) {
  .desktop-tablet-wrapper-div {
      margin-top: 0px;
  }

  .desktop-tablet-wrapper {
      padding-top: 49px;
      padding-bottom: 49px;
  }
}

.mobile-wrapper {
  padding-top: 49px;
  min-height: calc(100vh - 330px);
}

table tbody tr:last-child>td {
  border-bottom: none;
}

.cas-login-font-mobile,
.cas-login-btn,
.cas-login-forgot-pwd,
.cas-login-sign-up {
    font-size: 15px;
    white-space: nowrap;
}
.cas-login-btn.cas-login-btn {
    width: 100%;
    margin: 0;
    padding: 0;
}

.cas-login-underline-mobile,
.cas-login-sign-up,
.cas-login-forgot-pwd {
    border-bottom: 1.5px solid #03234b;
    padding-bottom: 4px;
    line-height: 1.6;
    color: #03234b;
    font-family: Arial, serif;
    font-weight: bold;
}

.cas-login-header {
  padding-left: 24px;
  padding-right: 24px;
  height: 57px;
}

.cas-login-header-wrapper {
  display: flex;
  align-items: center;
  height: 57px;
}

.cas-login-header-mobile {
  padding-left: 24px;
  padding-right: 24px;
  height: 57px;
}

.cas-login-header-wrapper-mobile {
  display: flex;
  align-items: center;
  height: 57px;
}


/* Footer Section */


.event-footer {
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.03), inset 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  background-color: #f7f8fa;
  margin-top: auto;
  padding: 37px 165px;
}

@media (max-width: 1025px) {
  .event-footer {
      padding: 46px 0 28px 0;
  }
}

@media (max-width: 800px) {
  .event-footer {
      padding: 30px 20px;
      height: 100%;
  }
}

.event-footer__logo img {
  height: 88px;
}

.event-footer__content {
  display: flex;
  align-items: center;
  height: 57px;
}

@media (max-width: 1391px) {
  .event-footer__content {
      flex-direction: column;
      height: 100%;
  }
}

@media (max-width: 1025px) {
  .event-footer__content {
      flex-direction: column;
      height: 100%;
  }
}

.event-footer__content__text {
  display: flex;
  line-height: 1.55;
  text-align: left;
  color: #767c84;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px !important;
}

@media (max-width: 1391px) {
  .event-footer__content__text {
      flex-direction: column;
      align-items: center;
      margin-top: 18px;
  }
}

@media (max-width: 1025px) {
  .event-footer__content__text {
      flex-direction: column;
      align-items: center;
      margin-top: 18px;
  }
}

@media (max-width: 800px) {
  .event-footer__content__text {
      width: 360px;
      margin-top: 40px;
  }
}

@media (max-width: 660px) {
  .event-footer__content__text {
      width: 375px;
  }
}

@media (max-width: 420px) {
  .event-footer__content__text {
      width: 335px;
      text-align: center;
  }
}

@media (max-width: 375px) {
  .event-footer__content__text {
      width: 300px;
      text-align: center;
  }
}

.event-footer__content__text__p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #767c84;
}

@media (max-width: 1025px) {
  .event-footer__content__text__p {
      display: none;
  }
}

@media (max-width: 1391px) {
  .event-footer__content__text__p {
      display: none;
  }
}

.event-footer__content__text__p--mobile {
  display: none;
  font-size: 13px;
  color: #767c84;
}

@media (max-width: 1391px) {
  .event-footer__content__text__p--mobile {
      display: block;
  }
}

@media (max-width: 1025px) {
  .event-footer__content__text__p--mobile {
      display: block;
  }
}

.event-footer__content__links {
  display: flex;
  font-weight: bold;
  gap: 6px;
  transition: all 250ms ease-in-out;
  align-items: center;
  color: #767c84;
}

.event-footer__content__links span:nth-of-type(1) {
  display: none;
}

@media (max-width: 1391px) {
  .event-footer__content__links {
      margin-top: 32px;
  }
}

@media (max-width: 1025px) {
  .event-footer__content__links {
      margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .event-footer__content__links {
      flex-wrap: wrap;
      justify-content: center;
  }
}

.event-footer__content__links__separator {
  display: inline;
}

@media (max-width: 1391px) {
  .event-footer__content__links__separator__inactive {
      display: none;
  }
}

.event-footer__content__links a:link, .event-footer__content__links a:visited, .event-footer__content__links a {
  color: #767c84;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1391px) {
  .event-footer__content__links a:link, .event-footer__content__links a:visited, .event-footer__content__links a {
      color: #03234b;
  }
}

.event-footer__content__links a:hover {
  color: #90cfeb !important;
}

.event-footer__subfooter {
  display: flex;
  gap: 16px;
  font-size: 13px !important;
  justify-content: center;
  align-items: center;
}

.event-footer-only-for-china {
  display: none;
}

.event-footer__subfooter a:link, .event-footer__content__links a:visited, .event-footer__content__links a {
  color: #767c84;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  align-items: center;

}

@media (max-width: 640px) {
  .event-footer__subfooter {
      font-size: 12px !important;
      gap: 10px;
  }
}

@media(max-width: 1024px) {
  .event-footer__subfooter a:link, .event-footer__content__links a:visited, .event-footer__content__links a {
    font-weight: normal;
  }
}

@media (max-width: 374px) {
  .event-footer__subfooter {
      font-size: 11px !important;
  }
}

.event-footer__subfooter a:first-child {
  margin-left: 85.7px;
}

@media (max-width: 1391px) {
  .event-footer__subfooter {
      margin-top: 8px;
  }

  .event-footer__subfooter a:first-child {
      margin-left: 0;
  }
}

.event-footer__subfooter a:hover {
  color: #90cfeb;
}

@media(max-width: 641px) {
  .event-footer__logo img {
    height: 88px;
  }
}

@media(max-width: 640px) {
  .cas-login-mobile {
      padding-top: 50px;
      min-height: calc(100vh - 330px);
      background-color: white;
      height: 568px;
  }

  .cas-login-mobile-div {
      border: 0;
      width: auto;
      height: auto;
      box-shadow: unset;
  }
  .form-panel-mobile {
      width: 292px !important;
      border-bottom: 0px !important;
      text-align: center !important;
  }


  .cas-left-panel-hidden,
  .cas-right-panel-hidden {
      border-bottom: 0px !important;
      text-align: center !important;
  }

  .cas-login-btns-wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
  }

  .cas-login-btn-content {
      display: flex;
      width: 100%;
      max-width: 290px;
  }

  .cas-login-btn-content div {
      width: 100% !important;
      display: block !important;
  }


  .cas-forgot-link-content {
      width: 100% !important;
      height: inherit;
  }

  .cas-login-btn.cas-login-btn {
      width: 100%;
      height: inherit;
  }

  .cas-login-forgot-pwd {
      margin-top: 30px;
      display: inline-block;
      line-height: 1.2;
  }

  .cas-signup-btns-wrap {
      display: flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-top: 80px;
      padding-top: 45px;
      padding-left: 0px;
      border-top: 1px solid #dfdfdf;
  }

  .cas-signup-btns-wrap td {
      display: block;
      width: 50%;
  }
}

@media (min-width: 641px){
  td.cas-login-btn-content > div {
    margin-top: 20px;
  }

  a.cas-login-forgot-pwd {
    margin-top: 25px;
    display: flex;
  } 
}
