.report-allert.show{transform:translateX(0) translateY(0) scale(1);opacity:1;z-index:4000}.report-allert{display:flex;justify-content:space-between;gap:58px;align-items:center;padding:12px;background-color:#28a96b;max-width:max-content;color:#fff;border-radius:8px;position:fixed;top:20px;right:20px;z-index:-10000;opacity:0;transform:translateX(100%) translateY(0) scale(.9);transition:all .3s ease-in-out;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:320px}.report-allert button{background-color:rgba(0,0,0,0);color:#fff;border:0;font-size:13px;padding:6px 8px;line-height:1.5;border-radius:99px;transition:all .3s}.report-allert button:hover{background-color:#fff;color:#0f1015}.report-allert__button-wrapper,.report-allert__text{display:flex;justify-content:center;align-items:center;gap:12px}.report-allert__button{padding:6px}.report-allert__button.primary{background-color:#fff;color:#0f1015}.report-allert__button.primary:hover{background-color:hsla(0,0%,100%,.6941176471)}