.icon-faded {
  display: inline-block;
  position: absolute;
  top: 0;
  color: var(--bs-danger);
  font-size: 24px;
  animation: fade 2s infinite;
}

.product {
  position: relative;
}

.ribbon {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--bs-danger);
  padding: 0 5px;
  border: solid 3px #fff;
  border-end-start-radius: 15px;
  border-end-end-radius: 1px;
  border-start-start-radius: 1px;
  border-start-end-radius: 15px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
  z-index: 9;
}

.text-dark-danger {
  color: #c7313d !important;
}

.dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-danger);
  --bs-dropdown-link-active-color: var(--bs-danger);
}

.menu-shadow-area {
  background: #1f2029;
  position: relative;
  /* box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.36); */
  z-index: 12;
}

.menu-area::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 175px;
  height: 18px;
  background: var(--bs-white);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
  z-index: 10;
}

.menu-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 175px;
  height: 18px;
  background: var(--bs-white);
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  z-index: 10;
}

.carousel-area {
  position: relative;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.36);
  z-index: 8;
}

.carousel-area::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: -7px;
  width: 175px;
  height: 18px;
  background: #da4c56;
  border-end-start-radius: 5px;
  border-end-end-radius: 15px;
  border-start-start-radius: 15px;
  border-start-end-radius: 5px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.36);
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%); */
}

.carousel-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 260px;
  height: 18px;
  background: #da4c56;
  border-end-end-radius: 15px;
  border-start-end-radius: 15px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.36);
  /* clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%); */
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -3rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -3rem;
}

.footer-area {
  position: relative;
  box-shadow: 0px 3px 27px 0px rgba(255, 255, 255, 0.36);
  z-index: 9;
}

.footer-area::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17px;
  width: 175px;
  height: 18px;
  background: #f0f0f8;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}

.footer-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 175px;
  height: 18px;
  background: #f0f0f8;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

.progress-wrap {
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.36);
}

.progress-wrap:after {
  position: absolute;
  font-family: Unicons;
  content: "\e951";
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.2rem;
  color: #da4c56;
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #c7313d;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #c7313d;
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: -2.5rem 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 3px solid transparent;
  transform: scale(0.6);
}

.f-link {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.692) !important;
}

.f-link:hover {
  --bs-text-opacity: 1;
  color: #fff !important;
}

.bg-dark-danger {
  --bs-bg-opacity: 1;
  background-color: #c7313d !important;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -3rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -3rem;
}

/* .radio-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 10px;
  text-align: center;
} */

.radio-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.radio-image img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: brightness(50%);
}

input[type="radio"]:checked+.radio-image,
input[type="radio"]:checked+.radio-image span,
input[type="radio"]:checked+.radio-image h5,
input[type="radio"]:not(:checked)+.radio-image:hover,
input[type="radio"]:not(:checked)+.radio-image:hover span,
input[type="radio"]:not(:checked)+.radio-image:hover h5,
input[type="radio"]:not(:checked)+.radio-image:hover h3 {
  /* border-color: var(--bs-danger);
  border-radius: 15px;
  background-color: var(--bs-secondary); */
  color: var(--bs-danger);
  transition: 0.5s ease;
}

input[type="radio"]:checked+.radio-image::after {
  content: "";
  position: absolute;
  top: 3.5em;
  left: -3.5em;
  width: 10em;
  height: 1em;
  background: #fefefe;
  filter: blur(15px);
  transform: rotate(45deg);
  animation: shine 2.5s ease-in-out infinite;
  z-index: 2;
}

input[type="radio"]:checked+.radio-image img {
  transform: scale(1.1);
  filter: brightness(100%);
  transition: 0.5s ease;
}

input[type="radio"]:not(:checked)+.radio-image:hover img {
  filter: brightness(100%);
  transition: 0.3s ease;
  transform: scale(1.1);
}

