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