@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCRegular.eot");
  src: url("../fonts/MMCRegular.eot") format("embedded-opentype"), url("../fonts/MMCRegular.woff2") format("woff2"), url("../fonts/MMCRegular.woff") format("woff"), url("../fonts/MMCRegular.ttf") format("truetype"), url("../fonts/MMCRegular.svg#MMCRegular") format("svg");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCMedium.eot");
  src: url("../fonts/MMCMedium.eot") format("embedded-opentype"), url("../fonts/MMCMedium.woff2") format("woff2"), url("../fonts/MMCMedium.woff") format("woff"), url("../fonts/MMCMedium.ttf") format("truetype"), url("../fonts/MMCMedium.svg#MMCMedium") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCBold.eot");
  src: url("../fonts/MMCBold.eot") format("embedded-opentype"), url("../fonts/MMCBold.woff2") format("woff2"), url("../fonts/MMCBold.woff") format("woff"), url("../fonts/MMCBold.ttf") format("truetype"), url("../fonts/MMCBold.svg#MMCBold") format("svg");
  font-weight: 700;
  font-display: swap;
}
body {
  font-weight: 400;
}
img {vertical-align: middle;}
.shadow-big{
   filter: drop-shadow(0px 3.435px 2.748px rgba(0, 0, 0, 0.03)) drop-shadow(0px 8.687px 6.95px rgba(0, 0, 0, 0.05)) drop-shadow(0px 17.721px 14.177px rgba(0, 0, 0, 0.06)) drop-shadow(0px 36.502px 29.201px rgba(0, 0, 0, 0.08)) drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.11));
}
.navbar {
  min-height: 4rem;
  padding: 2rem 1.5rem;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  background-color: #000000;
}
.navbar .logo{
  align-content: center;
  height: 100%;
}
.navbar .nav-menu{
  flex-wrap: nowrap;
  display: flex;
}
.navbar .nav-menu a{
  margin: 0 0 0 0.5rem;
  display: flex;
}
.nav-menu i.icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-menu i.icon.bell{
  background-image: url("../img/icons/icon_bell.svg");
}
.nav-menu i.icon.user{
  background-image: url("../img/icons/icon_user.svg")
}
.icon {
  width: 32px;
  height: 32px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar .btn-back {
  margin-right: 1rem;
  color: #fff;
}
.navbar-title {
  line-height: 1;
  font-size: 1.125rem;
}
.section-title{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 0;
}
.section-title h4, .section-title a{
  line-height: 1;
  padding: 0;
  margin: 0;
  align-content: center;
  text-decoration: none;
}
.section-title h4{
  font-weight: 600;
  font-size: 20px;
}
.section-title a{
  font-weight: 400;
  font-size: 12px;
  color: #ED0000;
}
.section-title a i{
  height: 2px;
}
.car-detail-wrp{
  display: flex;
  justify-content: space-between;
}
.carDetail{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.carDetail img{
  max-width: 200px;
}
.carWarranty{
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #fff;
  padding: 0.3rem 1rem;
  background: #ccc;
}
.carWarranty.active{
  background: #319F43;
}
.carWarranty.no-active{
  background: #ddd;
  color: #333;
}
.carSeries{
  font-weight: 600;
  font-size: 24px;
}
.carNopol{
  font-weight: 400;
  font-size: 18px;
}
.p-4Side{
  padding: 0 1.5rem;
}.p-3Side{
  padding: 0 1rem;
}
.p-2half3{
  padding: 1rem .5rem;
}
.carService{
  font-weight: 400;
  font-size: 16px;
  color: #686D71;
}
.carService.km{font-weight: 500;color: #0A0A0A}
.carService-detail{
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
}
/*
car detail grid button
*/
.myCar-btn-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  gap: 0.5rem;
  padding: 1.5rem 0px;
}
.myCar-btn-grid > div {
  color: #000;
  padding: 0;
  text-align: center;
}
.myCar-btn-grid > div a{
  border-radius: 50px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #ED0000;border: 1px solid #ED0000;
  padding: 10px 0;
  text-align: center;
}
.myCar-btn-grid > div a.primary{
  background-color: #ED0000;
  color: #fff;
}
.hadiah-banner{
  background: url("../img/bannerBottomBg.png") top no-repeat cover;
}
.home-banner{
  position: relative;
}
.home-banner::before{
  content: '';
  width: 100%;
  height: 202px;
  position: absolute;
  bottom: 0;
  background: url("../img/headerBannerOverlay2.png") repeat-x top;
  z-index: 1;
}
.headerBottomWrp{
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  z-index: 2;
}
.stampWrp{
  justify-content: flex-end;
  color: #fff;
  display: flex;
}
.stampWrp a{text-decoration: none;}
.stampWrp span,.stampWrp p,.stampWrp h4{
  margin: 0;padding: 0;
}
.leaderBtn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0;
  height: 62px;
  width: 95px;
  position: absolute;
  background: url("../img/btn_leaderboard.svg") center;
  background-size: auto;
  &::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 100%;
    height: 60px;
    background: url("../img/btn_leaderboard.svg") top;
    background-size: cover;
  }
  &::before{
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 60px;
    background: url("../img/btn_leaderboard.svg") bottom;
    background-size: cover;
  }
  &:hover {
    filter: brightness(125%);
  }
}
.stmIcon{
  margin-bottom: 6px;
}
.stmIcon img{
  width: 28px;
}
.stmIcon2{
  margin-top: -3px;
}
.stmIcon2 img{
  width: 18px;
}
.leaderBtn p{
  text-align: center;
  text-decoration-line: none;
  font-weight: 600;
  color: #fff;
  line-height: 12pt;
  font-size: 14px;
}
.stampContent{
  align-content: center;
  padding: 24px 38px 24px 0;
  position: relative;
  background: url("../img/HMstampBg.svg") center;
  background-size: cover;
  &::after{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("../img/HMstampBg.svg") left;
    background-size: cover;
  }
}
.stampContent.alt{
  padding: 20px 100px 20px 0;
  background: url("../img/HMmissionBg.svg") center;
  background-size: cover;
  &::after{
    background: url("../img/HMmissionBg.svg") left;
    background-size: cover;
  }
}
.nameWrp{
  padding: 0.3rem 1rem;
  padding-right: 5.2rem;
}
.nameWrp p, .nameWrp h4 {margin: 0;padding: 0}
.nameWrp p {font-size: 12pt; font-weight: 400; }
.nameWrp h4 {font-size: 20px; font-weight: 600; }
.stampContent p {font-size: 8pt; font-weight: 400; }
.stampContent h4 {font-size: 24pt; font-weight: 600;}
.stampContent span.subText{
  font-size: 8pt;
  font-weight: 300;
}
.stampdetail{
  display: flex;
  align-items: center;
}
.icon-tier img{
  margin-top: 3px;
  margin-right: 8px;
  width: 20px;
}
.icon-small{
  width: 18px;
  height: 18px;
  background: #5E78D9;
  background-size: contain;
}
.icon-small.time{
  background: url("../img/icons/icons_clock.svg")center no-repeat;
  background-size: 16px 16px;
}
.icon-small.calendars{
  background: url("../img/calendar.svg")center no-repeat;
  background-size: 16px 16px;
}
.icon-small.tier-gold{
  background: url("../img/Tier.svg") center no-repeat;
}
.icon-small.tier-green{
  background: url("../img/tier_green.svg") center no-repeat;
}
.icon-small.tier-dark{
  background: url("../img/tier_grey.svg") center no-repeat;
}
.footer {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.footer p {
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
}
.mission-item{
  position: relative;
  border-bottom: none;
}
.mission-item.mission-failed .icon-mission,.mission-item.mission-failed .btn-cta,.mission-item.mission-failed .icon-small{
  filter: grayscale();
}
.mission-item.mission-failed .btn-cta{opacity: 0.5}
.mission-item.mission-failed .date-remain{
  filter: invert(16%) sepia(99%) saturate(4393%) hue-rotate(357deg) brightness(84%) contrast(125%);
}
.mission-item-wrp{
  margin:0 1rem;
  background: #fff;
  border: 1px solid #D7DFE6;
  border-radius: 8px;
  & > :not(:last-child){
    border-bottom: 1px solid #D7DFE6;
  }
}
.mission-item-locked{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.60);
  backdrop-filter: blur(5px);
  border-radius: 0 0 8px 8px;
}
.title-with-bg{
  font-size: 14pt;
  font-weight: 600;
  padding: 1rem;
  background: url("../img/titleBg.svg") left no-repeat;
  margin-top: 20px;
}
.redBtn{
  color: #fff;
  text-decoration: none;
  display: flex;
  column-gap: 8px;
  padding: 5px 0 4px 0;
  position: absolute;
  background: url("../img/HMbuttonBg.svg") center;
  background-size: cover;
  left:50%;
  bottom: -12px;
  margin-left: -70px;

  &::after{
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    content: '';
    width: 10px;
    background: url("../img/HMbuttonBg.svg") left;
    background-size: cover;
  }
  &::before{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    content: '';
    width: 10px;
    background: url("../img/HMbuttonBg.svg") right;
    background-size: cover;
  }
}
.redBtn p{
  font-weight: 500;
  font-size: 14px;
}
/* daily check in */
.separator{
  width: 100%;
  height: 1px;
  background: #D7DFE6;
}
.dc-badge-wrp {
   padding: 0px;
  text-align: center;
  width: 40px;
}
.dc-badge {
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  background-color: #D3F8E8;
  border-radius: 4px;
  padding: 4px;
}
.dc-badge.today{
  outline:  1.5px solid #2ECC71;
}.dc-badge.not-yet{
  background: #B5B5B5;
}.dc-badge.broken{
  background: #B5B5B5;
}.dc-badge.not-yet .iconBadge{
  background:url("../img/icons/badge_noteyet.svg") no-repeat center;
}.dc-badge.broken .iconBadge{
  background:url("../img/icons/badge_crack.svg") no-repeat center;
}
.dc-badge .iconBadge {
  margin:0 0 4px 0;
  background:url("../img/icons/badge_success.svg") no-repeat center;
  height: 30px;
}
.dc-badge .point{
  font-size: 10pt;
  font-weight: 500;
}
.dc-badge-wrp .date{
  font-size: 9pt;
  font-weight: 500;
  margin: 6px 0 0 0;
}
.icon-mission{
  position: relative;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-mission.calendar{
  background-image:url("../img/icon3d/3d_daily_login.png");
}
.icon-mission.referral{
  background-image:url("../img/icon3d/3d_referral.png");
}
.icon-mission.consultan{
  background-image:url("../img/icon3d/3d_consultan.png");
}
.icon-mission.wheels{
  background-image:url("../img/icon3d/3d_lucky_wheel-new.png");
}
.icon-mission.quiz{
  background-image:url("../img/icon3d/3d_quiz.png");
}
.icon-mission.consultation{
  background-image:url("../img/icon3d/3d_purchase_consultation.png");
}
.icon-mission.add-car{
  background-image:url("../img/icon3d/3d_add_vehicle.png");
}
.icon-mission.car-prediction{
  background-image:url("../img/icon3d/3d_car_prediction.png");
}
.icon-mission.live-stream{
  background-image:url("../img/icon3d/3d_live_stream.png");
}
.icon-mission.mimate{
  background-image:url("../img/icon3d/3d_mimate_time.png");
}
.icon-mission.read-content{
  background-image:url("../img/icon3d/3d_read_content.png");
}
.icon-mission.thumbs-up{
  background-image:url("../img/icon3d/3d_thumbs_up.png");
}
.icon-mission.streaming{
  background-image:url("../img/icon3d/3d-streaming.png");
}
.spacer{
  width: 100%;
  height: 1rem;
  background: 0 0;
}
.newcard{
  display: grid;
  background: #fff;
  border: 1px solid #D7DFE6;
  border-radius: 8px;
}
.section-title-sub{margin-left: 4px;}
.section-title-sub2{
  padding: .7rem;
}
.section-title-sub2 h4{
  font-size: 14pt;
  font-weight: 600;
}
.section-title-sub2 p{
  font-size: 10pt;
  font-weight: 400;
}
.section-title-sub h4{
  font-size: 16px;
  font-weight: 500;
  padding-left: 2px;
}
.section-title-sub h5{
  font-size: 14px;
  font-weight: 500;
}
.section-title-sub p{
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0;
}
.section-title-sub .totalstamp-btn a{
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.totalstamp-btn .icon-tier2 img{
  margin-top: -3px;
  vertical-align: middle;
}
.btn-cta.samesize{width: 50px;}
.btn-cta.selesai{
  background: #494949;
  &::before, &::after {background: #494949;}
}
.btn-cta {
  position: relative;
  font-weight: 700;
  color: #FFF;
  border: none;
  background-color: #ED0000;
  padding: 12px 0;
  font-size: 20px;
  cursor: pointer;

  &::before, &::after {
    content: '';
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    bottom: 0;
    width: 10px;
    background: #ED0000;
    clip-path: polygon( 100% 99.998%,95.384% 99.998%,95.384% 99.998%,90.325% 99.895%,85.382% 99.594%,80.592% 99.102%,75.99% 98.426%,71.614% 97.576%,67.499% 96.558%,63.682% 95.382%,60.199% 94.054%,57.087% 92.583%,54.382% 90.977%,6.133% 58.589%,6.133% 58.589%,3.986% 56.955%,2.316% 55.265%,1.123% 53.533%,0.408% 51.774%,0.169% 50%,0.408% 48.226%,1.124% 46.467%,2.316% 44.735%,3.986% 43.045%,6.133% 41.411%,54.382% 9.021%,54.382% 9.021%,57.087% 7.415%,60.199% 5.944%,63.682% 4.616%,67.499% 3.439%,71.614% 2.422%,75.991% 1.571%,80.592% 0.896%,85.383% 0.403%,90.325% 0.102%,95.384% 0%,100% 0%,100% 99.998% );
  }

  &::after {
    left: calc(100% - 1px);
    width: 10px;
    clip-path: polygon( 0.169% 99.998%,4.785% 99.998%,4.785% 99.998%,9.844% 99.895%,14.787% 99.594%,19.577% 99.102%,24.179% 98.426%,28.555% 97.576%,32.67% 96.558%,36.487% 95.382%,39.97% 94.054%,43.082% 92.583%,45.788% 90.977%,94.037% 58.589%,94.037% 58.589%,96.184% 56.955%,97.853% 55.265%,99.046% 53.533%,99.762% 51.774%,100% 50%,99.762% 48.226%,99.046% 46.467%,97.853% 44.735%,96.183% 43.045%,94.037% 41.411%,45.788% 9.021%,45.788% 9.021%,43.082% 7.415%,39.97% 5.944%,36.487% 4.616%,32.67% 3.439%,28.555% 2.422%,24.179% 1.571%,19.577% 0.896%,14.787% 0.403%,9.844% 0.102%,4.785% 0%,0.169% 0%,0.169% 99.998% );
  }
}
.btn-side-wrp{
  display: flex;
  justify-content: center;align-items: center;
  padding: 0 16px;
}
.btn-cta.small{
  font-size: 14px;
  padding: 8px 0;
  font-weight: 500;
}
.btn {
  padding: 0.75rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.btn-success {
  color: #fff;
  background-color: #ED1C24 !important;
  border-color: #ED1C24 !important;
}
.btn-warning {
  color: #000;
  background-color: #ED1C24 !important;
  border-color: #ED1C24 !important;
}

.card {
  --border-radius: 0.5rem;
  border: 1.5px solid #E3E5E6;
  border-radius: var(--border-radius);
  padding: 1rem;
}

.card-campaign > img.img-full,
.card-promo > img.img-full {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.card-campaign .btn,
.card-promo .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-bg {
  position: relative;
}
/*.card-bg > img.img-full {
  border-radius: var(--border-radius);
}*/
.logo_55 {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);

  &.top_left {
    top: 4px;
    left: 4px;
    transform: none;
  }
}
.card-bg .card-text-overlay {
  position: absolute;
  text-align: center;
  inset: 0;
  padding: 0.5rem;
}
.card-bg .card-text-overlay img{
  width: 100%;
  position: relative;
  z-index: 2;
}
.card-bg .card-text-overlay h2{
  font-weight: 600;
  font-size: 32pt;
  position: relative;
  z-index: 2;
}
.card-bg .card-text-overlay p{
  margin: 4px;
  font-weight: 400;
  font-size: 10pt;
}
.tnc-banner{
  width: 100%;
  position: relative;
  background: url("../img/bannerBottomBg.svg") top;
  background-size: 100%;
}
.card-text-overlay-tnc {
  position: relative;
  text-align: center;
  inset: 0;
  padding: 0.5rem 0.5rem 1.5rem 0.5rem;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 1) 100%);
}

.card-text-overlay-tnc h2{
  font-weight: 600;
  font-size: 20pt;
  margin: 12px 0 ;
}
.card-text-overlay-tnc p{
  margin: 4px;
  font-weight: 400;
  font-size: 12pt;
}
.card-lokasi {
  flex-direction: row;
}
.card-lokasi .card-body {
  width: 78%;
  padding: 0.875rem;
}
.card-lokasi .card-title {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1rem;
  color: #4e4e4e;
}
.card-lokasi .card-text {
  color: #313131;
  font-size: 0.875rem;
}
.card-lokasi .card-action {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card-outline {
  background: transparent;
  border: 1px solid #939393;
}
.card-outline__green {
  border-color: #ED1C24;
}
.card-outline__green .card-text,
.card-outline__green .card-title {
  color: #ED1C24;
}

.card-voucher-service {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f4f4f4;
}
.card-voucher-service .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.card-voucher-service .card-title {
  font-size: 1rem;
  color: #4e4e4e;
}
.card-voucher-service .card-text {
  font-size: 0.75rem;
  color: #313131;
}

.card-promo > .promo-banner {
  position: relative;
  width: 100%;
  padding-top: 98%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.card-promo > .promo-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.accordion-flush .accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-flush .accordion-header .accordion-button {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  background-color: transparent;
  box-shadow: none;
}
.accordion-flush .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-body {
  padding: 0;
  margin-top: 0.5rem;
}

.carousel-flush .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.carousel-flush .carousel-indicators [data-bs-target].active {
  background-color: #ed1c24;
}
.carousel-flush .carousel-item .carousel-caption {
  padding: 0;
  right: 1.25rem;
  left: 1.25rem;
}
.carousel-flush .carousel-item .carousel-caption .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 80%;
}
.carousel-flush .carousel-inner,
.carousel-flush .carousel-item,
.carousel-flush .carousel-item img {
  border-radius: 0.5rem;
}

.nav-tabs {
  gap: 1rem;
  border: none;
}
.nav-tabs .nav-item {
  flex: 1 1 0;
}
.nav-tabs .nav-item [data-bs-toggle=tab]:not(.active) {
  color: #939393;
  background-color: transparent;
  border-color: transparent;
}

.input-wrapper label {
  font-weight: 500;
}

.form-control {
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.form-control::-moz-placeholder {
  color: rgba(38, 38, 38, 0.3);
}
.form-control::placeholder {
  color: rgba(38, 38, 38, 0.3);
}

.select-container {
  width: auto;
  margin: 0 0.5rem 1rem;
}
@media screen and (min-width: 440px) {
  .select-container {
    margin: 0 1rem 1rem;
  }
}

.select2-container .select2-selection--single {
  height: auto;
  border-radius: 0.5rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 16px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow > b {
  display: none;
}
.select2-container span {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.select2-dropdown span {
  background-color: #fff !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5wwoyo");
  src: url("../fonts/icomoon.eot?5wwoyo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5wwoyo") format("truetype"), url("../fonts/icomoon.woff?5wwoyo") format("woff"), url("../fonts/icomoon.svg?5wwoyo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-qrcode:before {
  content: "\e901";
}

.home-banner h1 {
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 440px) {
  .home-banner h1 {
    font-size: 2rem;
  }
}
.menuWrp{
  background: #F2F2F2;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.menu-item {
  flex: 1 1 0px;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}
.menu-item p,.menu-item a  {
  line-height: 1.2;
  font-weight: 300;
  font-size: 0.8rem;
  text-decoration: none;
  color: #000;
  margin: 0;
}
.menu-item p{margin-top: 8px}
.menu-icon {
  height: 64px;
}
.menu-icon > img {
  height: 100%;
}
.bg-body-white {
  background-color: #fff;
}
.bg-body-white > main {
  background-color: #fff;
}

.bg-body-gray {
  background-color: #F5F5F5;
}
.bg-body-gray > main {
  background-color: #F5F5F5;
}

.bg-green {
  color: #fff;
  background-color: #ED1C24;
}

.shadow-xs {
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.25);
}

.text-highlight {
  color: #ED1C24;
  font-weight: 500;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

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

.content {
  padding: 0 1rem;
}
.content h1 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.content p {
  font-size: 0.875rem;
  color: #747474;
}
.content .card {
  margin: 0 -1rem;
}

.footer-mobile {
  padding: 28px 4px;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.refresh-btn{
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1000;
}
.pemenang-wrap{
  padding: 8px;
  margin: 24px 1rem;
  background: url(../img/bg-pemenang.png) right top no-repeat #ed0000;
  background-size: auto 100%;
  border-radius: 8px;
  color: white;
  gap: 4px;
}
.pemenang-wrap h4{
  font-weight: 600;
  font-size: 16px;
}
.pemenang-wrap p{
  font-size: 12px;
  margin-bottom: 8px;
}
.pemenang-wrap a{
  color: white;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}

.overflow-img{
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
html{
  overflow: hidden;
}
body{
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.pemenang .pemenang-wrap {
  background: url(../img/bg-pemenang-active.png) right top no-repeat #ed0000;
  background-size: auto 100%;
  box-shadow: 0px 2px 4px 0px rgba(126, 161, 184, 0.25);
}
.pemenang .pemenang-wrap.pemenang-wrap--off {
  background: url(../img/bg-pemenang-off.png) right top no-repeat #CBCBCB;
  background-size: auto 100%;
}
.selamat {
  padding: 12px 8px;
  background-color: rgba(29, 179, 219, 9%);
  border: 1px solid #02B3E1;
  border-radius: 8px;
  text-align: center;
}
.selamat p {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 17px;
  padding-right: 10px;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.selamat p:before {
  position: absolute;
  top: -6px;
  left: 0px;
  width: 17px;
  height: 20px;
  background: url(../img/icons/stars-2.svg) no-repeat;
  background-size: 100% 100%;
  content: '';
}
.selamat p:after {
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 7px;
  height: 7px;
  background: url(../img/icons/stars-1.svg) no-repeat;
  background-size: 100% 100%;
  content: '';
}
.live-streaming {
  padding-top: 10px;
  padding-bottom: 24px;
  overflow-x: hidden;
}
.live-streaming .ls-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.live-streaming .ls-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.live-streaming .ls-title .ls-wrp {
  background: url(../img/bgRedRight-only.svg) no-repeat;
  background-size: 100% 100%;
  background-position: right center;

  width: 133px;
  padding: 4px 10px 5px 16px;
}
.live-streaming .ls-count-down .ls-wrp {
  background: url(../img/bgBlackRight-only.svg) no-repeat;
  background-size: 100% 100%;
  background-position: right center;

  width: 169px;
  padding: 22px 24px 8px 16px;
}
.live-streaming .ls-count-down .timer {
  display: flex;
  flex-direction: row;
  column-gap: 0;
}
.live-streaming .ls-count-down .timer .time,
.live-streaming .ls-count-down .timer .time.time-sparator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.live-streaming .ls-count-down .timer .time {width: calc(75% / 3);}
.live-streaming .ls-count-down .timer .time.time-sparator {width: 5%;}
.live-streaming .ls-count-down .timer .time .text-big {
  font-size: 18px;
  font-family: MMC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.live-streaming .ls-count-down .timer .time .text-small {
  font-size: 8px;
  font-family: MMC;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.mission-with-bg:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 1px);
  height: 100%;
  content: '';
  background: url(../img/bg-streaming-mission.png) no-repeat;
  background-size: cover;
  background-position: left center;
}
.section-title-sub .mission-label {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 99999px;
  background: #ED0000;
  margin-bottom: 4px;
}
.section-title-sub .mission-label i {
  display: block;
  width: 9px;
  height: auto;
}
.section-title-sub .mission-label i img {
  display: block;
  width: 9px;
  height: auto;
}
.section-title-sub .mission-label span {
  display: block;
  
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 500;
}