.form-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  scroll-margin-top: 200px;
}
.countdown-container {
  background: rgba(221, 42, 48, 0.1);
  border-radius: 4px;
  padding: 20px 30px 60px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-sizing: border-box;
}

.countdown-header {
  text-align: center;
  margin-bottom: 15px;
}

.countdown-title {
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.countdown-value {
  background: rgb(221 42 48);
  color: white;
  font-size: 42px;
  font-weight: bold;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  transition: transform 0.3s ease;
}

.countdown-value:hover {
  transform: translateY(-5px);
}

.countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  position: absolute;
  bottom: -50%;
}

.separator {
  font-size: 30px;
  color: black;
  align-self: center;
}

.expired-message {
  display: none;
  text-align: center;
  padding: 20px;
}

.expired-message h3 {
  color: #e53e3e;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .countdown-wrapper {
    gap: 10px;
  }

  .countdown-value {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .separator {
    font-size: 20px;
  }

  .countdown-container {
    padding: 30px 20px 45px 20px;
  }

  .countdown-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .countdown-wrapper {
    gap: 8px;
  }

  .countdown-value {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .separator {
    font-size: 18px;
  }

  .countdown-label {
    font-size: 9px;
  }
}

@media (max-width: 400px) {
  .countdown-wrapper {
    gap: 5px;
  }

  .countdown-value {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .countdown-container {
    padding: 25px 15px 35px 15px;
  }

  .countdown-title {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .countdown-value {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .separator {
    font-size: 16px;
  }

  .countdown-label {
    font-size: 8px;
  }
}
body {
  margin: 0;
  padding-top: 36px;
}
#thestar-global-bar a {
  cursor: pointer;
}
#thestar-global-bar .float-left {
  float: left;
}
#thestar-global-bar .float-right {
  float: right;
}
#thestar-global-bar .clearfix:after {
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  display: block;
  visibility: hidden;
}

#thestar-global-bar .global-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font: Bold 12px/15px Lato;
  z-index: 99999;
}
#thestar-global-bar .global-bar-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: #000;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  z-index: 99998;
}
#thestar-global-bar .global-bar-container a {
  display: block;
  float: left;
  margin-top: 3px;
  padding: 5px 10px;
  text-decoration: none;
  color: #8f8f8f;
}
#thestar-global-bar .global-bar-container a:hover {
  color: #fff;
}
#thestar-global-bar .global-bar-container .float-left {
  margin-left: 4px;
}
.global-bar-powered {
  padding: 12px 12px;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  #thestar-global-bar {
    display: none;
  }
}
@media screen and (max-width: 1328px) {
  #thestar-global-bar {
    display: none;
  }
  body {
    padding-top: 0 !important;
  }
  #navbar-main.affix {
    top: 0 !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
footer,
header,
main,
nav {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  padding: 0;
}

@media xprint {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-5,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-2 {
  width: 16.66666667%;
}

@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5,
  .col-lg-7 {
    float: left;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }
}

table {
  background-color: transparent;
}

.dropdown {
  position: relative;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-sm,
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  #thestar-global-bar {
    display: none !important;
  }

  .affix {
    position: initial !important;
    top: 0px;
  }
}
a {
  font-weight: 600;
}

a,
p {
  color: #4a4a4a;
}

#navbar-main.navbar {
  min-height: 42px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.headline h1 {
  letter-spacing: 0.5px;
}

a {
  cursor: pointer;
}

a,
article,
b,
body,
div,
footer,
h1,
h2,
h3,
h5,
header,
html,
i,
img,
li,
nav,
p,
span,
table,
ul {
  margin: 0;
  padding: 0;
  border: none;
}

article,
footer,
header,
nav {
  display: block;
}

a:focus,
a:hover {
  color: #5e5e5e;
}

ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-5,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.container {
  padding-left: 10px;
  padding-right: 10px;
}

html {
  height: 100%;
}

.navbar-brand.brand-mobile,
.side-div .market-movers ul li:nth-child(3),
.side-div .market-movers ul li:nth-child(5),
.side-div ul.biz-sec-wrap td:nth-child(2),
.side-div ul.biz-sec-wrap td:nth-child(3),
.side-div ul.biz-sec-wrap td:nth-child(4),
.side-div ul.biz-sec-wrap td:nth-child(7) {
  display: none;
}

