.color-primary{
    color: #205D75 !important;
}

.color-black{
    color: #3C3C3C !important;
}
.color-green{
    color: #009F10 !important;
}


.bg-color-red{
    background-color: #FC5353 !important;
}
.bg-color-light-green{
    background-color: #F5FCFE !important;
}
.bg-color-primary{
    background-color: #205D75 !important;
}

.text-color-primary{
    color: #2874AD !important;
}

.btn-bg-color{
    background-color: #0B4977 !important;
}

.btn.bg-gradient-secondary {
    background: transparent linear-gradient(270deg, #6C6C6C 0%, #444444 100%) 0% 0% no-repeat padding-box !important;
}

.table{
    font-size: 14px !important;
}

