.delete-account-modal-header-custom{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0}.delete-account-modal-header-custom .delete-account-modal-header-title{font-size:20px;font-weight:600;color:#000b19;margin:0}.delete-account-modal-header-custom .button-modal{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.delete-account-modal-header-custom .button-modal:hover{opacity:.7}.delete-account-modal-header-custom .button-modal:disabled{opacity:.5;cursor:not-allowed}.delete-account-step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:16px;padding:0 20px}.delete-account-step-indicator .step-item{display:flex;flex-direction:column;align-items:center;gap:4px}.delete-account-step-indicator .step-item .step-circle{width:24px;height:24px;border-radius:50%;background:#dbecf0;color:#878e97;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;transition:all .3s ease}.delete-account-step-indicator .step-item .step-circle.active{box-shadow:0 2px 6px rgba(92,177,112,.25)}.delete-account-step-indicator .step-item .step-circle.active,.delete-account-step-indicator .step-item .step-circle.completed{background:linear-gradient(266.66deg,#5cb170 -7.81%,#d6de6d 118.14%);color:#fff}.delete-account-step-indicator .step-item .step-circle svg{width:12px;height:12px}.delete-account-step-indicator .step-item .step-label{font-size:10px;color:#878e97;font-weight:500;white-space:nowrap}.step-circle.active~.delete-account-step-indicator .step-item .step-label{color:#5cb170;font-weight:600}.delete-account-step-indicator .step-connector{width:40px;height:2px;background:#dbecf0;margin:0 6px 20px;transition:all .3s ease}.delete-account-step-indicator .step-connector.completed{background:linear-gradient(266.66deg,#5cb170 -7.81%,#d6de6d 118.14%)}@media(max-width:768px){.delete-account-step-indicator{padding:0 10px;margin-bottom:12px}.delete-account-step-indicator .step-item{gap:3px}.delete-account-step-indicator .step-item .step-circle{width:20px;height:20px;font-size:10px}.delete-account-step-indicator .step-item .step-circle svg{width:10px;height:10px}.delete-account-step-indicator .step-item .step-label{font-size:9px}.delete-account-step-indicator .step-connector{width:30px;margin:0 3px 20px}}.delete-account-modal-content{display:flex;flex-direction:column;padding:20px 0;animation:fadeInSlide .3s ease-in-out;min-height:200px}.delete-account-modal-content.confirmation-screen{text-align:left}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.delete-account-modal-content .delete-account-loading{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;animation:fadeInSlide .3s ease-in-out}.delete-account-modal-content .delete-account-loading .delete-account-loading-text{font-size:16px;color:#000b19;margin-top:16px}.delete-account-modal-content .delete-account-confirmation-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px}.delete-account-modal-content .delete-account-confirmation-header .delete-account-warning-icon{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.delete-account-modal-content .delete-account-confirmation-header .delete-account-modal-title{font-size:24px;font-weight:600;color:#000b19;margin:0}.delete-account-modal-content .delete-account-confirmation-body{margin-bottom:24px}.delete-account-modal-content .delete-account-warning-icon{margin-bottom:20px;display:flex;align-items:center;justify-content:center}.delete-account-modal-content .delete-account-modal-title{font-size:24px;font-weight:600;color:#000b19;margin-bottom:12px}.delete-account-modal-content .delete-account-modal-description{font-size:16px;color:#000b19;margin-bottom:20px;line-height:1.6;text-align:center}.confirmation-screen .delete-account-modal-content .delete-account-modal-description{text-align:left}.delete-account-modal-content .delete-account-modal-warning-box{display:flex;align-items:flex-start;gap:12px;padding:16px;background:rgba(239,68,68,.08);border-radius:12px;border:1px solid rgba(239,68,68,.2);margin-top:16px}.delete-account-modal-content .delete-account-modal-warning-box .warning-icon-small{flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}.delete-account-modal-content .delete-account-modal-warning-box .delete-account-modal-warning{font-size:14px;color:#ef4444;font-weight:500;line-height:1.5;margin:0;padding:0;background:none;border:none}.delete-account-modal-content .delete-account-modal-warning{font-size:14px;color:#ef4444;font-weight:500;margin-bottom:24px;padding:12px;background:rgba(239,68,68,.1);border-radius:8px;border:1px solid rgba(239,68,68,.2);width:100%}.delete-account-modal-content .codeInput{margin-top:1rem;display:flex;justify-content:center;gap:.5rem}.delete-account-modal-content .codeInput .code-input{font-size:14px;width:49px;height:49px;line-height:100%;font-weight:400;text-align:center;border:1px solid #dbecf0;border-radius:12px;outline:none;transition:border-color .2s ease}.delete-account-modal-content .codeInput .code-input.is-invalid{border-color:#e74c3c}.delete-account-modal-content .codeInput .code-input:focus{border-color:#124c59;outline:none}.delete-account-modal-content .invalid-feedback{color:#dc3545;font-size:14px;text-align:center;margin-top:10px}.delete-account-modal-content .text-muted{font-size:14px;color:#6c757d;margin-bottom:20px;text-align:center}.delete-account-modal-content .text-muted .btn-link{color:#5cb170;text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;padding:0;transition:opacity .2s ease}.delete-account-modal-content .text-muted .btn-link:hover:not(:disabled){text-decoration:underline;opacity:.8}.delete-account-modal-content .text-muted .btn-link:disabled{opacity:.6;cursor:not-allowed}.delete-account-modal-content .delete-account-modal-actions{display:flex;gap:12px;width:100%;justify-content:flex-end;margin-top:24px}.delete-account-modal-content .delete-account-modal-actions .cancel-delete-button{padding:10px 20px;background:#fff;color:#5cb170;border:1px solid #5cb170;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.delete-account-modal-content .delete-account-modal-actions .cancel-delete-button:hover:not(:disabled){background:#f5f9ff;border-color:#5cb170}.delete-account-modal-content .delete-account-modal-actions .cancel-delete-button:disabled{opacity:.6;cursor:not-allowed}.delete-account-modal-content .delete-account-modal-actions .verify-otp-button{padding:10px 20px;background:linear-gradient(266.66deg,#5cb170 -7.81%,#d6de6d 118.14%);color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.delete-account-modal-content .delete-account-modal-actions .verify-otp-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(92,177,112,.3)}.delete-account-modal-content .delete-account-modal-actions .verify-otp-button:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#ecedee;color:#c3c6cb}.delete-account-modal-content .delete-account-modal-actions .confirm-delete-button{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.delete-account-modal-content .delete-account-modal-actions .confirm-delete-button:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.4)}.delete-account-modal-content .delete-account-modal-actions .confirm-delete-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.delete-account-modal-content .delete-account-modal-actions{flex-direction:column}.delete-account-modal-content .delete-account-modal-actions .cancel-delete-button,.delete-account-modal-content .delete-account-modal-actions .confirm-delete-button,.delete-account-modal-content .delete-account-modal-actions .verify-otp-button{width:100%;justify-content:center}}.profileSecurity{margin:0 auto 80px;padding-left:16px}@media(max-width:1024px){.profileSecurity{width:100%;margin-bottom:24px;padding-left:0}}.profileSecurity .user-header-title{margin-bottom:10px}.profileSecurity .user-header-title h2{color:#000b19;font-size:28px;font-weight:600;line-height:38px}.profileSecurity .profileCard{display:flex;flex-direction:column;gap:10px;width:100%;box-sizing:border-box}@media(max-width:1024px){.profileSecurity .profileCard{width:100%;padding:0;margin:0}}.profileSecurity .profileCard .profileItem{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #dbecf0}.profileSecurity .profileCard .profileItem .info{display:flex;flex-direction:column;gap:6px}.profileSecurity .profileCard .profileItem .info .label{font-size:14px;font-weight:400;color:#878e97;line-height:17px;margin-bottom:4px}.profileSecurity .profileCard .profileItem .info .value{font-size:16px;font-weight:500;color:#000b19;line-height:20px}.profileSecurity .profileCard .profileItem .actions .editButton{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:16px;font-weight:500;color:#000b19;background:none;border:none;cursor:pointer;transition:color .3s ease}.profileSecurity .profileCard .profileItem .actions .editButton:hover{color:#000}.profileSecurity .profileCard .profileItem .actions .editButton .edit-icon{display:inline-flex;align-items:center;justify-content:center}@media(max-width:1023px){.profileSecurity{margin-top:35px!important}}.info.flex-1{display:flex;align-items:flex-start}.profileSecurity .profileCard .profileItem .info.flex-1.w-full .input-field{border:1px solid #5cb170;border-radius:13px;padding:24px 16px 8px;font-size:16px;color:#000b19;width:100%}.profileSecurity .profileCard .profileItem .info.flex-1.w-full .input-field:focus{outline:none;border-color:#5cb170;box-shadow:0 0 0 3px rgba(92,177,112,.1)}.profileSecurity .profileCard .profileItem .info.flex-1.w-full .label{font-size:12px;font-weight:500;color:#878e97;margin-bottom:4px}.profileSecurity .profileCard .profileItem .recovery-codes-display .recovery-code-item{display:flex;align-items:center;gap:8px;padding:12px;background:#f5f9ff;border:1px solid #dbecf0;border-radius:8px;margin-bottom:8px}.profileSecurity .profileCard .profileItem .recovery-codes-display .recovery-code-item .recovery-code-text{font-size:14px;font-weight:600;color:#000b19;letter-spacing:.5px}.profileSecurity .profileCard .profileItem .copy-recovery-codes-button{padding:10px 20px;background:rgba(0,0,0,0);color:#5cb170;border:1px solid #5cb170;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:16px}.profileSecurity .profileCard .profileItem .copy-recovery-codes-button:hover{background:#f5f9ff}.profileSecurity .profileCard .profileItem .edit-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.profileSecurity .profileCard .profileItem .edit-actions .save-button{padding:10px 20px;background:linear-gradient(266.66deg,#5cb170 -7.81%,#d6de6d 118.14%);color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.profileSecurity .profileCard .profileItem .edit-actions .save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(92,177,112,.3)}.profileSecurity .profileCard .profileItem .edit-actions .save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.profileSecurity .profileCard .profileItem .edit-actions .cancel-button{padding:10px 20px;background:#fff;color:#5cb170;border:1px solid #5cb170;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.profileSecurity .profileCard .profileItem .edit-actions .cancel-button:hover{background:#f5f9ff;border-color:#5cb170}.profileSecurity .profileCard .twofa-highlight{border-radius:12px;padding:24px 20px;margin:10px 0;position:relative;transition:all .3s ease;align-items:center;display:flex;justify-content:space-between}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:0}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header{display:flex;align-items:flex-start;gap:14px;flex:1}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header .twofa-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#5cb170;border-radius:10px;flex-shrink:0;color:#fff;padding:10px;box-shadow:0 2px 8px rgba(92,177,112,.3)}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header .twofa-icon-wrapper svg{width:100%;height:100%}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-badge{display:flex;align-items:center;padding:6px 14px;background:#5cb170;border-radius:100px;flex-shrink:0;margin-left:20px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-badge .badge-text{font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.profileSecurity .profileCard .twofa-highlight .info .value{font-weight:600;color:#000b19;margin-bottom:4px}.profileSecurity .profileCard .twofa-highlight .info .label{font-weight:500;color:#000b19;margin-bottom:8px}.profileSecurity .profileCard .twofa-highlight .actions{display:flex;align-items:center;flex-shrink:0;margin-left:20px}.profileSecurity .profileCard .twofa-highlight .actions .editButton{background:#5cb170;color:#fff;border-radius:100px;padding:10px 20px;font-weight:600;transition:all .3s ease;white-space:nowrap;min-width:120px;display:flex;align-items:center;justify-content:center}.profileSecurity .profileCard .twofa-highlight .actions .editButton:hover{color:#fff}.profileSecurity .profileCard .twofa-highlight .actions .editButton .edit-icon{filter:brightness(0) invert(1)}@media(max-width:768px){.profileSecurity .profileCard .twofa-highlight{padding:20px 16px;margin:20px 0;border-radius:12px;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box;max-width:100%}.profileSecurity .profileCard .twofa-highlight .info{width:100%;max-width:100%}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper{flex-direction:column;gap:12px;align-items:stretch;width:100%;max-width:100%}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header{gap:12px;width:100%}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header .twofa-icon-wrapper{width:40px;height:40px;padding:8px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-badge{align-self:flex-start;margin-top:0;margin-left:0}.profileSecurity .profileCard .twofa-highlight .actions{width:100%;max-width:100%;margin-top:16px;margin-left:0;box-sizing:border-box}.profileSecurity .profileCard .twofa-highlight .actions .editButton{width:100%;max-width:100%;justify-content:center;padding:14px 20px;font-size:16px;box-sizing:border-box}.profileSecurity .profileCard .twofa-highlight .actions .flex{display:flex;flex-direction:column;gap:12px;width:100%}.profileSecurity .profileCard .twofa-highlight .actions .flex .editButton{width:100%}}@media(max-width:480px){.profileSecurity .profileCard .twofa-highlight{padding:18px 14px;margin:18px 0}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper{gap:14px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header{gap:10px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-header .twofa-icon-wrapper{width:36px;height:36px;padding:6px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-badge{padding:5px 12px}.profileSecurity .profileCard .twofa-highlight .twofa-info-wrapper .twofa-badge .badge-text{font-size:10px}.profileSecurity .profileCard .twofa-highlight .actions .editButton{padding:12px 16px;font-size:15px}}.profileSecurity .profileCard .delete-account-highlight{border-radius:12px;padding:24px 20px;margin:10px 0;position:relative;transition:all .3s ease;align-items:center;display:flex;justify-content:space-between}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:0}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header{display:flex;align-items:flex-start;gap:14px;flex:1}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header .delete-account-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ef4444;border-radius:10px;flex-shrink:0;color:#fff;padding:10px}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header .delete-account-icon-wrapper svg{width:100%;height:100%}.profileSecurity .profileCard .delete-account-highlight .info .value{font-weight:600;color:#000b19;margin-bottom:4px}.profileSecurity .profileCard .delete-account-highlight .info .label{font-weight:500;color:#000b19;margin-bottom:8px}.profileSecurity .profileCard .delete-account-highlight .actions{display:flex;align-items:center;flex-shrink:0;margin-left:20px}.profileSecurity .profileCard .delete-account-highlight .actions .deleteButton{background:#ef4444;color:#fff;border-radius:100px;padding:10px 20px;font-weight:600;transition:all .3s ease;white-space:nowrap;border:none;cursor:pointer;gap:6px;min-width:120px;display:flex;align-items:center;justify-content:center}.profileSecurity .profileCard .delete-account-highlight .actions .deleteButton .edit-icon{filter:brightness(0) invert(1)}@media(max-width:768px){.profileSecurity .profileCard .delete-account-highlight{padding:20px 16px;margin:20px 0;border-radius:12px;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box;max-width:100%}.profileSecurity .profileCard .delete-account-highlight .info{width:100%;max-width:100%}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper{flex-direction:column;gap:12px;align-items:stretch;width:100%;max-width:100%}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header{gap:12px;width:100%}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header .delete-account-icon-wrapper{width:40px;height:40px;padding:8px}.profileSecurity .profileCard .delete-account-highlight .actions{width:100%;max-width:100%;margin-top:16px;margin-left:0;box-sizing:border-box}.profileSecurity .profileCard .delete-account-highlight .actions .deleteButton{width:100%;max-width:100%;justify-content:center;padding:14px 20px;font-size:16px;box-sizing:border-box}}@media(max-width:480px){.profileSecurity .profileCard .delete-account-highlight{padding:18px 14px;margin:18px 0}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper{gap:14px}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header{gap:10px}.profileSecurity .profileCard .delete-account-highlight .delete-account-info-wrapper .delete-account-header .delete-account-icon-wrapper{width:36px;height:36px;padding:6px}.profileSecurity .profileCard .delete-account-highlight .actions .deleteButton{padding:12px 16px;font-size:15px}}