/* Auto-extracted page-specific CSS */

    tbody, td, tfoot, th, thead, tr {
        border-color: #f07f34!important;
        border-style: solid;
        border-width: 0;
}

.processTabContent .nav-link {
        color: #555 !important;
    }
    .processTabContent .nav-link.active {
        color: #f07f34 !important;
        font-weight: 700 !important;
    }
    .processTabContent .nav-link.active .howHwading,
    .processTabContent .nav-link.active::after {
        animation: activeBlink 1s ease infinite;
    }
   
    @keyframes activeBlink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.15; }
    }