.img-sticker {
  position: relative;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: Lato, Arial, Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

p {
  overflow: hidden;
  font-size: 1em;
  line-height: 1.35em;
  margin-bottom: 8px;
}

h1,
h2,
h3 {
  font-weight: 900;
}

.container {
  max-width: 1260px;
  width: 100%;
}

.wrapper-maincontent {
  flex: 1;
}

.button-more,
.right {
  float: right;
}

.left,
.sponsored-panel header h3 {
  float: left;
}

.med-rec {
  margin: 0 auto;
  text-align: center;
}

.kicker {
  font-weight: 900;
  color: #b00;
  text-align: left;
  font-size: 0.75em;
}

.kicker {
  text-transform: uppercase;
  margin-right: 6px;
}

.button-more a,
.button-view a {
  text-transform: capitalize;
}

a.kicker:hover {
  color: #b00;
}

.timestamp {
  font-size: 0.781em;
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 6px;
}

.bot-20 {
  margin-bottom: 20px;
}

#wrapper,
.biz-sec-wrap {
  overflow: hidden;
  display: block;
}

.sprite-icon {
  display: inline-block;
}

.sprite-icon {
  background: url("") no-repeat;
  vertical-align: middle;
}

.home-light .icon.sprite-icon {
  background-position: -100px -389px;
  width: 17px;
  height: 16px;
}

.log-in .icon.sprite-icon {
  background-position: -245px -385px;
  width: 20px;
  height: 20px;
}

.navbar-nav li a.log-in {
  padding: 7px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .navbar-nav li a.log-in {
    padding: 7px 9px 7px 7px;
    border-radius: 4px;
  }
}

.appstore-large .icon.sprite-icon {
  background-position: -731px -309px;
  width: 120px;
  height: 40px;
}

.playstore-large .icon.sprite-icon {
  background-position: -587px -309px;
  width: 120px;
  height: 40px;
}

.huawei .icon.sprite-icon {
  background-position: -299px -376px;
  height: 41px;
  width: 121px;
}

.youtube .icon.sprite-icon {
  background-position: -596px -381px;
  height: 31px;
  width: 31px;
}

.instagram-white .icon.sprite-icon {
  background-position: -668px -381px;
  height: 31px;
  width: 31px;
}

.twitter-white .icon.sprite-icon {
  background-position: -740px -381px;
  height: 31px;
  width: 31px;
}

.facebook-white .icon.sprite-icon {
  background-position: -812px -381px;
  height: 31px;
  width: 31px;
}

.telegram .icon.sprite-icon {
  background-position: -22px -447px;
  height: 25px;
  width: 25px;
}

.title-02 {
  font-weight: 900;
}

.img-sticker {
  float: left;
}

.img-sticker a,
.img-sticker img,
.story-set {
  display: block;
  overflow: hidden;
}

.Ads-slot .ads {
  margin: 0 auto 20px;
  display: block;
}

.arrow-r {
  border-top: 2px solid #4a4a4a;
  margin-bottom: 3px;
}

.arrow-r {
  vertical-align: middle;
  display: inline-block;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-right: 2px solid #4a4a4a;
}

.button-more a {
  font-size: 0.813em;
  line-height: 1.154em;
  color: #b00;
}
#morebutton span {
  border: 1px solid #4a4a4a;
  padding: 4px 8px;
  margin: 0 3px;
}

.arrow-r {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 2px;
}

.button-view {
  margin: 10px auto 0;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
}

.button-view a {
  border: 2px solid #b00;
  padding: 8px 25px;
  background: 0 0;
  color: #b00;
  border-radius: 8px;
}

.button-view a:hover {
  color: #b00;
  background: #f0f0f0;
}

.f13 {
  font-size: 0.813em;
  line-height: 1.35em;
}

.f18 {
  font-size: 1.125em;
  line-height: 1.5em;
}

.headline h1 a {
  color: #b00;
  font-weight: 900;
}

.title-02 {
  color: #b00;
  font-size: 1.563em;
  line-height: 1.24em;
}

#navbar-main.navbar,
.branding {
  background: #fff;
  border-color: #d6d6d6;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.branding .navbar-brand {
  min-height: 67px;
  padding: 4px;
}

.social-branding {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.social-branding li {
  float: left;
  padding: 10px 0;
}

.market-trans tr td:last-child,
ul.social-branding li:last-child {
  padding-right: 0;
}

.active {
  background: #dfdfdf;
}

.navbar-toggle,
.navbar-toggle:hover {
  background: 0 0 !important;
}

#navbar-main.affix {
  width: 100%;
  top: 30px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  -moz-box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
}

#page-header .navbar-right {
  margin-right: 0;
}

#tsolnavbar ul.nav li a {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}

.nav > li > a.login {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.813em;
}

#tsolnavbar .nav > li > a {
  padding: 11px 10px !important;
}

.navbar-toggle {
  margin-right: 35px;
  border: none;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: 0.2s;
  border: 2px solid #383838;
}

.topics {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  position: relative;
  background: #fff;
}

.market-trans a:hover {
  text-decoration: underline;
}

.headline {
  border-bottom: 1px solid #d6d6d6;
}

.focus-wrapper {
  display: flex;
}

.headline {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 18px;
  overflow: hidden;
}

.headline hr {
  border: 1.5px solid #b00;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.headline p {
  margin-top: 5px;
  margin-bottom: 0;
}

.headline p span {
  padding: 0 10px 2px 0;
  border-right: 1px solid #ddd;
  margin-right: 8px;
  display: inline-block;
  font-size: 0.889em;
}

.headline p span:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.headline p span:last-child {
  margin-left: 0;
}

.trending {
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}

.tab-panel-2 .nav-pills > li > a {
  border-radius: 0;
  color: #4a4a4a;
}

.tab-panel-2 .nav-pills > li.active > a {
  background: #fff;
  color: #b00;
  border-top: 2px solid #b00;
}

.tab-content > .tab-pane,
.tab-content > .tab-pane.active {
  background: #fff;
  padding: 20px 0;
}

.in-sec-story img {
  margin-bottom: 2px;
}

.sponsored-panel .panel-content img {
  margin-bottom: 10px;
}

.in-sec-story {
  margin-bottom: 25px;
}

.in-sec-story h2 {
  font-size: 1.125em;
  line-height: 1.18em;
}

