.pipedream-form>*+*{margin-top:1rem}.pipedream-form input[type=email],.pipedream-form input[type=number],.pipedream-form input[type=password],.pipedream-form input[type=text],.pipedream-form textarea{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;outline-offset:2px}.pipedream-form input[type=email]:focus-visible,.pipedream-form input[type=number]:focus-visible,.pipedream-form input[type=password]:focus-visible,.pipedream-form input[type=text]:focus-visible,.pipedream-form textarea:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px hsl(var(--ring))}.pipedream-form input[type=email]::placeholder,.pipedream-form input[type=number]::placeholder,.pipedream-form input[type=password]::placeholder,.pipedream-form input[type=text]::placeholder,.pipedream-form textarea::placeholder{color:hsl(var(--muted-foreground))}.pipedream-form input[type=email]:disabled,.pipedream-form input[type=number]:disabled,.pipedream-form input[type=password]:disabled,.pipedream-form input[type=text]:disabled,.pipedream-form textarea:disabled{cursor:not-allowed;opacity:.5}.pipedream-form textarea{min-height:80px}.pipedream-form select{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:.375rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;outline-offset:2px}.pipedream-form select::placeholder{color:hsl(var(--muted-foreground))}.pipedream-form select:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px hsl(var(--ring))}.pipedream-form select:disabled{cursor:not-allowed;opacity:.5}.pipedream-form label{font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:1}.pipedream-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));height:2.5rem;padding:.5rem 1rem}.pipedream-form button[type=submit]:hover{background-color:hsl(var(--primary));opacity:.9}.pipedream-form button[type=submit]:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px hsl(var(--ring))}.pipedream-form button[type=submit]:disabled{pointer-events:none;opacity:.5}.dark .pipedream-form{color:hsl(var(--foreground))}.react-select__control{border:1px solid hsl(var(--input))!important;background-color:hsl(var(--background))!important;font-size:.875rem!important;line-height:1.25rem!important}.react-select__control:hover{border-color:hsl(var(--input))!important}.react-select__control--is-focused{border-color:hsl(var(--ring))!important;box-shadow:0 0 0 2px hsl(var(--ring))!important}.react-select__menu{background-color:hsl(var(--popover))!important;border:1px solid hsl(var(--border))!important;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)!important}.react-select__option{font-size:.875rem!important;line-height:1.25rem!important}.react-select__option--is-focused{background-color:hsl(var(--accent))!important}.react-select__option--is-selected{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.react-select__placeholder{color:hsl(var(--muted-foreground))!important}.react-select__single-value{color:hsl(var(--foreground))!important}.react-select__indicator-separator{background-color:hsl(var(--border))!important}.react-select__clear-indicator,.react-select__dropdown-indicator{color:hsl(var(--muted-foreground))!important}.react-select__clear-indicator:hover,.react-select__dropdown-indicator:hover{color:hsl(var(--foreground))!important}.dark .react-select__control{background-color:hsl(var(--background))!important;border-color:hsl(var(--input))!important}.dark .react-select__menu{background-color:hsl(var(--popover))!important}.dark .react-select__option--is-focused{background-color:hsl(var(--accent))!important}.dark .react-select__input-container{color:hsl(var(--foreground))!important}[data-pipedream-component]{border-radius:.5rem;border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.pipedream-app-select{width:100%}.pipedream-loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pipedream-error{color:hsl(var(--destructive));font-size:.875rem;line-height:1.25rem;margin-top:.25rem}.dark-theme [data-pipedream-component]{background-color:hsl(var(--background));border-color:hsl(var(--border))}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);-ms-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}