@charset "UTF-8";.form-wrapper{display:flex;justify-content:center;}.form-wrapper label{display:flex;align-items:center;justify-content:center;margin-bottom:1em;cursor:pointer;}.form-wrapper .doi-button a{display:inline-block;padding:10px 20px;background-color:#CCC;color:#FFF;font-size:1.1em;text-decoration:none;border-radius:4px;transition:0.3s;pointer-events:none;}.form-wrapper .doi-button a.enabled{background-color:#007BFF;pointer-events:auto;cursor:pointer;}.form-wrapper .doi-button a.enabled:hover{opacity:0.7;}.form-wrapper input[type="checkbox"]{margin-right:0.3em;margin-top:0.2em;}.custom-check input[type="checkbox"]{display:none!important;}.custom-check .checkmark{display:inline-block;width:20px;height:20px;border:1px solid #333;border-radius:4px;margin-right:8px;margin-bottom:1px;vertical-align:middle;position:relative;cursor:pointer;}.custom-check input[type="checkbox"]:checked + .checkmark::after{content:"";position:absolute;left:6px;top:1px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);}