.my-rounded-full-button,.my-rounded-full-button-cancel,.my-rounded-full-buttonn{width:100%!important;border-radius:9999px!important;padding:12px!important;font-weight:700!important;border:none!important;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:all .3s ease;display:block;margin:6px 0;font-size:16px!important}.my-rounded-full-buttonn{padding:12px 100px!important}.my-rounded-full-button,.my-rounded-full-buttonn{background-color:#000!important;color:#fff!important;border-bottom:1px solid #2caab7!important}.my-rounded-full-button:hover,.my-rounded-full-buttonn:hover{color:#000!important;background-color:#fff!important;border-bottom:1px solid #2caab7!important}.my-rounded-full-button-cancel{background-color:#d33!important;color:#fff!important}.my-rounded-full-button-cancel:hover{background-color:#a82727!important}.custom-checkbox{position:relative;display:inline-block;width:20px;height:20px}.custom-checkbox input{opacity:0;width:0;height:0}.custom-checkbox .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:2px solid #2caab7;border-radius:4px;cursor:pointer}.custom-checkbox input:checked~.checkmark{background-color:#2caab7}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark:after{left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.custom-checkbox input:focus~.checkmark{outline:2px solid #2caab7;outline-offset:2px}