.bg-white-secondary {
    background-color: #f2f2f2 !important;
}

.bg-dark {
    background-color: #2B2A29 !important;
}

.text-white-secondary {
    position: relative;
    color: #DAE7E1;
    height: 100%;
}

.text-dark-secondary {
    color: #9c9c9c;
}

.text-secondary {
    color: #617993;
}