@import url("https://fonts.googleapis.com/css2?https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap");
* {
  outline: none !important;
  scroll-behavior: smooth;
}

body #navbarSupportedContent2 ul li a {
  transition: 0.5s;
}
body #navbarSupportedContent2 ul li a:hover {
  color: #B200CD !important;
}
body #navbarSupportedContent2 ul li a.utama {
  color: #FFBF11 ;
  pointer-events: none;
}
body.undi #navbarSupportedContent2 ul li a {
  color: inherit;
  pointer-events: unset;
}
body.undi #navbarSupportedContent2 ul li a.undi {
  color: #0DBBD8;
  pointer-events: none;
}
body.profil #navbarSupportedContent2 ul li a {
  color: inherit;
  pointer-events: unset;
}
body.profil #navbarSupportedContent2 ul li a.profil {
  color: #0DBBD8;
  pointer-events: none;
}
body.video #navbarSupportedContent2 ul li a {
  color: inherit;
  pointer-events: unset;
}
body.video #navbarSupportedContent2 ul li a.video {
  color: #0DBBD8;
  pointer-events: none;
}
body.artikel #navbarSupportedContent2 ul li a {
  color: inherit;
  pointer-events: unset;
}
body.artikel #navbarSupportedContent2 ul li a.artikel {
  color: #0DBBD8;
  pointer-events: none;
}

main {
  background: linear-gradient(80.81deg, #0E9AB8 0%, #326EED 33.9%, #9A23D7 59.08%, #DA0FD9 98.63%);
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

header {
  position: relative;
  z-index: 10000;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
}

.navbar-brand {
  margin: -7px 10px;
  padding: 0;
}
.navbar-brand img {
  width: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .navbar-brand img {
    margin: 0 40px;
  }
}

.fixed-top {
  /* top:145px; */
  background: #4F2CA0;
  transition: 0.5s;
  position: inherit;
}

.fixed-top.scrolled {
  background: #341b6eba !important;
  transition: all 300ms linear;
  top: 0;
  position: fixed;
}
@media (min-width: 992px) {
  .fixed-top.scrolled > .container > a {
    display: none;
  }
}
.fixed-top.scrolled .navbar-brand {
  display: inherit;
}
.fixed-top.scrolled .navbar-brand img {
  width: 100px;
  height: auto;
  margin: 0;
}

@media (max-width: 991px) {
  .navbar-nav li:first-child {
    display: none;
  }
}

.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.show:hover,
.navbar-dark .navbar-nav .show > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  color: #ECE3F9;
  background: transparent;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #0DBBD8;
}

.banner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../image/header.png");
  background-size: cover;
  margin-bottom: 0;
}

/*.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(#000, transparent);
}

.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(360deg, #000, transparent);
}*/
.height100p {
  height: 100vh;
}

.h100 {
  height: 100%;
}

.contentBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  z-index: 10;
}

.contentBox h1 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 5rem;
}

.contentBox p {
  color: #fff;
  font-size: 1.3rem;
}

.btnD1 {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 15px 50px;
  font-size: 1.15rem;
  outline: none;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.65s;
}

.btnD1:hover {
  background: #fff;
  color: #000;
}

.sec1 {
  padding: 50px 0;
}
.sec1.scrolled {
  margin-top: 70px;
  position: relative;
}

.sec2 {
  padding: 50px 0;
  background: #4F2CA0;
  ;
}

.sec3 {
  padding: 50px 0;
  background: linear-gradient(180.24deg, #00052F 36.34%, #731230 109.2%);
}

.header{
  margin-top: 65px;
}

.headerText {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.headerText h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #FFBF11 ;
  text-transform: uppercase;
}
.headerText h2#pname {
  display: none;
}
.headerText h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.headerText p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: -2rem;
}

.placeBox {
  position: relative;
  max-width: 300px;
  height: 400px;
  margin: 0 auto;
  background: #000;
  margin-top: 30px;
}

.placeBox .imgBox {
  width: 100%;
  height: 100%;
}

