@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--background: #ffffff;--blue_background: #15426c;--white_background: #fff;--orange_background: #ed8f35;--bar_line: #3c6994;--grey_marquee_background: #e4eaf1;--red_background: #bb130a;--black_background: #000;--grey_border: #c7c6c6;--tag_btn_color: #7e7e7e;--tag_backgorund: #f0f0f0;--news_color: #5c646b;--market_background: #f1f4f6;--photogallery_background: #ededed;--font-roboto-serif: "Roboto", serif;--border-radius: .5em}body{margin:0}#root{padding:0;margin:0;height:100dvh;display:grid;grid-template-rows:4.5rem 1fr}#root.login-layout{grid-template-rows:57rem 3fr}body,html{font-family:var(--font-roboto-serif)}.overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background-color:#fff;padding:2rem;border-radius:12px;width:90%;max-width:520px;box-shadow:0 15px 30px #0003;animation:popIn .25s ease-out;transition:transform .3s ease-in-out}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.message{font-size:1.1rem;font-weight:500;text-align:center;color:#333;margin-bottom:1.5rem}.actions{display:flex;justify-content:flex-end;gap:.75rem}.btn{padding:5px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.cancelBtn{background-color:var(--market_background);color:#333}.cancelBtn:hover{background-color:var(--tag_background)}.deleteBtn{background-color:var(--red_background);color:var(--white_background)}.deleteBtn:hover{background-color:var(--red_background)}.toastContainer{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:15px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;background:#fff;color:#fff;padding:14px 24px;border-radius:12px;font-weight:600;font-size:15px;box-shadow:0 10px 25px #0000004d;pointer-events:auto;opacity:0;transform:translate(100%);animation:slideIn .5s forwards,fadeOut .5s 3.5s forwards}.showToast{opacity:1;transform:translate(0)}.message{flex:1}.success{background-color:#28a745}.successIcon{width:20px;height:20px;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:strokeCircle .6s ease forwards}.successCircle{stroke-dasharray:157;stroke-dashoffset:157;animation:strokeCircle .6s ease forwards}.successCheck{stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .4s ease .6s forwards}.error{color:#dc3545}.errorIcon{width:26px;height:26px;stroke:#000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:shake .5s ease forwards}.errorCircle{stroke-dasharray:157;stroke-dashoffset:157;animation:strokeCircle .6s ease forwards}.errorCross{stroke-dasharray:70;stroke-dashoffset:70;animation:strokeCross .5s ease .6s forwards}.warning{background-color:#ffc107;color:red}.warningIcon{width:26px;height:26px;stroke:#a97979;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:pulse 1.5s infinite}.warningCircle{stroke-dasharray:157;stroke-dashoffset:0}.warningExclamation{stroke-dasharray:30;stroke-dashoffset:0}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes strokeCross{to{stroke-dashoffset:0}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
