:root{--tag-reservation: rgb(239 246 255);--tag-reservation-text: rgb(29 78 216);--tag-new-patient: rgb(250 245 255);--tag-new-patient-text: rgb(126 34 206);--tag-existing-patient: rgb(240 253 244);--tag-existing-patient-text: rgb(21 128 61);--tag-revisit: rgb(255 247 237);--tag-revisit-text: rgb(194 65 12);--tag-cancelled: rgb(254 242 242);--tag-cancelled-text: rgb(185 28 28);--tag-scheduled: rgb(249 250 251);--tag-scheduled-text: rgb(107 114 128);--tag-completed: var(--tag-existing-patient);--tag-completed-text: var(--tag-existing-patient-text);--tag-unsaved: rgb(254 249 195);--tag-unsaved-text: rgb(161 98 7)}.status-tag{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-tag.status-tag-reservation{background-color:var(--tag-reservation);color:var(--tag-reservation-text)}.status-tag.status-tag-new-patient{background-color:var(--tag-new-patient);color:var(--tag-new-patient-text)}.status-tag.status-tag-existing-patient{background-color:var(--tag-existing-patient);color:var(--tag-existing-patient-text)}.status-tag.status-tag-revisit{background-color:var(--tag-revisit);color:var(--tag-revisit-text)}.status-tag.status-tag-cancelled{background-color:var(--tag-cancelled);color:var(--tag-cancelled-text)}.status-tag.status-tag-scheduled{background-color:var(--tag-scheduled);color:var(--tag-scheduled-text)}.status-tag.status-tag-completed{background-color:var(--tag-completed);color:var(--tag-completed-text)}.status-tag.status-tag-unsaved{background-color:var(--tag-unsaved);color:var(--tag-unsaved-text);border:1px solid rgb(253 224 71)}table td .status-tag.status-tag-new-patient{background-color:var(--tag-new-patient);color:var(--tag-new-patient-text)}table td .status-tag.status-tag-existing-patient{background-color:var(--tag-existing-patient);color:var(--tag-existing-patient-text)}#reservations-tbody .status-tag{border:none}#reservations-tbody .status-tag.status-tag-cancelled{color:var(--tag-cancelled-text);background-color:var(--tag-cancelled)}