.sponsored-panel .panel-content {
  margin-bottom: 5px;
}

.market-trans tbody td,
.market-trans thead td {
  text-align: center;
}

.market-trans tbody td:last-child,
.market-trans-head tr.header td:last-child {
  text-align: right;
}

.market-movers-wrap .market-trans tbody td:first-child {
  text-transform: uppercase;
}

.market-trans-head tr.header {
  vertical-align: top;
}

.market-movers-wrap .tab-content > .tab-pane {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

.market-trans {
  border-collapse: collapse;
  line-height: 1.333em;
  font-size: 0.9em;
  width: 100%;
}

.market-trans-head {
  color: #444;
  font-weight: 700;
}

.market-trans tbody tr {
  margin: 5px 0;
}

.market-trans tbody td:first-child,
.market-trans thead td:first-child {
  text-align: left;
  padding-left: 0;
}

.market-trans .linedlist {
  border-top: 1px solid #e5e5e2;
  border-bottom: 0;
}

.market-trans tr.linedlist:hover {
  background: #efefef;
}

.footer-bottom .container,
.market-movers-wrap .market-trans tr.linedlist:hover {
  background: 0 0;
}

.market-trans tr td {
  padding: 8px 4px;
  text-align: right;
}

.quote_text_up {
  color: #008c00;
  padding: 2px 0;
  font-weight: 900;
}

.quote_text_down {
  color: #c00;
  padding: 2px 0;
  font-weight: 900;
}

.market-trans a {
  color: #004bd1;
}

.sponsored-panel {
  overflow: hidden;
  display: block;
  background: #fff;
  padding: 10px 15px 20px;
  margin-bottom: 20px;
}

.sponsored-panel header {
  margin-bottom: 15px;
  overflow: hidden;
}

.tab-panel-2 .nav-pills {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #ddd;
}

.trending ul.trend-list {
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}

.tab-panel-2 .nav-pills > li {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid transparent;
}

.tab-panel-2 .nav-pills > .active {
  border: 1px solid #ddd;
  border-bottom: none;
  background: #fff;
  margin-bottom: -2px !important;
}

.trending p {
  line-height: 1.15em;
}

.trending ul.trend-list {
  display: block;
  margin: 0 0 11px;
  padding: 0 0 10px;
  height: 100px;
  list-style: none;
}

.trending ul.trend-list li {
  list-style: none;
}

.trending ul.trend-list p.trend-list-num {
  font-size: 2.813em;
  vertical-align: middle;
  padding: 15px 10px 15px 0;
  color: #9b9b9b;
}

.trend-list h3 {
  font-size: 1em;
}

.footer-bottom {
  background: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bottom p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 0;
}

.btn-login a {
  padding: 5px 10px;
  font-size: 0.813em;
}

.btn-login a {
  border: 1px solid #d6d6d6;
  margin-right: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
}

.btn-login a:hover {
  xbackground: #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle,
  ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tsolnavbar,
  .navbar-brand.brand-prime {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-brand.brand-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    text-align: center;
    margin: 0 auto;
  }

  #tsolnavbar .nav > li > a {
    padding: 10px !important;
  }

  #navbar-main .nav > li > a.login {
    padding: 5px 18px;
  }

  .focus-wrapper {
    display: block;
  }

  .headline p {
    text-align: right;
    font-size: 0.875em;
  }
}

@media only screen and (min-width: 992px) {
  .in-sec-story img {
    width: 100%;
    margin-bottom: 2px;
  }

  .headline p {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}

@media (max-width: 991px) {
  .branding {
    display: none;
  }
}

.topics {
  display: flex;
}

.branding .navbar-brand {
  position: relative;
  top: 8px;
  z-index: 1;
}
.story-wrapper {
  overflow: hidden;
  display: flex;
  padding-top: 25px;
}

.story-wrapper ul.side-note li {
  padding-bottom: 2px;
}

.story-wrapper ul {
  margin: 0 20px 20px 20px;
  list-style: disc;
  padding-left: 15px;
}

.story-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 0.95em;
}

.story-wrapper .side-note .timestamp {
  margin: 0;
  font-size: 1em;
}

.story-wrapper article p {
  margin-bottom: 15px;
  overflow: visible;
  line-height: 1.533em;
  word-wrap: break-word;
}

.content-holder {
  position: relative;
}

ul.side-note {
  position: absolute;
  top: 0;
  margin-bottom: 10px;
  max-width: 200px;
  padding-right: 0;
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
}

ul.side-note li {
  list-style: none;
}

.story-content {
  position: relative;
}

