.btn-primary-color {
    background-color: #5295c8 !important;
    color: #fff !important;
}
.primary-color {
    color: #5295c8 !important;
}
.bg-color-core{
    background-color: #5295c8 !important;
}

.bg-color-gray{
    background-color: rgb(222, 221, 221) !important;
}
.bg-color-gray-light{
    background-color: rgb(234, 234, 234) !important;
}

.bg-color-light{
    background-color: #a3b6c4!important;
}

.bg-color-g-b-gradient{
    background: linear-gradient(to right,#dfe9f0, #acd2f0);  
}
.bg-color-g-b-gradient:hover{
    color: #000 !important;
}