.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  color: #fff;
  transition: 0.25s all ease;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  /* margin: 3px; */
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  padding: 15px;
  border-radius: 30px;
  background-color: #ffd364;
  color: #ffffff;
}

.hero__bintang {
  justify-content: start !important;
}

.dateblock__item.red .dateblock__item-title,
.dateblock__item.red .peringkat-list__star p,
.dateblock__item.red .dateblock__item-time {
  color: #c9130c;
}

.header__fixed {
  height: 4.5rem;
}
.header__fixed a {
  margin-top: 1.1rem;
}

.peringkat-list__nameloc p,
.card__rank-winner-location {
  text-transform: capitalize;
}

#lokasiUserPopup,
#lokasiUserLokal {
  text-transform: capitalize;
}

.slider-event {
  padding-bottom: 2rem;
}
.slider-event .swiper-slide {
  border-radius: 8px;
  width: 90%;
}
p.incomplete {
  color: #2b2b2b;
  padding-left: 10px;
}
p.incomplete strong {
  color: #f7a241;
}
.label-peringkat.incomplete-local {
  background-color: #fafafa;
  text-align: center;
}

.label-peringkat.incomplete-local .complete-now {
  margin-top: 10px;
  color: #ff0000;
}

.left.incomplete {
  width: 100%;
}
