.voice-recorder.svelte-71j8fs.svelte-71j8fs{--voice-recorder-background-color:#fff;--voice-recorder-border-radius:4px;--voice-recorder-border-color:#dbdbdb;--voice-recorder-border-style:solid;--voice-recorder-border-width:1px;--voice-recorder-button-horizontal-padding:1rem;--voice-recorder-disabled-background-color:#f5f5f5;--voice-recorder-disabled-border:none;--voice-recorder-disabled-icon-color:rgba(0, 0, 0, 0.5);--voice-recorder-disabled-text-color:rgba(0, 0, 0, 0.5);--voice-recorder-height:2.5rem;--voice-recorder-hover-background-color:#fff;--voice-recorder-hover-border-color:#b5b5b5;--voice-recorder-hover-icon-color:#00c4a7;--voice-recorder-hover-text-color:#222222;--voice-recorder-icon-color:#00d1b2;--voice-recorder-icon-size:1rem;--voice-recorder-icon-text-margin:0.5rem;--voice-recorder-progress-border:none;--voice-recorder-progress-border-radius:9999px;--voice-recorder-progress-height:0.75rem;--voice-recorder-progress-background-color:#ededed;--voice-recorder-progress-value-color:#4a4a4a;--voice-recorder-recording-icon-color:#ff3860;--voice-recorder-text-color:#222;--voice-recorder-text-size:1rem;--voice-recorder-visual-line-width:0.5;--voice-recorder-visual-stroke-style:#ff3860;width:100%}.voice-recorder.svelte-71j8fs .state.svelte-71j8fs{display:flex;height:var(--voice-recorder-height)}.voice-recorder.svelte-71j8fs .state.inactive.svelte-71j8fs{display:none}.voice-recorder.svelte-71j8fs .state.initial.svelte-71j8fs .button:hover{z-index:2}.voice-recorder.svelte-71j8fs .state.initial.svelte-71j8fs .button:first-child{flex:1}.voice-recorder.svelte-71j8fs .state.initial.svelte-71j8fs .button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:calc(-1 * var(--voice-recorder-border-width))}.voice-recorder.svelte-71j8fs .state.initial.svelte-71j8fs .button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.voice-recorder.svelte-71j8fs .state.initial.svelte-71j8fs .button span{margin-left:var(--voice-recorder-icon-text-margin)}.voice-recorder.svelte-71j8fs .state.disabled .disabled-message.svelte-71j8fs{background-color:var(--voice-recorder-disabled-background-color);border-top-left-radius:var(--voice-recorder-border-radius);border-bottom-left-radius:var(--voice-recorder-border-radius);border:var(--voice-recorder-disabled-border);cursor:not-allowed;flex:1;display:flex;align-items:center;justify-content:center}.voice-recorder.svelte-71j8fs .state.disabled .disabled-message.svelte-71j8fs:last-child{border-top-right-radius:var(--voice-recorder-border-radius);border-bottom-right-radius:var(--voice-recorder-border-radius)}.voice-recorder.svelte-71j8fs .state.disabled .disabled-message.svelte-71j8fs .icon{color:var(--voice-recorder-disabled-icon-color)}.voice-recorder.svelte-71j8fs .state.disabled .disabled-message span.svelte-71j8fs{color:var(--voice-recorder-disabled-text-color);margin-left:var(--voice-recorder-icon-text-margin)}.voice-recorder.svelte-71j8fs .state.disabled.svelte-71j8fs .button{border-top-left-radius:0;border-bottom-left-radius:0}.voice-recorder.svelte-71j8fs .state.recording.svelte-71j8fs .button{width:100%}.voice-recorder.svelte-71j8fs .state.recording.svelte-71j8fs .button .icon{color:var(--voice-recorder-recording-icon-color);animation:svelte-71j8fs-blink 1s infinite}.voice-recorder.svelte-71j8fs .state.recording .rest-record-seconds.svelte-71j8fs{padding-left:var(--voice-recorder-button-horizontal-padding);padding-right:var(--voice-recorder-button-horizontal-padding)}.voice-recorder.svelte-71j8fs .state.recording .input-visual.svelte-71j8fs{flex:1;height:100%}.voice-recorder.svelte-71j8fs .state.recording .input-visual span.svelte-71j8fs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.voice-recorder.svelte-71j8fs .state.recorded .restart.svelte-71j8fs{margin-right:calc(-1 * var(--voice-recorder-border-width))}.voice-recorder.svelte-71j8fs .state.recorded .restart.svelte-71j8fs .button{height:100%;border-top-right-radius:0;border-bottom-right-radius:0}.voice-recorder.svelte-71j8fs .state.recorded .restart.svelte-71j8fs .button:hover{z-index:2}.voice-recorder.svelte-71j8fs .state.recorded .restart.svelte-71j8fs .button span{margin-left:var(--voice-recorder-icon-text-margin)}.voice-recorder.svelte-71j8fs .state.recorded .replay-pause.svelte-71j8fs{margin-right:calc(-1 * var(--voice-recorder-border-width))}.voice-recorder.svelte-71j8fs .state.recorded .replay-pause.svelte-71j8fs .button{height:100%;border-radius:0}.voice-recorder.svelte-71j8fs .state.recorded .replay-pause.svelte-71j8fs .button:hover{z-index:2}.voice-recorder.svelte-71j8fs .state.recorded .replay-pause.svelte-71j8fs .button span{margin-left:var(--voice-recorder-icon-text-margin)}.voice-recorder.svelte-71j8fs .state.recorded .progress.svelte-71j8fs{background-color:var(--voice-recorder-background-color);flex:1;border-color:var(--voice-recorder-border-color);border-style:var(--voice-recorder-border-style);border-width:var(--voice-recorder-border-width);border-top-right-radius:var(--voice-recorder-border-radius);border-bottom-right-radius:var(--voice-recorder-border-radius);padding-left:var(--voice-recorder-button-horizontal-padding);padding-right:var(--voice-recorder-button-horizontal-padding);display:flex;align-items:center;justify-content:center}.voice-recorder.svelte-71j8fs .state.recorded .progress progress.svelte-71j8fs{width:100%;padding:0;overflow:hidden;-moz-appearance:none;-webkit-appearance:none;height:var(--voice-recorder-progress-height);border:var(--voice-recorder-progress-border);border-radius:var(--voice-recorder-progress-border-radius);background-color:var(--voice-recorder-progress-background-color)}.voice-recorder.svelte-71j8fs .state.recorded .progress progress.svelte-71j8fs::-webkit-progress-bar{background-color:var(--voice-recorder-progress-background-color)}.voice-recorder.svelte-71j8fs .state.recorded .progress progress.svelte-71j8fs::-webkit-progress-value{background-color:var(--voice-recorder-progress-value-color)}.voice-recorder.svelte-71j8fs .state.recorded .progress progress.svelte-71j8fs::-moz-progress-bar{background-color:var(--voice-recorder-progress-value-color)}@keyframes svelte-71j8fs-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.button.svelte-1hjwala{background-color:var(--voice-recorder-background-color);border-radius:var(--voice-recorder-border-radius);border-color:var(--voice-recorder-border-color);border-style:var(--voice-recorder-border-style);border-width:var(--voice-recorder-border-width);padding-left:var(--voice-recorder-button-horizontal-padding);padding-right:var(--voice-recorder-button-horizontal-padding);cursor:pointer;color:var(--voice-recorder-text-color);font-size:var(--voice-recorder-text-size);display:flex;align-items:center;justify-content:center;position:relative}.button.svelte-1hjwala .icon{color:var(--voice-recorder-icon-color)}.button.svelte-1hjwala:hover{background-color:var(--voice-recorder-hover-background-color);border-color:var(--voice-recorder-hover-border-color);color:var(--voice-recorder-hover-text-color)}.button.svelte-1hjwala:hover .icon{color:var(--voice-recorder-hover-icon-color)}.icon.svelte-1ami1q9{width:var(--voice-recorder-icon-size);height:var(--voice-recorder-icon-size)}