.custom-form-radio-button{margin:4px 0;background-color:#b7babc;border-right:.5px solid #999;overflow:hidden;float:left;cursor:pointer;height:40px}.custom-form-radio-button label{float:left;line-height:3em;width:8em;height:3em;cursor:pointer;height:40px}.custom-form-radio-button label span{text-align:center;padding:3px 0;display:block;height:40px}.custom-form-radio-button label input{position:absolute;display:none;color:#fff!important}.custom-form-radio-button label input+span{color:#fff;display:flex;flex-direction:column;justify-content:center;font-weight:600}.custom-form-radio-button input:checked+span{cursor:pointer;color:#000}.custom-form-radio-button input:checked+span{background-color:#ffc600}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #2563eb;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}