
	div.svelte-11kvm4p {
		width: 20px;
		opacity: 0;
		height: 20px;
		border-radius: 10px;
		background: var(--primary, #61d345);
		position: relative;
		transform: rotate(45deg);
		animation: svelte-11kvm4p-circleAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
		animation-delay: 100ms;
	}

	div.svelte-11kvm4p::after {
		content: '';
		box-sizing: border-box;
		animation: svelte-11kvm4p-checkmarkAnimation 0.2s ease-out forwards;
		opacity: 0;
		animation-delay: 200ms;
		position: absolute;
		border-right: 2px solid;
		border-bottom: 2px solid;
		border-color: var(--secondary, #fff);
		bottom: 6px;
		left: 6px;
		height: 10px;
		width: 6px;
	}

	@keyframes svelte-11kvm4p-circleAnimation {
		from {
			transform: scale(0) rotate(45deg);
			opacity: 0;
		}
		to {
			transform: scale(1) rotate(45deg);
			opacity: 1;
		}
	}

	@keyframes svelte-11kvm4p-checkmarkAnimation {
		0% {
			height: 0;
			width: 0;
			opacity: 0;
		}
		40% {
			height: 0;
			width: 6px;
			opacity: 1;
		}
		100% {
			opacity: 1;
			height: 10px;
		}
	}

  div.svelte-sdo8j5 {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 100%;
    border-color: var(--secondary, #e0e0e0);
    border-right-color: var(--primary, #919191);
    animation: svelte-sdo8j5-rotate 1s linear infinite;
    margin: 3px;
  }

  @keyframes svelte-sdo8j5-rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .indicator.svelte-iurnwi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
  }
  .icon-success.svelte-iurnwi,
  .icon-error.svelte-iurnwi,
  .icon-cancel.svelte-iurnwi,
  .icon-warning.svelte-iurnwi {
    min-width: 30px;
    min-height: 30px;
  }

  .toaster-status.svelte-iurnwi {
    position: absolute;
  }

  .animated.svelte-iurnwi {
    position: relative;
    transform: scale(0.6);
    opacity: 0.4;
    min-width: 20px;
    animation: svelte-iurnwi-enter 0.3s 0.12s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }

  @keyframes svelte-iurnwi-enter {
    from {
      transform: scale(0.6);
      opacity: 0.4;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .toaster-message.svelte-182a0m0 {
    display: flex;
    margin: 0px 0 0 12px;
    color: inherit;
    flex: 1 1 auto;
    white-space: pre-line;
    font-size: 16px;
    color: var(--default);
    align-items: center;
    min-width: 0px;
  }

  @keyframes svelte-179jixh-enterAnimation {
    0% {
      transform: translate3d(0, calc(var(--factor) * -200%), 0) scale(1);
      opacity: 0.5;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
  }

  @keyframes svelte-179jixh-exitAnimation {
    0% {
      transform: translate3d(0, 0, -1px) scale(1);
      opacity: 1;
    }
    100% {
      transform: translate3d(0, calc(var(--factor) * -150%), -1px) scale(1);
      opacity: 0;
    }
  }

  @keyframes svelte-179jixh-fadeInAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes svelte-179jixh-fadeOutAnimation {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .base.svelte-179jixh {
    display: flex;
    align-items: center;
    color: var(--toast-fg, var(--default));
    line-height: 1.3;
    will-change: transform;
    max-width: 400px;
    pointer-events: auto;
    padding: 8px 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--toast-bg, rgba(255, 255, 255, 0.9));
    box-shadow: var(--shadow-lg);
    -webkit-backdrop-filter: blur(2.2933332920074463px);
            backdrop-filter: blur(2.2933332920074463px);
    min-height: 62px;
    box-sizing: border-box;
    width: calc(100vw - 40px);
  }

  .transparent.svelte-179jixh {
    opacity: 0;
  }

  .enter.svelte-179jixh {
    animation: svelte-179jixh-enterAnimation 0.35s cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
  }

  .exit.svelte-179jixh {
    animation: svelte-179jixh-exitAnimation 0.4s cubic-bezier(0.06, 0.71, 0.55, 1) forwards;
  }

  .fadeIn.svelte-179jixh {
    animation: svelte-179jixh-fadeInAnimation 0.35s cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
  }

  .fadeOut.svelte-179jixh {
    animation: svelte-179jixh-fadeOutAnimation 0.4s cubic-bezier(0.06, 0.71, 0.55, 1) forwards;
  }

	.wrapper.svelte-v01oml {
		left: 0;
		right: 0;
		display: flex;
		position: absolute;
		transform: translateY(calc(var(--offset, 16px) * var(--factor) * 1px));
	}

	.transition.svelte-v01oml {
		transition: all 230ms cubic-bezier(0.21, 1.02, 0.73, 1);
	}

	.active.svelte-v01oml {
		z-index: 9999;
	}

	.active.svelte-v01oml > * {
		pointer-events: auto;
	}

  .toaster.svelte-1ym0wms {
    --default-offset: 16px;

    position: fixed;
    z-index: 9999;
    top: var(--default-offset);
    left: var(--default-offset);
    right: var(--default-offset);
    bottom: var(--default-offset);
    pointer-events: none;
  }

  [data-theme="orange"].svelte-1ym0wms {
    --default: #2f0e00;
    --primary: #ff7e07; /* 主色*/
  }
  /* (unused) [data-theme="blue"] {
    --default: #01325d;
    --primary: #4c9eea; /* 主色 *\/
  }*/
  /* (unused) [data-theme="purple"] {
    --primary: #716ac7;
    --default: #444370;
  }*/

  /* (unused) [data-theme="gold"] {
    --primary: #dca340;
    --default: #573000;
  }*/
