:root{--authot-c-white: #ffffff;--authot-c-darkwhite: #FAFCFE;--authot-c-black: #000000;--authot-c-orange: #F68807;--authot-c-lightorange: #f5bd7d;--authot-c-extra-lightorange: #F7D6B1;--authot-c-lightyellow: #F7E991;--authot-c-darkorange: #D6781C;--authot-c-red: #db2828;--authot-c-lightred: #FBB9B9;--authot-c-green: #1BBC9B;--authot-c-darkbluegrey: #2B333F;--authot-c-bluegrey: #47628A;--authot-c-lightbluegrey: #DAE5F5;--authot-c-darkgrey: #484E52;--authot-c-grey: #8C8B8B;--authot-c-lightgrey: #E6E6E6;--authot-c-extra-lightgrey: #F2F2F2;--authot-c-purple: #BD8DCA;--authot-boxshadow-grey: 0px 7px 64px rgba(0,0,0,.04)}:root{--color-white: var(--authot-c-white);--color-darkwhite: var(--authot-c-darkwhite);--color-black: var(--authot-c-black);--color-orange: var(--authot-c-orange);--color-lightorange: var(--authot-c-lightorange);--color-extra-lightorange: var(--authot-c-extra-lightorange);--color-lightyellow: var(--authot-c-lightyellow);--color-darkorange: var(--authot-c-darkorange);--color-red: var(--authot-c-red);--color-lightred: var(--authot-c-lightred);--color-green: var(--authot-c-green);--color-darkbluegrey: var(--authot-c-darkbluegrey);--color-bluegrey: var(--authot-c-bluegrey);--color-lightbluegrey: var(--authot-c-lightbluegrey);--color-darkgrey: var(--authot-c-darkgrey);--color-grey: var(--authot-c-grey);--color-lightgrey: var(--authot-c-lightgrey);--color-extra-lightgrey: var(--authot-c-extra-lightgrey);--color-purple: var(--authot-c-purple);--boxshadow-lightgrey: var(--authot-boxshadow-grey)}body{min-height:100vh;transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafcfe;margin:0}.hide-cursor{cursor:none}#app{width:100vw;min-height:100vh}#app.centered-layout{height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}#app.scrollable-layout{overflow-y:auto;overflow-x:hidden}.text.warning{color:var(--color-red);font-weight:700;background:#fbb9b9;font-size:.85em;padding:5px;border-radius:5px}.authot.button{height:40px;padding:10px 16px;border-radius:8px;border:1.8px solid #E6E6E6;gap:8px;background-color:#fff;color:#484e52;cursor:pointer;font-weight:700;font-size:.9em}.authot.button.disabled{pointer-events:none;opacity:.6}.form-inputs{display:flex;flex-direction:column;margin-bottom:10px;font-size:.9em}.form-inputs.disabled label,.form-inputs.disabled input{pointer-events:none;opacity:.6}.form-inputs.inline{flex-direction:row;align-items:baseline;width:50%;justify-content:space-between}.authot.label{display:flex;align-items:center;gap:5px;font-size:.9em;margin-bottom:5px;cursor:pointer}.authot.input{border-radius:5px;border:1px solid #E6E6E6;padding:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.authot.input:focus{border:1px solid #484E52}.authot.input:focus-visible{outline:none}select.authot.input{cursor:pointer}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e6e6e6;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#f68807}input:focus+.slider{box-shadow:0 0 1px #e6e6e6}input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.container{background-color:#fff;border:1px solid #E6E6E6;box-shadow:0 7px 64px #0000000a;border-radius:6px}.header{padding:15px;border-bottom:1px solid #E6E6E6}.header .title{margin:0;display:flex;align-items:center;gap:5px}.header .title .logo{width:30px}.content{padding:15px}.action{display:flex;justify-content:center;padding:0 15px 15px}.authot-toast[data-v-5f0c8ea9]{position:fixed;top:10px;right:10px;border-radius:7px;border:1px solid var(--color-lightgrey);background:var(--color-white);z-index:1;font-size:.9em}.authot-toast .message[data-v-5f0c8ea9]{display:flex;align-items:center;gap:10px;padding:0 20px}.authot-toast .message svg[data-v-5f0c8ea9]{width:25px;height:25px}.authot-toast .message p[data-v-5f0c8ea9]{padding-right:15px;margin:6px 0}
