.qrForm{color:#00120b;background:#e5e1ee;border:4px solid #00120b;border-radius:8px;min-width:800px;max-width:1000px;height:75vh;margin:20px auto}.qrForm .formOpts{color:#e5e1ee;background:#00120b;border-bottom:.25rem solid #00120b;gap:.25rem;margin-bottom:10px;display:flex}.qrForm .formOpts .optLabel{cursor:pointer;padding:.5rem 1rem;font-size:1.124rem;font-weight:700;position:relative}.qrForm .formOpts .optLabel:after{content:"";background:#f6ae2d;width:0;height:3px;margin-bottom:-3px;transition:width .3s,left .3s;display:block;position:absolute;bottom:0;left:50%}.qrForm .formOpts .optLabel.active:after{width:100%;left:0}.qrForm .formOpts .radioOpt{display:none}.qrForm .formFields{flex-direction:column;width:60%;height:100%;padding:.5rem;display:flex}.qrForm .formFields button{color:#e5e1ee;background:#00120b}.qrForm .formContainer{display:flex}.qrForm .formContainer .qrResult{flex-direction:column;align-items:center;margin-left:2rem;display:flex}.qrForm .formContainer .qrResult button{color:#00120b;background:#f6ae2d}.headerContainer{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}html body{max-width:100vw;overflow-x:hidden}body{color:#e5e1ee;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#6e7e85;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;border-radius:4px;width:fit-content;min-width:215px;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:700}