.placeBox .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.placeBox .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100;
  display: flex;
  justify-content: baseline;
  align-items: flex-end;
}

.placeBox .content h3 {
  position: relative;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 60%;
}

.placeBox .content h3 span {
  font-size: 16px;
  font-weight: 500;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  color: #fff !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
}

.mySwiper3 .swiper-button-next:after, .mySwiper3 .swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

.bg-idol {
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  color: #fff;
}

.bg-idol h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  color: #ECE3F9;
}

.bg-idol h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  color: #ECE3F9;
}

.bg-idol h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  color: #ECE3F9;
  text-transform: capitalize;
  margin-bottom: 0;
}
.bg-idol h5 span {
  display: block;
}

.bg-idol h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ECE3F9;
}

.bg-idol .status {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  text-align: right;
  color: #ECE3F9;
  margin-bottom: 0;
  line-height: 1.6;
  margin-top: 20px;
}

.bg-idol .status::after {
  display: block;
  font-size: 20px;
  line-height: 0;
}

.bg-idol .status.up::after {
  font-family: "FontAwesome";
  content: "\f077";
  color: #00B81D;
}

.bg-idol .status.down::after {
  font-family: "FontAwesome";
  content: "\f078";
  color: #FF0000;
}

.bg-idol .status.same::after {
  font-family: "FontAwesome";
  content: "\f068";
  color: #ecff01;
}

.bg-idol .icon {
  width: 150px;
  position: relative;
}

/*.bg-idol .icon::after {
  content: url('../image/play.png');
  position: absolute;
  bottom: 10px;
  right: 0;

}*/
#berita-mlist > div a p {
  transition: 0.5s;
}
#berita-mlist > div a:hover {
  text-decoration: none !important;
}
#berita-mlist > div a:hover p {
  color: #0DBBD8;
  text-decoration: none !important;
}

.bitem img {
  border-radius: 15px;
}
.bitem a p {
  transition: 0.5s;
}
.bitem a:hover {
  text-decoration: none !important;
}
.bitem a:hover p {
  color: #0DBBD8;
  text-decoration: none !important;
}

.vitem img {
  border-radius: 15px;
}

.vitem {
  position: relative;
}

.vitem::after {
  content: url(../image/play-big.png);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.berita-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.berita-mtitle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 6px;
}

.bsub,
.author {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #BABABA;
}

.author {
  margin-bottom: 0;
}

.btn-undi {
  background: #721230;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 35px;
  color: #ECE3F9;
}

.btn-undi:hover {
  color: #69d1f2;
}

.btn-chart {
  background: #4F2CA0;
  border-radius: 23px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ECE3F9;
}
.btn-chart strong {
  display: block;
}
.btn-chart:hover {
  background: #D72FEA;;
  color: #fff;
}
.btn-chart.tonton-btn {
  background: #0DBBD8;
  color: #fff;
}
.btn-chart.tonton-btn:hover {
  background: #fff;
  color: #FFBF11 ;
}

.btn-chart.active {
  background:  #D72FEA;
  ;
}

.btn-chart .pwrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.fdvideo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #f73675;
  z-index: 999;
  cursor: pointer;
}

.fdvideo img {
  width: 40px;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.waves {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(237, 32, 111, 0.71);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -25px;
  bottom: -25px;
  z-index: -1;
  animation: waves 4s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 2s;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .navbar-dark .navbar-toggler {
    margin: 13px 0;
    border: none;
  }
  .banner {
    min-height: 100vh;
    padding: 100px 0;
  }
  .contentBox h1 {
    font-size: 3rem;
  }
  .btnD1 {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 1rem;
    outline: none;
    font-weight: 500;
    margin-top: 20px;
    transition: 0.65s;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .sec1 {
    padding: 20px 0;
  }
  .headerText h2 {
    font-size: 30px;
  }
  .blog {
    padding: 20px 0;
  }
  .blogpost .imgBox {
    height: 200px;
  }
  .contact {
    padding: 20px 0;
  }
  .contact .form-control {
    height: 40px;
  }
  footer {
    padding: 0 20px;
  }
  .sci li {
    margin: 0 10px;
  }
  .sci li a {
    font-size: 1.5rem;
  }
  .fixed-top.scrolled .navbar-collapse {
    background: transparent;
  }
}
.stext {
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.75rem, 0.6497rem + 0.4587vw, 1.0625rem);
  text-align: center;
  color: #ECE3F9;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  height:45px;
}
.stext span {
  display: block;
}

.sweet-alert p {
  font-size: 500;
}

#popup-holder {
  display: none;
  position: fixed;
  z-index: 1009;
  top: 32%;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  text-align: center;
}

