body{background:#f3f2f1;font-family:Segoe UI,sans-serif;margin:0}.login{align-items:center;display:flex;height:100vh;justify-content:center}.login-box{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;padding:30px}.topbar{align-items:center;background:#0078d4;color:#fff;display:flex;height:48px;justify-content:space-between;padding:0 15px}.app{display:flex;height:calc(100vh - 48px)}.sidebar{background:#fff;border-right:1px solid #ddd;overflow-y:auto;padding:10px;width:250px}.sidebar h4{margin-top:15px}.list{background:#fff;border-right:1px solid #ddd;overflow-y:auto;width:320px}.list div{border-bottom:1px solid #eee;cursor:pointer;padding:10px}.list div:hover{background:#f5f5f5}.viewer{background:#fff;flex:1 1;overflow-y:auto;padding:20px}.attachment{border:1px solid #ccc;border-radius:4px;cursor:pointer;margin-top:5px;padding:6px}.attachment:hover{background:#f0f0f0}.dashboard{background:#fff;border:1px solid #ddd;margin-top:20px;padding:20px}.alerts-list,.rules-list{margin-top:20px;max-height:300px;overflow-y:auto}.alert-item,.rule-item{border-bottom:1px solid #ddd;padding:10px}.alert-item:hover,.rule-item:hover{background-color:#f0f0f0}button{background-color:#0078d4;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:5px;padding:8px 14px}button:hover{background-color:#005a99}input,select,textarea{border:1px solid #ccc;border-radius:4px;margin-bottom:10px;margin-top:5px;padding:6px;width:100%}.loader{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#0078d4;height:30px;position:fixed;right:20px;top:20px;width:30px;z-index:999}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.message{background:#4caf50;border-radius:6px;color:#fff;left:50%;padding:10px 20px;position:fixed;top:20px;transform:translateX(-50%);z-index:1000}
/*# sourceMappingURL=main.1b7e6637.css.map*/