html,body{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100%;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}.mapColumn{transition:width .3s ease}*{scrollbar-width:thin;scrollbar-color:rgba(33,61,111,.35) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#213d6f59;border-radius:8px}*::-webkit-scrollbar-thumb:hover{background-color:#213d6f8c}[data-scrollbar=dark]{scrollbar-color:rgba(255,255,255,.35) transparent}[data-scrollbar=dark]::-webkit-scrollbar-thumb{background-color:#ffffff59}[data-scrollbar=dark]::-webkit-scrollbar-thumb:hover{background-color:#ffffff8c}.notification{position:fixed;top:20px;right:20px;padding:16px 20px;border-radius:8px;font-size:14px;font-weight:500;z-index:9999;min-width:500px;max-width:600px;box-shadow:0 2px 8px #00305a1a;display:flex;align-items:center;justify-content:space-between;animation:slideIn .3s ease-out;border-left:4px solid}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.success{background-color:#e8f5e9;color:#1b5e20;border-left-color:#2e7d32}.error{background-color:#ffebee;color:#b71c1c;border-left-color:#d32f2f}.warning{background-color:#fff3e0;color:#e65100;border-left-color:#ed6c02}.info{background-color:#e3f2fd;color:#01579b;border-left-color:#0277bd}