.custom-input {
  display: none;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.sticky-row {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 .1rem rgba(128, 130, 134, .25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.75rem);
  transition: all .2s linear, margin-right 0s
}

.content {
  min-height: 2000px !important;
  /* memberikan cukup ruang untuk scroll */
}

.cookies--tpp24 {
  position: fixed;
  bottom: 0;
  animation: popupFadeIn .4s ease-out forwards;
  transform: translateY(100%) scale(0.95);
  opacity: 0;
  z-index: 11;
}

.cookies--tpp24 .card {
  max-width: 20rem;
  box-shadow: 5px 5px 5px rgba(78, 78, 78, 0.4);
}

.cookies--tpp24 .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.cookies--tpp24 .cookies--icon::after {
  content: '';
  background-image: url('/assets/img/svg/cookies.svg');
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 0;
}

.cookies--tpp24 .cookies--icon-product::after {
  content: '';
  /* background-image: url('/assets/img/svg/cookies.svg'); */
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: 0;
}

.cookies--tpp24 .cookies--description {
  font-size: .82em;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.cookies--tpp24 .cookies--button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: .5rem;
  position: relative;
  z-index: 1;
  /* background-color: red; */
}

.btn.saveCookie {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.cookies--hide {
  animation: popupFadeOut .4s ease-out forwards;
}

ol.order__detail {
  position: relative;
  list-style: none;
  padding-left: 0;
}

ol.order__detail li {
  position: relative;
  margin-bottom: 1em;
}

ol.order__detail .card__title_topup {
  position: absolute;
  top: 1em;
  left: -.5em;
  z-index: 2;

  background: linear-gradient(to top, #e2626b -100%, white 45%);
  border: 2px solid rgba(226, 98, 107, 1);
  border-radius: 10px 30px 10px 10px;
  -webkit-border-radius: 10px 30px 10px 10px;
  -moz-border-radius: 10px 30px 10px 10px;
  -ms-border-radius: 10px 30px 10px 10px;
  -o-border-radius: 10px 30px 10px 10px;
  box-shadow: 0 3.831px 3.831px #00000040;
}

ol.order__detail .card__title_topup .card-header {
  padding: .7em .5em;
}

.border-between {
  padding: 0 .55em;
  border-left: 1px solid var(--bs-secondary);
  border-right: 1px solid var(--bs-secondary);
}

.rating__body {
  margin: 1em 0;
}

.rating__body .progress-list p {
  margin-bottom: 0;
}

.rating__body .progress-list li {
  margin-bottom: .5em;
}

.rating__comment {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-color: var(--bs-danger) transparent;
}

.user__review {
  cursor: default;
  padding: .3em;
  background: var(--bs-soft-primary);
  border-left: 3px solid var(--bs-warning);
  border-radius: calc(1px + .5em);
}

.rating__message {
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-block;
  margin: 1em 0;
}

.rating__message::after {
  content: '”';
  font-size: 12pt;
  color: #aab0bc;
}

.rating__message::before {
  content: '“';
  font-size: 12pt;
  color: #aab0bc;
}

.progress-list .progressbar.line__tpp24 {
  position: relative;
}

.card__order {
  position: sticky;
  bottom: 1.25em;
  z-index: 2;
  margin: 0 1em;
  /* height: 100%; */
}

.star-icon {
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
  transform-origin: center;
}

.star-icon:hover,
.star-icon.active {
  color: var(--bs-warning);
  transform: scale(1.3);
}

.resetRating {
  top: -4px;
  transform: translateY(0) !important;
}

.resetRating:hover {
  color: var(--bs-primary);
  box-shadow: none !important;
  /* transform: translateY(0) !important; */
}

.hot__discount {
  position: relative;
  display: flex;
  font-size: 10pt;
  font-weight: 600;
  color: #fefefe;
  /* overflow: hidden; */
}

.hot__discount .hot__discount_body {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  background: linear-gradient(15deg, var(--bs-danger), #e2626b);
  padding: 0 1.1em;
  border: 3px solid #e2626b;
  border-radius: calc(1.5em + 1px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  overflow: hidden;
}

.hot__discount .hot__discount_body::after {
  content: "";
  position: absolute;
  width: 10em;
  height: 1em;
  background: #fefefe;
  filter: blur(15px);
  transform: rotate(45deg);
  animation: shine 2.5s ease-in-out infinite;
}

.hot__discount .hot__discount_body img {
  filter: drop-shadow(2.5px 2px 0 rgba(0, 0, 0, .3));
}

.our__services {
  line-height: 1.5em;
}

.our__services span {
  font-size: 11px;
}

.rating__text {
  font-size: 16px;
  font-weight: 600;
}

.about__product {
  font-size: 13px;
  /* line-height: 1.2em; */
}

.card__detail_step_buying p {
  padding-bottom: 1em;
}

.card__step_buying .card__detail_step_buying {
  overflow: hidden;
  line-height: 1.5;
  max-height: 8rem;
  transition: max-height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 10px;
}

.card__detail_step_buying.show {
  max-height: 1000px;
}

.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--bs-danger);
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.link.show__more {
  display: inline-flex;
  align-items: center;
}

.link.show__more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(1px);
  transform-origin: 50% 50%;
  transition: transform .3s ease;
}

.link.show__more i::before {
  vertical-align: middle;
}

.link.show__more.active i {
  transform: rotate(180deg) translateY(1px);
}

.link:hover {
  color: #b5000f;
}

.link.show__more {
  cursor: pointer;
}

.card__faq {
  margin: 0 1em;
}

.card__faq .accordion-wrapper .card {
  border-radius: calc(1.5em + 1px);
  box-shadow: none;
  overflow: hidden;
}

.card__faq .accordion-wrapper .card-header {
  /* background: red; */
  border-radius: calc(1.5em + 1px);
  transition: background .7s ease;
}

.card__faq .accordion-wrapper .accordion-item .card-header:hover {
  background: #f0f0f8 !important;
}

.card__faq .accordion-wrapper .accordion-item:nth-child(odd) .card-header {
  background: rgba(240, 240, 248, .6);
}

.card__faq .accordion-wrapper .accordion-item:nth-child(even) .card-header {
  background: rgba(255, 255, 255, .4);
}

.card__faq .accordion-wrapper .accordion-item:focus-within {
  background: rgba(173, 189, 220, .4);
}

.card__faq .accordion-wrapper .accordion-item:has(.accordion-collapse.show) {
  background: rgba(173, 189, 220, .4);
  color: inherit;
}

.card__faq .accordion-wrapper .card-header button {
  font-size: 15.5px !important;
}

.card__faq .accordion-wrapper .card-header button:before {
  font-size: 21px;
  margin-top: -.25rem;
}

.with__referral input:read-only {
  cursor: not-allowed;
  background: #f0f0f8;
  border-color: #e0e3f0;
}

.custom-radio .radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-radio .payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 8px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: all .25s ease;
}

.custom-radio .payment-card img {
  width: 80px;
  max-height: 36px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all .25s ease;
}

.custom-radio .payment-card:hover {
  border-color: #d89b44;
  background: #fffef8ff;
}

.custom-radio .radio:checked+.payment-card {
  border-color: #d89b44;
  background: #fffceeff;
  /* box-shadow: 0 4px 12px rgba(0, 123, 255, .2); */
}

.custom-radio .radio:checked+.payment-card img {
  filter: grayscale(0);
  transform: scale(1.05);
}

#payment .row>div {
  padding: 4px;
}

.total__price_confirm {
  color: #4c4d4d;
  background: var(--bs-icon-solid-fill-yellow);
  padding: 4px 10px 0;
  border-radius: clamp(10px, 1.5vw, 10px);
  border-bottom: 4px solid #d89b44;
  margin: .5rem 0 !important;
}

.alert__cstm_tpp24 {
  font-weight: 600;
  background: linear-gradient(to top, rgba(0, 0, 0, .2), transparent);
  border-radius: clamp(10px, 1.5vw, 10px);
  border-bottom: 4px solid rgba(0, 0, 0, .4);
}

.card.shadow__tpp24 {
  box-shadow: 0 1.915px 3.831px rgba(0, 0, 0, .2) !important;
}

.card--auth {
  background: #fdf8f9;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 245, 245) 100%);
  border: 5px solid rgb(255, 255, 255);
}

.card--auth input {
  box-shadow: rgba(var(--bs-red-rgb), .3) 0px 10px 10px -5px;
  transition: box-shadow .5s ease;
}

.card--auth input:focus {
  box-shadow: none;
  border-color: rgba(var(--bs-red-rgb), .3);
}

.card--auth .btn-login {
  box-shadow: rgba(var(--bs-red-rgb), .8) 0px 20px 10px -15px;
}

.gradient__tpp24 {
  background: linear-gradient(to top, rgba(0, 0, 0, .2), transparent);
}

.shadow__tpp24 {
  box-shadow: 0 1.915px 3.831px rgba(0, 0, 0, .4);
}

.separator {
  display: block;
  height: 0;
  margin: .5rem 0;
  border-bottom: 1px solid var(--bs-border-color);
}

.separator.separator__content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}