#popup-holder .btn-close {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 65px;
  width: 20px;
  height: 21px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

#popup-holder .btn-close .picto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#popup-holder .btn-close .line {
  position: absolute;
  right: auto;
  left: 0.1em;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

#popup-holder .btn-close.light .line {
  position: absolute;
  right: auto;
  left: 0.1em;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

#popup-holder .btn-close .line:nth-child(1) {
  top: 0;
  transform-origin: top left;
  width: 136%;
  -webkit-transform-origin: top left;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#popup-holder .btn-close .line:nth-child(2) {
  top: auto;
  bottom: 0;
  transform-origin: bottom left;
  width: 136%;
  -webkit-transform-origin: bottom left;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

body.opened-popup #popup-holder {
  display: block;
  animation: 1s ease-out 0.5s fade-in both;
  -webkit-animation: 1s ease-out 0.5s fade-in both;
}

#popup-holder .popup {
  display: inline-block;
  box-shadow: 0 0 1em rgba(2, 54, 70, 0.5);
  border: 8px solid #fff;
  border-radius: 15px;
}

.popup-v {
  padding: 0 100px;
}

@media screen and (max-width: 680px) {
  .popup-v {
    padding: 0 20px;
  }
  #popup-holder {
    width: 100%;
    top: 30%;
  }
  #popup-holder .btn-close {
    position: absolute;
    z-index: 102;
    top: -41px;
    right: 22px;
    width: 2.1em;
    height: 2.1em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  .vitem::after {
    content: url(../image/play.png);
  }
  .fixed-top {
    top: 0;
  }
  .tonton {
    width: 90px;
  }
  .bg-idol h1 {
    font-size: 50px;
  }
  .bg-idol .status {
    font-size: 25px;
    margin-top: 10px;
  }
  .bg-idol h5 {
    font-size: 12px;
  }
}
.popover__title {
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 10px;
  background: #0DBBD8;
  border-radius: 50px;
}

.popover__wrapper.left {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  left: 70px;
}

.popover__wrapper.right {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  right: 70px;
}

.popover__wrapper.left .popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -130px;
  background-color: rgba(0, 0, 0, 0.9098039216);
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 200px;
  z-index: 100;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper.right .popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -130px;
  background-color: rgba(0, 0, 0, 0.9098039216);
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 200px;
  z-index: 100;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 5px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
}

.popover__message p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 0;
}

#pprofile p {
  text-align: left;
  margin-bottom: 10px;
}

.pulse {
  height: 100px;
  width: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pulse:after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200px 100px" enable-background="new 0 0 200px 100px" xml:space="preserve"><polyline fill="none" stroke-width="3px" stroke="white" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  animation: 2s pulse linear infinite;
  clip: rect(0, 0, 100px, 0);
}

.pulse:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 3px;
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
}
.main-title {
  color: #fff;
}

.wrapper {
  position: relative;
}
.wrapper h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 800;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
@media (max-width: 575px) {
  .wrapper h2 {
    font-size: 20px;
  }
}

footer {
  background: url("../image/footerbg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  background-size: cover;
  background-position: center;
}
footer a {
  color: #fff;
  transition: 0.5s;
  white-space: nowrap;
}
s footer a:hover {
  color: #0DBBD8;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer {
    font-size: 10px;
    line-height: 13px;
    padding: 0 5px;
  }
}
@media (max-width: 373px) {
  footer {
    font-size: 9px;
    line-height: 11px;
  }
}

