.hms-patient-alert{position:fixed;z-index:2147483000;top:12px;left:12px;width:min(380px,calc(100vw - 24px));border:1px solid #ef9a9a;border-left:5px solid #c62828;border-radius:13px;background:#fff8f8;color:#4a1820;box-shadow:0 16px 38px rgba(58,13,20,.22);padding:11px 12px;display:none}
.hms-patient-alert.is-open{display:block}.hms-patient-alert.is-critical{border-color:#d32f2f;border-left-color:#8b0000;background:#fff1f1}.hms-patient-alert.is-notice{border-color:#f1c36b;border-left-color:#c67a06;background:#fffaf0}
.hms-patient-alert-head{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.hms-patient-alert-title{font-size:13px;font-weight:900}.hms-patient-alert-patient{font-size:12px;font-weight:800;margin-top:2px}.hms-patient-alert-message{font-size:12px;line-height:1.45;margin-top:7px}.hms-patient-alert-close{appearance:none;border:1px solid #efb3b3;background:#fff;border-radius:8px;width:28px;height:28px;display:grid;place-items:center;color:#8d1d28;font-size:18px;cursor:pointer;flex:0 0 auto}.hms-patient-alert-meta{font-size:10.5px;color:#7a4249;margin-top:7px}
@media(max-width:600px){.hms-patient-alert{top:8px;left:8px;width:calc(100vw - 16px)}}