blockquote {
  font-size: 1.25em;
  padding: 0.35em 40px;
  line-height: 1.3;
  font-weight: 900;
  color: #4a4a4a;
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .story-wrapper {
    padding-top: 0;
  }

  .side-note {
    position: static;
    max-width: 100%;
  }

  .story-content {
    margin-left: 0;
  }

  .story-wrapper p.date {
    float: left;
    margin-right: 10px;
  }

  ul.side-note {
    position: static;
    max-width: 100%;
  }

  blockquote {
    width: 95%;
  }

  blockquote::before {
    left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus-wrapper {
    display: block;
  }

  .focus-wrapper .side-note {
    position: static;
    max-width: 100%;
  }

  .focus-wrapper .story-content {
    margin-left: 0;
  }

  .story-wrapper article p {
    font-size: 1.125em;
    line-height: 1.444em;
  }

  .story-wrapper p.date {
    float: left;
  }
}

.med-rec:has(iframe[style*="display:none"]) {
  display: none;
}
.articleDetails {
  display: block;
  padding-top: 25px;
}

.articleDetails .img-sticker img {
  object-fit: contain;
}

:root {
  --color-icon: #231f20;
  --color-text: #4a4a4a;
  --color-text-2: #4a4a4a;
  --color-text-3: #333333;
  --color-text-4: #444444;
  --color-text-5: #979797;
  --color-bg-1: #ffffff;
  --color-on-bg-1: #4a4a4a;
  --color-bg-2: #f2f2f2;
  --color-on-bg-2: #4a4a4a;
  --color-bg-3: #303030;
  --color-on-bg-3: #8f8f8f;
  --color-bg-primary: #bb0000;
  --color-on-bg-primary: #ffffff;
  --color-on-bg-dark: #ffffff;
  --color-border: #d6d6d6;
  --color-border-2: #dddddd;
  --color-text-1: #4a4a4a;
  --color-primary: #bb0000;
  --color-primary-alt: #cc0000;
  --color-white-1: #ffffff;
  --color-red-2: #dd0000;
  --color-red-3: #da2128;
  --color-gold: #c89414;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-icon: #231f20;
    --color-text: #4a4a4a;
    --color-text-2: #4a4a4a;
    --color-text-3: #333333;
    --color-text-4: #444444;
    --color-text-5: #979797;
    --color-bg-1: #ffffff;
    --color-on-bg-1: #4a4a4a;
    --color-bg-2: #f2f2f2;
    --color-on-bg-2: #4a4a4a;
    --color-bg-3: #303030;
    --color-on-bg-3: #8f8f8f;
    --color-bg-primary: #bb0000;
    --color-on-bg-primary: #ffffff;
    --color-on-bg-dark: #ffffff;
    --color-border: #d6d6d6;
    --color-border-2: #dddddd;
    --color-text-1: #4a4a4a;
    --color-primary: #bb0000;
    --color-primary-alt: #cc0000;
    --color-white-1: #ffffff;
    --color-red-2: #dd0000;
    --color-red-3: #da2128;
    --color-gold: #c89414;
  }
}

a {
  color: var(--color-text);
}

.kicker {
  font-size: 0.75em;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: left;
  margin-right: 6px;
}

.btn--bookmark {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn--bookmark:hover {
  background: transparent;
}

.btn--bookmark:hover i::before {
  color: var(--color-primary);
  content: "\f02e";
}

.btn--bookmark i {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 30px;
  line-height: 34px;
}

.btn--bookmark i::before {
  color: #7f7f7f;
}

.btn--subscribe {
  color: #fff;
  background-color: var(--color-red-3);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.813em;
}

.btn--subscribe:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.bttn {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.813em;
  font-weight: 600;
  color: var(--color-on-bg-1);
}

@media (max-width: 1024px) {
  .bttn {
    padding: 4px 10px;
  }
}

.bttn:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

.bttn:focus {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

.bttn--log {
  color: var(--color-on-bg-1);
  border: 1px solid;
}

.button--bookmark i:hover:before {
  content: "\f02e";
}

.footer-n {
  color: #8f8f8f;
  background-color: #303030;
  border-top: 1px solid #707070;
  padding: 30px 10px;
}

.footer-n__inner {
  max-width: 800px;
  margin: 0 auto 30px;
}

.footer-n__inner:last-child {
  margin: 0 auto 0;
}

.footer-n__links {
  display: inline-block;
  float: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .footer-n__links {
    width: 50%;
    margin-bottom: 30px;
  }
}

.footer-n__links b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #bbbbbb;
}

.footer-n__links ul li a {
  color: #8f8f8f;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 5px;
  cursor: pointer;
}

.footer-n__clearfix {
  display: none;
}

@media (max-width: 1024px) {
  .footer-n__clearfix {
    display: block;
  }
}

.footer-n__socials {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__socials {
    display: block;
    margin-bottom: 20px;
  }
}

.footer-n__socials li {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 1024px) {
  .footer-n__socials li {
    margin: 0 5px;
  }
}

.footer-n__downloads {
  display: inline-block;
}

.footer-n__downloads li {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__downloads li {
    display: block;
    margin-bottom: 5px;
  }
}

.footer-n__newsletter {
  padding: 10px 0;
}

.timestamp {
  color: var(--color-text-2);
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .nav .btn--subscribe {
    padding: 3px 10px;
    margin-right: 5px;
  }
}

.nav .btn--subscribe:active,
.nav .btn--subscribe:focus,
.nav .btn--subscribe:hover {
  color: #383838 !important;
}

.navbar-right .dropdown--subscribe {
  display: none;
}

@media (max-width: 991px) {
  .navbar-right .dropdown--subscribe {
    display: inline-block;
  }
}

#navbar-main.navbar {
  background-color: var(--color-bg-1);
  border-color: var(--color-border);
  border-radius: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: var(--color-border);
}

@media (max-width: 991px) {
  #navbar-main.navbar {
    background-color: var(--color-bg-1);
    min-height: 47px;
  }
}

@media (max-width: 1024px) {
  #navbar-main.navbar .login {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  #navbar-main.navbar .login {
    margin-top: 4px;
  }
}

