@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.toast {
  position: fixed;
  left: 0;
  top: 70px;
  right: 0;
  text-align: center;
  padding: 12px 20px;
  background: #fe3824;
  color: #fff;
  box-sizing: border-box;
  font-family: "proxima-semibold", PingFangSC, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  z-index: 10001; }
  html[lang^="vi"] .toast {
    font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }

.toast-enter {
  opacity: 0; }
  .toast-enter-active {
    transition: opacity .3s;
    opacity: 1; }

.toast-exit {
  opacity: 1; }
  .toast-exit-active {
    transition: opacity .3s;
    opacity: 0; }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.smart-container {
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px;
  background: #2e2e2e;
  color: #fff; }
  .is-rtl .smart-container {
    direction: rtl; }
  .smart-container.is-rtl {
    direction: rtl; }
  .smart-container .logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .smart-container .logo-wrapper img {
      width: 20px;
      height: 23px;
      margin: 0; }
    .smart-container .logo-wrapper .logo-link {
      margin-right: 11px; }
      .is-rtl .smart-container .logo-wrapper .logo-link {
        direction: rtl;
        margin-right: 0;
        margin-left: 11px; }
      .smart-container .logo-wrapper .logo-link.is-rtl {
        direction: rtl;
        margin-right: 0;
        margin-left: 11px; }
    .smart-container .logo-wrapper span {
      font-family: "proxima-regular", PingFangSC, sans-serif;
      font-weight: 400;
      font-size: 12px; }
      html[lang^="vi"] .smart-container .logo-wrapper span {
        font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
  .smart-container .download {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    width: 102px;
    height: 28px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    font-size: 14px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fe2c55;
    color: #fff;
    border-radius: 2px;
    cursor: pointer; }
    html[lang^="vi"] .smart-container .download {
      font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }

.covid-banner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 52px;
  background-color: #7d88e3;
  width: 100%;
  padding: 14px 16px;
  padding-right: 72px;
  box-sizing: border-box;
  z-index: 9; }
  .covid-banner-container.fixed {
    position: fixed;
    left: 0; }
  .covid-banner-container .text {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-right: 8px;
    text-decoration: none; }
    .covid-banner-container .text:hover {
      text-decoration: underline; }
    .covid-banner-container .text .right-arrow-icon {
      position: relative;
      top: 7px;
      margin-left: 10px;
      height: 24px;
      vertical-align: 0; }
  .covid-banner-container .close-x-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 40px;
    -ms-flex: 0 0 24px;
        flex: 0 0 24px; }
  .covid-banner-container.is-rtl {
    direction: rtl; }
    .covid-banner-container.is-rtl .text {
      margin-right: 0;
      margin-left: 8px; }
      .covid-banner-container.is-rtl .text .right-arrow-icon {
        margin-left: 0;
        margin-right: 10px;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .covid-banner-container.is-rtl .close-x-icon {
      right: auto;
      left: 40px; }

@media (max-width: 991px) {
  .covid-banner-container {
    padding: 12px 16px; }
    .covid-banner-container .text {
      font-size: 14px;
      line-height: 17px; }
      .covid-banner-container .text .right-arrow-icon {
        width: 16px;
        height: 16px;
        position: relative;
        top: 5px;
        margin-left: 7px; }
    .covid-banner-container .close-x-icon {
      position: relative;
      right: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
      height: 16px; }
    .covid-banner-container.is-rtl {
      direction: rtl; }
      .covid-banner-container.is-rtl .text .right-arrow-icon {
        margin-left: 0;
        margin-right: 7px; }
      .covid-banner-container.is-rtl .close-x-icon {
        left: 0; } }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.cookie-banner {
  font-family: "proxima-regular", PingFangSC, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #10a2c5;
  z-index: 10001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
  padding: 24px 64px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
  html[lang^="vi"] .cookie-banner {
    font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
  .cookie-banner p {
    margin: 0 !important; }
  .cookie-banner .cookie-content .cookie-title {
    font-family: "proxima-bold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; }
    html[lang^="vi"] .cookie-banner .cookie-content .cookie-title {
      font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
  .cookie-banner .cookie-content .cookie-desc {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px !important; }
    html[lang^="vi"] .cookie-banner .cookie-content .cookie-desc {
      font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
    .cookie-banner .cookie-content .cookie-desc a {
      font-family: "proxima-semibold", PingFangSC, sans-serif;
      font-weight: 600;
      font-size: 18px;
      text-decoration: none;
      color: #fff; }
      html[lang^="vi"] .cookie-banner .cookie-content .cookie-desc a {
        font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
  .cookie-banner .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-left: 64px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .cookie-banner .button-wrapper a,
    .cookie-banner .button-wrapper button {
      font-family: "proxima-bold", PingFangSC, sans-serif;
      font-weight: 700;
      box-sizing: border-box;
      padding: 0 24px;
      line-height: 44px;
      height: 46px;
      min-width: 153px;
      white-space: nowrap;
      border-radius: 4px;
      font-size: 16px;
      border: 1px solid rgba(22, 24, 35, 0.12);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: rgba(255, 255, 255, 0.12);
      text-align: center;
      cursor: pointer; }
      html[lang^="vi"] .cookie-banner .button-wrapper a, html[lang^="vi"]
      .cookie-banner .button-wrapper button {
        font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
    .cookie-banner .button-wrapper a {
      text-decoration: none;
      color: #fff; }
      .cookie-banner .button-wrapper a:hover {
        background: rgba(255, 255, 255, 0.08); }
      .cookie-banner .button-wrapper a:active {
        background: rgba(255, 255, 255, 0.04); }
    .cookie-banner .button-wrapper button {
      margin-left: 16px;
      background: #fff;
      color: #161823;
      outline: none;
      border: 1px solid rgba(22, 24, 35, 0.12); }
      .cookie-banner .button-wrapper button:hover {
        background: #f8f8f8; }
      .cookie-banner .button-wrapper button:active {
        background: #f1f1f1; }
  .is-rtl .cookie-banner {
    direction: rtl; }
    .is-rtl .cookie-banner .button-wrapper {
      margin-left: unset;
      margin-right: 64px; }
      .is-rtl .cookie-banner .button-wrapper button {
        margin-left: unset;
        margin-right: 16px; }
        @media (max-width: 991px) {
          .is-rtl .cookie-banner .button-wrapper button {
            margin-right: 6px; } }
  .cookie-banner.is-rtl {
    direction: rtl; }
    .cookie-banner.is-rtl .button-wrapper {
      margin-left: unset;
      margin-right: 64px; }
      .cookie-banner.is-rtl .button-wrapper button {
        margin-left: unset;
        margin-right: 16px; }
        @media (max-width: 991px) {
          .cookie-banner.is-rtl .button-wrapper button {
            margin-right: 6px; } }
  @media (max-width: 991px) {
    .cookie-banner {
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      padding: 16px 20px;
      box-shadow: none; }
      .cookie-banner .cookie-content .cookie-title {
        font-family: "proxima-semibold", PingFangSC, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #fff; }
        html[lang^="vi"] .cookie-banner .cookie-content .cookie-title {
          font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
      .cookie-banner .cookie-content .cookie-desc {
        font-family: "proxima-regular", PingFangSC, sans-serif;
        font-weight: 400;
        width: auto;
        font-size: 11px;
        line-height: 14px;
        text-align: center; }
        html[lang^="vi"] .cookie-banner .cookie-content .cookie-desc {
          font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
        .cookie-banner .cookie-content .cookie-desc a {
          font-family: "proxima-semibold", PingFangSC, sans-serif;
          font-weight: 600;
          font-size: 13px; }
          html[lang^="vi"] .cookie-banner .cookie-content .cookie-desc a {
            font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
      .cookie-banner .button-wrapper {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-top: 16px;
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .cookie-banner .button-wrapper a,
        .cookie-banner .button-wrapper button {
          font-family: "proxima-semibold", PingFangSC, sans-serif;
          font-weight: 600;
          min-width: unset;
          padding: 0 6px;
          width: 100%;
          height: 44px;
          font-size: 15px;
          line-height: 18px;
          border-radius: 2px;
          white-space: pre-wrap;
          margin: 0; }
          html[lang^="vi"] .cookie-banner .button-wrapper a, html[lang^="vi"]
          .cookie-banner .button-wrapper button {
            font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
        .cookie-banner .button-wrapper a {
          font-family: "proxima-regular", PingFangSC, sans-serif;
          font-weight: 400;
          background: transparent;
          border: 1px solid rgba(255, 255, 255, 0.5); }
          html[lang^="vi"] .cookie-banner .button-wrapper a {
            font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
        .cookie-banner .button-wrapper button {
          margin-left: 6px; } }

.tiktok-btn-h5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: ProximaNova,system-ui;
  min-width: 88px;
  min-height: 28px;
  padding: 4.5px 8px;
  background-color: #fff;
  border: 1px solid rgba(22, 24, 35, 0.12);
  color: #161823;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; }

.tiktok-btn-h5:focus {
  outline: none; }

.tiktok-btn-h5-primary {
  background-color: #fe2c55;
  color: #fff;
  border: none; }

.tiktok-btn-h5-tiny {
  min-width: 74px;
  min-height: 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px; }

.tiktok-btn-h5-small {
  min-width: 88px;
  min-height: 28px; }

.tiktok-btn-h5-medium {
  min-width: 144px;
  min-height: 35px; }

.tiktok-btn-h5-large {
  min-width: 343px;
  min-height: 44px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600; }

.tiktok-btn-h5-disabled {
  opacity: .5;
  background-color: #fff;
  color: rgba(22, 24, 35, 0.34); }

.tiktok-btn-h5-disabled.tiktok-btn-h5-primary {
  opacity: 1;
  background-color: rgba(22, 24, 35, 0.06); }

.tiktok-avatar {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  border-radius: 50%; }

.tiktok-avatar-bgc {
  background-color: rgba(135, 135, 135, 0.5); }

.tiktok-avatar-bgc.empty {
  background-color: rgba(18, 18, 18, 0.03); }

.tiktok-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.tiktok-avatar-square {
  border-radius: 0; }

.tiktok-avatar svg {
  width: 100%;
  height: 100%; }

.tiktok-btn-pc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: SofiaPro,system-ui;
  min-width: 88px;
  min-height: 28px;
  padding: 6px 8px;
  background-color: #fff;
  border: 1px solid rgba(22, 24, 35, 0.12);
  color: #161823;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600; }

.tiktok-btn-pc svg {
  margin-right: 7.5px; }

.tiktok-btn-pc:focus {
  outline: none; }

.tiktok-btn-pc-primary {
  background-color: #fe2c55;
  color: #fff;
  border: none; }

.tiktok-btn-pc-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #fe2c55; }

.tiktok-btn-pc-primary:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #fe2c55; }

.tiktok-btn-pc-line {
  background: transparent;
  border: 1px solid #fe2c55;
  color: #fe2c55; }

.tiktok-btn-pc-line:hover {
  background: rgba(22, 24, 35, 0.03); }

.tiktok-btn-pc-line:active {
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-round {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 52px;
  background: rgba(84, 84, 84, 0.92); }

.tiktok-btn-pc-tiny {
  min-width: 96px;
  font-size: 14px;
  line-height: 17px; }

.tiktok-btn-pc-small, .tiktok-btn-pc-tiny {
  min-height: 28px;
  font-family: ProximaNova;
  font-weight: 600; }

.tiktok-btn-pc-small {
  min-width: 106px;
  font-size: 16px;
  line-height: 22px; }

.tiktok-btn-pc-medium {
  min-width: 164px;
  min-height: 36px; }

.tiktok-btn-pc-large {
  min-width: 168px;
  min-height: 48px; }

.tiktok-btn-pc-disabled {
  cursor: not-allowed;
  opacity: .5;
  background: #fff;
  color: rgba(22, 24, 35, 0.34); }

.tiktok-btn-pc-disabled:hover {
  background: #fff; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-primary {
  opacity: 1;
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-disabled.tiktok-btn-pc-primary:hover {
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-disabled.tiktok-btn-pc-round {
  opacity: .34;
  background: transparent;
  color: rgba(22, 24, 35, 0.34);
  border: 1px solid; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-round:hover {
  background: transparent; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-line {
  opacity: .34;
  background: transparent;
  color: rgba(22, 24, 35, 0.34);
  border: 1px solid; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-line:hover {
  background: transparent; }

.tiktok-ui-loading {
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0; }

.tiktok-ui-loading-container {
  overflow: hidden; }

.tiktok-ui-loading-green {
  fill: #3af2ff;
  stroke-width: 0;
  r: 36px;
  cx: 40px;
  cy: 44px;
  -webkit-animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-red {
  fill: #fe2c55;
  stroke-width: 0;
  r: 36px;
  cx: 120px;
  cy: 44px;
  -webkit-animation: tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-black-circle {
  fill: #0f0f0f;
  stroke-width: 0;
  stroke: #fff;
  r: 36px;
  cx: 40px;
  cy: 44px;
  -webkit-animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-black {
  fill: #000; }

@-webkit-keyframes tiktok-green {
  25% {
    cx: 80px;
    r: 43.2px; }
  50% {
    cx: 120px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 21.6px; }
  to {
    cx: 40px;
    r: 36px; } }

@keyframes tiktok-green {
  25% {
    cx: 80px;
    r: 43.2px; }
  50% {
    cx: 120px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 21.6px; }
  to {
    cx: 40px;
    r: 36px; } }

@-webkit-keyframes tiktok-red {
  25% {
    cx: 80px;
    r: 24px; }
  50% {
    cx: 40px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 43.2px; }
  to {
    cx: 120px;
    r: 36px; } }

@keyframes tiktok-red {
  25% {
    cx: 80px;
    r: 24px; }
  50% {
    cx: 40px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 43.2px; }
  to {
    cx: 120px;
    r: 36px; } }

.is-center {
  margin: 6px auto; }

.tiktok-loading-ring {
  display: -ms-flexbox;
  display: flex; }

.tiktok-loading-ring svg {
  -webkit-animation: lds-ring 1s linear infinite;
          animation: lds-ring 1s linear infinite;
  margin: 0 !important; }

.tiktok-loading-ring-center {
  margin: 0 auto; }

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.tiktok-tooltip {
  font-family: ProximaNova,system-ui;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible; }

.tiktok-tooltip-placement-rightTop .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  top: 25%; }

.tiktok-tooltip-placement-right .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  top: 50%;
  margin-top: -5px; }

.tiktok-tooltip-placement-rightBottom .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  bottom: 25%;
  margin-top: 5px; }

.tiktok-tooltip-placement-leftTop .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  top: 25%; }

.tiktok-tooltip-placement-left .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  top: 50%;
  margin-top: -5px; }

.tiktok-tooltip-placement-leftBottom .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  bottom: 25%;
  margin-top: 5px; }

.tiktok-tooltip-placement-topLeft .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  left: 25%;
  margin-left: -18px; }

.tiktok-tooltip-placement-top .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  left: 50%;
  margin-left: -18px; }

.tiktok-tooltip-placement-topRight .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  right: 25%;
  margin-right: -18px; }

.tiktok-tooltip-placement-bottomLeft .tiktok-tooltip-arrow {
  top: -8px;
  left: 25%;
  margin-left: -18px; }

.tiktok-tooltip-placement-bottom .tiktok-tooltip-arrow {
  top: -8px;
  left: 50%;
  margin-left: -18px; }

.tiktok-tooltip-placement-bottomRight .tiktok-tooltip-arrow {
  top: -8px;
  right: 25%;
  margin-right: -18px; }

.tiktok-tooltip.withPadding .tiktok-tooltip-inner {
  padding: 8px !important; }

.tiktok-tooltip.white .tiktok-tooltip-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA4TDYuNjg2MjkgOEM4LjgwODAyIDggMTAuODQyOSA3LjE1NzE0IDEyLjM0MzEgNS42NTY4NUwxNy4yOTI5IDAuNzA3MTA2QzE3LjY4MzQgMC4zMTY1ODIgMTguMzE2NiAwLjMxNjU4MiAxOC43MDcxIDAuNzA3MTA3TDIzLjY1NjkgNS42NTY4NkMyNS4xNTcxIDcuMTU3MTUgMjcuMTkyIDggMjkuMzEzNyA4TDM2IDhMMCA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+); }

.tiktok-tooltip.white .tiktok-tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 0; }

.tiktok-tooltip-arrow {
  position: absolute;
  width: 36px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhoNi42ODZhOCA4IDAgMCAwIDUuNjU3LTIuMzQzbDQuOTUtNC45NWExIDEgMCAwIDEgMS40MTQgMGw0Ljk1IDQuOTVBOCA4IDAgMCAwIDI5LjMxNCA4SDM2IDB6IiBmaWxsPSIjNTQ1NDU0IiBmaWxsLW9wYWNpdHk9Ii45MiIvPjwvc3ZnPg==); }

.tiktok-tooltip-inner {
  padding: 7.5px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(84, 84, 84, 0.92);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px; }

.tiktok-tooltip-hidden {
  display: none; }

.tiktok-toast {
  font-family: ProximaNova,system-ui;
  position: fixed;
  top: 16px;
  left: 0;
  color: #fff;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; }

.tiktok-toast-padding-content {
  width: calc(100vw - 40px);
  margin: 0 auto; }

.tiktok-toast-full-content {
  width: 100vw;
  border-radius: 0; }

.tiktok-toast-notice {
  padding: 8px 0;
  text-align: center; }

.tiktok-toast-notice:first-child {
  margin-top: -8px; }

.tiktok-toast-notice-content {
  background-color: rgba(84, 84, 84, 0.92);
  display: inline-block;
  padding: 10px 8px;
  pointer-events: all;
  max-width: 100%;
  border-radius: 2px; }

.tiktok-toast-notice.move-up-enter {
  opacity: 0; }

.tiktok-toast-notice.move-up-enter.move-up-enter-active {
  -webkit-animation-name: MessageMoveIn;
          animation-name: MessageMoveIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

.tiktok-toast-notice.move-up-leave.move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

@-webkit-keyframes MessageMoveOut {
  0% {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; }
  to {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; } }

@keyframes MessageMoveOut {
  0% {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; }
  to {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; } }

@-webkit-keyframes MessageMoveIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; }
  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; } }

@keyframes MessageMoveIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; }
  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; } }

.tiktok-header p,
.tiktok-header h1,
.tiktok-header h2,
.tiktok-header h3,
.tiktok-header h4,
.tiktok-header h5,
.tiktok-footer p,
.tiktok-footer h1,
.tiktok-footer h2,
.tiktok-footer h3,
.tiktok-footer h4,
.tiktok-footer h5 {
  margin: 0; }

.tiktok-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 70px;
  background: #fff;
  border-bottom: 1px solid rgba(34, 90, 89, 0.2);
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .is-rtl .tiktok-header {
    direction: rtl; }
  .tiktok-header.is-rtl {
    direction: rtl; }
  .tiktok-header .hamburger-menu {
    margin-right: 20px; }
    .is-rtl .tiktok-header .hamburger-menu {
      direction: rtl;
      margin-right: unset;
      margin-left: 20px; }
    .tiktok-header .hamburger-menu.is-rtl {
      direction: rtl;
      margin-right: unset;
      margin-left: 20px; }
  .tiktok-header .header-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 0 12px; }
    @media (max-width: 991px) {
      .tiktok-header .header-content {
        padding: 0 24px 0 8px; }
        .is-rtl .tiktok-header .header-content {
          direction: rtl;
          padding: 0 8px 0 24px; }
        .tiktok-header .header-content.is-rtl {
          direction: rtl;
          padding: 0 8px 0 24px; } }
    .tiktok-header .header-content .logo-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
    .tiktok-header .header-content .search-wrapper {
      width: 460px;
      height: 44px;
      position: relative; }
      .tiktok-header .header-content .search-wrapper .search-icon {
        position: absolute;
        height: 14px;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-70px, -40%);
            transform: translate(-70px, -40%); }
      .tiktok-header .header-content .search-wrapper input {
        width: 100%;
        height: 100%;
        font-size: 15px;
        line-height: 18px;
        background: rgba(22, 24, 35, 0.03);
        border-radius: 2px;
        border: none;
        text-align: center; }
      @media (max-width: 991px) {
        .tiktok-header .header-content .search-wrapper {
          display: none; } }
  .tiktok-header.transparent {
    background: transparent;
    box-shadow: none;
    border-bottom: none; }
  .tiktok-header.transparent_with_border {
    background: transparent;
    box-shadow: none; }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.tiktok-header .menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0; }
  .tiktok-header .menu-wrapper > .menu-item + .menu-item,
  .tiktok-header .menu-wrapper .hamburger-item {
    margin-left: 32px;
    margin-right: 12px; }
    .is-rtl .tiktok-header .menu-wrapper > .menu-item + .menu-item, .is-rtl
    .tiktok-header .menu-wrapper .hamburger-item {
      direction: rtl;
      margin-left: 12px;
      margin-right: 32px; }
    .tiktok-header .menu-wrapper > .menu-item + .menu-item.is-rtl,
    .tiktok-header .menu-wrapper .hamburger-item.is-rtl {
      direction: rtl;
      margin-left: 12px;
      margin-right: 32px; }
  @media (max-width: 991px) {
    .tiktok-header .menu-wrapper > .menu-item:not(.visible) {
      display: none; }
    .tiktok-header .menu-wrapper > .menu-item + .menu-item {
      margin-left: 16px; }
      .is-rtl .tiktok-header .menu-wrapper > .menu-item + .menu-item {
        direction: rtl;
        margin-left: 0;
        margin-right: 16px; }
      .tiktok-header .menu-wrapper > .menu-item + .menu-item.is-rtl {
        direction: rtl;
        margin-left: 0;
        margin-right: 16px; } }
  .tiktok-header .menu-wrapper .menu-item-link {
    font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    line-height: 70px;
    cursor: pointer; }
    html[lang^="vi"] .tiktok-header .menu-wrapper .menu-item-link {
      font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
    .is-rtl .tiktok-header .menu-wrapper .menu-item-link {
      direction: rtl; }
    .tiktok-header .menu-wrapper .menu-item-link.is-rtl {
      direction: rtl; }
    .tiktok-header .menu-wrapper .menu-item-link a {
      display: inline-block;
      height: 70px;
      line-height: 70px;
      text-decoration: none;
      background-color: transparent;
      color: #000;
      position: relative; }
      .tiktok-header .menu-wrapper .menu-item-link a::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 20px;
        background-color: #fe2c55;
        opacity: 0;
        transition: opacity .3s ease-in-out; }
      .tiktok-header .menu-wrapper .menu-item-link a.active {
        /* color: $active-color; */ }
        .tiktok-header .menu-wrapper .menu-item-link a.active::after {
          opacity: 1; }
    .tiktok-header .menu-wrapper .menu-item-link:hover a {
      /* color: $active-color; */ }
      .tiktok-header .menu-wrapper .menu-item-link:hover a::after {
        opacity: 1; }
  .tiktok-header .menu-wrapper .watch-now {
    background: #fe2c55;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    min-width: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 2px; }
    .tiktok-header .menu-wrapper .watch-now a {
      font-family: "proxima-semibold", PingFangSC, sans-serif;
      font-weight: 600;
      color: #fff;
      margin-left: 5px;
      font-size: 16px;
      line-height: 44px;
      height: 44px; }
      html[lang^="vi"] .tiktok-header .menu-wrapper .watch-now a {
        font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
    @media (max-width: 991px) {
      .tiktok-header .menu-wrapper .watch-now {
        height: 28px; }
        .tiktok-header .menu-wrapper .watch-now img {
          display: none; }
        .tiktok-header .menu-wrapper .watch-now a {
          margin: 0;
          font-size: 14px;
          line-height: 28px;
          height: 28px; } }
    .tiktok-header .menu-wrapper .watch-now:hover a::after {
      display: none; }
  .tiktok-header .menu-wrapper.menu-center .menu-item-link {
    font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
    color: rgba(18, 18, 18, 0.75);
    transition: all .3s ease-in-out; }
    html[lang^="vi"] .tiktok-header .menu-wrapper.menu-center .menu-item-link {
      font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
    .is-rtl .tiktok-header .menu-wrapper.menu-center .menu-item-link {
      direction: rtl; }
    .tiktok-header .menu-wrapper.menu-center .menu-item-link.is-rtl {
      direction: rtl; }
    .tiktok-header .menu-wrapper.menu-center .menu-item-link a,
    .tiktok-header .menu-wrapper.menu-center .menu-item-link div {
      text-decoration: none;
      background-color: transparent;
      position: relative;
      display: inline-block;
      height: 70px;
      color: inherit; }
      .tiktok-header .menu-wrapper.menu-center .menu-item-link a::after,
      .tiktok-header .menu-wrapper.menu-center .menu-item-link div::after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        bottom: 13px;
        background-color: #fe2c55;
        opacity: 0;
        transition: opacity .3s ease-in-out; }
    .tiktok-header .menu-wrapper.menu-center .menu-item-link:hover {
      color: #121212;
      font-size: 24px; }
      .tiktok-header .menu-wrapper.menu-center .menu-item-link:hover a {
        /* color: $active-color; */ }
        .tiktok-header .menu-wrapper.menu-center .menu-item-link:hover a::after {
          opacity: 1; }

.tiktok-header.transparent .menu-wrapper .menu-item-link a, .tiktok-header.transparent_with_border .menu-wrapper .menu-item-link a {
  color: #fff; }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.download-container {
  padding: 29px 26px 48px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  border-bottom: 1px solid #979797;
  transition: all .3s cubic-bezier; }
  .is-rtl .download-container {
    direction: rtl; }
  .download-container.is-rtl {
    direction: rtl; }
  .download-container .download-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .download-container .download-content h2 {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 16px; }
      html[lang^="vi"] .download-container .download-content h2 {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .is-rtl .download-container .download-content h2 {
        direction: rtl; }
      .download-container .download-content h2.is-rtl {
        direction: rtl; }
    .download-container .download-content span {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 16px; }
      html[lang^="vi"] .download-container .download-content span {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .is-rtl .download-container .download-content span {
        direction: rtl; }
      .download-container .download-content span.is-rtl {
        direction: rtl; }
    .download-container .download-content .download-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .is-rtl .download-container .download-content .download-wrapper {
        direction: rtl; }
      .download-container .download-content .download-wrapper.is-rtl {
        direction: rtl; }
      .download-container .download-content .download-wrapper a {
        margin: 0 4px;
        cursor: pointer; }
      .download-container .download-content .download-wrapper img {
        width: 148px;
        display: block;
        margin: 0 15px; }
  .download-container.card {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 312px;
    padding: 48px 0;
    border-bottom: 0; }
    .download-container.card .download-wrapper:not(form) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .download-container.card .download-wrapper:not(form) a {
        margin: 16px 0 0; }
    .download-container.card h2 {
      width: 100%;
      font-size: 17px;
      color: #161823;
      line-height: 20px;
      margin-bottom: 18px;
      font-family: "proxima-semibold"; }

@media (max-width: 991px) {
  .download-container {
    padding: 48px 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .download-container .download-content.download-sms {
      display: none; }
    .download-container .download-content h2 {
      margin-bottom: 20px; }
    .download-container .download-content span {
      margin-bottom: 20px; }
    .download-container .download-content .download-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; }
      .download-container .download-content .download-wrapper img {
        margin: 5px 0; } }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.language-selection {
  font-family: "proxima-regular", PingFangSC, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  width: 172px;
  height: 36px;
  border: 1px solid #8a8b91;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  text-align: left; }
  html[lang^="vi"] .language-selection {
    font-family: "IBM Plex Sans", "Proxima Nova", PingFangSC, sans-serif; }
  .language-selection::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
    background: url(//sf16-scmcdn-sg.ibytedtos.com/obj/static-sg/atsx-fe/tiktok/36e5f392fd8311ff9e4bb5d294075b33.svg) center no-repeat;
    background-size: contain; }
  .language-selection .language-selection-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    color: #000; }

@media (max-width: 991px) {
  .language-selection {
    text-align: left; } }

.tiktok-btn-h5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: ProximaNova,system-ui;
  min-width: 88px;
  min-height: 28px;
  padding: 4.5px 8px;
  background-color: #fff;
  border: 1px solid rgba(22, 24, 35, 0.12);
  color: #161823;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; }

.tiktok-btn-h5:focus {
  outline: none; }

.tiktok-btn-h5-primary {
  background-color: #fe2c55;
  color: #fff;
  border: none; }

.tiktok-btn-h5-tiny {
  min-width: 74px;
  min-height: 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px; }

.tiktok-btn-h5-small {
  min-width: 88px;
  min-height: 28px; }

.tiktok-btn-h5-medium {
  min-width: 144px;
  min-height: 35px; }

.tiktok-btn-h5-large {
  min-width: 343px;
  min-height: 44px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600; }

.tiktok-btn-h5-disabled {
  opacity: .5;
  background-color: #fff;
  color: rgba(22, 24, 35, 0.34); }

.tiktok-btn-h5-disabled.tiktok-btn-h5-primary {
  opacity: 1;
  background-color: rgba(22, 24, 35, 0.06); }

.tiktok-avatar {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  border-radius: 50%; }

.tiktok-avatar-bgc {
  background-color: rgba(135, 135, 135, 0.5); }

.tiktok-avatar-bgc.empty {
  background-color: rgba(18, 18, 18, 0.03); }

.tiktok-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.tiktok-avatar-square {
  border-radius: 0; }

.tiktok-avatar svg {
  width: 100%;
  height: 100%; }

.tiktok-btn-pc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: SofiaPro,system-ui;
  min-width: 88px;
  min-height: 28px;
  padding: 6px 8px;
  background-color: #fff;
  border: 1px solid rgba(22, 24, 35, 0.12);
  color: #161823;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600; }

.tiktok-btn-pc svg {
  margin-right: 7.5px; }

.tiktok-btn-pc:focus {
  outline: none; }

.tiktok-btn-pc-primary {
  background-color: #fe2c55;
  color: #fff;
  border: none; }

.tiktok-btn-pc-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #fe2c55; }

.tiktok-btn-pc-primary:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #fe2c55; }

.tiktok-btn-pc-line {
  background: transparent;
  border: 1px solid #fe2c55;
  color: #fe2c55; }

.tiktok-btn-pc-line:hover {
  background: rgba(22, 24, 35, 0.03); }

.tiktok-btn-pc-line:active {
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-round {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 52px;
  background: rgba(84, 84, 84, 0.92); }

.tiktok-btn-pc-tiny {
  min-width: 96px;
  font-size: 14px;
  line-height: 17px; }

.tiktok-btn-pc-small, .tiktok-btn-pc-tiny {
  min-height: 28px;
  font-family: ProximaNova;
  font-weight: 600; }

.tiktok-btn-pc-small {
  min-width: 106px;
  font-size: 16px;
  line-height: 22px; }

.tiktok-btn-pc-medium {
  min-width: 164px;
  min-height: 36px; }

.tiktok-btn-pc-large {
  min-width: 168px;
  min-height: 48px; }

.tiktok-btn-pc-disabled {
  cursor: not-allowed;
  opacity: .5;
  background: #fff;
  color: rgba(22, 24, 35, 0.34); }

.tiktok-btn-pc-disabled:hover {
  background: #fff; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-primary {
  opacity: 1;
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-disabled.tiktok-btn-pc-primary:hover {
  background: rgba(22, 24, 35, 0.06); }

.tiktok-btn-pc-disabled.tiktok-btn-pc-round {
  opacity: .34;
  background: transparent;
  color: rgba(22, 24, 35, 0.34);
  border: 1px solid; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-round:hover {
  background: transparent; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-line {
  opacity: .34;
  background: transparent;
  color: rgba(22, 24, 35, 0.34);
  border: 1px solid; }

.tiktok-btn-pc-disabled.tiktok-btn-pc-line:hover {
  background: transparent; }

.tiktok-ui-loading {
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0; }

.tiktok-ui-loading-container {
  overflow: hidden; }

.tiktok-ui-loading-green {
  fill: #3af2ff;
  stroke-width: 0;
  r: 36px;
  cx: 40px;
  cy: 44px;
  -webkit-animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-red {
  fill: #fe2c55;
  stroke-width: 0;
  r: 36px;
  cx: 120px;
  cy: 44px;
  -webkit-animation: tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-red 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-black-circle {
  fill: #0f0f0f;
  stroke-width: 0;
  stroke: #fff;
  r: 36px;
  cx: 40px;
  cy: 44px;
  -webkit-animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite;
          animation: tiktok-green 1s cubic-bezier(0.05, 0, 1, 1) infinite; }

.tiktok-ui-loading-black {
  fill: #000; }

@keyframes tiktok-green {
  25% {
    cx: 80px;
    r: 43.2px; }
  50% {
    cx: 120px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 21.6px; }
  to {
    cx: 40px;
    r: 36px; } }

@keyframes tiktok-red {
  25% {
    cx: 80px;
    r: 24px; }
  50% {
    cx: 40px;
    r: 36px; }
  75% {
    cx: 80px;
    r: 43.2px; }
  to {
    cx: 120px;
    r: 36px; } }

.is-center {
  margin: 6px auto; }

.tiktok-loading-ring {
  display: -ms-flexbox;
  display: flex; }

.tiktok-loading-ring svg {
  -webkit-animation: lds-ring 1s linear infinite;
          animation: lds-ring 1s linear infinite;
  margin: 0 !important; }

.tiktok-loading-ring-center {
  margin: 0 auto; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.tiktok-tooltip {
  font-family: ProximaNova,system-ui;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible; }

.tiktok-tooltip-placement-rightTop .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  top: 25%; }

.tiktok-tooltip-placement-right .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  top: 50%;
  margin-top: -5px; }

.tiktok-tooltip-placement-rightBottom .tiktok-tooltip-arrow {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  left: -22px;
  bottom: 25%;
  margin-top: 5px; }

.tiktok-tooltip-placement-leftTop .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  top: 25%; }

.tiktok-tooltip-placement-left .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  top: 50%;
  margin-top: -5px; }

.tiktok-tooltip-placement-leftBottom .tiktok-tooltip-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  right: -22px;
  bottom: 25%;
  margin-top: 5px; }

.tiktok-tooltip-placement-topLeft .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  left: 25%;
  margin-left: -18px; }

.tiktok-tooltip-placement-top .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  left: 50%;
  margin-left: -18px; }

.tiktok-tooltip-placement-topRight .tiktok-tooltip-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  bottom: -8px;
  right: 25%;
  margin-right: -18px; }

.tiktok-tooltip-placement-bottomLeft .tiktok-tooltip-arrow {
  top: -8px;
  left: 25%;
  margin-left: -18px; }

.tiktok-tooltip-placement-bottom .tiktok-tooltip-arrow {
  top: -8px;
  left: 50%;
  margin-left: -18px; }

.tiktok-tooltip-placement-bottomRight .tiktok-tooltip-arrow {
  top: -8px;
  right: 25%;
  margin-right: -18px; }

.tiktok-tooltip.withPadding .tiktok-tooltip-inner {
  padding: 8px !important; }

.tiktok-tooltip.white .tiktok-tooltip-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA4TDYuNjg2MjkgOEM4LjgwODAyIDggMTAuODQyOSA3LjE1NzE0IDEyLjM0MzEgNS42NTY4NUwxNy4yOTI5IDAuNzA3MTA2QzE3LjY4MzQgMC4zMTY1ODIgMTguMzE2NiAwLjMxNjU4MiAxOC43MDcxIDAuNzA3MTA3TDIzLjY1NjkgNS42NTY4NkMyNS4xNTcxIDcuMTU3MTUgMjcuMTkyIDggMjkuMzEzNyA4TDM2IDhMMCA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+); }

.tiktok-tooltip.white .tiktok-tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 0; }

.tiktok-tooltip-arrow {
  position: absolute;
  width: 36px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDM2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhoNi42ODZhOCA4IDAgMCAwIDUuNjU3LTIuMzQzbDQuOTUtNC45NWExIDEgMCAwIDEgMS40MTQgMGw0Ljk1IDQuOTVBOCA4IDAgMCAwIDI5LjMxNCA4SDM2IDB6IiBmaWxsPSIjNTQ1NDU0IiBmaWxsLW9wYWNpdHk9Ii45MiIvPjwvc3ZnPg==); }

.tiktok-tooltip-inner {
  padding: 7.5px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(84, 84, 84, 0.92);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px; }

.tiktok-tooltip-hidden {
  display: none; }

.tiktok-toast {
  font-family: ProximaNova,system-ui;
  position: fixed;
  top: 16px;
  left: 0;
  color: #fff;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; }

.tiktok-toast-padding-content {
  width: calc(100vw - 40px);
  margin: 0 auto; }

.tiktok-toast-full-content {
  width: 100vw;
  border-radius: 0; }

.tiktok-toast-notice {
  padding: 8px 0;
  text-align: center; }

.tiktok-toast-notice:first-child {
  margin-top: -8px; }

.tiktok-toast-notice-content {
  background-color: rgba(84, 84, 84, 0.92);
  display: inline-block;
  padding: 10px 8px;
  pointer-events: all;
  max-width: 100%;
  border-radius: 2px; }

.tiktok-toast-notice.move-up-enter {
  opacity: 0; }

.tiktok-toast-notice.move-up-enter.move-up-enter-active {
  -webkit-animation-name: MessageMoveIn;
          animation-name: MessageMoveIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

.tiktok-toast-notice.move-up-leave.move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

@keyframes MessageMoveOut {
  0% {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; }
  to {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; } }

@keyframes MessageMoveIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0; }
  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1; } }

.tiktok-header p,
.tiktok-header h1,
.tiktok-header h2,
.tiktok-header h3,
.tiktok-header h4,
.tiktok-header h5,
.tiktok-footer p,
.tiktok-footer h1,
.tiktok-footer h2,
.tiktok-footer h3,
.tiktok-footer h4,
.tiktok-footer h5 {
  margin: 0; }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.tiktok-footer {
  width: 100%;
  color: #fff;
  background: #000;
  padding-bottom: 24px;
  position: relative; }
  .tiktok-footer .footer-content-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 40px 0 0 378px;
    text-align: left; }
    .is-rtl .tiktok-footer .footer-content-wrapper {
      direction: rtl;
      padding-left: 0;
      padding-right: 378px; }
    .tiktok-footer .footer-content-wrapper.is-rtl {
      direction: rtl;
      padding-left: 0;
      padding-right: 378px; }
    .tiktok-footer .footer-content-wrapper .tiktok-logo {
      display: block;
      position: absolute;
      left: 144px;
      top: 43px; }
      .is-rtl .tiktok-footer .footer-content-wrapper .tiktok-logo {
        direction: rtl;
        left: auto;
        right: 144px; }
      .tiktok-footer .footer-content-wrapper .tiktok-logo.is-rtl {
        direction: rtl;
        left: auto;
        right: 144px; }
      .tiktok-footer .footer-content-wrapper .tiktok-logo strong {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0; }
    .tiktok-footer .footer-content-wrapper .footer-content-column {
      -ms-flex: 1 1 0%;
          flex: 1 1;
      max-width: 226px;
      padding-right: 8px;
      color: #fff; }
      .tiktok-footer .footer-content-wrapper .footer-content-column h2 {
        font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        font-family: "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 700;
        color: #fff; }
        html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column h2 {
          font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
        html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column h2 {
          font-family: "IBM Plex Sans", "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif; }
        .is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h2 {
          direction: rtl; }
        .tiktok-footer .footer-content-wrapper .footer-content-column h2.is-rtl {
          direction: rtl; }
      .tiktok-footer .footer-content-wrapper .footer-content-column h4 {
        font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        font-family: "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 700;
        color: #fff; }
        html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column h4 {
          font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
        html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column h4 {
          font-family: "IBM Plex Sans", "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif; }
        .is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h4 {
          direction: rtl; }
        .tiktok-footer .footer-content-wrapper .footer-content-column h4.is-rtl {
          direction: rtl; }
      .tiktok-footer .footer-content-wrapper .footer-content-column h3 {
        font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px; }
        html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column h3 {
          font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
        .is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column h3 {
          direction: rtl; }
        .tiktok-footer .footer-content-wrapper .footer-content-column h3.is-rtl {
          direction: rtl; }
        .tiktok-footer .footer-content-wrapper .footer-content-column h3 a {
          color: #ccc; }
      .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column {
        display: block;
        text-decoration: none;
        position: relative; }
        .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5 {
          color: #ccc;
          display: inline;
          font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 28px;
          position: relative; }
          html[lang^="vi"] .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5 {
            font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
          .is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5 {
            direction: rtl; }
          .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5.is-rtl {
            direction: rtl; }
          .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after {
            content: "";
            display: block;
            position: absolute;
            bottom: -5px;
            width: 100%;
            height: 2px;
            background: #ccc;
            left: 0; }
            .is-rtl .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after {
              direction: rtl;
              right: 0; }
            .tiktok-footer .footer-content-wrapper .footer-content-column .item-sub-column h5:hover::after.is-rtl {
              direction: rtl;
              right: 0; }
  .tiktok-footer .footer-bottom-wrapper {
    padding: 0 144px;
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .is-rtl .tiktok-footer .footer-bottom-wrapper {
      direction: rtl; }
    .tiktok-footer .footer-bottom-wrapper.is-rtl {
      direction: rtl; }
    .tiktok-footer .footer-bottom-wrapper .copyright {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 28px;
      line-height: 24px;
      color: #8a8b91; }
      html[lang^="vi"] .tiktok-footer .footer-bottom-wrapper .copyright {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }

@media (max-width: 991px) {
  .footer-container {
    padding-bottom: 80px;
    text-align: center; }
    .footer-container .footer-content-wrapper {
      padding: 40px 0 0;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .is-rtl .footer-container .footer-content-wrapper {
        direction: rtl;
        padding-right: 0; }
      .footer-container .footer-content-wrapper.is-rtl {
        direction: rtl;
        padding-right: 0; }
      .footer-container .footer-content-wrapper .tiktok-logo {
        position: relative;
        left: 0;
        top: 0;
        display: block; }
        .is-rtl .footer-container .footer-content-wrapper .tiktok-logo {
          direction: rtl;
          right: 0;
          left: 0; }
        .footer-container .footer-content-wrapper .tiktok-logo.is-rtl {
          direction: rtl;
          right: 0;
          left: 0; }
      .footer-container .footer-content-wrapper .footer-content-column {
        -ms-flex: auto;
            flex: auto;
        padding: 0;
        margin-top: 32px;
        text-align: center; }
    .footer-container .footer-bottom-wrapper {
      padding: 0;
      margin-top: 72px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .footer-container .footer-bottom-wrapper .copyright {
        margin-top: 20px; } }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.upload-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  .upload-wrapper:hover .upload-menu,
  .upload-wrapper:hover .login-menu {
    display: -ms-flexbox;
    display: flex; }
  .upload-wrapper .upload-menu,
  .upload-wrapper .login-menu {
    position: absolute;
    right: 0;
    -ms-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
    background: #fff;
    position: absolute;
    min-width: 70px;
    max-width: 140px;
    word-wrap: none;
    white-space: nowrap;
    word-break: keep-all;
    padding: 6px 10px;
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: end;
        align-items: flex-end;
    border-radius: 10px;
    box-shadow: 2px 4px 20px rgba(34, 90, 89, 0.2); }
    .upload-wrapper .upload-menu::before,
    .upload-wrapper .login-menu::before {
      content: "";
      display: block;
      height: 0;
      width: 0;
      border: 11px solid rgba(0, 0, 0, 0);
      border-bottom: 11px solid #fff;
      position: absolute;
      top: -22px;
      right: 10px;
      opacity: 1; }
    .upload-wrapper .upload-menu .menu-item,
    .upload-wrapper .login-menu .menu-item {
      height: 30px;
      font-size: 14px;
      line-height: 28px;
      padding: 2px;
      position: relative; }
      .upload-wrapper .upload-menu .menu-item a,
      .upload-wrapper .login-menu .menu-item a {
        text-decoration: none;
        width: 32px;
        height: 32px;
        color: #000;
        font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 500; }
        html[lang^="vi"] .upload-wrapper .upload-menu .menu-item a, html[lang^="vi"]
        .upload-wrapper .login-menu .menu-item a {
          font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
        .upload-wrapper .upload-menu .menu-item a::after,
        .upload-wrapper .login-menu .menu-item a::after {
          display: none !important; }
      .upload-wrapper .upload-menu .menu-item span,
      .upload-wrapper .login-menu .menu-item span {
        color: #fff;
        font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
        font-weight: 500; }
        html[lang^="vi"] .upload-wrapper .upload-menu .menu-item span, html[lang^="vi"]
        .upload-wrapper .login-menu .menu-item span {
          font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .upload-wrapper .upload-menu .menu-item:hover a,
      .upload-wrapper .login-menu .menu-item:hover a {
        color: #fe2c55; }
  .upload-wrapper .dark {
    background: rgba(84, 84, 84, 0.92);
    -ms-transform: translate(15px, 20px);
        transform: translate(15px, 20px);
    -ms-flex-align: center;
        align-items: center; }
    .upload-wrapper .dark::before {
      border-bottom: 11px solid rgba(84, 84, 84, 0.92);
      right: 16px; }
  .upload-wrapper .ar-wrapper {
    -ms-transform: translate(50px, 40px);
        transform: translate(50px, 40px); }
    .upload-wrapper .ar-wrapper::before {
      right: 50px; }
  .upload-wrapper .ar-wrapper-upload {
    -ms-transform: translate(55px, 40px);
        transform: translate(55px, 40px); }
    .upload-wrapper .ar-wrapper-upload::before {
      right: 55px; }

.tiktok-footer .logo-container {
  direction: ltr; }
  .tiktok-footer .logo-container img {
    vertical-align: baseline; }
  .tiktok-footer .logo-container .logo-icon {
    width: 33px; }
  .tiktok-footer .logo-container .logo-text {
    width: 120px;
    height: 27px;
    margin-left: 6px;
    position: relative;
    top: -2px; }
  .is-rtl .tiktok-footer .logo-container {
    direction: rtl; }
  .tiktok-footer .logo-container.is-rtl {
    direction: rtl; }

.tiktok-header .logo-container {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  @media (max-width: 991px) {
    .tiktok-header .logo-container {
      margin: 0; } }
  .tiktok-header .logo-container strong {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    color: #fff; }
  .tiktok-header .logo-container .logo-link {
    position: relative;
    top: -2px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 0;
    box-sizing: border-box; }
    .is-rtl .tiktok-header .logo-container .logo-link {
      direction: rtl; }
    .tiktok-header .logo-container .logo-link.is-rtl {
      direction: rtl; }
  .tiktok-header .logo-container img {
    vertical-align: baseline; }
  .tiktok-header .logo-container .logo-polyfill {
    height: 42px;
    display: block;
    margin-left: -16px; }
  .tiktok-header .logo-container .logo-sub {
    margin-left: 7px;
    height: 22px;
    position: relative;
    top: -2px; }
  .tiktok-header .logo-container .logo-icon {
    width: 28px; }
  .tiktok-header .logo-container .logo-text {
    width: 97px;
    height: 22px;
    margin-left: 4px;
    position: relative;
    top: -2px; }
  .tiktok-header .logo-container.transparent .logo-icon {
    background-image: url(//sf16-scmcdn-sg.ibytedtos.com/obj/static-sg/atsx-fe/tiktok/e71fb7b377564652652bd8a63fb31bbc.svg); }
  .tiktok-header .logo-container.transparent .logo-text {
    background-image: url(//sf16-scmcdn-sg.ibytedtos.com/obj/static-sg/atsx-fe/tiktok/485b4f02734a20c28f3dc9ecc76d0f0f.svg); }

.tiktok-header .hamburger-menu {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 99; }
  .tiktok-header .hamburger-menu .hamburger-menu-wrapper {
    height: 200%;
    box-sizing: border-box;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 24px 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: top;
        transform-origin: top; }
    .is-rtl .tiktok-header .hamburger-menu .hamburger-menu-wrapper {
      direction: rtl;
      -ms-transform-origin: top;
          transform-origin: top; }
    .tiktok-header .hamburger-menu .hamburger-menu-wrapper.is-rtl {
      direction: rtl;
      -ms-transform-origin: top;
          transform-origin: top; }
    .tiktok-header .hamburger-menu .hamburger-menu-wrapper span {
      transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
      box-sizing: border-box;
      height: 3px;
      border-radius: 4px;
      background-color: #000; }
  .tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(1) {
    -ms-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg); }
  .tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(2) {
    opacity: 0; }
  .tiktok-header .hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(3) {
    -ms-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg); }

.tiktok-header.transparent .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper, .tiktok-header.transparent_with_border .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper {
  background: transparent; }
  .tiktok-header.transparent .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper span, .tiktok-header.transparent_with_border .hamburger-menu:not(.hamburger-menu-active) .hamburger-menu-wrapper span {
    background: #fff; }

@media (max-width: 991px) {
  .hamburger-menu-active {
    display: none !important; } }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.tiktok-header .drawer-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 300ms; }
  .tiktok-header .drawer-mask.drawer-mask-enter {
    opacity: 1; }

.tiktok-header .drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 312px;
  padding: 21px 27px;
  text-align: center;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  line-height: 32px;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform 300ms;
  border-top: 70px solid #fff; }
  .tiktok-header .drawer-content::-webkit-scrollbar {
    display: none; }
  .tiktok-header .drawer-content.drawer-content-enter {
    -ms-transform: translateX(0) !important;
        transform: translateX(0) !important; }
  .is-rtl .tiktok-header .drawer-content {
    direction: rtl;
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .tiktok-header .drawer-content.is-rtl {
    direction: rtl;
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .tiktok-header .drawer-content .drawer-icon {
    width: 100%;
    height: 52px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 44px;
    position: relative; }
    .tiktok-header .drawer-content .drawer-icon .logo-icon {
      width: 38px; }
    .tiktok-header .drawer-content .drawer-icon .logo-text {
      width: 120px;
      -ms-transform: translateY(4px);
          transform: translateY(4px);
      margin-left: 4px; }
    .is-rtl .tiktok-header .drawer-content .drawer-icon {
      direction: rtl; }
      .is-rtl .tiktok-header .drawer-content .drawer-icon .logo-text {
        margin-right: 8px; }
    .tiktok-header .drawer-content .drawer-icon.is-rtl {
      direction: rtl; }
      .tiktok-header .drawer-content .drawer-icon.is-rtl .logo-text {
        margin-right: 8px; }
    .tiktok-header .drawer-content .drawer-icon strong {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      color: #fff; }
  .tiktok-header .drawer-content h2 {
    font-size: 14px;
    color: rgba(22, 24, 35, 0.4);
    text-align: left; }
  .tiktok-header .drawer-content h4 {
    font-size: 14px;
    color: rgba(22, 24, 35, 0.4);
    text-align: left; }
  .tiktok-header .drawer-content h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left; }
  .tiktok-header .drawer-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: left; }
  .is-rtl .tiktok-header .drawer-content {
    direction: rtl; }
    .is-rtl .tiktok-header .drawer-content h2,
    .is-rtl .tiktok-header .drawer-content h3,
    .is-rtl .tiktok-header .drawer-content h4,
    .is-rtl .tiktok-header .drawer-content span,
    .is-rtl .tiktok-header .drawer-content .item-sub-column {
      text-align: right; }
  .tiktok-header .drawer-content.is-rtl {
    direction: rtl; }
    .tiktok-header .drawer-content.is-rtl h2,
    .tiktok-header .drawer-content.is-rtl h3,
    .tiktok-header .drawer-content.is-rtl h4,
    .tiktok-header .drawer-content.is-rtl span,
    .tiktok-header .drawer-content.is-rtl .item-sub-column {
      text-align: right; }
  .tiktok-header .drawer-content .to-other {
    font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 500; }
    html[lang^="vi"] .tiktok-header .drawer-content .to-other {
      font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
    .tiktok-header .drawer-content .to-other a {
      text-decoration: none;
      background-color: transparent;
      color: #000;
      position: relative;
      font-size: 16px; }
      .tiktok-header .drawer-content .to-other a:hover::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #fe2c55;
        bottom: -5px; }
    .tiktok-header .drawer-content .to-other.active a::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fe2c55;
      bottom: -5px; }
    .tiktok-header .drawer-content .to-other.active h5::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fe2c55;
      bottom: -5px; }
  .tiktok-header .drawer-content h2:not(.to-other) {
    font-family: "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 700; }
    html[lang^="vi"] .tiktok-header .drawer-content h2:not(.to-other) {
      font-family: "IBM Plex Sans", "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif; }
    .is-rtl .tiktok-header .drawer-content h2:not(.to-other) {
      direction: rtl; }
    .tiktok-header .drawer-content h2:not(.to-other).is-rtl {
      direction: rtl; }
  .tiktok-header .drawer-content h4:not(.to-other) {
    font-family: "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 700; }
    html[lang^="vi"] .tiktok-header .drawer-content h4:not(.to-other) {
      font-family: "IBM Plex Sans", "sofiapro-bold", "Sofia Pro", PingFangSC, sans-serif; }
    .is-rtl .tiktok-header .drawer-content h4:not(.to-other) {
      direction: rtl; }
    .tiktok-header .drawer-content h4:not(.to-other).is-rtl {
      direction: rtl; }
  .tiktok-header .drawer-content h3 {
    font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
    font-weight: 500; }
    html[lang^="vi"] .tiktok-header .drawer-content h3 {
      font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
    .is-rtl .tiktok-header .drawer-content h3 {
      direction: rtl; }
    .tiktok-header .drawer-content h3.is-rtl {
      direction: rtl; }
    .tiktok-header .drawer-content h3 a {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 500;
      text-decoration: none;
      background-color: transparent;
      color: #000;
      position: relative; }
      html[lang^="vi"] .tiktok-header .drawer-content h3 a {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .tiktok-header .drawer-content h3 a.active::after, .tiktok-header .drawer-content h3 a:hover::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 2px;
        background: #fe2c55;
        left: 0; }
  .tiktok-header .drawer-content .item-sub-column {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    background-color: transparent; }
    .tiktok-header .drawer-content .item-sub-column h5 {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 500;
      display: inline;
      font-size: 16px;
      text-decoration: none;
      background-color: transparent;
      color: #000;
      position: relative; }
      html[lang^="vi"] .tiktok-header .drawer-content .item-sub-column h5 {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .tiktok-header .drawer-content .item-sub-column h5.active::after, .tiktok-header .drawer-content .item-sub-column h5:hover::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 2px;
        background: #fe2c55;
        left: 0; }
  .tiktok-header .drawer-content .footer-content-column {
    margin-top: 32px; }
  .tiktok-header .drawer-content .language-selection {
    margin-top: 72px; }
  @media (max-width: 991px) {
    .tiktok-header .drawer-content {
      width: 80%;
      padding: 59px 27px;
      border: none; }
      .tiktok-header .drawer-content h2 {
        line-height: 32px;
        font-size: 14px; }
      .tiktok-header .drawer-content h3 {
        line-height: 45px; }
      .tiktok-header .drawer-content a {
        line-height: 45px; }
      .tiktok-header .drawer-content .to-other {
        line-height: 45px;
        font-size: 16px; } }

.tiktok-header .drawer-enter.drawer-mask {
  opacity: 0; }

.tiktok-header .drawer-enter.drawer-content {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }
  .is-rtl .tiktok-header .drawer-enter.drawer-content {
    direction: rtl;
    -ms-transform: translateX(0) !important;
        transform: translateX(0) !important; }
  .tiktok-header .drawer-enter.drawer-content.is-rtl {
    direction: rtl;
    -ms-transform: translateX(0) !important;
        transform: translateX(0) !important; }

.tiktok-header .drawer-enter-active.drawer-mask {
  transition: opacity .3s;
  opacity: 1; }

.tiktok-header .drawer-enter-active.drawer-content {
  transition: transform .3s; }

.tiktok-header .drawer-exit.drawer-mask {
  opacity: 1; }

.tiktok-header .drawer-exit.drawer-content {
  -ms-transform: none;
      transform: none; }

.tiktok-header .drawer-exit-active.drawer-mask {
  transition: opacity .3s;
  opacity: 0; }

.tiktok-header .drawer-exit-active.drawer-content {
  transition: transform .3s;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
  .is-rtl .tiktok-header .drawer-exit-active.drawer-content {
    direction: rtl;
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .tiktok-header .drawer-exit-active.drawer-content.is-rtl {
    direction: rtl;
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

@font-face {
  font-family: "sofiapro-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "proxima-regular";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-semibold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
  font-display: swap; }

@font-face {
  font-family: "proxima-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-bold.otf");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-bold";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "sofiapro-medium";
  src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
  font-display: swap; }

.tiktok-header-profile {
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  margin-left: 24px;
  margin-right: 12px;
  position: relative;
  cursor: pointer; }
  .is-rtl .tiktok-header-profile {
    direction: rtl;
    margin-left: 12px;
    margin-right: 24px; }
  .tiktok-header-profile.is-rtl {
    direction: rtl;
    margin-left: 12px;
    margin-right: 24px; }
  .tiktok-header-profile .profile-actions {
    list-style: none;
    padding: 18px 16px 20px;
    margin: 0;
    text-align: right; }
    .tiktok-header-profile .profile-actions li {
      font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      color: #121212; }
      html[lang^="vi"] .tiktok-header-profile .profile-actions li {
        font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
      .tiktok-header-profile .profile-actions li + li {
        margin-top: 23px; }
      .tiktok-header-profile .profile-actions li.logout {
        position: relative; }
        .tiktok-header-profile .profile-actions li.logout::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          -ms-transform: scaleY(0.5);
              transform: scaleY(0.5);
          border-top: 1px solid rgba(18, 18, 18, 0.12);
          top: 0;
          top: -11px; }
      .tiktok-header-profile .profile-actions li a,
      .tiktok-header-profile .profile-actions li a:link,
      .tiktok-header-profile .profile-actions li a:active {
        color: #121212;
        text-decoration: none; }
      .tiktok-header-profile .profile-actions li a:hover {
        color: #fe2c55; }

a.tiktok-header-login {
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fe2c55;
  color: #fff;
  font-family: "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  -ms-flex: 0 0 164px;
      flex: 0 0 164px;
  width: 164px;
  display: block;
  margin-left: 35px;
  box-sizing: border-box;
  text-decoration: none; }
  @media (min-width: 992px) {
    a.tiktok-header-login:hover {
      background-color: #ff7792; }
    a.tiktok-header-login:active {
      border-color: rgba(0, 0, 0, 0.3); } }
  html[lang^="vi"] a.tiktok-header-login {
    font-family: "IBM Plex Sans", "sofiapro-medium", "Sofia Pro", PingFangSC, sans-serif; }
  .is-rtl a.tiktok-header-login {
    direction: rtl;
    margin-left: 0;
    margin-right: 35px; }
  a.tiktok-header-login.is-rtl {
    direction: rtl;
    margin-left: 0;
    margin-right: 35px; }

.tiktok-header-popup {
  position: absolute;
  right: -2px;
  top: calc(100% + 12px);
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: opacity 200ms;
  opacity: 0; }
  .tiktok-header-popup::before {
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    background: url(//s16.tiktokcdn.com/tiktok/falcon/_next/static/images/top-arrow-406de2522b66e3690b7328285677b0c2.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -8px;
    right: 0; }
  .tiktok-header-popup.tiktok-header-popup-enter {
    opacity: 1; }
  .tiktok-header-popup.is-rtl {
    direction: rtl;
    left: -2px;
    right: auto; }
    .tiktok-header-popup.is-rtl::before {
      left: 0;
      right: auto; }

.tiktok-header-avatar {
  position: relative; }
  .tiktok-header-avatar .avatar-wrapper {
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: center padding-box no-repeat;
    background-size: cover; }
    .tiktok-header-avatar .avatar-wrapper.normal {
      width: 48px;
      height: 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px; }
    .tiktok-header-avatar .avatar-wrapper.round {
      border-radius: 50%; }
    @media (max-width: 991px) {
      .tiktok-header-avatar .avatar-wrapper.normal {
        width: 38px;
        height: 38px;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px; } }
  .tiktok-header-avatar .avatar-verified {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -2px;
    bottom: 0; }

@charset "UTF-8";
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon, .video-react .video-react-closed-caption, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-volume-level, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-play-control, .video-react .video-react-play-progress, .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before, .video-react .video-react-play-control:before, .video-react .video-react-big-play-button:before {
  content: "\F200";
}

.video-react-icon-play-circle-filled:before {
  content: "\F201";
}

.video-react-icon-play-circle-outline:before {
  content: "\F202";
}

.video-react-icon-pause:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before {
  content: "\F203";
}

.video-react-icon-pause-circle-filled:before {
  content: "\F204";
}

.video-react-icon-pause-circle-outline:before {
  content: "\F205";
}

.video-react-icon-stop:before {
  content: "\F206";
}

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\F207";
}

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\F208";
}

.video-react-icon-skip-previous:before {
  content: "\F209";
}

.video-react-icon-skip-next:before {
  content: "\F20A";
}

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\F20B";
}

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\F20C";
}

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\F20D";
}

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\F20E";
}

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\F20F";
}

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\F210";
}

.video-react-icon-volume-off:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "\F211";
}

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\F212";
}

.video-react-icon-volume-down:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "\F213";
}

.video-react-icon-volume-up:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "\F214";
}

.video-react-icon-fullscreen:before {
  content: "\F215";
}

.video-react-icon-fullscreen-exit:before {
  content: "\F216";
}

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "\F217";
}

.video-react-icon-hd:before {
  content: "\F218";
}

.video-react-icon-settings:before {
  content: "\F219";
}

.video-react-icon-share:before {
  content: "\F21A";
}

.video-react-icon-info:before {
  content: "\F21B";
}

.video-react-icon-info-outline:before {
  content: "\F21C";
}

.video-react-icon-close:before {
  content: "\F21D";
}

.video-react-icon-circle:before, .video-react .video-react-volume-level:before, .video-react .video-react-play-progress:before {
  content: "\F21E";
}

.video-react-icon-circle-outline:before {
  content: "\F21F";
}

.video-react-icon-circle-inner-circle:before {
  content: "\F220";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}
.video-react-menu li:focus, .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@-webkit-keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@-webkit-keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-react .video-react-closed-caption {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}
.video-react video::-webkit-media-text-track-container {
  transform: translateY(-30px);
}
