﻿
/* start::text color */
.text-danger {
    color: #c4302a !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #c4302a !important;
}

.text-dark {
    color: #191418 !important;
}

.text-success {
    color: #556B2F !important;
}

.text-brand {
    color: #3b3039 !important;
}

.text-info {
    color: #4cb5f5 !important;
}

.text-primary {
    color: #002244 !important;
}

.text-danger {
    color: #A43820 !important;
}

.text-warning {
    color: #ffbb00 !important;
}

.text-white {
    color: #ffffff !important;
}
/* end::text color */

/* start::text link */

.text-link-white {
    color: white;
    font-weight: 500;
}

    .text-link-white:hover {
        color: white;
        font-style: italic;
    }

.text-link {
    color: #004070;
    font-weight: 600;
    font-size: 14px;
}

    .text-link:hover {
        color: #004070;
        font-weight: 600;
    }
/* end::Text color */
/* start::badge color */
.label-link {
    color: #212738 !important;
    font-weight: 600;
    font-size: 13px;
}

.label.label-dark {
    color: #ffffff;
    background: #212738;
    font-weight: 500;
}

.label.label-success {
    color: #ffffff;
    background: #1fab89;
    font-weight: 500;
}

.label.label-brand {
    color: #ffffff;
    background: #3b3039;
    font-weight: 500;
}

.label.label-info {
    color: #ffffff;
    background: #57c4e5;
    font-weight: 500;
}

.label.label-primary {
    color: #ffffff;
    background: #003049;
    font-weight: 500;
}

.label.label-danger {
    color: #ffffff;
    background: #e23e57;
    font-weight: 500;
}

.label.label-warning {
    color: #ffffff;
    background: #ffa41b;
    font-weight: 500;
}

.label.label-warning-secondary {
    color: #212738;
    background: #ffb17a;
    font-weight: 500;
}

.label.label-white {
    color: #3b3039;
    background: #f9f9f9;
    font-weight: 600;
}

.label.label-purple {
    color: #FFFFFF;
    background: #645aab;
    font-weight: 600;
}
/* end::badge color */
