﻿.appointment-content {
    position: relative;
}

.appointment-intake {
    background: #B80058 !important;
}

.appointment-testing {
    background: #CD5C5C !important;
}

.appointment-observation {
    background: #EBAC23 !important;
}

.appointment-interview {
    background: #008CF9 !important;
}

.appointment-consultation {
    background: #D163E6 !important;
}

:is(.appointment-results-review, .appointment-iep) {
    background: #006E00 !important;
}

.appointment-block {
    background: #e9ecef !important;
    color: darkgray !important;
}

