.text-\[64px\]
{
  font-size:64px;
}
@media (min-width: 1024px) {
  .lg\:text-\[64px\] {
      font-size: 64px;
  }
}

.text-highlight
{
  font-weight: bold;
  color:#2A2EBA;
}

.time-countdown-container
{
  display: flex;
  margin: auto;
  width: auto;
  align-items: center;
  gap: 18px;
  margin-top:24px;
}
.time-text
{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 12px;
}
.time-text .number
{
  font-size: 32px;
  font-weight: bold;
  line-height: 38.4px;
}
.time-text .satuan
{
  font-size: 16px;
  font-weight: bold;
}

.color-red
{
  color:#E23050;
}

.text-blue
{
  color:#2A2EBA;
}
.text-red
{
  color:#E23050;
}
.border-red
{
  border-color:#E23050;
}

.slide-benefit-container
{
  padding: 12px;
  padding-bottom: 32px;
}
.slide-benefit
{
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  width: 500px;
}

.bottom-white
{
  background-color: white;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}

@property --progress-value {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}

.progress-bar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, #ECEEFF 79%, transparent 80% 100%),
    conic-gradient(hotpink var(--p,0%), #EAEAEA 0);    
}

.progress-bar.red{
  background: 
    radial-gradient(closest-side, #ECEEFF 79%, transparent 80% 100%),
    conic-gradient(#F50040 var(--p,0%), #EAEAEA 0);    
}

.progress-bar.blue{
  background: 
    radial-gradient(closest-side, #ECEEFF 79%, transparent 80% 100%),
    conic-gradient(#3B41C3 var(--p,0%), #EAEAEA 0);    
}

.progress-bar.black{
  background: 
    radial-gradient(closest-side, #ECEEFF 79%, transparent 80% 100%),
    conic-gradient(#000000 var(--p,0%), #EAEAEA 0);    
}


@media (max-width: 768px) {

  .progress-bar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }

  .time-text
  {
    margin-right: 8px;
  }
  .time-text .number
  {
    font-size: 24px;
    font-weight: bold;
    line-height: 24.4px;
  }
  .time-text .satuan
  {
    font-size: 12px;
    font-weight: bold;
  }
}
