
  aside.svelte-1w0a6l8 {
    position: absolute;
    z-index: 9999 !important;
    right: 2rem;
    top: 1.5rem;
    background-color: var(--vats-sidebar-background);
    border-radius: var(--vats-input-borderradius);
    border: 1px solid var(--vats-coloredtext);
    box-shadow: 0 0 8px hsl(from var(--vats-coloredtext) h s l / 50%);
    padding: 0.5rem 1.25rem;
    box-sizing: border-box;
    width: 40rem;
    height: 7.5rem;

    div:where(.svelte-1w0a6l8) {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 2rem;
      height: 100%;
      padding: 0;

      div:where(.svelte-1w0a6l8) {
        display: inline-block;
        padding-top: 1.1rem;
      }

      span:where(.svelte-1w0a6l8) {
        line-height: 5.75rem;
        overflow: hidden;

        span:where(.svelte-1w0a6l8) {
          font: 600 var(--vats-text-m) var(--vats-font);
          color: var(--vats-coloredtext);
          display: inline-block;
          vertical-align: middle;
        }

        p:where(.svelte-1w0a6l8) {
          color: var(--vats-text);
          font-size: var(--vats-text-s);
          line-height: 1.7rem;
          padding-top: 0.25rem;
          font-weight: 300;
        }
      }
    }
  }

  .message.svelte-1w0a6l8 {
    white-space: pre-line;
  }

  /*.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);
  }
