
	.wrap.svelte-x8lwj6 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.container.svelte-x8lwj6 {
		position: absolute;
		left: 50%;
		top: 25%;
		width: 25px;
		height: 50%;
		transform-origin: center bottom;
		translate: -50% -50%;
		overflow: hidden;
		border-radius: 100px;
	}

	.track.svelte-x8lwj6 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 50%;
		overflow: hidden;
		border-radius: inherit;
	}

	.line-inner.svelte-x8lwj6 {
		animation: svelte-x8lwj6-dash 4s both cubic-bezier(1, -0.01, 1, 0.98) reverse;
		position: absolute;
		left: 0%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		border-radius: inherit;
		z-index: -1;
		background: linear-gradient(180deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
		/* background: linear-gradient(180deg, var(--primary-color), transparent); */
	}

	@keyframes svelte-x8lwj6-dash {
		0% {
			transform: translateY(-100%);
		}
		100% {
			transform: translateY(100%);
		}
	}
