.cbg-blue {
    background-color: rgba(0, 86, 240, 1) !important;
}

.cbg-cyan {
    background-color: rgba(87, 208, 200, 1) !important;
}

.cbg-danger {
    background-color: rgba(234, 7, 25, 1) !important;
}

.cbg-gray {
    background-color: rgba(125, 125, 125, 1) !important;
}

.cbg-info {
    background-color: rgba(157, 68, 222, 1) !important;
}

.cbg-lightblue {
    background-color: rgba(135, 182, 207, 1) !important;
    color: black !important;
}

.cbg-maroon {
    background-color: rgba(113, 0, 37, 1) !important;
}

.cbg-navy {
    background-color: rgba(8, 19, 87, 1) !important;
}

.cbg-olive {
    background-color: rgba(118, 119, 70, 1) !important;
}

.cbg-yellow {
    background-color: rgba(209, 159, 36, 1) !important;
}

.cbg-orange {
    background-color: rgba(255, 130, 44, 1) !important;
}

.cbg-pink {
    background-color: rgba(255, 103, 194, 1) !important;
}

.cbg-hotpink {
    background-color: rgba(255, 105, 180, 1) !important;
}

.cbg-primary {
    background-color: rgba(0, 0, 0, 1) !important;
}

.cbg-secondary {
    background-color: rgba(204, 204, 204, 1) !important;
}

.cbg-success {
    background-color: rgba(100, 188, 52, 1) !important;
    color: black !important;
}

.cbg-teal {
    background-color: rgba(6, 124, 124, 1) !important;
}

.cbg-warning {
    background-color: rgba(211, 162, 0, 1) !important;
}

.createCaseSpace {
    margin-top: 1vh;
} 