.text-primary {
    color: #0E55AD;
}

.text-secondary {
    color: #659b2c;
}

.text-warning {
    color: #E76908;
}

.text-success {
    color: #1E98C8;
}

.text-info {
    color: #155098;
}

.bg-primary {
    background-color: #F7FAFF;
}

.bg-secondary {
    background-color: #F2F8EB;
}

.bg-warning {
    background-color: #FFF8EA;
}

.bg-success {
    background-color: #EBFBFF;
}

.bg-info {
    background-color: #EBEFF8;
}

.green,
.green::after,
.green::before {
    background-color: #659b2c;
}

.message {
    background-color: #ccd363;
}

.message::before {
    background-color: #7ac44b;
}

.message::after {
    background-color: #74d6ef;
}

.orange,
.orange::after,
.orange::before {
    background-color: #ffcb4a;
}

.orange .box {
    background-color: #fff2d5;
}

.blue,
.blue::after,
.blue::before {
    background-color: #20a8e2;
}

.blue .box {
    background-color: #bdedfb;
}

.dblue,
.dblue::after,
.dblue::before {
    background-color: #0E55AD;
}

.dblue .box {
    background-color: #E2EAF5;
}

.purple,
.purple::after,
.purple::before {
    background-color: #8965ad;
}

.purple .box {
    background-color: #d9e5f3;
}

.grey {
    background-color: #e2eaf5;
}

.green .box {
    background: #daecc4;
}