/** overwrite primary color */
.text-primary {
    color: #009082 !important;
}
.text-secondary{
    color: #25c3b3 !important;
}
.btn-primary{
    background-color: #53a3a4;
    border-color: #53a3a4;
}

.btn-primary:hover {
    background-color: #009082;
    border-color: #009082;
}

.btn-outline-success {
    border-color: #25c3b3;
    color: #25c3b3;
}

.btn-outline-success:hover {
    background-color: #25c3b3;
    color: #fff;
    border-color: #25c3b3;
}
.badge-info{
    background-color: rgb(245,245,220) !important;
    color: #000 !important;
}
.badge-info:hover{
    background-color: rgb(255,240,245) !important;
    color: #000 !important;
}
.badge-secondary{
    background-color: rgb(255,240,245) !important;
    color: #000 !important;
}
.badge-secondary:hover{
    background-color: rgb(255,240,245) !important;
    color: #000 !important;
}
.bg-primary{
    background-color: rgb(200, 240, 230) !important;
}
.bg-secondary{
    background-color:rgb(242 250 250) !important;
}
.border-primary{
    border-color: #25c3b3 !important;
}
.border-secondary{
    border-color: rgb(242 250 250) !important;
}
.btn-outline-primary{
    border-color: #25c3b3 !important;
    color: #25c3b3 !important;
}
.btn-outline-primary:hover{
    background-color: #25c3b3 !important;
    color: #fff !important;
}
.btn-outline-primary.active{
    background-color: #25c3b3 !important;
    color: #fff !important;
}
.btn-outline-secondary{
    border-color: #25c3b3 !important;
    color: #25c3b3 !important;
}
.btn-outline-secondary:hover{
    background-color: #25c3b3 !important;
    color: #fff !important;
}
.btn-outline-secondary.active{
    background-color: #25c3b3 !important;
    color: #fff !important;
}
.bg-success, .btn-outline-success{
    background-color:rgb(242 250 250) !important;
}
.card{
    border-color: #25c3b3 !important;
}
/* Set bg-info to site tertiary background */
.bg-info{
    background-color: rgb(242 250 250) !important;
}