﻿/* Fixed colours regardless of the theme */
:root {
    --bcot-purple: #631d76;
    --bcot-darkgray: #424242;
    --bcot-lightgray: #EEEEEE;
}

/* Custom Colours */
.text-lightgray {
    color: var(--bcot-lightgray) !important;
}

.bg-lightgray {
    background-color: var(--bcot-lightgray) !important;
}

.bg-darkgray {
    background-color: var(--bcot-darkgray) !important;
}

.btn-darkgray {

}

.bg-purple {
    background-color: var(--bcot-purple) !important;
}

.text-opp {
    color: var(--bcot-opp-text) !important;
}

.bodyFilter {
    /*filter: var(--bcot-grayscale) !important;*/
    overflow: hidden;
}