﻿.text-primary{
    color:#009688 !important;
}
.text-success{
    color:#5FB878 !important;
}
.text-dark{
    color:#393D49 !important;
}
.text-info{
    color:#1E9FFF !important;
}
.text-warning{
    color:#FFB800 !important;
}
.text-danger{
    color:#FF5722 !important;
}
.text-default{
    color:#d2d2d2 !important;
}
.text-gray {
    color:#555;
}
.text-white {
    color:#fff !important;
}