.full-container.svelte-d47mdf{width:100%;position:relative;padding:var(--block-padding);border:1px solid transparent}.full-container.dragging.svelte-d47mdf{border:1px solid var(--color-accent);border-radius:calc(var(--radius-sm) - 1px)}.full-container.dragging.svelte-d47mdf::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.input-container.svelte-d47mdf{display:flex;position:relative;align-items:flex-end}textarea.svelte-d47mdf{flex-grow:1;outline:none !important;background:var(--block-background-fill);padding:var(--input-padding);color:var(--body-text-color);font-weight:var(--input-text-weight);font-size:var(--input-text-size);line-height:var(--line-sm);border:none;margin-top:0px;margin-bottom:0px;resize:none;position:relative;z-index:1}textarea.no-label.svelte-d47mdf{padding-top:5px;padding-bottom:5px}textarea.svelte-d47mdf:disabled{-webkit-opacity:1;opacity:1}textarea.svelte-d47mdf::placeholder{color:var(--input-placeholder-color)}.microphone-button.svelte-d47mdf,.upload-button.svelte-d47mdf,.submit-button.svelte-d47mdf,.stop-button.svelte-d47mdf{border:none;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;border-radius:15px;min-width:30px;height:30px;flex-shrink:0;display:flex;justify-content:center;align-items:center;z-index:var(--layer-1);margin-left:var(--spacing-sm)}.padded-button.svelte-d47mdf{padding:0 10px}.microphone-button.svelte-d47mdf,.stop-button.svelte-d47mdf,.upload-button.svelte-d47mdf,.submit-button.svelte-d47mdf{background:var(--button-secondary-background-fill)}.microphone-button.svelte-d47mdf:hover,.stop-button.svelte-d47mdf:hover,.upload-button.svelte-d47mdf:hover,.submit-button.svelte-d47mdf:hover{background:var(--button-secondary-background-fill-hover)}.microphone-button.svelte-d47mdf:disabled,.stop-button.svelte-d47mdf:disabled,.upload-button.svelte-d47mdf:disabled,.submit-button.svelte-d47mdf:disabled{background:var(--button-secondary-background-fill);cursor:initial}.microphone-button.svelte-d47mdf:active,.stop-button.svelte-d47mdf:active,.upload-button.svelte-d47mdf:active,.submit-button.svelte-d47mdf:active{box-shadow:var(--button-shadow-active)}.submit-button.svelte-d47mdf svg{height:22px;width:22px}.microphone-button.svelte-d47mdf svg,.upload-button.svelte-d47mdf svg{height:17px;width:17px}.stop-button.svelte-d47mdf svg{height:16px;width:16px}.loader.svelte-d47mdf{display:flex;justify-content:center;align-items:center;--ring-color:transparent;position:relative;border:5px solid #f3f3f3;border-top:5px solid var(--color-accent);border-radius:50%;width:25px;height:25px;animation:svelte-d47mdf-spin 2s linear infinite}@keyframes svelte-d47mdf-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.thumbnails.svelte-d47mdf img{width:var(--size-full);height:var(--size-full);object-fit:cover;border-radius:var(--radius-lg)}.thumbnails.svelte-d47mdf{display:flex;align-items:center;gap:var(--spacing-lg);overflow-x:scroll;padding-top:var(--spacing-sm);margin-bottom:6px}.thumbnail-item.svelte-d47mdf{display:flex;justify-content:center;align-items:center;--ring-color:transparent;position:relative;box-shadow:0 0 0 2px var(--ring-color),
			var(--shadow-drop);border:1px solid var(--border-color-primary);border-radius:var(--radius-lg);background:var(--background-fill-secondary);aspect-ratio:var(--ratio-square);width:var(--size-full);height:var(--size-full);cursor:default}.thumbnail-small.svelte-d47mdf{flex:none;transform:scale(0.9);transition:0.075s;width:var(--size-12);height:var(--size-12)}.thumbnail-item.svelte-d47mdf svg{width:30px;height:30px}.delete-button.svelte-d47mdf{display:flex;justify-content:center;align-items:center;position:absolute;right:-7px;top:-7px;color:var(--button-secondary-text-color);background:var(--button-secondary-background-fill);border:none;text-align:center;text-decoration:none;font-size:10px;cursor:pointer;border-radius:50%;width:20px;height:20px}.disabled.svelte-d47mdf{display:none}.delete-button.svelte-d47mdf svg{width:12px;height:12px}.delete-button.svelte-d47mdf:hover{filter:brightness(1.2);border:0.8px solid var(--color-grey-500)}