:root {
  --theme-supreme-primary: #CEA272;
  --theme-supreme-secondary: #b58a5e;
  --theme-supreme-dark: #AA825A;

  --mobile-header-height: 160px;
  --mobile-footer-height: 44px;

  --header-height: 120px;
  --footer-height: 53px;
}

.wrapper {
  max-width: 1600px !important;
  background-color: #000;
  width: 100%;
}

.supreme_title {
  color: var(--theme-supreme-primary);
  font-size: 30px;
}

.user-container {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--theme-supreme-primary);
}

.footer {
  display: flex;
  flex-direction: column;
}

.footer-primary {
  background: #303030;

  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.footer-secondary {
  background: #242424;

  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #9a9a9a;
}

.footer-legal-list {
  padding-left: 0;
  margin: unset !important;
}

.footer-legal-list li {
  display: inline;
  list-style-type: none;
}

.footer-legal-list li a {
  color: inherit;
  text-decoration: auto;
}

.footer-legal-list li a:focus,
.footer-legal-list li a:hover {
  color: #ffffff;
}

.footer-legal-list li + li:before {
  content: "|";
}

.app-download-container {
  display: flex;
  align-items: stretch;

  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;

  color: var(--theme-supreme-primary);
}

.header-logo {
  object-fit: contain;
  position: absolute;
  max-width: 197px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-redirect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 79.21px;
  padding: 0 1rem 0 3rem;

  background: #333333;
  color: #ffffff;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
}

.btn-redirect > .new {
  position:absolute;
  left:5px;
  width: 33px;
  height: 14px;
  content: url(../images/ic_new.png);
}

.btn-redirect > .arrow-right {
  width: 12px;
  height: 20px;
  margin-right: 2rem;
  content: url(../images/ic_arrow_right.png);
}

.nav-link-label-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-link-label-container .arrow-right {
  content: url(../images/ic_arrow_right_box.png) !important;
  width: 24px !important;
  height: 24px !important;
}

.nav-link.active > .nav-link-label-container .arrow-right,
.nav-link:focus > .nav-link-label-container .arrow-right,
.nav-link:hover > .nav-link-label-container .arrow-right {
  content: url(../images/ic_active_arrow_right_box.png) !important;
}

.menu-toggle {
  /* right: 1.5rem;
  transform: translate(0, -50%);
  width: 30px; */

  height: 30px;
  /* top: 10px; */
  right: 0;
  /* transform: translate(0, -50%); */
  width: 30px;
  position: relative;
}

.menu-toggle-bar.menu-toggle-bar--middle {
  width: 75%;
}

.menu-toggle-bar.menu-toggle-bar--bottom {
  width: 40%;
}

.menu-toggle,
.menu-toggle:hover {
  color: #fff;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
  width: 100%;
}

.btn-redirect:focus,
.btn-redirect:hover {
  background: #333333;
  color: #ffffff;
}

.btn-redirect-plain {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;

  text-decoration: none;
}

.btn-redirect-plain > .arrow-right {
  width: 12px;
  height: 20px;
  margin-left: 10px;
  content: url(../images/ic_arrow_right.png);
}

.btn-redirect-plain > .mobile-arrow-right {
  display: none;
}

.btn-redirect-plain:focus,
.btn-redirect-plain:hover {
  color: #ffffff;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
}

.btn-back > .arrow-left {
  width: 12px;
  height: 20px;
  margin-right: 10px;
  content: url(../images/ic_arrow_left.png);
}

.btn-back:focus,
.btn-back:hover {
  color: #ffffff;
}

.img-supreme {
  max-width: 226px;
  content: url(../images/logo_supreme.png);
}

.post-login-nav .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.post-login-nav .nav-link > img {
  margin-right: 10px;
}

.post-login-nav .nav-link.active,
.post-login-nav .nav-link:focus,
.post-login-nav .nav-link:hover {
  color: var(--theme-supreme-primary);
}

.post-login-nav .nav-link.home img {
  content: url(../images/ic_home.png);
}

.post-login-nav .nav-link.home.active img,
.post-login-nav .nav-link.home:focus img,
.post-login-nav .nav-link.home:hover img {
  content: url(../images/ic_home_active.png);
}

.post-login-nav .nav-link.ex-offer img {
  content: url(../images/ic_exclusive_offer.png);
}

.post-login-nav .nav-link.ex-offer.active img,
.post-login-nav .nav-link.ex-offer:focus img,
.post-login-nav .nav-link.ex-offer:hover img {
  content: url(../images/ic_exclusive_offer_active.png);
}

.post-login-nav .nav-link.my-account img {
  content: url(../images/ic_my_account.png);
}

.post-login-nav .nav-link.my-account.active img,
.post-login-nav .nav-link.my-account:focus img,
.post-login-nav .nav-link.my-account:hover img {
  content: url(../images/ic_my_account_active.png);
}

.color-primary {
  color: var(--theme-supreme-primary) !important;
}

.bg-primary {
  background: var(--theme-supreme-primary) !important;
}

.bg-gray {
  background: #242424;
}

.label-bill-payment {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 69.4737px;
  color: var(--theme-supreme-primary);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.usage-comment {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
}

.usage-comment > img {
  content: url(../images/ic_editor_mode_comment.png);
  width: 38px;
  height: 38px;
}

.usage-comment > span {
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translate(-50%, -31px);
  text-align: center;

  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
}

.label-highlight {
  background-color: var(--theme-supreme-primary) !important;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.border-container {
  border-width: 1px !important;
}

.form-floating > label {
  color: #212529;
}

.form-floating > .form-control {
  color: #212529;
}

.text-supreme {
  color: var(--theme-supreme-primary) !important;
}

.text-gray {
  color: #9a9a9a !important;
}

/* Chat */
.sup-to-talk-container {
  position: fixed;
  /* bottom: 5%; */
  bottom: calc(var(--footer-height) + 2%);

  right: 1%;
  z-index: 999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background-color: var(--theme-supreme-dark);
  width: 130px;
  height: 130px;
  float: right;
  margin-right: 1%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.sup-to-talk-container > .sup-to-talk-img {
  width: 76.66px;
  height: 72.63px;
  content: url(../images/ic_chat.png);
}

.sup-to-talk-container > .vip-line-img {
  width: 76.66px;
  height: 72.63px;
  content: url(../images/ic_vip_line.png);
}

.sup-to-talk-container > .pe-whatsapp-img {
  width: 75px;
  height: 75px;
  content: url(../images/ic_pe_wa.png);
}

.sup-to-talk-container > .pe-vip-line-img {
  width: 75px;
  height: 75px;
  content: url(../images/ic_pe_vip_line.png);
}

.sup-to-talk-container > .pe-call-img {
  width: 75px;
  height: 75px;
  content: url(../images/ic_pe_call.png);
}

.sup-to-talk-container > .pe-cancel-img {
  width: 75px;
  height: 75px;
  content: url(../images/ic_pe_cancel.png);
}

.sup-to-talk-container > .sup-to-talk-pe-name {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
}

.sup-to-talk-container:hover {
  transform: scale(1.1);
}

.footer .desc {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9a9a9a;
  max-width: 200px;
}

.img-app-icon {
  content: url(../images/app_icon.png);
}

.img-app-store {
  content: url(../images/img_app_store.png);
}

.img-google-play {
  content: url(../images/img_google_play.png);
}

.img-app-gallery {
  content: url(../images/img_app_gallery.png);
}

.app-download-container > .img-app-icon {
  max-width: 74px;
}

.app-download-container .app-shop-img {
  height: 30px;
}

/* Chat */
.chat-bubble {
  background-image: url("../../assets/images/img_chat_bubble_desktop.png");
  background-repeat: no-repeat, no-repeat;
  position: fixed;
  background-size: contain;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #000000;
  justify-content: center;
  align-items: center;
  display: flex;

  width: 344px;
  height: 130px;
  right: calc(3% + 130px - 15px);
  bottom: calc(2% + 130px - 15px);
  padding-bottom: 25px;

  font-size: 16px;
  line-height: 22px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 99999;
}

.btn-header-outline {
  line-height: 100%;
  border: 1px #ffffff solid;
  border-radius: 4px;
  margin-left: 1rem;
  width: 60px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Noto Sans CJK TC";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;

  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
}

.btn-header-outline:hover {
  background-color: var(--theme-supreme-primary);
  color: #000;
  border: 1px var(--theme-supreme-primary) solid;
}

.setting-container {
  padding: 2rem 2rem 2rem 3rem;
  background: #333333;
  color: #ffffff;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
}

.setting-items-container {
  padding: 1rem 0;
}

.setting-header {
  font-size: 22px;
  color: #ffffff;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 500;
}

.status-indicator {
  display: inline-flex;
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}

.status-indicator.margin-start {
  margin-left: 3rem;
}

.status-indicator.active {
  border: 1px solid #44d02d;
  color: #44d02d;
}

.status-indicator.inactive {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
}

.status-indicator.active.tc:after {
  content: "已啟動";
}

.status-indicator.inactive.tc:after {
  content: "未啟動";
}

.status-indicator.active.en:after {
  content: "Activated";
}

.status-indicator.inactive.en:after {
  content: "Not Activated";
}

#navigation-path > .arrow-right {
  width: 9px;
  height: 14px;
  margin: 0 15px;
  content: url(../images/ic_arrow_right_grey.png);
  vertical-align: initial;
}

#navigation-path > .arrow-right.nav-path-select {
  content: url(../images/ic_active_arrow_right_nav.png);
}

/* Multi-SIM */
.btn-multi-sim {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.875rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-multi-sim .label-multi-sim-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
}

.btn-multi-sim .label-multi-sim-mobile-number {
  color: var(--theme-supreme-primary);
  font-size: 22px;
  line-height: 33px;
}

.btn-multi-sim:hover,
.btn-multi-sim:focus,
.btn-multi-sim.active {
  color: #303030;
  background-color: var(--theme-supreme-primary);
  border: 1px solid transparent;
}

.btn-multi-sim:hover .label-multi-sim-title,
.btn-multi-sim:focus .label-multi-sim-title,
.btn-multi-sim.active .label-multi-sim-title {
  color: #303030;
}

.btn-multi-sim:hover .label-multi-sim-mobile-number,
.btn-multi-sim:focus .label-multi-sim-mobile-number,
.btn-multi-sim.active .label-multi-sim-mobile-number {
  color: #303030;
}

.supreme_background_dark {
  background-image: url(../images/offerpopup-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

.container-w-100 {
  width: auto;
  margin-left: auto;
}

.label-status {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1.25rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4rem;
  color: #000000;
  font-size: 1rem;

  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  opacity: 0;
}

.label-status.bottom-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.label-status.status-inuse {
  opacity: 1;
  background: #44d02d;
}

.label-status.status-active {
  opacity: 1;
  background: #ffc400;
}

.label-status.status-fail {
  opacity: 1;
  background: #eb5757;
}

.label-status.status-valid {
  opacity: 1;
  background: #2DDCB9;
}

.label-status > span {
  width: 24px;
  height: 24px;
  margin-right: 2px;
  content: url(../images/ic_phonelink_ring.png);
}

.supreme-border-card {
  border-radius: 8px;
  border: 1px solid var(--theme-supreme-primary);
}

/* Multi-SIM */

/* info - accordion */
.accordion.info {
  padding: 0 !important;
}

.accordion.info .accordion-item {
  background: #333333;
  color: #ffffff;
  border-radius: 0 !important;
}

.accordion.info .accordion-header {
  margin-right: 2rem;
  height: 79.21px;
  padding: 0 1rem 0 3rem;
}

.accordion.info .accordion-button {
  background: #333333 !important;
  color: #ffffff !important;
  padding: 1rem 0 !important;
  user-select: none;
  box-shadow: none !important;
}

.accordion.info .accordion-button:not(.collapsed)::after {
  background-image: url("/3Care/supreme/assets/images/ic_arrow_right.png");
  background-size: 12px;
  transform: rotate(-90deg);
}

.accordion.info .accordion-button::after {
  background-image: url("/3Care/supreme/assets/images/ic_arrow_right.png");
  background-size: 12px;
  width: 12px;
  height: 20px;
  transform: rotate(-270deg);
}

.accordion.info .accordion-body {
  padding: 0 3rem 1rem 3rem !important;
}

.accordion.info .remark {
  font-size: 0.875rem;
  color: #9a9a9a !important;
}

.accordion.info ul {
  list-style-type: disc;
}

.charge-table {
  border-collapse: collapse;
  color: #fff;
  padding: 20px 10px;
  text-align:left;
  width: 100%;
}

.charge-table th{
  background-color: #8B6F2B;
  color: #fff;
  width: 50%;
  border: 1px solid var(--theme-supreme-primary);
  padding: 20px 10px;
}

.charge-table td{
  width: 50%;
  border: 1px solid var(--theme-supreme-primary);
  padding: 20px 10px;
}

.charge-table tr th:nth-child(2), .charge-table tr td:nth-child(2){
  text-align: center;
  border-right: none;
}

.charge-table tr th:nth-child(1), .charge-table tr td:nth-child(1){
  border-left: none;
}

.charge-table-label {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 15px;
}

.marquee {
  width: 100vw;
  background: #242424;
  color: var(--theme-supreme-primary);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 11px 0;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  margin-bottom: 0;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header {
    background: #242424;
  }

  .menu-toggle {
    height: 36px;
    width: 36px;
    /* top: 12px; */
  }

  .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -10px);
  }

  .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 10px);
  }

  .post-login-nav .nav-link img {
    width: 30px;
    height: 30px;
  }

  .nav-link-label-container .arrow-right {
    width: 30px !important;
    height: 30px !important;
  }

  .btn-header-outline {
    margin-left: unset;
  }
}

