.user-remove-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.popup{position:relative;width:320px;height:fit-content;background:#fff;display:flex;flex-direction:column;align-items:center}.form{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:20px;border-image:linear-gradient(#f05e29,#ef5720) 1;border-width:2px;border-style:solid}.icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#ecf1fd;box-shadow:0 .5px .5px #efefef,0 1px .5px rgba(239,239,239,.5);border-radius:5px}.checkbox-consent{display:flex;flex-direction:row;gap:8px}.subtitle{font-style:normal;font-weight:600;font-size:13px;line-height:18px;color:#000;margin-left:4px}.input_field{width:94%;height:42px;padding:0 0 0 12px;border-radius:5px;outline:none;border:1px solid #e5e5e5;filter:drop-shadow(0 1px 0 #efefef) drop-shadow(0 1px .5px rgba(239,239,239,.5));transition:all .3s cubic-bezier(.15,.83,.66,1);margin-left:auto;margin-right:auto}.input_field:focus{border:1px solid transparent;box-shadow:0 0 0 1px #2b2b2f;background-color:transparent}.form button.submit{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 18px;gap:10px;width:100%;height:42px;background:linear-gradient(0deg,#ef5016 0%,#fff 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-radius:5px;border:0;font-style:normal;font-weight:600;font-size:12px;line-height:15px;color:#fff}.form button.submit:hover{opacity:.9}.radio-button-container{display:flex;align-items:center;gap:24px;margin:auto}.radio-button{display:inline-block;position:relative;cursor:pointer}.radio-button__input{position:absolute;opacity:0;width:0;height:0}.radio-button__label{display:flex;align-items:center;padding-left:18px;margin-bottom:10px;position:relative;font-size:13px;color:#5f5d6b;font-weight:600;cursor:pointer;transition:all .3s ease}.radio-button__custom{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;border:2px solid #555;transition:all .3s ease;margin-top:5px}.radio-button__input:checked+.radio-button__label .radio-button__custom{background-color:#1e90ff;border-color:transparent;transform:scale(.8);box-shadow:0 0 20px #4c8bf580}.radio-button__input:checked+.radio-button__label{color:#1e90ff}.radio-button__label:hover .radio-button__custom{transform:scale(1.2);border-color:#4c8bf5;box-shadow:0 0 20px #4c8bf580}@media screen and (max-width:900px){.popup{box-shadow:none}.form{border:none}}