/* Custom Navbar Styles */
.navbar-custom {
    background-color: #607e9d
    
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #ffffff !important; /* White text */
    text-decoration: none;
}
.navbar-custom .nav-link:hover {
    text-decoration: underline;
}

#mainTable th,
#mainTable td {
    padding: 5px; /* Adjust padding for tighter layout */
}

#mainTable th:nth-child(1),
#mainTable td:nth-child(1) {
    min-width: 90px; /* Enough space for 'CertNo' to fit */
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

#mainTable th:nth-child(2),
#mainTable td:nth-child(2) {
    width: 20%; /* FName */
}

#mainTable th:nth-child(3),
#mainTable td:nth-child(3) {
    width: 20%; /* LName */
}

#mainTable th:nth-child(5),
#mainTable td:nth-child(5) {
    width: 20%; /* TRETLevel */
}

#mainTable th:nth-child(6),
#mainTable td:nth-child(6) {
    width: 20%; /* Status */
}


footer {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 3;
}
footer a, u {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
body, html {
    overflow-x: hidden; /* Prevent horizontal scroll due to overflow */
}
.min-vh-75{
    min-height: 72.7vh
}
