.tab-header-error {
    border-bottom-color: #ed6b75 !important;
}

.tab-header-error.active {
    border-bottom-color: #e73d4a !important;
}

.tab-header-error a {
    color: #ed6b75 !important;
}

.tab-header-error.active a {
    color: #e73d4a !important;
}

.tab-header-error .error-icon {
    color: #ed6b75;
    position: absolute;
    top: 0;
    right: 0
}

.tab-header-error.active .error-icon {
    color: #e73d4a;
}