
  /* (unused) .disabled {
    font-size: var(--vats-text-xs);
    color: var(--vats-text4);
  }*/

  .container.svelte-1677dju {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    color: transparent;
    pointer-events: none;
    user-select: none;
  }

  dialog.svelte-1677dju,
  dialog.svelte-1677dju:focus {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    border: none;
    max-width: none;
    max-height: none;
    background-color: hsl(from var(--vats-background) h s l / 20%);
    z-index: 500;
    pointer-events: all;
    color: var(--vats-text);

    main:where(.svelte-1677dju) {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    section:where(.svelte-1677dju) {
      overflow: hidden;
      width: max-content;
      height: max-content;
      margin: auto auto;
      border-radius: 2rem;
      border: var(--vats-dialogborder-size) solid var(--vats-coloredtext);
      background-color: var(--vats-background);
    }

    button:where(.svelte-1677dju),
    button:where(.svelte-1677dju):focus {
      position: absolute;
      top: 0;
      left: 0.25rem;
      background: none;
      border: none;
      font-size: 2.5rem;
      font-weight: bold;
      cursor: pointer;
      color: var(--vats-coloredtext);
      z-index: 100;
    }
  }

  dialog.svelte-1677dju::backdrop {
    backdrop-filter: blur(4px);
  }