.footer {
  background-color: #061016;
  position: absolute;
  left: 0;
  padding: 10px 30px;
  width: 100%;
  color: #7397a9;
  font-size: 14px;
  vertical-align: middle;
  overflow: auto;
  font-family: "appFontRegular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.footer .inner {
  height: 100%;
}
.footer .inner .item-row {
  line-height: 20px;
  margin: 6px 0;
}
@media (max-width: 767px) {
  .footer .inner .item-row {
    text-align: center;
  }
}
.footer .inner .item-row .footer-item {
  padding: 0 20px;
}
.footer .inner .clickable a {
  cursor: pointer;
  color: #7397a9;
  transition: color 300ms;
}
.footer .inner .clickable a:hover, .footer .inner .clickable a:focus {
  text-decoration: none;
  color: #fff;
}

.undian .icon-wrapper {
  overflow: hidden;
  border: 5px solid #4F2CA0;
  border-radius: 148px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  padding-top: 93.66%;
}
.undian .icon-wrapper img {
  width: 130%;
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  top: -20%;
  transition: 0.5s;
}
@media (min-width: 1200px) {
  .undian .icon-wrapper {
    width: 90%;
    padding-top: 85.66%;
  }
}
.undian .stext {
  text-transform: capitalize;
}
.undian .btn {
  background: #4F2CA0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 10px;
  padding: 11px 39px;
  border-radius: 23.5px;
  text-transform: uppercase;
  transition: 0.5s;
}
.undian .btn:hover {
  background: #0DBBD8;
}
.undian > div:hover .icon-wrapper img {
  width: 155%;
  top:-25px;
}

.dprofile .icon-wrapper {
  overflow: hidden;
  border: 5px solid #B200CD;
  border-radius: 148px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  padding-top: 92.66%;
  cursor: pointer;
}
.dprofile .icon-wrapper img {
  width: 130%;
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  top: -5%;
  transition: 0.5s;
}

.chartListUtama .icon-wrapper,
.chartListMarkah .icon-wrapper {
  overflow: hidden;
  border: 5px solid #B200CD;
  border-radius: 148px;
  width: 150%;
  position: relative;
  margin: 0px auto 0;
  margin-left: auto;
  padding-top: 130.66%;
}
.chartListUtama .icon-wrapper img,
.chartListMarkah .icon-wrapper img {
  width: 155% !important;
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  top: -30%;
  transition: 0.5s;
}

#pimg {
  border-radius: 20px;
}

.menu-bar-container {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #051f35;
  height: 70px;
  transition: all 300ms linear;
}

.menu-bar-container.menu-bar-hidden:not(.hamburgerOpen) {
  transform: translateY(-74px);
}

.menu-bar-container.ua-barrier-menu {
  position: initial;
}

.menu-bar-container.searchBarOpen .image-link {
  display: none;
}

