@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes dotAnimation{0%,20%{transform:translateY(0);opacity:.2}50%{transform:translateY(-2px);opacity:1;background-color:#3b82f6}80%,to{transform:translateY(0);opacity:.2}}.loading-container{display:flex;flex-direction:column;height:100%;box-sizing:border-box;padding:1rem;width:100%;background-color:#fff;position:relative}.form-content{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;max-width:600px;margin:0 auto;width:100%}.loading-text{padding:.7rem 1rem;background-color:#fff;border-radius:.5rem;z-index:10;font-size:.8rem;font-family:Arial,sans-serif;color:#666;text-align:center;box-shadow:0 2px 4px #0003}.loading-dots{display:inline-block;min-width:1.5em}.dot{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#666;margin:0}.dot:nth-child(1){animation:dotAnimation 1.4s infinite}.dot:nth-child(2){animation:dotAnimation 1.4s infinite .2s}.dot:nth-child(3){animation:dotAnimation 1.4s infinite .4s}@media (max-width: 768px){input,textarea{font-size:16px!important}}.form-linked,.form-linked .form-linked-tooltip{position:relative;cursor:pointer}.form-linked:after,.form-linked .form-linked-tooltip:after{content:attr(data-label);position:absolute;bottom:100%;left:0;transform:translate(0) translateY(100%);background:linear-gradient(84deg,#3f72f4 5.18%,#2357da 94.82%);color:#fff;padding:6px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10;box-shadow:#3f68f480 0 6px 20px;font-size:10px;font-weight:700;display:flex;justify-content:center;align-items:center}.form-linked:hover,.form-linked:hover .form-linked-tooltip:hover{outline:rgb(0,136,255) solid 1.5px;outline-offset:-1.5px}.form-linked:hover:after,.form-linked:hover .form-linked-tooltip:hover:after{opacity:1}
