body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App-header{background-color:orange;justify-content:space-between;margin:0;max-height:25px;padding:10px}.App-header,.header-content{align-items:center;display:flex}.header-content{width:100%}.hospital-name{color:blue;flex-grow:1;font-size:1.5rem;font-weight:700;text-align:center}.App-header svg{height:30px;width:30px}@keyframes heartbeat{0%{transform:scale(1)}30%{transform:scale(1.1)}60%{transform:scale(1)}to{background-color:initial;transform:scale(1)}}@media (prefers-reduced-motion:no-preference){.heartbeat{animation:heartbeat 1s ease-in-out infinite}}.card-blink{animation:heartbeat 1s ease-in-out infinite;background-color:#ffffe0}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0003;max-width:300px;padding:20px;text-align:center;width:100%}.modal-buttons{display:flex;justify-content:space-between;margin-top:20px}.cancel-button,.confirm-button{border:none;border-radius:5px;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .3s ease}.confirm-button{background-color:#4caf50;color:#fff}.confirm-button:hover{background-color:#45a049}.cancel-button{background-color:#f44336;color:#fff}.cancel-button:hover{background-color:#e53935}body,html{height:100%;margin:0;overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100%}.content{flex:1 1;padding:0}.marquee-footer{align-items:center;background-color:orange;bottom:0;color:#000;display:flex;justify-content:space-between;margin-bottom:0;max-height:20px;overflow:hidden;padding:10px;position:fixed;text-align:center;width:100%;z-index:9999}.marquee-text{animation:marquee 10s linear infinite;white-space:nowrap}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}
/*# sourceMappingURL=main.73fd619a.css.map*/