.login .menu-bar-simple {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.menu-bar {
  min-width: 300px;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #061016;
  display: flex;
  justify-content: space-between;
  height: 70px;
  position: static;
  opacity: 0;
  transition: opacity 300ms;
}

.menu-bar .hidden-hamburger {
  display: none !important;
}

.menu-bar .logo {
  cursor: pointer;
}

.menu-bar .menu-item {
  font-family: "appFontBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
}

.menu-bar.show {
  opacity: 1;
}

@media (min-width: 1920px) {
  .menu-bar {
    padding: 0 80px;
  }
}
.menu-bar .logo {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.menu-bar .logo img,
.menu-bar .logo svg {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-bar .logo-when-no-menu {
  margin-top: 13px;
  cursor: pointer;
  height: 40px;
}

.menu-bar .logo-when-no-menu img,
.menu-bar .logo-when-no-menu svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-bar.hamburger .logo-when-no-menu {
  margin-top: 0;
  margin-left: 15px;
}

.menu-bar.standard .menu-item {
  display: inline-block;
  color: #7397a9;
  cursor: pointer;
  padding: 0;
  margin: 0 25px;
  position: relative;
  height: 100%;
  line-height: 69px;
  vertical-align: middle;
  font-weight: bold;
}
.menu-bar.standard .menu-item a {
  color: #7397a9;
  transition: color 300ms ease;
}
.menu-bar.standard .menu-item a:hover {
  color: #fff;
}

.menu-bar .left-section {
  display: inline-block;
}

.menu-bar.standard .left-section {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-bar.standard .left-section::-webkit-scrollbar {
  display: none;
}

.menu-bar .menu-item:hover,
.menu-bar .menu-item.focused,
.menu-bar .menu-item:focus {
  color: #fff;
}

.menu-bar.standard .menu-item.active {
  color: #fff;
}

.menu-bar .menu-item.active:hover {
  color: #fff;
}

.menu-bar .right-section {
  align-self: flex-end;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}

.menu-bar .right-section .settings-icon {
  vertical-align: middle;
  cursor: pointer;
  color: #7397a9;
  transition: color 300ms ease;
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-bar .right-section .settings-icon svg,
.menu-bar .right-section .settings-icon img {
  min-width: 26px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-bar.hamburger {
  width: 100%;
  padding-left: 0;
}

.menu-bar.hamburger .logo {
  margin-left: 20px;
}

.menu-bar.hamburger .side-menu {
  width: 33%;
}

.menu-bar.hamburger .side-menu .menu-item {
  padding-left: 30px;
  transition: color 300ms ease;
}

.menu-bar.hamburger .side-menu .menu-item.active {
  margin-left: 0;
}

.menu-bar.hamburger .side-menu.open:after {
  content: "";
  position: fixed;
  pointer-events: none;
  background: rgba(0, 54, 99, 0.4);
  width: 100%;
  height: calc(100% - 70px);
  left: 0;
  right: 0;
  top: 70px;
  z-index: -1;
}

.menu-bar.hamburger .left-section {
  margin-top: 13px;
}

.menu-bar.hamburger .logo {
  margin-left: 20px;
}

.hamburger-icon-holder {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 26px;
}

.hamburger-icon-holder:hover .hamburger-icon span {
  background: #fff;
}

.hamburger .hamburger-icon:focus span {
  background: #fff;
}

.hamburger .hamburger-icon {
  display: inline-block;
  margin-left: 15px;
  width: 36px;
  height: 26px;
  position: relative;
  transform: rotate(0deg);
  transition: 300ms ease-in-out;
  cursor: pointer;
  z-index: 1;
}

.hamburger .hamburger-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 10px);
  background: #7397a9;
  border-radius: 1px;
  opacity: 1;
  left: 5px;
  transform: rotate(0deg);
  transition: 300ms ease-in-out;
}

.hamburger .hamburger-icon span:nth-child(1) {
  top: 5px;
}

.hamburger .hamburger-icon span:nth-child(2) {
  top: 12px;
}

.hamburger .hamburger-icon span:nth-child(3) {
  top: 12px;
}

.hamburger .hamburger-icon span:nth-child(4) {
  top: 19px;
}

.hamburger .hamburger-icon.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
  top: 50%;
}

.hamburger .hamburger-icon.open span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg);
}

.hamburger .hamburger-icon.open span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.hamburger .hamburger-icon.open span:nth-child(4) {
  top: 100%;
  width: 0%;
  left: 50%;
  top: 50%;
}

.side-menu {
  display: block;
  position: absolute;
  margin-top: 70px;
  top: 0;
  width: 40%;
  height: calc(100vh - 70px);
  box-sizing: border-box;
  min-width: 200px;
  opacity: 0.01;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
  border-right: 1px solid #061016;
  background: #061016;
}

.menu-bar.hamburger {
  position: relative;
  width: 100%;
}

.side-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.side-menu .border-div {
  display: block;
  width: 100%;
  border-top: 1px solid #061016;
}

.side-menu .menu-item {
  text-align: left;
  display: inline-block;
  color: #7397a9;
  cursor: pointer;
  padding: 12px 0px;
  padding-left: 34px;
  margin: 0;
  width: 100%;
}

.menu-bar.hamburger .menu-item.active,
.side-menu .menu-item.active {
  color: #fff;
  position: relative;
}

.menu-bar .menu-item .light-bar {
  position: absolute;
  left: 0;
  pointer-events: none;
  background-color: #7397a9;
  border-radius: 0px;
  background: #7397a9;
}

.menu-bar.standard .menu-item .light-bar {
  bottom: 0;
  width: 100%;
  height: 4px;
}

.menu-bar.hamburger .menu-item .light-bar,
.menu-bar .side-menu .menu-item .light-bar {
  top: 0;
  width: 4px;
  height: calc(1.35em + 24px);
  border-radius: 0px;
}

.menu-bar.standard {
  display: none;
}

.menu-bar.hamburger {
  display: flex;
}

@media (min-width: 992px) {
  .menu-bar.standard {
    display: flex;
  }
  .menu-bar.hamburger {
    display: none;
  }
}
.menu-bar .toolbar-item {
  display: inline-block;
  height: 100%;
  line-height: 69px;
}
.menu-bar .toolbar-item.settings {
  display: none;
}

.menu-bar .toolbar-item:not(:first-child) {
  margin-left: 20px;
}

.menu-bar .toolbar-item:hover,
.menu-bar .toolbar-item:focus {
  color: #fff;
}

.menu-bar .toolbar-item .toggleable-image {
  height: 100%;
  align-items: center;
}

.menu-bar .toolbar-item .toggleable-image img {
  min-width: 26px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .searchBarOpen .logo {
    display: none !important;
  }
  .searchBarOpen .hamburger-icon-holder {
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .menu-bar .logo,
  .menu-bar .logo-when-no-menu {
    margin-right: 0;
  }
  .menu-bar .logo img,
  .menu-bar .logo svg,
  .menu-bar .logo-when-no-menu img,
  .menu-bar .logo-when-no-menu svg {
    max-width: 100px;
  }
}
.menu-bar a {
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .menu-bar.standard .menu-item {
    margin: 0 22px;
  }
}
.kids-svg {
  width: 55px;
  height: 25px;
}

.KIDS {
  display: none;
}

.menu-bar.standard .menu-item.KIDS {
  line-height: 75px;
}

.menu-type-side-menu {
  padding-left: 250px;
}

.menu-type-side-menu .page {
  padding-top: 40px;
}

.menu-type-side-menu .footer {
  padding-left: calc(250px + 5%);
}

.menu-type-side-menu .menu-bar-container {
  left: 0;
  height: 0;
  transition: none;
}

.menu-type-side-menu .logo-container {
  text-align: center;
  width: calc(100% - 32px);
}

.menu-type-side-menu .logo-container > svg {
  height: 32px;
  width: 32px;
}

.menu-type-side-menu .logo-container .logo {
  margin-right: 0;
}

.menu-type-side-menu .logo-container .logo > svg {
  width: calc(100% - 20px);
}

.menu-type-side-menu .menu-bar {
  height: 0;
}

.menu-type-side-menu .menu-bar .side-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #061016;
  left: 0;
  height: 100vh;
  width: 250px;
  min-width: 100px;
  margin-top: 0;
}

.menu-type-side-menu .menu-bar .menu-header {
  padding-bottom: 6px;
  padding-left: 34px;
  font-size: 20px;
  color: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item {
  display: flex;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}

.menu-type-side-menu .menu-bar .menu-item.active {
  color: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item.active .color1,
.menu-type-side-menu .menu-bar .menu-item.active .color1-fill {
  fill: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item.active .color1-stroke {
  stroke: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item:hover {
  font-weight: normal;
  color: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item:hover .color1,
.menu-type-side-menu .menu-bar .menu-item:hover .color1-fill {
  fill: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item:hover .color1-stroke {
  stroke: #7397a9;
}

.menu-type-side-menu .menu-bar .menu-item.logo-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  padding-left: 34px;
  min-height: 90px;
}

.menu-type-side-menu .menu-bar .menu-item .menu-icon {
  height: 32px;
  width: 32px;
  margin-right: 15px;
}

.menu-type-side-menu .menu-bar .menu-item .menu-icon.menu-icon-normal {
  position: relative;
}

.menu-type-side-menu .menu-bar .menu-item .menu-icon.menu-icon-selected {
  position: relative;
}

.menu-type-side-menu .menu-bar .menu-item .light-bar {
  height: 2.4em;
  margin-top: 6px;
  border-radius: 0m;
}

.menu-type-side-menu .menu-bar .side-menu-dimmer-container {
  height: 0;
}

.menu-type-side-menu .menu-bar .side-menu-dimmer-container .side-menu-dimmer {
  position: relative;
  top: -59px;
  background: linear-gradient(to bottom, transparent, #061016);
  height: 60px;
}

.menu-type-side-menu .menu-bar .menu-group.top-group {
  height: calc(100% - 250px);
  overflow-y: scroll;
}

.menu-type-side-menu .menu-bar .menu-group.top-group .top-group-content {
  padding-bottom: 60px;
}

.menu-type-side-menu .menu-bar .menu-group.bottom-group {
  margin-bottom: 40px;
}

.menu-type-side-menu-folded {
  padding-left: 100px;
}

.menu-type-side-menu-folded .footer {
  padding-left: calc(100px + 5%);
}

.menu-type-side-menu-folded .menu-bar .side-menu {
  width: 100px;
}

.menu-type-side-menu-folded .menu-bar .side-menu .menu-item.logo-control {
  display: flex;
}

.menu-type-side-menu-folded .menu-bar .side-menu .menu-item .menu-icon {
  margin-right: 0;
}

.menu-bar.hamburger .suggestions .recent-header {
  padding: 0 15px;
  font-size: 12px;
  font-family: "appFontBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.menu-bar.hamburger .suggestions .suggestion {
  padding: 0 15px;
}

.menu-bar.hamburger .suggestions .recent-header span.clear {
  font-size: 12px;
}

.menu-bar.hamburger .suggestions .recent-header span.clear:hover,
.menu-bar.hamburger .suggestions .recent-header span.clear:focus {
  color: #fff;
}

.menu-bar.hamburger .suggestions .suggestion:hover {
  color: #7397a9;
}

.search-menu-item.open {
  padding-top: 13px;
}
.search-menu-item.open .search-inner {
  border-bottom: 1px solid #fff;
  height: initial;
}
.search-menu-item.open input {
  display: inline-block;
}
.search-menu-item.open .clear-icon {
  display: inline-block;
}
.search-menu-item.open .search-icon {
  top: 10px;
  left: 0;
}
.search-menu-item .search-inner .show {
  visibility: visible;
}

.menu-bar .dropdown {
  width: 0;
  margin-left: 50%;
}

.menu-bar .dropdown .options {
  min-width: 130px;
  width: 130px;
  z-index: 106;
  transform: translateX(-17px) translateY(-35px);
}

.menu-bar .dropdown .arrow-box {
  padding: 0;
  line-height: normal;
  border-color: #061016;
}

.menu-bar .dropdown .arrow-box:before {
  border-bottom-color: #061016;
  right: 8px;
}

.menu-bar .dropdown .arrow-box:after {
  right: 10px;
}

.menu-bar .dropdown .arrow-box span {
  text-align: right;
  padding-right: 1em;
}

.menu-bar .dropdown .arrow-box span.username {
  color: #fff;
}

.menu-bar .dropdown .arrow-box span.hr {
  width: 100%;
  border-bottom: 1px solid #061016;
  padding: 0;
}

@media (max-width: 543px) {
  .live-tv .dropdown .arrow-box {
    min-width: 145%;
  }
}
.ua-barrier .menubar,
.menu-bar-simple .menubar {
  height: 70px;
  border-bottom: 1px solid #061016;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.ua-barrier .menubar .errorPageLogo,
.menu-bar-simple .menubar .errorPageLogo {
  height: 40px;
  cursor: pointer;
}

.ua-barrier .menubar .errorPageLogo img,
.ua-barrier .menubar .errorPageLogo svg,
.menu-bar-simple .menubar .errorPageLogo img,
.menu-bar-simple .menubar .errorPageLogo svg {
  height: 40px;
  width: auto;
}

.chrome-logo {
  max-width: 100px;
}

.menu-bar .profile-icon .toggleable-image img {
  height: 50px;
  width: 50px;
}

@font-face {
  font-family: "appFontBold";
  font-style: normal;
  src: local("Scandia Bold"), local("Scandia-Bold"), url("../font/Scandia-Bold.woff2") format("woff2"), url("../font/Scandia-Bold.woff") format("woff"), url("../font/Scandia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "appFontBoldItalic";
  src: local("Scandia Bold Italic"), local("Scandia-BoldItalic"), url("../font/Scandia-BoldItalic.woff2") format("woff2"), url("../font/Scandia-BoldItalic.woff") format("woff"), url("../font/Scandia-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "appFontItalic";
  src: local("Scandia Medium Italic"), local("Scandia-MediumItalic"), url("../font/Scandia-MediumItalic.woff2") format("woff2"), url("../font/Scandia-MediumItalic.woff") format("woff"), url("../font/Scandia-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "appFontLight";
  src: local("Scandia Light"), local("Scandia-Light"), url("../font/Scandia-appFontLight.woff2") format("woff2"), url("../font/Scandia-appFontLight.woff") format("woff"), url("../font/Scandia-appFontLight.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "appFontRegular";
  src: local("Scandia Medium"), local("Scandia-Medium"), url("../font/Scandia-Medium.woff2") format("woff2"), url("../font/Scandia-Medium.woff") format("woff"), url("../font/Scandia-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.search-menu-item input {
  display: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  min-width: 200px;
  margin-left: 0;
  padding-left: 35px;
}

.toggleable-image .selected-image {
  display: none;
}

.toggleable-image img {
  max-width: 100%;
}

.search-inner .search-icon svg, .search-inner .search-icon img {
  min-width: 26px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}

.toggleable-image {
  display: flex;
  justify-items: center;
}

.search-inner .search-icon {
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  top: 22px;
  position: absolute;
  left: -15px;
}
.search-inner .search-icon:hover .selected-image {
  display: block;
}
.search-inner .search-icon:hover .default-image {
  display: none;
}

.search-menu-item .search-inner {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 40px;
  position: relative;
}
.search-menu-item .search-inner .clear-icon {
  display: inline-block;
  width: 28px;
  opacity: 0;
  line-height: 0;
  transition: -1.5s;
  position: absolute;
  right: 0;
  top: 15px;
}
.search-menu-item .search-inner .clear-icon .color1-stroke {
  stroke: #7397a9;
}
.search-menu-item .search-inner .clear-icon.show {
  opacity: 1;
  cursor: pointer;
}
.search-menu-item .search-inner .clear-icon:hover .color1-stroke {
  stroke: #fff;
}

.menu-bar .dropdown {
  width: 0;
  margin-left: 50%;
}

.dropdown {
  margin-left: 5%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 150px;
  font-family: "appFontBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.menu-bar .dropdown .options {
  min-width: 130px;
  width: 130px;
  z-index: 106;
  transform: translateX(-17px) translateY(-35px);
  opacity: 1;
  pointer-events: auto;
  min-width: 150px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.01;
  transition: opacity 300ms ease;
  text-overflow: ellipsis;
  right: -36px;
  top: 15.5px;
}

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  background: #ffffff;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.animated-icon span:nth-child(1) {
  top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 10px;
}
.animated-icon span:nth-child(4) {
  top: 20px;
}
.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}/*# sourceMappingURL=style.css.map */