#navbar-main.navbar .login:hover {
  color: #555 !important;
}

#navbar-main.navbar .login.bttn--log:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

@media (max-width: 768px) {
  #navbar-main.navbar a {
    color: #555;
  }
}

#navbar-main.affix {
  top: 36px;
}

@media (max-width: 1024px) {
  #navbar-main.affix {
    top: 31px;
  }
}

#navbar-main.affix .container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#navbar-main.affix .navbar-left li a {
  line-height: 28px;
}

#navbar-main.affix .navbar-right {
  display: flex;
  align-items: center;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .navbar-right {
    padding-top: 0;
  }
}

#navbar-main.affix #navi-home .sprite-icon {
  height: 17px;
  width: 16px;
}

#login_menu .sprite-icon {
  filter: none;
  background-position: -675px -26px;
  width: 20px;
  height: 20px;
}

#navbar-main.affix #navi-home:hover .sprite-icon {
  background-position: -100px -389px;
}

@media (max-width: 767px) {
  .tab-panel-2 .nav-pills > li.active > a {
    border-top: 2px solid var(--color-primary) !important;
  }
}

.topics {
  padding: 10px 0 10px 10px;
  background-color: var(--color-bg-2);
}

.btn-login .login {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: 0.813em;
  line-height: 20px;
}

.btn-login .login:hover {
  color: #383838;
}

ul.social-branding li {
  padding: 10px 0;
}

.navbar-nav #btn_login {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav #btn_login {
    display: inline-block;
  }
}

#navbar-main .nav__button {
  padding: 7px 10px;
  display: inline-block;
  float: right;
  line-height: 28px;
}

#navbar-main .nav__button.button--share {
  padding-top: 7px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  #navbar-main .nav__button {
    padding: 7px 10px;
  }

  #navbar-main .nav__button.button--share {
    padding-top: 7px;
    padding-bottom: 0;
  }
}

#navbar-main .nav__button i {
  color: var(--color-on-bg-1);
}

#navbar-main .nav__button i:before {
  color: var(--color-on-bg-1);
}

.sponsored-panel {
  border: 1px solid var(--color-border);
}

.mobilenav {
  display: block;
  background-color: #ffffff;
  z-index: 1000;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #efefef;
  padding-top: 5px;
}

.mobilenav ul > li {
  display: inline-block;
  width: 6%;
  float: left;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin: 0 7% 0 7%;
}

@media (max-width: 765px) {
  .mobilenav ul > li {
    display: inline-block;
    width: 8%;
    float: left;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin: 0 6% 0 6%;
  }
}

@media (max-width: 589px) {
  .mobilenav ul > li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin: 0 0 0 0;
  }
}

.mobilenav ul > li.active,
.mobilenav ul > li:hover {
  background-color: #ffffff;
}

.mobilenav ul > li.active div,
.mobilenav ul > li:hover div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li.active a,
.mobilenav ul > li:hover a {
  color: var(--color-primary);
}

.mobilenav ul > li.active a:before,
.mobilenav ul > li:hover a:before {
  color: var(--color-primary);
}

.mobilenav ul > li.active .home,
.mobilenav ul > li:hover .home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-red.svg);
}

.mobilenav ul > li:hover .paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-red.svg);
}

.mobilenav ul > li:hover .bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-red.svg);
}

.mobilenav ul > li:hover .search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-red.svg);
}

.mobilenav ul > li:hover .podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-red.svg);
}

.mobilenav ul > li:hover > div {
  color: var(--color-primary);
}

.mobilenav ul > li a {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav__icon {
  width: 20px;
  height: 20px;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
}

.mobilenav__icon.home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-grey.svg);
}

.mobilenav__icon.paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-grey.svg);
}

.mobilenav__icon.bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-grey.svg);
}

.mobilenav__icon.search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-grey.svg);
}

.mobilenav__icon.podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-grey.svg);
}

.affix .mega-nav-toggle {
  padding: 15px 10px;
}

.mega-nav-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .m-login-button {
    display: inline-block !important;
    opacity: 1 !important;
    margin-right: 5px;
    top: 1px;
  }

  .navbar-right .dropdown--subscribe {
    top: 1px;
  }
}

#hllogin:focus,
#hllogin:hover {
  background-color: #eeeeee;
}

.headline {
  padding-bottom: 8px;
}

.headline hr {
  background-color: var(--color-red-2);
  border: 1.5px solid var(--color-primary);
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

#tsolnavbar {
  display: block;
}

@media (max-width: 991px) {
  #tsolnavbar {
    display: none;
  }
}

#tsolnavbar ul.nav li a {
  color: var(--color-on-bg-1);
  padding: 11px 10px !important;
}

#tsolnavbar ul.nav li a.active,
#tsolnavbar ul.nav li a:active,
#tsolnavbar ul.nav li a:hover,
#tsolnavbar ul.nav li a:focus {
  color: var(--color-on-bg-primary);
  background-color: var(--color-bg-primary);
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-light .icon.sprite-icon {
  filter: none;
  background-position: -603px -27px;
  width: 17px;
  height: 17px;
}

.home-light:active .icon.sprite-icon,
.home-light:hover .icon.sprite-icon,
.home-light:focus .icon.sprite-icon {
  filter: invert(0);
  background-position: -100px -389px;
}