@media (max-width: 767.98px) {
  .supreme_title {
    display: none;
  }
  .btn-redirect-plain {
    font-size: 14px;
  }

  .btn-redirect {
    font-size: 16px;
    height: 54px;
  }

  .label-bill-payment {
    font-size: 40px;
  }

  .supreme_background {
    background: url(../images/general_bg.png) #000 no-repeat;
    background-size: 100% auto;
    background-position: top;
  }

  .border-container {
    border-width: 0px !important;
  }

  .btn-redirect > .mobile-arrow-right {
    width: 6.59px;
    height: 11.17px;
    margin-right: 2rem;
    display: block;
    content: url(../images/ic_arrow_right.png);
  }

  .btn-redirect > .arrow-right {
    width: 6.59px;
    height: 11.17px;
    margin-right: 2rem;
    display: block;
    content: url(../images/ic_arrow_right.png);
  }

  .m-webview {
    /* margin bottom to the webview 's components (Fab / tips...) */
    margin-bottom: 150px;
  }

  .sup-to-talk-container {
    right: 3%;
    bottom: calc(var(--footer-height) + 1%);
    width: 75px;
    height: 75px;
  }

  .sup-to-talk-container > .sup-to-talk-img {
    width: 36px;
    height: 36px;
  }

  .sup-to-talk-container > .vip-line-img {
    width: 36px;
    height: 36px;
  }

  .sup-to-talk-container > .sup-to-talk-pe-name {
    font-size: 10px;
    line-height: 8px;
    margin-top: 8px;
  }

  .app-download-container {
    font-size: 10.6062px;
    line-height: 10px;
    justify-content: end;
  }

  .footer .desc {
    font-size: 10px;
    line-height: 20px;
    max-width: none;
    margin-top: 13.63px;
  }

  .img-supreme {
    max-width: 131px;
    /* max-width: 40%; */
  }

  .app-download-container > .img-app-icon {
    max-width: 74px;
    max-width: 20%;
  }

  .app-download-container .app-shop-img {
    height: 14.42px;
  }

  .footer-secondary {
    font-size: 8px;
    line-height: 12px;
  }

  .header {
    background: #242424;
  }

  .chat-bubble {
    width: 236px;
    height: 91px;
    right: calc(3% + 77px + 10px);
    bottom: calc(1% + 76px + 10px);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px;

    /* 
    width: 202px;
    height: 78px;
    right: calc(3% + 76px + 20px);
    bottom: calc(2% + 30px);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
    */
    padding-bottom: 16px;
    line-height: 20px;
  }

  .header-logo {
    max-width: 30%;
    position: initial;
    transform: none;
  }

  .setting-container {
    padding: 0.5rem 2rem 0.5rem 3rem;
  }

  .status-indicator.margin-start {
    margin-left: 1rem;
  }

  .btn-header-outline {
    margin-left: unset;
  }

  /* sup-to-talk-container */
  .sup-to-talk-container {
    transition: all 0.35s;
    transition-timing-function: ease-in-out;
  }

  .button-expand {
    z-index: 1000;
  }

  .expand .button-expand {
    transform: scale(0);
  }

  .expand-container .button-cancel {
    transform: scale(1);
  }

  .expand-container .button-whatsApp {
    opacity: 0;
    transform: rotate(90deg);
  }

  .expand-container .button-call {
    opacity: 0;
    transform: rotate(90deg);
  }

  .expand .expand-container .button-whatsApp {
    opacity: 1;
    transform: scale(1);
    transform: translate(0, calc(-150px - 40px));
  }

  .expand .expand-container .button-call {
    opacity: 1;
    transform: scale(1);
    transform: translate(0, calc(-75px - 20px));
  }

  .sup-to-talk-modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition-timing-function: ease-in-out;
  }

  .expand .sup-to-talk-modal {
    opacity: 1;
    z-index: 998;
  }

  .sup-to-talk-content {
    position: absolute;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0);
    bottom: 360px;
    height: calc(100vh - 360px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }

  .sup-to-talk-modal .sup-to-talk-content .sup-to-talk-title {
    font-family: "Noto Sans CJK TC";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: var(--theme-supreme-primary);
    text-align: center;
  }

  .sup-to-talk-modal .sup-to-talk-content .sup-to-talk-body {
    font-family: "Noto Sans CJK TC";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  /* sup-to-talk-container */

  .post-login-nav .nav-link img {
    width: 24px;
    height: 24px;
  }

  /* Multi-SIM */
  .btn-multi-sim {
    padding: 0.75rem 1.125rem;
  }

  .btn-multi-sim .label-multi-sim-title {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-multi-sim .label-multi-sim-mobile-number {
    font-size: 14px;
    line-height: 21px;
  }
  /* Multi-SIM */

  .container-w-100 {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }

  .accordion.info .accordion-header {
    font-size: 16px;
    height: 54px;
  }

  .accordion.info .accordion-button:not(.collapsed)::after {
    background-size: 6.59px;
  }

  .accordion.info .accordion-button::after {
    background-size: 6.59px;
    width: 6.59px;
    height: 11.17px;
  }
}
