.loading-page-container{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1}.loadingspinner{--square:26px;--offset:30px;--duration:2.4s;--delay:0.2s;--timing-function:ease-in-out;--in-duration:0.4s;--in-delay:0.1s;--in-timing-function:ease-out;width:calc(3 * var(--offset) + var(--square));height:calc(2 * var(--offset) + var(--square));padding:0;margin:10px auto 30px;position:relative}.loadingspinner div{display:inline-block;background:var(--brand);border:none;border-radius:2px;width:var(--square);height:var(--square);position:absolute;padding:0;margin:0;font-size:6pt;color:black}.loadingspinner #square1{left:calc(0 * var(--offset));top:calc(0 * var(--offset));animation:square1 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner #square2{left:calc(0 * var(--offset));top:calc(1 * var(--offset));animation:square2 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner #square3{left:calc(1 * var(--offset));top:calc(1 * var(--offset));animation:square3 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner #square4{left:calc(2 * var(--offset));top:calc(1 * var(--offset));animation:square4 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both}.loadingspinner #square5{left:calc(3 * var(--offset));top:calc(1 * var(--offset));animation:square5 var(--duration) var(--delay) var(--timing-function) infinite,squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both}@keyframes square1{0%{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}8.333%{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}}@keyframes square2{0%{left:calc(0 * var(--offset));top:calc(1 * var(--offset))}8.333%{left:calc(0 * var(--offset));top:calc(2 * var(--offset))}16.67%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}25.00%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}83.33%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}to{left:calc(0 * var(--offset));top:calc(0 * var(--offset))}}@keyframes square3{0%,to{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}16.67%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}25.00%{left:calc(1 * var(--offset));top:calc(0 * var(--offset))}33.33%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}41.67%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}66.67%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}75.00%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}83.33%{left:calc(1 * var(--offset));top:calc(2 * var(--offset))}91.67%{left:calc(1 * var(--offset));top:calc(1 * var(--offset))}}@keyframes square4{0%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}33.33%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}41.67%{left:calc(2 * var(--offset));top:calc(2 * var(--offset))}50.00%{left:calc(3 * var(--offset));top:calc(2 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}}@keyframes square5{0%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}50.00%{left:calc(3 * var(--offset));top:calc(1 * var(--offset))}58.33%{left:calc(3 * var(--offset));top:calc(0 * var(--offset))}66.67%{left:calc(2 * var(--offset));top:calc(0 * var(--offset))}75.00%{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}to{left:calc(2 * var(--offset));top:calc(1 * var(--offset))}}@keyframes squarefadein{0%{transform:scale(.75);opacity:0}to{transform:scale(1);opacity:1}}.modal{background:var(--bg-secondary);padding:20px 30px 30px;max-width:500px}.modal,.modal-wide{border:1px solid var(--bg-primary-hover);border-radius:10px;width:90%;color:white;position:relative}.modal-wide{background:var(--bg-primary);max-width:750px}.modal-wide .bg{background:radial-gradient(70% 80% at center 0,rgba(14,112,232,.15) 3%,rgba(14,112,232,0) 70%,rgba(14,112,232,0) 100%);padding:20px 30px 30px}.modal-wide h3{margin-top:15px;color:var(--blue-light)}.modal-wide h2{color:var(--blue);margin-bottom:10px}.modal-head{display:flex;justify-content:space-between}.modal-head h2{padding-top:5px;font-size:22px;margin-bottom:10px}.modal-close{position:absolute;top:15px;right:20px;background:transparent;color:var(--text-light);cursor:pointer;line-height:1;padding:5px;font-size:1em;border-radius:10px;border:1px solid transparent}.modal-close:hover{background-color:var(--bg-secondary-hover);border:1px solid var(--bg-interactive-hover)}.modal .text-input{height:40px;padding:10px;border-radius:10px;outline:none;border:2px solid var(--bg-interactive-hover);font-size:14px;background-color:var(--bg-interactive);flex:1 1;width:100%;margin-top:25px}.modal .text-input:focus{border:2px solid var(--bg-primary-hover)}.prefix-input input:focus+span,.prefix-input:focus-within{border:2px solid var(--brand-2)}.prefix-input{display:flex;align-items:center;border:2px solid var(--bg-interactive-hover);border-radius:7px;height:40px;padding:10px;outline:none;font-size:14px;background-color:rgb(30,30,30)}.prefix-input .prefix{margin-right:4px;color:var(--text-light);font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prefix-input input{border:none;outline:none;flex:1 1;font-size:14px;height:100%;background-color:rgb(30,30,30)}.input-container-label{color:var(--text-light);display:flex;flex-direction:column;gap:2.5px;margin-bottom:10px}.flow-actions{position:relative;align-items:center;display:flex}.more-btn{background:none;border:none;cursor:pointer;padding:5px}.dropdown{width:200px;position:absolute;top:25px;right:0;background:var(--bg-interactive);border:1px solid var(--bg-primary-hover);border-radius:5px;box-shadow:0 2px 6px rgba(0,0,0,.15);z-index:10;padding:5px}.dropdown-item{display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-size:16px;border-radius:7.5px}.dropdown-item:hover{background:var(--bg-interactive-hover)}.dropdown-item.delete{color:var(--danger)}.waitlist-page-container{display:flex;justify-content:space-around;gap:5%;align-items:center;height:100vh;background:radial-gradient(70% 80% at center 0,rgba(74,244,170,.15) 3%,rgba(74,244,170,0) 70%,rgba(74,244,170,0) 100%);text-align:center;padding:5%}@media screen and (max-width:1150px){.waitlist-page-container{flex-direction:column;padding-top:15%}.waitlist-demo-img{margin-top:25px;width:100%!important}}.waitlist-page-container h1{background-image:linear-gradient(to right bottom,#eeeeee,#bebdbd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.waitlist-page-container form{display:flex;justify-content:center}.waitlist-page-container i{color:var(--text-light);font-weight:600}.waitlist-icon{font-size:20px}.waitlist-demo-img{height:auto;width:90%;border:2px solid var(--bg-primary-hover);border-radius:15px}.wl-notification-bar{margin-top:25px;background-color:var(--blue-hover);padding:10px 15px}.wl-notification-bar,.wl-notification-bar-mini{border-radius:10px;width:-moz-fit-content;width:fit-content;text-align:center;color:var(--text-light)}.wl-notification-bar-mini{font-size:12px;margin-top:10px;cursor:pointer}.wl-notification-bar-mini:hover{color:white}.text-input{height:40px;padding:10px;border-radius:10px;outline:none;border:2px solid var(--bg-interactive-hover);font-size:14px;background-color:rgba(255,255,255,.104);width:250px}.text-input:focus{border:2px solid var(--brand-2)}.email-enter-btn{height:40px;padding:10px 15px;border:2px solid var(--bg-primary-hover)!important;border-radius:10px;background:var(--brand);cursor:pointer;margin-left:5px;font-size:13px}.email-enter-btn:hover{background-color:var(--brand-hover)!important}.waitlist-success-msg{background-color:var(--bg-interactive);border:2px solid var(--bg-primary-hover);border-radius:10px;padding:25px}.std-copy-btn{color:inherit;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9em}.test-request-container{background-color:rgba(255,255,255,.023);border:2px solid var(--bg-interactive-hover);border-radius:10px;width:50%}.test-request-info{padding:15px;border-bottom:1px solid var(--bg-primary-hover)}.test-request-result{padding:15px}.test-request-method-label{background-color:rgba(74,222,128,.2);border:1px solid var(--bg-primary-hover);color:rgb(74,222,128);border-radius:10px;padding:4px 6px;font-weight:700;font-size:14px}.__json-pretty__{background-color:var(--bg-interactive)!important;padding:10px;border-radius:10px}