@media (max-width: 1025px) {
  .c03-indicator-widget {
    top: 100vw;
    margin-top: -60px;
  }

  .c03-indicator-sizing {
    height: 60px;
  }

  .c03-indicator-dot-empty {
    margin-left: 2px;
    margin-right: 2px;
    height: 0.625rem !important;
    width: 0.625rem !important;
  }

  .c03-indicator-dot-empty.c03-indicator-dot-full {
    @apply bg-white;
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
}

@media (min-width: 1026px) {
  .c03-indicator-dot-empty {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .c03-top-multiple {
    padding-top: 172px;
  }

  .c03-top {
    padding-top: 120px;
  }
}

.c03-indicator-dot-empty {
  @apply border border-white rounded-full;
  height: 0.75rem;
  width: 0.75rem;
}

.c03-indicator-dot-empty.c03-indicator-dot-full {
  @apply bg-white;
  width: 1rem;
  height: 1rem;
}

.c03-loading {
  left: -8rem;
  transition: 7s;
}

@keyframes c03-loading-animation {
  from {
    left: -8rem;
  }
  to {
    left: 0;
  }
}
