: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)}.status-tag{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}table .status-tag-new-patient,tbody .status-tag-new-patient,td .status-tag-new-patient{background-color:var(--tag-new-patient)!important;color:var(--tag-new-patient-text)!important}table .status-tag-existing-patient,tbody .status-tag-existing-patient,td .status-tag-existing-patient{background-color:var(--tag-existing-patient)!important;color:var(--tag-existing-patient-text)!important}#reservations-tbody .status-tag,#reservations-tbody .status-tag-reservation,#reservations-tbody .status-tag-new-patient,#reservations-tbody .status-tag-existing-patient,#reservations-tbody .status-tag-revisit,#reservations-tbody .status-tag-cancelled,#reservations-tbody .status-tag-scheduled,#reservations-tbody .status-tag-completed{border:none!important}#reservations-tbody .status-tag-cancelled{color:var(--tag-cancelled-text)!important;background-color:var(--tag-cancelled)!important}.status-tag-reservation{background-color:var(--tag-reservation)!important;color:var(--tag-reservation-text)!important}.status-tag-new-patient{background-color:var(--tag-new-patient)!important;color:var(--tag-new-patient-text)!important}.status-tag-existing-patient{background-color:var(--tag-existing-patient)!important;color:var(--tag-existing-patient-text)!important}.status-tag-revisit{background-color:var(--tag-revisit)!important;color:var(--tag-revisit-text)!important}.status-tag-cancelled{background-color:var(--tag-cancelled)!important;color:var(--tag-cancelled-text)!important}.status-tag-scheduled{background-color:var(--tag-scheduled)!important;color:var(--tag-scheduled-text)!important}.status-tag-completed{background-color:var(--tag-completed)!important;color:var(--tag-completed-text)!important}