.branding .login {
  color: var(--color-on-bg-1);
}

.branding .login:hover {
  color: #555 !important;
  background-color: #eee;
}

.branding a {
  color: var(--color-on-bg-1);
}

@media (max-width: 768px) {
  .branding a {
    color: #555;
  }
}

.navbar__interact {
  display: inline-block;
  float: left;
  margin-left: -70px;
  margin-top: -4px;
}

@media (max-width: 1024px) {
  .navbar__interact {
    display: none;
  }
}

.navbar-brand {
  position: relative;
}

.navbar-header .navbar-brand.brand-mobile {
  display: none;
}

@media (max-width: 991px) {
  .navbar-header .navbar-brand.brand-mobile {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    top: 5px;
    max-height: 38px;
  }
}

@media (max-width: 767px) {
  .navbar-header .navbar-brand.brand-mobile {
    top: 2px;
  }
}

.branding {
  margin-top: 90px;
  background-color: var(--color-bg-1);
  border-color: var(--color-bg-1);
}

.nav > li > a.login {
  color: var(--color-on-bg-1);
  border: 1px solid var(--color-on-bg-1);
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px 10px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

.navbar-toggle .icon-bar {
  border: 2px solid var(--color-on-bg-1);
  border-radius: 0;
  background-color: var(--color-on-bg-1);
}

.navbar-toggle .icon-x {
  display: none;
  color: var(--color-on-bg-1);
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

#page-header nav .navbar-right {
  margin-right: 15px;
}

@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    top: 3px;
    right: 10px;
    margin-right: 0;
  }
}

button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#wrapperFooter {
  padding-bottom: 60px;
}

.show-sd {
  display: block;
}

@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}

.videos {
  padding-top: 15px;
}

.trending--10 {
  padding-top: 8px;
}

.trending--10 .trend-list__num {
  padding: 0;
  text-align: center;
}

.related-articles--side,
ul.side-note {
  display: none;
}

@media (min-width: 1024px) {
  .related-articles--side,
  ul.side-note {
    display: block;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .related-articles--side {
    padding-top: 15px;
  }
}

.related-articles--side .headline {
  display: block;
}

.related-articles--side .story-set {
  display: inline-block;
}

.related-articles--side .in-sec-story {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 15px;
}

.related-articles--side .in-sec-story h2 {
  font-size: 16px;
}

.related-articles--side .in-sec-story .timestamp {
  font-size: 0.781em;
}

.related-articles--side .img-sticker {
  margin-bottom: 4px;
}

.info {
  padding-bottom: 18px;
}

.info__interact {
  display: inline-block;
  float: right;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .info__interact {
    float: none;
    display: block;
    padding: 14px 0 20px;
  }
}

.info__button {
  padding-left: 20px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .info__button {
    padding-left: 0px;
    padding-right: 20px;
    float: left;
  }
}

.credit {
  height: 28px;
  font-size: 14px;
  color: #adadad;
}

ul.side-note {
  border-top: 0;
}

@media (min-width: 1024px) {
  ul.side-note {
    border-top: 1px solid var(--color-border);
    padding-top: 15px;
    margin-left: 10px;
    max-width: 141px;
  }
}

@media (min-width: 1100px) {
  ul.side-note {
    max-width: 160px;
  }
}

@media (min-width: 1230px) {
  ul.side-note {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  ul.side-note {
    max-width: none;
  }
}

.button--bookmark {
  float: right;
}

@media (max-width: 1024px) {
  .button--bookmark {
    float: none;
  }
}

@supports (-webkit-touch-callout: none) and (not (-moz-appearance: none)) {
  .navbar__interact {
    margin-left: -65px;
  }
}

@media (hover: none) {
  .btn--bookmark:not(.active):hover i::before,
  .navbar__interact .button--bookmark:not(.active):hover i::before {
    content: "\f097";
    color: #7f7f7f;
  }
}

.login-search {
  padding: 7px 7px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.login-search i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
}
.login-search:hover {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #383838;
}

@media (min-width: 991px) {
  #navbar-main.affix .nav > li > a.login {
    margin: 0 8px;
  }
}

ul.nav.social-branding {
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
}

.nav a.btn--subscribe {
  margin: 0 !important;
}

.btn-login a {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  a#hllogin:hover {
    background-color: #eee !important;
  }
}

.navbar-header {
  margin-right: 0 !important;
}

.sprite-icon {
  background: url("https://cdn.thestar.com.my/Themes/img/tsol-spritesv6.svg");
}

.navbar-toggle .icon-x {
  display: none;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.mega-nav-toggle.navbar-toggle {
  display: flex;
  flex-direction: column;
  padding: 13px 8px 0;
}

.navbar-toggle .icon-bar {
  width: 16px;
  border: 1.5px solid var(--color-on-bg-1);
}

#tsolnavbar ul.nav li a {
  padding: 11px 10px !important;
}

ul.social-branding li {
  padding: 13px 0;
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 8px;
  color: #fff !important;
}

@media (max-width: 990px) {
  .navbar-header .navbar-brand.brand-mobile {
    top: 4px;
  }

  .navbar-toggle {
    margin-right: 0;
    padding: 15px 12px 5px 13px;
  }

  #navbar-main.navbar {
    min-height: 48px;
  }
}