.separator.separator__content::before {
  margin-right: 1.25rem;
}

.separator.separator__content::after {
  margin-left: 1.25rem;
}

.separator.separator__content::before,
.separator.separator__content::after {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}

.jello {
  animation: jello 2s both infinite;
}

.cring {
  display: inline-block;
  /* transform-origin: 50% 0%; */
  animation: cring 1.4s ease-in-out infinite;
}

.ringing {
  display: inline-block;
  /* transform-origin: 50% 0%; */
  animation: ringing 1.4s ease-in-out infinite;
}

/* =============================== */
@media (max-width: 320px) {
  .cookies--tpp24 .cookies--button {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .title--product {
    font-size: .45rem !important;
  }

  .cookies--tpp24 {
    width: 100%;
    z-index: 11;
  }
}

@media (max-width: 796px) {
  .swiper-controls .swiper-navigation .swiper-button {
    background: rgba(var(--bs-white-rgb), 0.7);
    color: #343f52;
    border: 0;
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    width: 1.5rem;
    height: 1.5rem;
    line-height: inherit;
    border-radius: 100%;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
  }

  .d-md-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-md-start {
    text-align: center;
  }

  .text-md-end {
    text-align: center;
  }

  .social {
    margin-top: 1rem;
  }

  .icon-faded {
    font-size: 18px;
  }
}


@media (max-width: 992px) {
  .sticky-row {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .sticky-row {
    width: 55% !important;
  }
}

@media (max-width: 576px) {
  .sticky-row {
    width: 75% !important;
  }
}

/* =============================== */

@keyframes fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes popupFadeIn {
  0% {
    transform: translateY(100%) scale(0.95);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes popupFadeOut {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(100%) scale(0.95);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .card__order {
    margin: 0;
  }

  .rating__text {
    font-size: 13px;
  }

  .our__services span {
    font-size: 10px;
  }

  .card__faq {
    margin: 0;
  }

  .card__faq .accordion-wrapper .card-header {
    padding: .9rem 0 .85rem;
  }

  .card__faq .accordion-wrapper .card-header button {
    padding: 0 0 0 1.3rem;
  }

  .card__faq .accordion-wrapper .card-header button:before {
    left: 10px;
  }
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    left: 120%;
    opacity: 0;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes jello {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes cring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(-8deg);
  }

  40% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ringing {
  0% {
    transform: rotate(0deg) scale(1);
  }

  10% {
    transform: rotate(-10deg) scale(1.1);
  }

  20% {
    transform: rotate(10deg) scale(1.18);
  }

  30% {
    transform: rotate(-8deg) scale(1.2);
  }

  40% {
    transform: rotate(8deg) scale(1.2);
  }

  50% {
    transform: rotate(-5deg) scale(1.18);
  }

  60% {
    transform: rotate(5deg) scale(1.15);
  }

  70% {
    transform: rotate(0deg) scale(1.03);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}