
  .loader.svelte-4sfv62 {
    width: 120px;
    height: 12px;
    border-radius: 20px;
    color: #01325d;
    border: 2px solid;
    position: relative;
  }
  .loader.svelte-4sfv62::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: svelte-4sfv62-l6 2s infinite;
  }
  @keyframes svelte-4sfv62-l6 {
    100% {
      inset: 0;
    }
  }
