.bg-oesw {
    background-color: #5c4a8d !important;
    color: #fff;
    transition: background-color 0.2s ease-in-out;
}

.text-oesw {
    color: #5c4a8d !important;
}

.card-header.bg-oesw .card-title,
.card-header.bg-oesw .text-oesw,
.card-header.bg-oesw i {
    color: #fff !important;
}

.card-header.bg-oesw:hover,
.card-header.bg-oesw:focus,
.card-header.bg-oesw:active {
    background-color: #76649f !important;
}

div.card-header.bg-oesw,
div.card-header.bg-oesw:hover,
div.card-header.bg-oesw:focus,
div.card-header.bg-oesw:active,
div.card-header.bg-oesw[aria-expanded="true"],
div.card-header.bg-oesw[aria-expanded="false"] {
    background: #5c4a8d !important;
    color: #fff !important;
}

div.card-header.bg-oesw:hover,
div.card-header.bg-oesw:focus,
div.card-header.bg-oesw:active {
    background: #76649f !important;
}