#drop-zone,#session-warning{position:fixed;top:0;left:0;width:100vw;height:100vh;display:none;z-index:9999}#drop-zone{pointer-events:none;justify-content:center;align-items:center}#drop-zone.dragging{display:flex;border:2px dashed #000;background-color:rgba(0,0,0,.1)}#session-warning{background:rgba(0,0,0,.85);color:#fff;font-size:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}#take-over-btn{margin-top:20px;padding:10px 20px;font-size:1.2rem;background:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer}#take-over-btn:hover{background:#45a049}#searchResults{max-height:200px;overflow-y:auto;border:1px solid #ddd;background:#fff;list-style:none;padding:0;margin:0}#searchResults li{padding:10px;cursor:pointer}#searchResults li:hover{background-color:#f0f0f0}.dropdown-notifications-list{max-height:320px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.2) transparent}.dropdown-notifications-list::-webkit-scrollbar{width:8px}.dropdown-notifications-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px}.marked-as-read{background-color:#f8f9fa}@media (max-width:575.98px){.dropdown-notifications-list{max-height:250px}}.image-preview{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px}