@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.toast-stack{flex-direction:column;align-items:center;gap:10px;min-width:400px;transition-duration:.3s;display:flex;position:fixed;top:20px}.toast-stack.top-right{right:10px}.toast-stack.top-left{left:10px}.toast-stack.top-center{border-radius:8px;width:max-content;top:20px;left:50%;transform:translate(-50%)}.toast-stack.bottom-right{flex-direction:column;justify-content:end;display:flex;bottom:20px;right:10px;top:auto!important}.toast-stack.bottom-left{flex-direction:column;justify-content:end;display:flex;bottom:20px;left:10px;top:auto!important}.toast-stack.bottom-center{flex-direction:column;justify-content:end;min-width:400px;display:flex;bottom:20px;left:50%;transform:translate(-50%);top:auto!important}toast{cursor:pointer;background-color:#fff;border:1px solid #d0d0d0;border-radius:5px;gap:5px;min-width:280px;height:fit-content;padding:10px 15px 10px 10px;transition-duration:.3s;transform:translateY(0);box-shadow:0 2px 5px #32326926,0 1px 1px #0000000d}toast h2,p{font-family:Inter}toast .content{display:flex}toast .info{gap:5px;display:grid}toast .icon{justify-content:center;align-items:center;height:fit-content;margin-right:10px;display:flex}toast .dismiss-btn{cursor:pointer;color:gray;background-color:#0000;border:none;outline:none;margin-left:10px}toast .dismiss-btn:hover{color:#000}toast .dismiss-btn:active{transition-duration:.3s;transform:translateY(1px)}toast h2{font-size:.875rem;font-weight:600}toast p{color:gray;text-wrap:wrap;max-width:300px;font-size:.8rem}toast .mood{font-size:1.8rem}@keyframes fadeindown{0%{transform:translateY(-100%)}to{transform:translateY(0%)}}@keyframes fadeup{0%{opacity:.9;transform:translateY(5%)}to{opacity:1;transform:translateY(0%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.toast-removing{animation:.3s ease-in-out fadeOut}@media (prefers-color-scheme:dark){toast{color:#fff;background-color:#08090a;border:1px solid #222226}toast .dismiss-btn:hover{color:#c1c1c1}toast .duration-progress .progress{background:linear-gradient(90deg,#fff,gray)}}html[data-theme=dark] toast,html[theme=dark] toast{color:#fff;background-color:#08090a;border:1px solid #222226}html[data-theme=dark] toast .dismiss-btn:hover,[theme=dark] toast .dismiss-btn:hover{color:#c1c1c1}html[data-theme=dark] toast .duration-progress .progress,html[theme=dark] toast .duration-progress .progress{background:linear-gradient(90deg,#fff,gray)}@media screen and (width<=700px){.toast-stack{width:auto;top:5px}toast .mood{font-size:1.6rem}.toast-stack.top-right{left:5px;right:5px}.toast-stack.bottom-left{left:0;right:5px}.toast-stack.bottom-right{left:5px;right:5px}}.custom{display:grid}.custom h1{font-weight:700}.centered{align-items:center}toast .duration-progress{border:1px solid #222226;border-radius:1.2px;width:100%;height:4px;margin-top:5px}toast .duration-progress .progress{background-color:#222226;width:100%;height:100%}
