/** Wow Infobiz Colors */

:root {
    --ww-blue : #016096;
    --ww-dark-blue : #012176;
    --ww-cyan : #00A99C;
    --ww-magenta : #AD1971;
    --ww-red : #EE3926;
    --ww-purple : #8F138F;
    --ww-orange : #FF9700;
    --ww-yellow : #FEC107;
    --ww-light-green: #8eb15f;
    --ww-light-purple: #b296df;
}


.wow-light-green-bg{
    background-color: var(--ww-light-green) !important;
}
.wow-light-purple-bg{
    background-color: var(--ww-light-purple) !important;
}
 
.wow-blue-bg{
    background-color: var(--ww-blue) !important;
}
.wow-blue{
    color: var(--ww-blue) !important;
}
.wow-blue-border {
    border-color: var(--ww-blue) !important;
}

.wow-dark-blue-bg{
    background-color: var(--ww-dark-blue) !important;
}
.wow-dark-blue{
    color: var(--ww-dark-blue) !important;
}
.wow-dark-blue-border {
    border-color: var(--ww-dark-blue) !important;
}

.wow-cyan-bg{ /* Cyan-Green*/
    background-color: #00A99C !important;
}
.wow-cyan{
    color: #00A99C !important;
}
.wow-cyan-border {
    border-color: #00A99C !important;
}

.wow-magenta-bg{ /* Magenta Pink */
    background-color: #AD1971 !important;
}
.wow-magenta{
    color: #AD1971 !important;
}
.wow-magenta-border {
    border-color: #AD1971 !important;
}

.wow-red-bg{ /* */
    background-color: #EE3926 !important;
}
.wow-red{
    color: #EE3926 !important;
}
.wow-red-border {
    border-color: #EE3926 !important;
}

.wow-purple-bg{ /* */
    background-color: #8F138F !important;
}
.wow-purple{
    color: #8F138F !important;
}
.wow-purple-border {
    border-color: #8F138F !important;
}

.wow-orange-bg{ /* */
    background-color: #FF9700 !important;
}
.wow-orange{
    color: #FF9700 !important;
}
.wow-orange-border {
    border-color: #FF9700 !important;
}

.wow-yellow-bg{ 
    background-color: var(--ww-yellow) !important;
}
.wow-cyan-bg{ 
    background-color: var(--ww-cyan) !important;
}
.wow-gray-bg{ 
    background-color: #e6e6e6 !important;
}
.wow-yellow{
    color: var(--ww-yellow) !important;
}
.wow-yellow-border {
    border-color: var(--ww-yellow) !important;
}