.custom-button{background:linear-gradient(transparent 50%,#1D5E47 50%);border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:40px;border:none;padding:0;display:block;font-family:inherit;outline:none;user-select:none}.custom-button:focus-visible>span{outline:2px black solid;outline-offset:2px}.custom-button:active>span{margin-top:4px;transition:.1s margin-top}.custom-button>span{height:32px;background:#2B8C6A;color:#fff;padding:0 12px;border-radius:5px;width:100%;box-sizing:border-box;display:flex;text-align:center;align-items:center;justify-content:center;transition:.4s margin-top;position:relative}.custom-button .custom-button__content{transition:.3s opacity}.custom-button .custom-button__loading{position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s opacity}.custom-button .custom-button__loading>span{letter-spacing:2px}.custom-button.custom-button--loading .custom-button__content{opacity:0}.custom-button.custom-button--loading .custom-button__loading{opacity:1}.custom-button.custom-button--loading .custom-button__loading>span{animation:jump infinite 1.3s ease-in-out}.custom-button.custom-button--loading .custom-button__loading>span:nth-child(1){animation-delay:0ms}.custom-button.custom-button--loading .custom-button__loading>span:nth-child(2){animation-delay:.3s}.custom-button.custom-button--loading .custom-button__loading>span:nth-child(3){animation-delay:.6s}@keyframes jump{0%{transform:translateY(0)}25%{transform:translateY(-6px)}40%{transform:translateY(2px)}50%{transform:translateY(0)}}.custom-checkbox{display:flex;align-items:center;cursor:pointer;user-select:none}.custom-checkbox .custom-checkbox__switch{height:16px;border-radius:8px;width:32px;background:#ddd;margin:2px;transition:.25s background-color}.custom-checkbox .custom-checkbox__switch>div{border:1px solid rgba(0,0,0,.2666666667);box-sizing:border-box;margin:-2px;height:20px;width:20px;border-radius:50%;background-color:#fff;transition:.25s margin-left}.custom-checkbox .custom-checkbox__switch:focus{outline:black solid 2px;outline-offset:5px}.custom-checkbox .custom-checkbox__label{margin-left:10px;font-size:10pt;color:#000c}.custom-checkbox.custom-checkbox--checked .custom-checkbox__switch{background-color:#2b8c6a}.custom-checkbox.custom-checkbox--checked .custom-checkbox__switch>div{margin-left:14px}#server-picker .server-picker__empty{text-align:center;padding:24px 16px;opacity:.6}#server-picker .server-picker__item{padding:12px 16px;display:flex;flex-direction:row;align-items:center;justify-content:stretch;color:#0007;cursor:pointer;transition:.15s background-color}#server-picker .server-picker__item .server-picker__radio{width:14px;height:14px;border:2px solid;border-radius:50%;box-sizing:content-box;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:.3s color}#server-picker .server-picker__item .server-picker__radio>div{background-color:#0007;margin:-2px;width:0;height:0;border-radius:50%;box-sizing:content-box;transition:.3s background-color,.3s width,.3s height}#server-picker .server-picker__item.server-picker__item--selected{color:#2b8c6a}#server-picker .server-picker__item.server-picker__item--selected .server-picker__radio>div{width:10px;height:10px;background-color:#2b8c6a;border-radius:50%}#server-picker .server-picker__item.server-picker__item--new{animation:blink .6s ease-out}@keyframes blink{0%{background:rgba(43,140,106,.2)}}#server-picker .server-picker__item:hover{background-color:#2b8c6a1a}#server-picker .server-picker__new-host{border-top:1px solid rgba(0,0,0,.2666666667);padding-bottom:12px}#server-picker .server-picker__new-host .server-picker__host-info{display:flex;flex-direction:row}#server-picker .server-picker__new-host .server-picker__host-info .server-picker__host{flex-grow:1}#server-picker .server-picker__new-host .server-picker__host-info .server-picker__port{flex-grow:0;max-width:100px;margin-left:8px}#server-picker .server-picker__new-host .server-picker__host-info>.text-field{margin-bottom:0}#server-picker .server-picker__new-host .server-picker__host-actions{margin-top:8px;display:flex;justify-content:end;align-items:center}#server-picker .server-picker__new-host .server-picker__host-actions .server-picker__auth-info,#server-picker .server-picker__new-host .server-picker__host-actions .server-picker__host-error{flex-grow:1;margin-right:8px;font-size:10pt}#server-picker .server-picker__new-host .server-picker__host-actions .server-picker__auth-info{opacity:.9}#server-picker .server-picker__new-host .server-picker__host-actions .server-picker__host-error{color:#d84654}#server-picker .server-picker__new-host .server-picker__host-actions .server-picker__submit{flex-shrink:0}#form{width:100%;margin-top:32px}#form .form-section--buttons{padding-top:0;display:flex;justify-content:end;align-items:center}#form hr{border:none;border-top:1px solid rgba(0,0,0,.2666666667);margin:0}#form .form__error{flex-grow:1;margin-right:8px;font-size:10pt;color:#d84654}#form .form-section--auth{padding-top:8px}@media screen and (min-width: 500px){#form .form-section--auth{display:flex;flex-direction:row;gap:8px}#form .form-section--auth>.text-field{margin-bottom:0;flex-grow:1}}.text-field{border:1px solid rgba(0,0,0,.2666666667);border-radius:4px;padding:1px;transition:.3s border-color}.text-field:not(:last-child){margin-bottom:24px}.text-field>label{line-height:15px;margin-top:-8px;margin-bottom:-8px;display:block;font-size:9pt;color:#000c;background:#fff;margin-left:4px;width:fit-content;padding:0 4px;pointer-events:none}.text-field:focus-within{border:#2B8C6A 2px solid;padding:0}.text-field:focus-within>label{color:#1d5e47}.text-field>input,.text-field>textarea{display:block;background:none;border:none;outline:none;padding:11px 8px 6px;box-sizing:border-box;width:100%;font-size:11pt;font-family:inherit}.text-field>textarea{resize:vertical;min-height:100px}.text-field>input[type=file]{cursor:pointer}.text-field>input::file-selector-button{cursor:pointer;border:none;background:#2B8C6A;color:#fff;line-height:16px;padding:6px 10px;border-radius:5px;font-family:inherit;border-bottom:4px solid #1D5E47;margin-right:8px}body{display:flex;align-items:center;justify-content:center;min-height:100vh;box-sizing:border-box;margin:0;padding:20px;background:#f6f6f6;font-family:Rubik,sans-serif}#app{width:100%;max-width:600px;box-sizing:border-box}@media screen and (min-width: 1000px){#app{display:flex;flex-direction:row;align-items:center;max-width:950px;gap:16px}#app #server-picker{width:400px}#app #form{margin-top:0;flex-basis:0;flex-grow:1}}.card{background:#fff;border-radius:5px;box-shadow:0 4px 8px #0000001a}.card-header{line-height:16px;position:relative;top:-12px;margin-bottom:-12px;padding:4px 6px;margin-left:auto;margin-right:auto;width:fit-content;border-radius:5px;background-color:inherit;box-shadow:0 3px 8px #00000010}.card-header:after{z-index:-1;content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:inherit;box-shadow:0 4px 12px #0002}.form-section{padding:20px 16px 16px}button{cursor:pointer}
