.spinnerParent{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,50,.7)}.spinner{width:50px;height:50px;border:4px solid rgb(0,0,100);border-top-color:rgb(0,255,0);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chkOnly{display:none}.button{width:auto;padding:10px 20px;color:#00ff00;border:1px solid #00ff00;border-radius:10px;background-color:transparent;font-weight:700;font-size:18px}.button:hover{border:1px solid #c9c9c9;color:#c9c9c9;cursor:pointer}.button:disabled{color:#2e2e2e;border:1px solid #2e2e2e;cursor:default}