@media (min-width: 991px) {
  .navbar-brand.brand-prime {
    margin-left: -0.55em;
  }

  .mega-nav-toggle.navbar-toggle {
    margin-left: -0.5em;
  }

  .branding .navbar-brand {
    top: 4.5px;
  }

  #navbar-main.affix #tsolnavbar ul.nav li a {
    line-height: 19px;
    padding: 11px 8px !important;
  }

  #navbar-main.affix .nav > li > a.login {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #navbar-main.affix ul.nav.navbar-nav.navbar-right,
  ul.nav.navbar-nav.navbar-right {
    padding-top: 3px;
  }

  .navbar-toggle {
    padding: 16px 13px 5px 14px;
    margin-left: -1em;
    margin-right: 14px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3.1px;
  }

  #page-header nav .navbar-right {
    margin-right: -0.6rem !important;
  }

  #navbar-main .nav > li > a.login {
    padding: 5px 10px;
  }

  .nav > li > a.login {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  #navbar-main.affix ul.nav.navbar-nav.navbar-right,
  ul.nav.navbar-nav.navbar-right {
    padding-top: 2px;
  }

  .nav .btn--subscribe {
    padding: 5px 10px;
    margin-right: 5px;
  }

  .nav > li > a.login {
    margin-right: 0;
    padding: 5px 10px;
  }
}

@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    top: 0;
    right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav > li > a.login {
    margin-right: 0;
    padding: 3px 7px;
  }

  #navbar-main.affix {
    top: 0;
  }

  .med-rec {
    width: 100%;
    height: auto;
  }

  #tsolnavbar {
    display: none;
  }

  .focus-wrapper {
    display: block;
  }

  ul.social-branding {
    display: none;
  }

  .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }

  ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-brand.brand-prime {
    display: none;
  }

  .navbar-brand.brand-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    text-align: center;
    margin: 0 auto;
  }

  .topics {
    margin-top: 2px;
  }

  #page-header .navbar-right {
    float: right;
  }

  #page-header .navbar-right li {
    display: inline-block;
  }

  #page-header .navbar-right {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .story-set {
    margin-bottom: 0;
  }

  .tab-content > .tab-pane,
  .tab-content > .tab-pane.active {
    margin-bottom: 0;
  }

  .in-sec-story h2 {
    font-size: 1em;
  }

  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
  }

  .trending p {
    font-size: 0.95em;
  }

  .trending ul.trend-list {
    height: auto;
  }

  .trending ul.trend-list li:nth-child(2) {
    padding: 0;
  }

  .market-trans .linedlist:nth-child(10),
  .market-trans .linedlist:nth-child(6),
  .market-trans .linedlist:nth-child(7),
  .market-trans .linedlist:nth-child(8),
  .market-trans .linedlist:nth-child(9) {
    display: none;
  }

  .tab-panel-2 .nav-pills > li.active > a {
    border-top: none;
  }

  .tab-panel-2 .nav-pills > li {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .story-wrapper {
    flex-direction: column;
  }
  #navbar-main.navbar .login {
    display: none;
  }
  .container-fluid {
    margin-top: 60px;
    padding: 0;
  }
}
#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#st-1 .st-btn:last-child {
  margin-right: 0;
}

#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}

#st-1 .st-btn[data-network="facebook"] {
  background-color: #4267b2;
}

#st-1 .st-btn[data-network="twitter"] {
  background-color: #000000;
}

#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}

#st-1 .st-btn[data-network="telegram"] {
  background-color: #0088cc;
}

#st-1 .st-btn[data-network="linkedin"] {
  background-color: #0077b5;
}

:root {
  --color-neutral: #ffffff;
  --color-neutral-10: #f7f7f7;
  --color-neutral-20: #eeeeee;
  --color-neutral-30: #d6d6d6;
  --color-neutral-40: #bbbbbb;
  --color-neutral-50: #adadad;
  --color-neutral-60: #939393;
  --color-neutral-70: #707070;
  --color-neutral-80: #595959;
  --color-neutral-90: #4a4a4a;
  --color-neutral-110: #333333;
  --color-neutral-120: #202020;
  --color-primary: #bb0000;
  --color-on-primary: #ffffff;
  --color-bg-hover: #eeeeee;
  --color-on-hover: #333333;
  --color-border: #d6d6d6;
  --color-text: #4a4a4a;
  --color-link: #0066cc;
  --color-bg-1: #ffffff;
  --color-bg-2: #f2f2f2;
  --color-bg-3: #eeeeee;
  --color-on-bg: #4a4a4a;
  --color-bg-footer: #333333;
  --color-on-footer: #d6d6d6;
  --color-color-white: #ffffff;
  --color-border-footer: #707070;
}

.topics {
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
  padding-left: 0.3rem;
}

.topics__section {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-bg-2);
  position: relative;
}

.topics__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  color: #4a4a4a;
}

.topics__scroll {
  left: 1px;
  display: flex;
  overflow-y: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  user-select: none;
  top: -1px;

  &::-webkit-scrollbar {
    display: none;
  }
}

.topics__links {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 12px;
  padding: 0 12px;
}

.topics__links a {
  position: relative;
  font-size: 13px;
  color: var(--color-primary);
  text-decoration: none;
  flex-shrink: 0;
  padding-right: 12px;
}

.topics__links a::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 0.5px;
  height: 70%;
  background-color: var(--color-border);
}

