.bg-custom-xsmall {
    background-color: #B3D6EB !important;
}
.bg-custom-xmedium {
    background-color: #017CC8 !important;
}
.bg-custom-xlarge {
    background-color: #015A94 !important;
}
.bg-custom-xmassive {
    background-color: #004A7F !important;
}

.bg-custom-xoutstanding {
    background-color: #34C759 !important;
}
.bg-custom-xgood {
    background-color: #40C4FF !important;
}
.bg-custom-xrequiresimprovement {
    background-color: #FF9500 !important;
}
.bg-custom-xinadequate {
    background-color: #FF3B30 !important;
}
.bg-custom-default {
    background-color: #B0B0B0 !important;
}
.bg-custom-x {
    background-color: #B0B0B0 !important;
}

.text-custom-xoutstanding {
    color: #34C759 !important;
}

.text-custom-xgood {
    color: #40C4FF !important;
}

.text-custom-xreqiresimprovement {
    color: #FF9500 !important;
}

.text-custom-xinadequate {
    color: #FF3B30 !important;
}

.text-custom-xdefault {
    color: #B0B0B0 !important;
}
.text-custom-x {
    color: #B0B0B0 !important;
}