.sidebar-avatar{display:flex;padding:var(--Spacing-200,8px) 8px;align-items:center;gap:8px;border-radius:var(--Radius-radius-s,8px);border:1px solid var(--Colors-Green-400,#32d583);background:var(--Gradients-Green,linear-gradient(180deg,var(--Colors-Green-400,#32d583) 0,var(--Colors-Green-700,#1a6f44) 100%));box-shadow:0 0 0 1px var(--Colors-Green-500,#12b76a);margin-left:16px}.return-notif-overlay{position:fixed;inset:0;background:rgba(16,24,40,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;animation:overlay-in .25s ease}@keyframes overlay-in{from{opacity:0}to{opacity:1}}.return-notif{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;max-width:calc(100vw - 32px);border-radius:20px;border:1px solid #ebebeb;background:#fff;box-shadow:0 24px 48px rgba(16,24,40,.18);overflow:hidden;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.return-notif__progress{height:4px;background:#f2f4f7;width:100%}.return-notif__progress-bar{height:100%;background:linear-gradient(97deg,#fd7c2b 26.18%,#fb6514 57.49%);transition:width 50ms linear}.return-notif__body{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 28px 28px;text-align:center}.return-notif__anim{width:72px;height:72px;flex-shrink:0;position:relative}.return-notif__checkbox{width:32px;height:32px;border:2.5px solid #d0d5dd;border-radius:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;transition:border-color .2s,background .2s}.return-notif__checkbox.checked{border-color:#fb6514;background:#fb6514}.return-notif__checkmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;opacity:0;transition:opacity .15s}.return-notif__checkmark.visible{opacity:1}.return-notif__cursor{position:absolute;bottom:2px;right:2px;width:22px;height:22px;pointer-events:none;animation:cursor-click 2s ease-in-out infinite}@keyframes cursor-click{0%{transform:translate(10px,10px) scale(1);opacity:0}30%{transform:translate(10px,10px) scale(1);opacity:1}60%{transform:translate(0,0) scale(1);opacity:1}70%{transform:translate(0,0) scale(.82);opacity:1}80%{transform:translate(0,0) scale(1);opacity:1}100%{transform:translate(0,0) scale(1);opacity:0}}.return-notif__text{display:flex;flex-direction:column;gap:8px}.return-notif__heading{font-size:18px;font-weight:700;color:#101828;line-height:26px;display:block}.return-notif__sub{font-size:14px;color:#667085;line-height:22px;display:block}.return-notif__close{position:absolute;top:16px;right:16px;background:0 0;border:none;padding:6px;cursor:pointer;color:#98a2b3;display:flex;align-items:center;border-radius:8px;line-height:0}.return-notif__close:hover{color:#344054;background:#f2f4f7}