.topics__links a:last-child::after {
  display: none;
}

.topics__links a:hover {
  text-decoration: underline;
}

.topics__content {
  overflow: hidden;
  position: relative;
}

.topics__content::before {
  content: "";
  width: 2px;
  display: block;
  background-color: var(--color-bg-2);
}

.container-topic-bar {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-topic-bar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-topic-bar {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-topic-bar {
    max-width: 960px;
  }
}

.container-topic-bar {
  max-width: 1260px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #thestar-global-bar {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  #navbar-main.affix {
    top: 0 !important;
  }
}

.sassize {
  --breakpoint: desktop;
}

@media all and (max-width: 991px) {
  .sassize {
    --breakpoint: tablet;
  }
}

@media all and (max-width: 767px) {
  .sassize {
    --breakpoint: mobile;
  }
}

@media only screen and (max-width: 960px) {
  #sideNote {
    position: initial !important;
  }
}

.story-wrapper {
  padding-top: 0 !important;
  overflow: visible;
}

.related-articles--side .in-sec-story .timestamp {
  font-size: 0.781em;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .row {
    width: auto;
  }
}

.step-block-yellow {
  border-left: 3px solid #e32402;
  border-radius: 4px;
  background: rgba(247, 247, 247, 1);
  padding: 12px;
  width: 100%;
}

.step-block-yellow .step-label {
  display: inline-block;
  border-radius: 2px;
  background: #e32402;
  color: white;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 6px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-block-yellow .step-text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(34, 34, 34, 1);
  margin-bottom: 0;
}

.availability-block {
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 6.300000190734863px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
}

.availability-places-info {
  font-size: 16px;
  margin-bottom: 0px;

  font-weight: 600;
}

.availability-description-text {
  font-size: 16px;
  line-height: 120%;

  margin-bottom: 3px !important;
}

.availability-progress-container {
  width: 100%;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.availability-progress-bar {
  height: 100%;
  background-color: #e53e3e;
  width: 0;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.testimonial-block-rep {
  border-radius: 4px;
  background: rgba(221, 42, 48, 0.1);
  padding: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  max-width: 80px;
}

.testimonial-text {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

@media (min-width: 700px) {
  .testimonial-text {
    font-size: 20px;
  }
}

.brand-name-image {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  max-width: 20%;
  width: 100%;
  text-align: center;
  line-height: initial;
  color: black;
  user-select: none;
  word-wrap: normal;
}

@media (max-width: 800px) {
  .brand-name-image {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .brand-name-image {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .brand-name-image {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .brand-name-image {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .brand-name-image {
    font-size: 8px;
  }
}

.brand-name-image2 {
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  max-width: 30%;
  width: 100%;
  text-align: center;
  line-height: initial !important;
  right: 3%;
  top: 37%;
  color: black;
  user-select: none;
  transform: translate(0, -50%);
  word-wrap: normal;
}

@media (max-width: 800px) {
  .brand-name-image2 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .brand-name-image2 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .brand-name-image2 {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .brand-name-image2 {
    font-size: 10px;
  }
}

.text-red {
  color: rgba(221, 42, 48, 1);
  font-weight: bold;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
  content: "\f002";
}
.fa-times:before {
  content: "\f00d";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fb--container .fwn {
  font-weight: 400;
}
.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.fb--container a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(54, 88, 153) !important;
}
.fb--container img {
  border: 0px;
}
.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}
.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix {
  zoom: 1;
}
.fb--container ::-webkit-input-placeholder {
  color: rgb(144, 148, 156);
}
.fb--container :focus::-webkit-input-placeholder {
  color: rgb(190, 194, 201);
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: rgb(144, 148, 156);
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._42ft:hover {
  text-decoration: none;
}
.fb--container ._ohe {
  float: left;
}
.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}
.fb--container .fsm {
  font-size: 12px;
}
.fb--container ._2vq9 a {
  color: rgb(66, 103, 178);
}
.fb--container ._517h {
  background-color: rgb(246, 247, 249);
  border-color: rgb(206, 208, 212);
  color: rgb(75, 79, 86);
}
.fb--container ._517h:hover {
  background-color: rgb(233, 235, 238);
}
.fb--container ._517h:active {
  background-color: rgb(221, 223, 226);
  border-color: rgb(190, 194, 201);
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  overflow-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0px 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}
.fb--container ._5mdd,
.fb--container._2pi8 {
  overflow-wrap: break-word;
}
.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}
.fb--container ._3-8y {
  margin-top: 12px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}
.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid rgb(233, 235, 238);
}
.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: rgb(54, 88, 153);
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}
.fb--container ._44ri {
  border-left: 1px dotted rgb(211, 214, 219);
}
.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}
.fb--container ._491z {
  border-bottom: 1px solid rgb(233, 235, 238);
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0px;
}
.fb--container ._pup {
  color: rgb(75, 79, 86);
}
.fb--container ._1ci {
  height: 48px;
  width: 48px;
}
#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0px 0px;
  font-size: 16px;
}
#comments_form .mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}
#comments_form .textbox {
  color: rgb(29, 33, 41);
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0px;
}
#comments_form .mycomment-info__inner {
  background-color: rgb(242, 243, 245);
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0px;
  padding: 0.75rem 12px 1rem;
  position: relative;
}
